Interface RoleRepositoryCustom

All Known Subinterfaces:
RoleRepository
All Known Implementing Classes:
RoleRepositoryImpl

public interface RoleRepositoryCustom
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<Role>
    findAllForGrid(List<Filter<?>> filterBy, String searchBarValue, org.springframework.data.domain.Pageable pageable)
     
  • Method Details

    • findAllForGrid

      org.springframework.data.domain.Page<Role> findAllForGrid(List<Filter<?>> filterBy, String searchBarValue, org.springframework.data.domain.Pageable pageable)