Class AccountInviteAcceptanceNotification
java.lang.Object
com.broadleafcommerce.customer.service.domain.AccountInviteAcceptanceNotification
Represents an account invite to be sent to the notification service.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The account related to the inviteAny additional arguments to pass along with the notification.com.broadleafcommerce.data.tracking.core.context.ContextInfo
The contextThe targeted customerThe resolution identifier type.The identifier value.int
hashCode()
void
setAccount
(Account account) The account related to the invitevoid
setAdditionalArgs
(Map<String, Object> additionalArgs) Any additional arguments to pass along with the notification.void
setContextInfo
(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The contextvoid
setCustomer
(Customer customer) The targeted customervoid
setIdentifierType
(String identifierType) The resolution identifier type.void
setIdentifierValue
(String identifierValue) The identifier value.toString()
-
Constructor Details
-
AccountInviteAcceptanceNotification
public AccountInviteAcceptanceNotification()
-
-
Method Details
-
getAccount
The account related to the invite -
getCustomer
The targeted customer -
getAdditionalArgs
Any additional arguments to pass along with the notification. -
getIdentifierType
The resolution identifier type. Either DOMAIN, DOMAIN_PREFIX, or PARAMETER. Combined withidentifierValue
, can be used to determine the storefront URL. SeeApplication.getIdentifierType()
-
getIdentifierValue
The identifier value. Combined withidentifierType
, can be used to determine the storefront URL. SeeApplication.getIdentifierValue()
-
getContextInfo
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()The context -
setAccount
The account related to the invite -
setCustomer
The targeted customer -
setAdditionalArgs
Any additional arguments to pass along with the notification. -
setIdentifierType
The resolution identifier type. Either DOMAIN, DOMAIN_PREFIX, or PARAMETER. Combined withidentifierValue
, can be used to determine the storefront URL. SeeApplication.getIdentifierType()
-
setIdentifierValue
The identifier value. Combined withidentifierType
, can be used to determine the storefront URL. SeeApplication.getIdentifierValue()
-
setContextInfo
public void setContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The context -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-