Package | Description |
---|---|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
com.suncode.pwfl.archive.exception |
Modifier and Type | Method and Description |
---|---|
DocumentClassIndex |
DocumentClassIndexFinder.findById(Long id)
Pobiera indeksy z klasy dokumentów
|
DocumentClassIndex |
DocumentClassService.updateIndexInDocumentClass(Long docClassId,
DocumentClassIndex index)
Aktualizuje indeks klasy dokumentów
|
Modifier and Type | Method and Description |
---|---|
List<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId)
Pobiera indeksy z klasy dokumentów z domyślnym sortowaniem po orderId asc
|
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
|
List<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Sorter sorter)
Pobiera indeksy z klasy dokumentów
|
Set<DocumentClassIndex> |
DocumentClass.getIndexes() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentClass.addIndex(DocumentClassIndex index) |
void |
DocumentClassService.addIndexToDocumentClass(Long docClassId,
DocumentClassIndex index)
Dodaje indeks do klasy dokumentów
|
DocumentClassIndex |
DocumentClassService.updateIndexInDocumentClass(Long docClassId,
DocumentClassIndex index)
Aktualizuje indeks klasy dokumentów
|
void |
DocumentClassService.validateDocumentClassIndexCanBeEdited(DocumentClassIndex documentClassIndex)
Sprawdza, czy indeks klasy dokumentów może być edytowany
|
Constructor and Description |
---|
InvalidIndexValueException(String msg,
Object value,
DocumentClassIndex index) |
Copyright © 2023 Suncode. All rights reserved.