public interface MessageCategoryService extends CRUDService<MessageCategoryDTO,MessageCategoryData,java.lang.Void>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MessageCategoryVO> |
list()
Lists all message categories
|
void |
saveOrder(java.util.List<java.lang.Long> ids)
Saves the order according to the given category ids
|
getData, getDataForNew, load, remove, removeAll, savejava.util.List<MessageCategoryVO> list() throws FrameworkException
FrameworkExceptionvoid saveOrder(java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkException