public interface I_CmsAppCategory extends I_CmsHasOrder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the id.
|
java.lang.String |
getName(java.util.Locale locale)
Gets the user readable name for the category for a given locale.
|
java.lang.String |
getParentId()
Returns the parentId.
|
int |
getPriority()
Returns the priority.
|
getOrderjava.lang.String getId()
java.lang.String getName(java.util.Locale locale)
locale - the locale for which to get the namejava.lang.String getParentId()
App categories can be nested. The method must return the id of the parent category
if the category is nested. If it is on top level, null should be
returned.
int getPriority()
If more than one category with the same id is present, the one with higher priority is shown. The other categories with this id are discarded.