Class AccountInviteMessage
java.lang.Object
com.broadleafcommerce.customer.domain.AccountInviteMessage
Represents the message sent to the notification service when informing a user they have been
invited to an account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe name of the account the user is invited to.<T> TgetAttribute(String key) Any additional attributes to be used in the invite message.The default message if no message is available from the message key.getEmail()The e-mail address to send the account message.The message key.getPhone()The phone number to send the invite to.inthashCode()voidsetAccountName(String accountName) The name of the account the user is invited to.voidsetAttributes(Map<String, Object> attributes) Any additional attributes to be used in the invite message.voidsetDefaultMessage(String defaultMessage) The default message if no message is available from the message key.voidThe e-mail address to send the account message.voidsetMessageKey(String messageKey) The message key.voidThe phone number to send the invite to.toString()
-
Constructor Details
-
AccountInviteMessage
public AccountInviteMessage()
-
-
Method Details
-
getAttribute
-
getEmail
The e-mail address to send the account message. -
getPhone
The phone number to send the invite to. Not used OOB. -
getAccountName
The name of the account the user is invited to. -
getMessageKey
The message key. -
getDefaultMessage
The default message if no message is available from the message key. -
getAttributes
Any additional attributes to be used in the invite message. -
setEmail
The e-mail address to send the account message. -
setPhone
The phone number to send the invite to. Not used OOB. -
setAccountName
The name of the account the user is invited to. -
setMessageKey
The message key. -
setDefaultMessage
The default message if no message is available from the message key. -
setAttributes
Any additional attributes to be used in the invite message. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-