Class ExternalAdminUserModificationEvent
java.lang.Object
com.broadleafcommerce.adminuser.user.messaging.ExternalAdminUserModificationEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Any additional attributes relevant for the user.The modification type (CREATE or UPDATE)getUser()
The user that was modified/createdint
hashCode()
void
setAdditionalAttributes
(Map<String, Object> additionalAttributes) Any additional attributes relevant for the user.void
setOperationType
(String operationType) The modification type (CREATE or UPDATE)void
The user that was modified/createdtoString()
-
Constructor Details
-
ExternalAdminUserModificationEvent
public ExternalAdminUserModificationEvent()
-
-
Method Details
-
getUser
The user that was modified/created -
getOperationType
The modification type (CREATE or UPDATE) -
getAdditionalAttributes
Any additional attributes relevant for the user. Empty by default, but useful as an extension mechanism. -
setUser
The user that was modified/created -
setOperationType
The modification type (CREATE or UPDATE) -
setAdditionalAttributes
Any additional attributes relevant for the user. Empty by default, but useful as an extension mechanism. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-