|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CategoryInfoAjaxBean
This bean provides access to category-related data needed for display in the Javascript UI. Some data are the result of invoking a method on the category domain object. Note that the category itself is not in this bean to keep the bean light-weight and suitable for search functionality.
| Method Summary | |
|---|---|
boolean |
getActiveIdr()
Get the flag to indicate whether the category is active. |
boolean |
getHasProductIdr()
Get the flag to indicate whether the category has products. |
boolean |
getHasSubCategories()
Return the flag to indicate whether this category has subCategories or not. |
java.util.Map |
getLocaleDependantFieldsMap()
Get the category locale dependant fields map. |
java.lang.String |
getParentName()
Get the parent category system name. |
long |
getUidPk()
Gets the unique identifier for this domain model object. |
void |
setActiveIdr(boolean activeIdr)
Set a flag to indicate whether the category is active. |
void |
setHasProductIdr(boolean hasProductIdr)
Set a flag to indicate whether the category has products. |
void |
setHasSubCategories(boolean hasSubCategories)
Set the flag to indicate whether this category has subCategories or not. |
void |
setlocaleDependantFieldsMap(java.util.Map localeDependantFieldsMap)
Set the category locale dependant fields map. |
void |
setParentName(java.lang.String parentName)
Set the parent category system name. |
void |
setUidPk(long uidPk)
Sets the unique identifier for this domain model object. |
| Method Detail |
|---|
boolean getActiveIdr()
boolean getHasProductIdr()
boolean getHasSubCategories()
java.util.Map getLocaleDependantFieldsMap()
java.lang.String getParentName()
long getUidPk()
void setActiveIdr(boolean activeIdr)
activeIdr - the flag to indicate whether the category is activevoid setHasProductIdr(boolean hasProductIdr)
hasProductIdr - the flag to indicate whether the category has productsvoid setHasSubCategories(boolean hasSubCategories)
hasSubCategories - the flag to indicate whether this category has subCategoriesvoid setlocaleDependantFieldsMap(java.util.Map localeDependantFieldsMap)
localeDependantFieldsMap - the category locale dependant fields mapvoid setParentName(java.lang.String parentName)
parentName - the parent category system namevoid setUidPk(long uidPk)
uidPk - the new unique identifier.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||