Uses of Class
com.suncode.pwfl.search.Sorter
Packages that use Sorter
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
Pakiet zawiera zbiór elementów ułatwiających wykonywanie podstawowych operacji.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
-
Uses of Sorter in com.suncode.pwfl.administration.authentication.basic
Methods in com.suncode.pwfl.administration.authentication.basic with parameters of type SorterModifier and TypeMethodDescription -
Uses of Sorter in com.suncode.pwfl.administration.email.oauth.connection
Methods in com.suncode.pwfl.administration.email.oauth.connection with parameters of type SorterModifier and TypeMethodDescriptionOAuth2ConnectionService.getByClientId
(long clientId, int start, int limit, Sorter sorter) -
Uses of Sorter in com.suncode.pwfl.administration.structure
Methods in com.suncode.pwfl.administration.structure with parameters of type SorterModifier and TypeMethodDescriptionOrganizationalUnitFinder.find
(String ouName, String ouSymbol, String higherOuName, String directorPositionName, Integer start, Integer limit, Sorter sorter) Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnychOrganizationalUnitFinder.find
(String ouName, String ouSymbol, String higherOuName, String higherOuSymbol, String directorPositionName, String directorPositionSymbol, Integer start, Integer limit, Sorter sorter) Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnychPositionFinder.find
(String positionName, String positionSymbol, String higherPositionName, String ouName, Integer start, Integer limit, Sorter sorter) Umożliwia wyszukiwania stanowiskPositionFinder.findByHigherPositionSymbol
(String positionName, String positionSymbol, String higherPositionSymbol, String organizationalUnitSymbol, Integer start, Integer limit, Sorter sorter) Umożliwia wyszukiwania stanowisk -
Uses of Sorter in com.suncode.pwfl.administration.user
Methods in com.suncode.pwfl.administration.user with parameters of type SorterModifier and TypeMethodDescriptionUserFinder.findByGroups
(List<String> groups, Sorter sorter, int start, int limit) Pobiera wyszukuje użytkowników należących do podanych grup -
Uses of Sorter in com.suncode.pwfl.archive
Methods in com.suncode.pwfl.archive with parameters of type SorterModifier and TypeMethodDescriptionDocumentClassIndexFinder.findByDocumentClass
(Long docClassId, Sorter sorter) Pobiera indeksy z klasy dokumentówMethod parameters in com.suncode.pwfl.archive with type arguments of type SorterModifier and TypeMethodDescriptionDocumentFinder.findByIndexes
(Long documentClassId, Map<Long, Object> indexes, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych indeksachDocumentFinder.findByIndexesForUser
(String username, Long documentClassId, Map<Long, Object> indexes, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach. -
Uses of Sorter in com.suncode.pwfl.search
Methods in com.suncode.pwfl.search that return SorterMethods in com.suncode.pwfl.search with parameters of type Sorter -
Uses of Sorter in com.suncode.pwfl.search.sql
Methods in com.suncode.pwfl.search.sql that return types with arguments of type SorterMethods in com.suncode.pwfl.search.sql with parameters of type SorterMethod parameters in com.suncode.pwfl.search.sql with type arguments of type SorterModifier and TypeMethodDescriptionstatic void
SQLQueryBuilder.buildOrder
(StringBuilder query, List<Sorter> sorters) Buduje część dotyczącą sortowaniastatic String
SQLQueryBuilder.buildOrder
(List<Sorter> sorters) Buduje część dotyczącą sortowaniavoid
SQLBuilder.setSorters
(List<Sorter> sorters) -
Uses of Sorter in com.suncode.pwfl.support
Methods in com.suncode.pwfl.support with parameters of type SorterModifier and TypeMethodDescriptionBaseFinder.getCountedResult
(org.hibernate.criterion.DetachedCriteria dc, Sorter sorter, Integer start, Integer limit) Wyszukuje obiekty na podstawie zdefiniowanych parametrów. -
Uses of Sorter in com.suncode.pwfl.util
Methods in com.suncode.pwfl.util with parameters of type SorterModifier and TypeMethodDescriptionBaseFinderImpl.getCountedResult
(org.hibernate.criterion.DetachedCriteria dc, Sorter sorter, Integer start, Integer limit) -
Uses of Sorter in com.suncode.pwfl.workflow.process
Method parameters in com.suncode.pwfl.workflow.process with type arguments of type Sorter -
Uses of Sorter in com.suncode.pwfl.workflow.view
Methods in com.suncode.pwfl.workflow.view with parameters of type SorterModifier and TypeMethodDescriptionEvaluates saved view.ViewEvaluator.evaluate
(Long viewId, int start, int limit, Sorter sorter, Boolean cacheSequential, Boolean ensureRights) ViewEvaluator.evaluate
(Long viewId, int start, int limit, Sorter sorter, Boolean cacheSequential, Boolean ensureRights, Boolean forceSearchInDb)