Class DispatchSaldoConditionChecker
java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchSaldoConditionChecker
- All Implemented Interfaces:
java.io.Serializable,DispatchConditionChecker
public class DispatchSaldoConditionChecker extends java.lang.Object implements DispatchConditionChecker
Проверяльщик условия отправки по сальдо договора на момент отправки.
- Since:
- 6.2
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DispatchSaldoConditionChecker() -
Method Summary
Modifier and Type Method Description booleancheck(java.sql.Connection con, DispatchCondition condition, Dispatch d, Subscription subscribe)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DispatchSaldoConditionChecker
public DispatchSaldoConditionChecker()
-
-
Method Details
-
check
public boolean check(java.sql.Connection con, DispatchCondition condition, Dispatch d, Subscription subscribe) throws ru.bitel.bgbilling.common.BGException- Specified by:
checkin interfaceDispatchConditionChecker- Throws:
ru.bitel.bgbilling.common.BGException
-