Class JpaAccountMember
java.lang.Object
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccountMember
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
,com.broadleafcommerce.data.tracking.core.CustomerContextTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking>
,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
,com.broadleafcommerce.data.tracking.core.Trackable
,com.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking>
,Serializable
@Entity
@TrackableExtension({TENANT,CUSTOMER_CONTEXT})
public class JpaAccountMember
extends Object
implements com.broadleafcommerce.data.tracking.core.CustomerContextTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking>, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
org.modelmapper.ModelMapper
fromMe()
Class<?>
getEmail()
getPhone()
com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking
int
hashCode()
boolean
isActive()
void
setAccountContextId
(String accountContextId) void
setAccountRoleIds
(Set<String> accountRoleIds) void
setActive
(boolean active) void
setAdditionalPhones
(List<AdditionalPhone> additionalPhones) void
setAttributes
(Map<String, Object> attributes) void
setContextId
(String contextId) void
setCustomerContextId
(String customerContextId) void
setCustomerFullName
(String customerFullName) void
setDefaultCommunicationPreference
(String defaultCommunicationPreference) void
void
void
setPhoneAsString
(String phone) void
setTracking
(com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking tracking) org.modelmapper.ModelMapper
toMe()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationState
Methods inherited from interface com.broadleafcommerce.data.tracking.core.Trackable
getDisplay, getNotificationStates, getNotificationStates, setNotificationStates
Methods inherited from interface com.broadleafcommerce.data.tracking.core.TypedTrackable
setTracking
-
Constructor Details
-
JpaAccountMember
public JpaAccountMember()
-
-
Method Details
-
fromMe
@NonNull public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
@NonNull public org.modelmapper.ModelMapper toMe()- Specified by:
toMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
setPhoneAsString
-
getPhoneAsString
-
setPhone
-
getPhone
-
getContextId
- Specified by:
getContextId
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
getAccountContextId
- See Also:
-
getCustomerContextId
- See Also:
-
getCustomerFullName
- See Also:
-
getAccountRoleIds
- See Also:
-
getEmail
- See Also:
-
getDefaultCommunicationPreference
-
getAdditionalPhones
- See Also:
-
getAttributes
- See Also:
-
getTracking
public com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking getTracking()- Specified by:
getTracking
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
isActive
public boolean isActive()- See Also:
-
setContextId
- Specified by:
setContextId
in interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setAccountContextId
- See Also:
-
setCustomerContextId
- See Also:
-
setCustomerFullName
- See Also:
-
setAccountRoleIds
- See Also:
-
setEmail
- See Also:
-
setDefaultCommunicationPreference
-
setAdditionalPhones
- See Also:
-
setAttributes
- See Also:
-
setTracking
public void setTracking(com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking tracking) - Specified by:
setTracking
in interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CustomerContextJpaTracking>
-
setActive
public void setActive(boolean active) - See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-