java.lang.Object
com.broadleafcommerce.adminuser.user.provider.jpa.domain.JpaAdminPermission
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 JpaAdminPermission 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 Details

    • JpaAdminPermission

      public JpaAdminPermission()
      Deprecated.
  • Method Details

    • setNotificationStates

      public void setNotificationStates(List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> notificationStates)
      Deprecated.
      Specified by:
      setNotificationStates in interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
    • getNotificationStates

      public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates()
      Deprecated.
      Specified by:
      getNotificationStates in interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
    • getNotificationStates

      public List<com.broadleafcommerce.common.messaging.notification.domain.NotificationState> getNotificationStates(boolean fetch)
      Deprecated.
      Specified by:
      getNotificationStates in interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
    • fromMe

      public org.modelmapper.ModelMapper fromMe()
      Deprecated.
      Specified by:
      fromMe in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
    • toMe

      public org.modelmapper.ModelMapper toMe()
      Deprecated.
      Specified by:
      toMe in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
    • getBusinessDomainType

      public Class<?> getBusinessDomainType()
      Deprecated.
      Specified by:
      getBusinessDomainType in interface com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
    • getId

      public String getId()
      Deprecated.
      See Also:
      • AdminPermission.id
    • getName

      public String getName()
      Deprecated.
      See Also:
      • AdminPermission.name
    • getTenantId

      public String getTenantId()
      Deprecated.
      See Also:
      • AdminPermission.tenantId
    • setId

      public void setId(String id)
      Deprecated.
      See Also:
      • AdminPermission.id
    • setName

      public void setName(String name)
      Deprecated.
      See Also:
      • AdminPermission.name
    • setTenantId

      public void setTenantId(String tenantId)
      Deprecated.
      See Also:
      • AdminPermission.tenantId
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object