Interface JpaAdminPermissionRepository<D extends JpaAdminPermission>
- All Superinterfaces:
AdminPermissionRepository<D>
,org.springframework.data.repository.CrudRepository<D,
,String> CustomizedAdminPermissionRepository<D>
,com.broadleafcommerce.common.extension.DomainTypeAware
,com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
,com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,
,String> org.springframework.data.repository.Repository<D,
String>
@Repository
@Deprecated
public interface JpaAdminPermissionRepository<D extends JpaAdminPermission>
extends AdminPermissionRepository<D>
Deprecated.
since 1.7.0. Roles and permissions are managed in auth.
- Author:
- Samarth Dhruva (samarthd)
-
Method Summary
Methods inherited from interface com.broadleafcommerce.adminuser.user.repository.AdminPermissionRepository
findByTenantIdOrTenantIdNull
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.adminuser.user.repository.CustomizedAdminPermissionRepository
existsByNameAndIdNot, existsByNameAndIdNotInTenantOrGlobal, findByIdInTenantOrGlobal, findByIdsInTenantOrGlobal, findByNameContainingIgnoreCase, findByNameContainingIgnoreCaseInTenantOrGlobal
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
Methods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledged
Methods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository
findAll, findAll