Uses of Class
jp.ecuacion.splib.web.form.SplibSearchForm
Packages that use SplibSearchForm
Package
Description
Provides controllers.
Provides services.
-
Uses of SplibSearchForm in jp.ecuacion.splib.web.controller
Classes in jp.ecuacion.splib.web.controller with type parameters of type SplibSearchFormModifier and TypeClassDescriptionclassSplibSearchListController<FST extends SplibSearchForm, FLT extends SplibListForm<?>, S extends SplibSearchListService<FST,FLT>> Controls the search and listing of the search result. -
Uses of SplibSearchForm in jp.ecuacion.splib.web.service
Classes in jp.ecuacion.splib.web.service with type parameters of type SplibSearchFormModifier and TypeClassDescriptionclassSplibSearchListService<FST extends SplibSearchForm, FLT extends SplibListForm<?>>Provides abstract search list service.Methods in jp.ecuacion.splib.web.service with parameters of type SplibSearchFormModifier and TypeMethodDescriptionprotected List<? extends SplibRecord> SplibSearchListService.getFilteredList(List<? extends SplibRecord> sortedList, SplibSearchForm seForm) Filters list.protected List<? extends SplibRecord> SplibSearchListService.getSortedList(List<? extends SplibRecord> listToSort, SplibSearchForm searchForm) Sorts the list.protected List<? extends SplibRecord> SplibSearchListService.getSortedList(List<? extends SplibRecord> listToSort, SplibSearchForm searchForm, String[] needsNumberSortItems) Sorts the list.