Class AccountArchiveServiceEventSupplier
- java.lang.Object
-
- net.anotheria.portalkit.services.common.eventing.AbstractServiceEventSupplier
-
- net.anotheria.portalkit.services.accountarchive.event.AccountArchiveServiceEventSupplier
-
public class AccountArchiveServiceEventSupplier extends net.anotheria.portalkit.services.common.eventing.AbstractServiceEventSupplier- Since:
- 24.04.14 16:32
- Author:
- VKoulakov
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_CHANNELstatic java.lang.StringEVENT_SUPPLIER
-
Constructor Summary
Constructors Constructor Description AccountArchiveServiceEventSupplier()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccountCreated(ArchivedAccount archivedAccount)voidaccountDeleted(ArchivedAccount archivedAccount)voidaccountUpdated(ArchivedAccount beforeUpdate, ArchivedAccount afterUpdate)
-
-
-
Field Detail
-
EVENT_CHANNEL
public static final java.lang.String EVENT_CHANNEL
- See Also:
- Constant Field Values
-
EVENT_SUPPLIER
public static final java.lang.String EVENT_SUPPLIER
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountCreated
public void accountCreated(ArchivedAccount archivedAccount)
-
accountUpdated
public void accountUpdated(ArchivedAccount beforeUpdate, ArchivedAccount afterUpdate)
-
accountDeleted
public void accountDeleted(ArchivedAccount archivedAccount)
-
-