|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryViewRepository
Defines a readonly repositories for views.
Method Summary | |
---|---|
com.trendmicro.grid.acl.l0.datatypes.CategoryView |
getCategoryView(Locale locale,
String viewName)
Returns the category view for the specified view-name. |
List<String> |
getCategoryViewNames(Locale locale,
String targetIdentifier)
Returns the names of available category views, |
Method Detail |
---|
List<String> getCategoryViewNames(Locale locale, String targetIdentifier)
locale
- The locale (language & country) of the requester (views are regional!).targetIdentifier
- Optional identifier specifying the requesting target application type.
Is set to "default" if left empty or if it is not existing.
com.trendmicro.grid.acl.l0.datatypes.CategoryView getCategoryView(Locale locale, String viewName)
locale
- The locale (language & country) of the requester.viewName
- The name of the view to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |