Class RSCMContractServiceUpdateEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.modules.rscm.server.event.RSCMContractServiceUpdateEvent
- All Implemented Interfaces:
Serializable
public class RSCMContractServiceUpdateEvent
extends ru.bitel.bgbilling.kernel.event.common.QueueEvent
Асинхронное событие - изменения/добавления услуги RSCM в договор.
Унаследован от
Унаследован от
QueueEvent
- See Also:
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
-
Constructor Summary
ModifierConstructorDescriptionprotected
RSCMContractServiceUpdateEvent
(int userId, int moduleId, int contractId, RSCMContractService contractService) Конструктор события. -
Method Summary
Modifier and TypeMethodDescriptionВозвращает изменяемую/добавляемую услугу.int
Deprecated.Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSource, getSuperContractId, getTime, getTimestamp, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, setSource, toString, toString
-
Constructor Details
-
RSCMContractServiceUpdateEvent
protected RSCMContractServiceUpdateEvent() -
RSCMContractServiceUpdateEvent
public RSCMContractServiceUpdateEvent(int userId, int moduleId, int contractId, RSCMContractService contractService) Конструктор события.- Parameters:
userId
- - id пользователя, сгенерировавшего событиеmoduleId
- - код модуляcontractId
- - код договораcontractService
- - услуга rscm модуля
-
-
Method Details
-
getTypeId
Deprecated.Использовать проверку instanceof.- Overrides:
getTypeId
in classru.bitel.bgbilling.kernel.event.common.Event
-
getContractService
Возвращает изменяемую/добавляемую услугу.- Returns:
- contractService - услуга
-