Class DispatchCustomDyncodeConditionChecker

java.lang.Object
ru.bitel.bgbilling.plugins.dispatch.server.bean.condition.DispatchCustomDyncodeConditionChecker
All Implemented Interfaces:
java.io.Serializable, DispatchConditionChecker

public class DispatchCustomDyncodeConditionChecker
extends java.lang.Object
implements DispatchConditionChecker
Проверяльщик произвольного условия отправки. Запускает указанный динамический класс, в котором происходит проверка возможности отправки рассылки.
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    DispatchCustomDyncodeConditionChecker()  
  • Method Summary

    Modifier and Type Method Description
    boolean check​(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

    • DispatchCustomDyncodeConditionChecker

      public DispatchCustomDyncodeConditionChecker()
  • Method Details