public interface DocumentCategoryService extends CRUDService<DocumentCategoryDTO,DocumentCategoryData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DocumentCategoryVO> |
list()
Returns all document categories
|
void |
saveOrder(java.util.List<java.lang.Long> ids)
Saves document categories order
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<DocumentCategoryVO> list() throws FrameworkException
FrameworkExceptionvoid saveOrder(java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException