Uses of Interface
com.broadleafcommerce.customer.repository.AccountPermissionRepository
-
Packages that use AccountPermissionRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.service -
-
Uses of AccountPermissionRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of AccountPermissionRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interface
JpaAccountPermissionRepository<D extends JpaAccountPermission>
JPA domain-specific implementation ofAccountPermissionRepository
. -
Uses of AccountPermissionRepository in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountPermissionRepository Modifier and Type Method Description protected AccountPermissionRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultAccountPermissionService. getRepository()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountPermissionRepository Constructor Description DefaultAccountPermissionService(AccountPermissionRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountPermissionContextValidator<P> accountPermissionContextValidator, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, com.broadleafcommerce.common.messaging.PersistenceProducer persistenceProducer, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper messageSerializationHelper, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)
-