|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsCategoryBean
public class CmsCategoryBean
A specific bean holding all info to be displayed in the categories tab.
| Constructor Summary | |
|---|---|
protected |
CmsCategoryBean()
Constructor for serialization only. |
|
CmsCategoryBean(CmsCategory category)
Constructor. |
|
CmsCategoryBean(CmsCategoryTreeEntry categoryTreeEntry)
Constructor. |
|
CmsCategoryBean(CmsUUID id,
java.lang.String title,
java.lang.String description,
java.lang.String path,
java.lang.String basePath,
java.lang.String rootPath)
The constructor. |
| Method Summary | |
|---|---|
java.lang.String |
getBasePath()
Returns the base path. |
java.lang.String |
getDescription()
Returns the description. |
CmsUUID |
getId()
Returns the id. |
java.lang.String |
getPath()
Returns the category path. |
java.lang.String |
getRootPath()
Returns the root path. |
java.lang.String |
getSitePath()
Returns the category site path. |
java.lang.String |
getTitle()
Returns the title. |
boolean |
matchesFilter(java.lang.String filter)
Returns if the category matches the given filter. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setPath(java.lang.String path)
Sets the category path. |
void |
setSitePath(java.lang.String sitePath)
Sets the category site path. |
void |
setTitle(java.lang.String title)
Sets the title. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsCategoryBean(CmsCategory category)
category - the server-side categorypublic CmsCategoryBean(CmsCategoryTreeEntry categoryTreeEntry)
categoryTreeEntry - the category tree entry to copy
public CmsCategoryBean(CmsUUID id,
java.lang.String title,
java.lang.String description,
java.lang.String path,
java.lang.String basePath,
java.lang.String rootPath)
id - the category idtitle - the title to setdescription - the subtitle to setpath - the category pathbasePath - the category base pathrootPath - the category root pathprotected CmsCategoryBean()
| Method Detail |
|---|
public java.lang.String getBasePath()
public java.lang.String getDescription()
public CmsUUID getId()
public java.lang.String getPath()
getPath in interface I_CmsHasPathpublic java.lang.String getRootPath()
public java.lang.String getSitePath()
public java.lang.String getTitle()
getTitle in interface I_CmsHasTitlepublic boolean matchesFilter(java.lang.String filter)
filter - the filter to match
true if the gallery matches the given filter.public void setDescription(java.lang.String description)
description - the description to setpublic void setPath(java.lang.String path)
path - the category path to setpublic void setSitePath(java.lang.String sitePath)
sitePath - category site pathpublic void setTitle(java.lang.String title)
title - the title to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||