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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
check
(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:
check
in interfaceDispatchConditionChecker
- Throws:
ru.bitel.bgbilling.common.BGException
-