public interface DocumentClassDao extends EditableDao<DocumentClass,Long>
Modifier and Type | Method and Description |
---|---|
void |
createDocClassTable(Long docClassId)
Tworzy tabele przechowującą indeksy dla dokumentów w konkretnej klasie.
|
void |
deleteDocClassTable(Long docClassId)
Usuwa tabele przechowującą indeksy dla dokumentów w konkretnej klasie.
|
void |
deleteFiles(Long docClassId)
Usuwa dane z tabel pm_files i pm_file_versions
|
String |
getIndexTable(Long docClassId)
Zwraca nazwę tabeli przechowującej indeksy dla dokumentów w konkretnej klasie.
|
delete, merge, save, update
countAll, countByCriteria, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getByField, propertyList
void createDocClassTable(Long docClassId)
docClassId
- Id klasy dokumentówvoid deleteDocClassTable(Long docClassId)
docClassId
- Id klasy dokumentówString getIndexTable(Long docClassId)
docClassId
- Id klasy dokumentówvoid deleteFiles(Long docClassId)
id
- Id klasy dokumentówCopyright © 2019 Suncode. All rights reserved.