Package | Description |
---|---|
com.suncode.pwfl.administration.structure |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
|
com.suncode.pwfl.administration.user.search | |
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
com.suncode.pwfl.audit | |
com.suncode.pwfl.search |
Modifier and Type | Method and Description |
---|---|
List<Role> |
RoleService.getRolesForPosition(Long positionId,
String sortBy,
SortDirection sortDirection)
Zwraca listę ról dla stanowiska
|
Modifier and Type | Method and Description |
---|---|
SortDirection |
UserSorter.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
UserSorter.setDirection(SortDirection direction) |
Constructor and Description |
---|
UserSorter(UserSortProperty property,
SortDirection direction) |
Modifier and Type | Method and Description |
---|---|
CountedResult<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych indeksów klasy dokumentów
|
CountedResult<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Locale locale,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych we wskazanym jęzku indeksów klasy dokumentów
|
CountedResult<DocumentClass> |
DocumentClassService.getAll(Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych klas dokumentów
|
CountedResult<DocumentClass> |
DocumentClassService.getAll(Locale locale,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych we wskazanym języku klas dokumentów
|
List<DocumentTemplateTable> |
DocumentTemplateService.getDocumentTemplatesForProcess(String processId,
int start,
int limit,
String sortBy,
SortDirection sortDirection) |
Modifier and Type | Method and Description |
---|---|
CountedResult<AuditDto> |
AuditFinder.getAudits(LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty w podanym przedziale czasowym
|
CountedResult<AuditDto> |
AuditFinder.getAuditsByCategories(List<AuditCategories> auditCategories,
LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty danej kategorii w podanym przedziale czasowym
|
CountedResult<AuditDto> |
AuditFinder.getAuditsByTypes(List<AuditTypes> auditTypes,
LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty danego typu w podanym przedziale czasowym
|
Modifier and Type | Method and Description |
---|---|
SortDirection |
Sorter.getDirection() |
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Sorter.setDirection(SortDirection direction) |
Constructor and Description |
---|
Sorter(String property,
SortDirection direction) |
Copyright © 2023 Suncode. All rights reserved.