Class AdditionalAgreementEvent

java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.kernel.event.common.LocalEvent
ru.bitel.bgbilling.modules.license.server.event.AdditionalAgreementEvent
All Implemented Interfaces:
Serializable, ErrorReturnableEvent
Direct Known Subclasses:
AddAdditionalAgreementEvent, RemoveAdditionalAgreementEvent, SignAdditionalAgreementEvent, UnsignAdditionalAgreementEvent

public class AdditionalAgreementEvent extends ru.bitel.bgbilling.kernel.event.common.LocalEvent
See Also:
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
     

    Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event Link icon

    CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
  • Constructor Summary Link icon

    Constructors
    Modifier
    Constructor
    Description
    protected
    AdditionalAgreementEvent(int moduleId, int contractId, int userId)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
     
    protected void
     
    void
    setAttribute(String key, String value)
     

    Methods inherited from class ru.bitel.bgbilling.kernel.event.common.LocalEvent Link icon

    getError, setError

    Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event Link icon

    getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSource, getSuperContractId, getTime, getTimestamp, getTypeId, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, setSource, toString, toString

    Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger Link icon

    error, error, error, getLogger, logError, logError

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details Link icon

  • Constructor Details Link icon

    • AdditionalAgreementEvent Link icon

      protected AdditionalAgreementEvent(int moduleId, int contractId, int userId)
  • Method Details Link icon