public interface DocumentClassService extends BaseFinder<DocumentClass,Long>
| Modifier and Type | Method and Description |
|---|---|
void |
addActionToDocumentClass(Long docClassId,
DocumentClassAction action)
Dodaje akcje do klasy dokumentów
|
void |
addIndexToDocumentClass(Long docClassId,
DocumentClassIndex index)
Dodaje indeks do klasy dokumentów
|
void |
createDocumentClass(DocumentClass dc)
Zapisuje klasa dokumentów w bazie danych.
|
void |
deleteDocumentClass(Long documentClassId)
Usuwa klasę dokumentów
|
void |
deleteDocumentClass(String name)
Usuwa klasę dokumentów
|
DocumentClass |
getDocumentClass(String name,
String... joins)
Pobiera obiekt klasy dokumentów
|
File |
getDocumentClassDirectory(Long docClassId)
Pobiera katalogu klasy dokumentów
|
List<DocumentClass> |
getDocumentClassesForUser(String userName)
Pobiera listę klas dokumentów do których ma uprawnienia podany użytkownik
|
String |
getFullPathForDocClass(Long docClassId)
Pobiera ścieżkę do katalogu klasy dokumentów
|
void |
removeActionFromDocumentClass(Long docClassId,
String actionName)
Usuwa akcje z klasy dokumentów
|
void |
removeIndexFromDocumentClass(Long docClassId,
String indexName)
Usuwa indeks z klasy dokumentów
|
void |
updateDocumentClass(DocumentClass dc)
Modyfikuje klasę dokumentów
|
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAllvoid createDocumentClass(DocumentClass dc)
dc - Definicja klasy dokumentówvoid deleteDocumentClass(String name)
name - Nazwa klasy dokumentówvoid deleteDocumentClass(Long documentClassId)
documentClassId - Id klasy dokumentówvoid addIndexToDocumentClass(Long docClassId, DocumentClassIndex index)
docClassId - Id klasy dokumentówindex - Definicja indeksuvoid removeIndexFromDocumentClass(Long docClassId, String indexName)
docClassId - Id klasy dokumentówindexName - Nazwa indeksuvoid addActionToDocumentClass(Long docClassId, DocumentClassAction action)
docClassId - Id klasy dokumentówaction - Definicja akcjivoid removeActionFromDocumentClass(Long docClassId, String actionName)
docClassId - Id klasy dokumentówactionName - Nazwa akcjiDocumentClass getDocumentClass(String name, String... joins)
name - Nazwa klasy dokumentówjoins - Określa, które elementy mamy dołączyć do obiektu klasy dokumentów.String getFullPathForDocClass(Long docClassId)
docClassId - Id klasy dokumentówFile getDocumentClassDirectory(Long docClassId)
docClassId - Id klasy dokumentówvoid updateDocumentClass(DocumentClass dc)
dc - Obiekt klasy dokumentówList<DocumentClass> getDocumentClassesForUser(String userName)
userName - Login użytkownikaCopyright © 2014 Suncode. All rights reserved.