Class DispatchAddressConditionChecker
java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchAddressConditionChecker
- All Implemented Interfaces:
java.io.Serializable,DispatchConditionChecker
public class DispatchAddressConditionChecker extends java.lang.Object implements DispatchConditionChecker
Чекер условия отправки по адресу подписчика. Предполагается, что у подписчика в договоре есть параметр договора
типа адрес.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DispatchAddressConditionChecker() -
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
-
DispatchAddressConditionChecker
public DispatchAddressConditionChecker()
-
-
Method Details
-
check
public boolean check(java.sql.Connection con, DispatchCondition condition, Dispatch d, Subscription subscribe)- Specified by:
checkin interfaceDispatchConditionChecker
-