Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccountPermission
-
Packages that use JpaAccountPermission Package Description com.broadleafcommerce.customer.provider.jpa.domain com.broadleafcommerce.customer.provider.jpa.repository -
-
Uses of JpaAccountPermission in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return types with arguments of type JpaAccountPermission Modifier and Type Method Description Set<JpaAccountPermission>JpaAccountRole. getPermissions()Method parameters in com.broadleafcommerce.customer.provider.jpa.domain with type arguments of type JpaAccountPermission Modifier and Type Method Description voidJpaAccountRole. setPermissions(Set<JpaAccountPermission> permissions) -
Uses of JpaAccountPermission in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with type parameters of type JpaAccountPermission Modifier and Type Interface Description interfaceJpaAccountPermissionRepository<D extends JpaAccountPermission>JPA domain-specific implementation ofAccountPermissionRepository.classJpaCustomizedAccountPermissionRepository<D extends JpaAccountPermission>Specialized implementation ofJpaAccountPermissionRepository.
-