Class AccountInviteNotification
java.lang.Object
com.broadleafcommerce.customer.service.domain.AccountInviteNotification
Represents an account invite to be sent to the notification service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe account invite that is being sent.Any additional arguments to pass along with the notification.com.broadleafcommerce.data.tracking.core.context.ContextInfoThe contextThe resolution identifier type.The identifier value.inthashCode()voidsetAccountInvite(AccountInvite accountInvite) The account invite that is being sent.voidsetAdditionalArgs(Map<String, Object> additionalArgs) Any additional arguments to pass along with the notification.voidsetContextInfo(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) The contextvoidsetIdentifierType(String identifierType) The resolution identifier type.voidsetIdentifierValue(String identifierValue) The identifier value.toString()
-
Constructor Details
-
AccountInviteNotification
public AccountInviteNotification()
-
-
Method Details
-
getAccountInvite
The account invite that is being sent. -
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 -
setAccountInvite
The account invite that is being sent. -
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
-