Class DispatchSaldoConditionChecker
java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchSaldoConditionChecker
- All Implemented Interfaces:
 Serializable,DispatchConditionChecker
Проверяльщик условия отправки по сальдо договора на момент отправки.
- Since:
 - 6.2
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(Connection con, DispatchCondition condition, Dispatch d, Subscription subscribe)  
- 
Constructor Details
- 
DispatchSaldoConditionChecker
public DispatchSaldoConditionChecker() 
 - 
 - 
Method Details
- 
check
public boolean check(Connection con, DispatchCondition condition, Dispatch d, Subscription subscribe) throws Exception - Specified by:
 checkin interfaceDispatchConditionChecker- Throws:
 Exception
 
 -