|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryRepository
Defines a readonly repositories for views.
Method Summary | |
---|---|
List<com.trendmicro.grid.acl.l0.datatypes.Category> |
getPlainCategories(Locale locale)
Returns all plain categories (without any view or child relationship). |
com.trendmicro.grid.acl.l0.datatypes.Category |
getPlainCategory(Locale locale,
String categoryName)
Returns the plain category information (without any view or child relationship). |
Method Detail |
---|
com.trendmicro.grid.acl.l0.datatypes.Category getPlainCategory(Locale locale, String categoryName)
locale
- The locale (language & country) of the requester.
If the locale is 'null' the declared category is returned instead.categoryName
- The name of the category to return.
List<com.trendmicro.grid.acl.l0.datatypes.Category> getPlainCategories(Locale locale)
locale
- The locale (language & country) of the requester.
If the locale is 'null' the declared category is returned instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |