Class ServiceSpecModifiedEvent

java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.directory.api.common.DirectoryItemModifiedEvent<ServiceSpec>
ru.bitel.oss.systems.inventory.service.common.event.ServiceSpecModifiedEvent
All Implemented Interfaces:
Serializable

public class ServiceSpecModifiedEvent extends ru.bitel.bgbilling.kernel.directory.api.common.DirectoryItemModifiedEvent<ServiceSpec>
See Also:
  • Field Summary Link icon

    Fields inherited from class ru.bitel.bgbilling.kernel.directory.api.common.DirectoryItemModifiedEvent Link icon

    newItem, oldItem

    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
     
     
    ServiceSpecModifiedEvent(int moduleId, int userId, ServiceSpec oldItem, ServiceSpec newItem)
     
  • Method Summary Link icon

    Methods inherited from class ru.bitel.bgbilling.kernel.directory.api.common.DirectoryItemModifiedEvent Link icon

    getNewItem, getOldItem

    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
  • Constructor Details Link icon

    • ServiceSpecModifiedEvent Link icon

      protected ServiceSpecModifiedEvent()
    • ServiceSpecModifiedEvent Link icon

      public ServiceSpecModifiedEvent(int moduleId, int userId, ServiceSpec oldItem, ServiceSpec newItem)