|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryService
Method Summary | |
---|---|
Boolean |
createCategory(String path,
String name,
String description)
This will create a new category at the specified path. |
String[] |
loadChildCategories(String categoryPath)
|
PageResponse<CategoryPageRow> |
loadRuleListForCategories(CategoryPageRequest request)
Return a list of Assets by category. |
TableDataResult |
loadRuleListForCategories(String categoryPath,
int skip,
int numRows,
String tableConfig)
Deprecated. in favour of loadRuleListForCategories(CategoryPageRequest) |
void |
removeCategory(String categoryPath)
This will remove a category. |
void |
renameCategory(String fullPathAndName,
String newName)
Rename a category - taking in the full path, and just the new name. |
Method Detail |
---|
String[] loadChildCategories(String categoryPath)
categoryPath
- A "/" delimited path to a category.callback
- TableDataResult loadRuleListForCategories(String categoryPath, int skip, int numRows, String tableConfig) throws com.google.gwt.user.client.rpc.SerializationException
loadRuleListForCategories(CategoryPageRequest)
A
- "/" delimited path to a category.
com.google.gwt.user.client.rpc.SerializationException
PageResponse<CategoryPageRow> loadRuleListForCategories(CategoryPageRequest request) throws com.google.gwt.user.client.rpc.SerializationException
request
- Request specific details
com.google.gwt.user.client.rpc.SerializationException
Boolean createCategory(String path, String name, String description)
void removeCategory(String categoryPath) throws com.google.gwt.user.client.rpc.SerializationException
categoryPath
- The full path to the category. Any sub categories will also be
removed.
com.google.gwt.user.client.rpc.SerializationException
- For when it all goes horribly wrong.void renameCategory(String fullPathAndName, String newName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |