Class DispatchFrequencyConditionChecker
java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchFrequencyConditionChecker
- All Implemented Interfaces:
java.io.Serializable
,DispatchConditionChecker
public class DispatchFrequencyConditionChecker extends java.lang.Object implements DispatchConditionChecker
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DispatchFrequencyConditionChecker()
-
Method Summary
Modifier and Type Method Description boolean
check(java.sql.Connection con, DispatchCondition condition, Dispatch dispatch, Subscription subscribe)
Проверяет частоту отправкиMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DispatchFrequencyConditionChecker
public DispatchFrequencyConditionChecker()
-
-
Method Details
-
check
public boolean check(java.sql.Connection con, DispatchCondition condition, Dispatch dispatch, Subscription subscribe)Проверяет частоту отправки- Specified by:
check
in interfaceDispatchConditionChecker
-