Interface AuthInfoRepositoryCustom

All Known Subinterfaces:
AuthInfoRepository
All Known Implementing Classes:
AuthInfoRepositoryImpl

public interface AuthInfoRepositoryCustom
  • Method Summary

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

    • findAllForGrid

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