Interface JpaAdminRoleRepository<D extends JpaAdminRole>
- All Superinterfaces:
AdminRoleRepository<D>
,org.springframework.data.repository.CrudRepository<D,
,String> CustomizedAdminRoleRepository<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 JpaAdminRoleRepository<D extends JpaAdminRole>
extends AdminRoleRepository<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.AdminRoleRepository
existsByParentRoleId, 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.CustomizedAdminRoleRepository
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