com.trendmicro.grid.acl.ds
Interface CategoryRepository

All Superinterfaces:
Repository

public interface CategoryRepository
extends Repository

Defines a readonly repositories for views.

Version:
1.0
Author:
juergen_kellerer, 2010-05-06

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

getPlainCategory

com.trendmicro.grid.acl.l0.datatypes.Category getPlainCategory(Locale locale,
                                                               String categoryName)
Returns the plain category information (without any view or child relationship).

Parameters:
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.
Returns:
The plain category (without any view or child relationship).

getPlainCategories

List<com.trendmicro.grid.acl.l0.datatypes.Category> getPlainCategories(Locale locale)
Returns all plain categories (without any view or child relationship).

Parameters:
locale - The locale (language & country) of the requester. If the locale is 'null' the declared category is returned instead.
Returns:
All plain categories (without any view or child relationship).