Class AccountDeleteEvent
java.lang.Object
ru.bitel.bgbilling.kernel.event.common.Event
ru.bitel.bgbilling.kernel.event.common.QueueEvent
ru.bitel.bgbilling.modules.email.server.event.AccountDeleteEvent
- All Implemented Interfaces:
java.io.Serializable
public class AccountDeleteEvent
extends ru.bitel.bgbilling.kernel.event.common.QueueEvent
Асинхронное событие - аккаунт удален.
Событие генерируется после удаления аккаунта.
Унаследован от
Событие генерируется после удаления аккаунта.
Унаследован от
QueueEvent
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.common.Event
CONTRACT_GLOBAL, NO_MODULE, NO_PLUGIN
-
Constructor Summary
Constructors Modifier Constructor Description protected
AccountDeleteEvent()
AccountDeleteEvent(int userId, int moduleId, int contractId, java.lang.String mail)
Конструктор события. -
Method Summary
Methods inherited from class ru.bitel.bgbilling.kernel.event.common.Event
getContractId, getDestination, getGenerateTime, getMessageID, getModuleId, getPluginId, getSuperContractId, getTime, getTimestamp, getUserId, isLogFunctionProcess, prepareMessage, serializeAsObject, setLogFunctionProcess, setMessageID, toString, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AccountDeleteEvent
protected AccountDeleteEvent() -
AccountDeleteEvent
public AccountDeleteEvent(int userId, int moduleId, int contractId, java.lang.String mail)Конструктор события.- Parameters:
userId
- - id пользователя, сгенерировавшего событиеmoduleId
- - код модуляcontractId
- - код договораmail
- - email
-
-
Method Details
-
getTypeId
public int getTypeId()Использовать проверку instanceof.- Overrides:
getTypeId
in classru.bitel.bgbilling.kernel.event.common.Event
-
getMail
public java.lang.String getMail()Возвращает e-mail- Returns:
- mail - строка e-mail
-