Uses of Class
cn.sparrowmini.org.service.CommonFilterBean
-
Packages that use CommonFilterBean Package Description cn.sparrowmini.org.service cn.sparrowmini.org.service.impl -
-
Uses of CommonFilterBean in cn.sparrowmini.org.service
Methods in cn.sparrowmini.org.service with parameters of type CommonFilterBean Modifier and Type Method Description org.springframework.data.domain.Page<cn.sparrowmini.org.model.Employee>EmployeeService. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.Group>GroupRestService. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.PositionLevel>JobLevelRestService. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.Role>RoleRestService. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean) -
Uses of CommonFilterBean in cn.sparrowmini.org.service.impl
Methods in cn.sparrowmini.org.service.impl with parameters of type CommonFilterBean Modifier and Type Method Description org.springframework.data.domain.Page<cn.sparrowmini.org.model.Employee>EmployeeServiceImpl. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.Group>GroupServiceImpl. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.PositionLevel>PositionLevelServiceImpl. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)org.springframework.data.domain.Page<cn.sparrowmini.org.model.Role>RoleServiceImpl. all(org.springframework.data.domain.Pageable pageable, CommonFilterBean commonFilterBean)
-