Class JpaAdminRole
java.lang.Object
com.broadleafcommerce.adminuser.user.provider.jpa.domain.JpaAdminRole
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
,Serializable
@Entity
@Deprecated
public class JpaAdminRole
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
Deprecated.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.org.modelmapper.ModelMapper
fromMe()
Deprecated.Class<?>
Deprecated.getId()
Deprecated.getName()
Deprecated.List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState>
Deprecated.List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState>
getNotificationStates
(boolean fetch) Deprecated.Deprecated.A soft reference to the parent of this role.Deprecated.Deprecated.int
hashCode()
Deprecated.void
Deprecated.void
Deprecated.void
setNotificationStates
(List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> notificationStates) Deprecated.void
setParentRoleId
(String parentRoleId) Deprecated.A soft reference to the parent of this role.void
setPermissions
(Set<JpaAdminPermission> permissions) Deprecated.void
setTenantId
(String tenantId) Deprecated.org.modelmapper.ModelMapper
toMe()
Deprecated.toString()
Deprecated.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
-
Constructor Details
-
JpaAdminRole
public JpaAdminRole()Deprecated.
-
-
Method Details
-
setNotificationStates
public void setNotificationStates(List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> notificationStates) Deprecated.- Specified by:
setNotificationStates
in interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
getNotificationStates
public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates()Deprecated.- Specified by:
getNotificationStates
in interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
getNotificationStates
public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates(boolean fetch) Deprecated.- Specified by:
getNotificationStates
in interfacecom.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
-
fromMe
public org.modelmapper.ModelMapper fromMe()Deprecated.- Specified by:
fromMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()Deprecated.- Specified by:
toMe
in interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
Deprecated.- Specified by:
getBusinessDomainType
in interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
Deprecated.- See Also:
-
AdminRole.id
-
getName
Deprecated.- See Also:
-
AdminRole.name
-
getPermissions
Deprecated.- See Also:
-
AdminRole.permissions
AdminPermission
-
getParentRoleId
Deprecated.A soft reference to the parent of this role.- See Also:
-
AdminRole.parentRoleId
-
getTenantId
Deprecated.- See Also:
-
AdminRole.tenantId
-
setId
Deprecated.- See Also:
-
AdminRole.id
-
setName
Deprecated.- See Also:
-
AdminRole.name
-
setPermissions
Deprecated.- See Also:
-
AdminRole.permissions
AdminPermission
-
setParentRoleId
Deprecated.A soft reference to the parent of this role.- See Also:
-
AdminRole.parentRoleId
-
setTenantId
Deprecated.- See Also:
-
AdminRole.tenantId
-
toString
Deprecated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated.
-