|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.beans.Inode
com.dotmarketing.portlets.categories.model.Category
public class Category
| Field Summary |
|---|
| Fields inherited from class com.dotmarketing.beans.Inode |
|---|
identifier, inode, owner |
| Constructor Summary | |
|---|---|
Category()
default constructor |
|
Category(java.lang.String categoryName)
minimal constructor |
|
| Method Summary | |
|---|---|
java.util.List<PermissionSummary> |
acceptedPermissions()
Returns the list of accepted permission of this permissionable (I.E. |
java.lang.String |
getCategoryName()
|
java.lang.String |
getCategoryVelocityVarName()
|
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getInode()
gets the inode (specific version id) of the versionable |
java.lang.String |
getKey()
|
java.lang.String |
getKeywords()
|
java.util.Map<java.lang.String,java.lang.Object> |
getMap()
Returns a hashmap with all the inode fields |
Permissionable |
getParentPermissionable()
Retrieves the parent permissionable in the chain of permissions inheritance |
java.lang.Integer |
getSortOrder()
|
boolean |
hasActiveChildren()
|
boolean |
isActive()
|
boolean |
isParentPermissionable()
Returns true if other asset could inherit permissions from it |
void |
setActive(boolean active)
|
void |
setCategoryName(java.lang.String categoryName)
|
void |
setCategoryVelocityVarName(java.lang.String categoryVelocityVarName)
|
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setInode(java.lang.String inode)
Sets the inode. |
void |
setKey(java.lang.String key)
|
void |
setKeywords(java.lang.String keywords)
|
void |
setSortOrder(java.lang.Integer sortOrder)
|
void |
setSortOrder(java.lang.String sortOrder)
|
java.lang.String |
toString()
|
| Methods inherited from class com.dotmarketing.beans.Inode |
|---|
addChild, addChild, addChild, addChild, addChild, addParent, addParent, addParent, compareTo, deleteChild, deleteChild, deleteChild, deleteChild, deleteParent, deleteParent, equals, getCategoryId, getiDate, getIDate, getIdentifier, getModDate, getModUser, getOwner, getPermissionId, getPermissionType, getTitle, getType, getVersionId, getVersionType, hasChildren, hashCode, hasParents, isArchived, isLive, isLocked, isNew, isWorking, permissionDependencies, setiDate, setIDate, setIDate, setIdentifier, setOwner, setParents, setType, setVersionId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Category()
public Category(java.lang.String categoryName)
| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean active)
active - The active to set.public java.lang.String getInode()
Versionable
getInode in interface UUIDablegetInode in interface VersionablegetInode in class Inodepublic void setInode(java.lang.String inode)
Inode
setInode in interface UUIDablesetInode in class Inodeinode - The inode to setpublic java.lang.String getCategoryName()
public void setCategoryName(java.lang.String categoryName)
public java.lang.Integer getSortOrder()
public void setSortOrder(java.lang.Integer sortOrder)
public void setSortOrder(java.lang.String sortOrder)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to setpublic java.lang.String getKey()
public void setKey(java.lang.String key)
key - The key to set.public java.lang.String getKeywords()
public void setKeywords(java.lang.String keywords)
public boolean hasActiveChildren()
public java.util.Map<java.lang.String,java.lang.Object> getMap()
Inode
getMap in class Inodepublic void setCategoryVelocityVarName(java.lang.String categoryVelocityVarName)
public java.lang.String getCategoryVelocityVarName()
public java.util.List<PermissionSummary> acceptedPermissions()
Permissionable
acceptedPermissions in interface PermissionableacceptedPermissions in class Inode
public Permissionable getParentPermissionable()
throws DotDataException
Permissionable
getParentPermissionable in interface PermissionablegetParentPermissionable in class InodeDotDataExceptionpublic boolean isParentPermissionable()
Permissionable
isParentPermissionable in interface PermissionableisParentPermissionable in class Inodepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||