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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The name of the account the user is invited to.<T> T
getAttribute
(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.int
hashCode()
void
setAccountName
(String accountName) The name of the account the user is invited to.void
setAttributes
(Map<String, Object> attributes) Any additional attributes to be used in the invite message.void
setDefaultMessage
(String defaultMessage) The default message if no message is available from the message key.void
The e-mail address to send the account message.void
setMessageKey
(String messageKey) The message key.void
The 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
-