Class DispatchCustomDyncodeConditionChecker
java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchCustomDyncodeConditionChecker
- All Implemented Interfaces:
 Serializable,DispatchConditionChecker
public class DispatchCustomDyncodeConditionChecker
extends Object
implements DispatchConditionChecker
Проверяльщик произвольного условия отправки. Запускает указанный динамический 
 класс, в котором происходит проверка возможности отправки рассылки.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(Connection con, DispatchCondition condition, Dispatch dispatch, Subscription subscribe)  
- 
Constructor Details
- 
DispatchCustomDyncodeConditionChecker
public DispatchCustomDyncodeConditionChecker() 
 - 
 - 
Method Details
- 
check
public boolean check(Connection con, DispatchCondition condition, Dispatch dispatch, Subscription subscribe) throws ru.bitel.bgbilling.common.BGException - Specified by:
 checkin interfaceDispatchConditionChecker- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -