|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.beans.Inode
public class Inode
| Field Summary | |
|---|---|
protected long |
inode
|
| Constructor Summary | |
|---|---|
Inode()
|
|
| Method Summary | |
|---|---|
void |
addChild(Inode i)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
void |
addChild(Inode i,
java.lang.String relationType)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
void |
addChild(Inode i,
java.lang.String relationType,
int sortOrder)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
void |
addParent(Inode i)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
void |
addParent(Inode i,
java.lang.String relationType)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
int |
compareTo(java.lang.Object compObject)
|
boolean |
deleteChild(Inode child)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
boolean |
deleteChild(Inode child,
java.lang.String relationType)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
boolean |
deleteParent(Inode parent)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
boolean |
deleteParent(Inode parent,
java.lang.String relationType)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
boolean |
equals(java.lang.Object other)
|
long |
getCategoryId()
|
java.util.Date |
getiDate()
|
java.util.Date |
getIDate()
Returns the iDate. |
long |
getIdentifier()
|
long |
getInode()
|
java.util.Map<java.lang.String,java.lang.Object> |
getMap()
Returns a hashmap with all the inode fields |
java.util.Date |
getModDate()
|
java.lang.String |
getModUser()
|
java.lang.String |
getOwner()
Returns the owner. |
long |
getPermissionId()
Sets the id to be used for checking permissions |
java.lang.String |
getTitle()
|
java.lang.String |
getType()
Returns the type. |
long |
getVersionId()
|
java.lang.String |
getVersionType()
|
boolean |
hasChildren()
|
boolean |
hasParents()
|
boolean |
isArchived()
|
boolean |
isLive()
|
boolean |
isLocked()
|
boolean |
isNew()
|
boolean |
isWorking()
|
void |
setiDate(java.util.Date iDate)
|
void |
setIDate(java.util.Date iDate)
Sets the iDate. |
void |
setIDate(java.lang.String x)
|
void |
setIdentifier(long identifier)
|
void |
setInode(long inode)
Sets the inode. |
void |
setInode(java.lang.String inode)
|
void |
setOwner(java.lang.String owner)
Sets the owner. |
void |
setParents(java.util.List newParents)
Deprecated. Association between inodes should be called through their respective API, calling the API ensures the consistency of the relationship and caches |
void |
setType(java.lang.String type)
Sets the type. |
void |
setVersionId(long versionId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long inode
| Constructor Detail |
|---|
public Inode()
| Method Detail |
|---|
public boolean isLocked()
isLocked in interface Versionablepublic java.util.Date getModDate()
getModDate in interface Versionablepublic java.lang.String getModUser()
getModUser in interface Versionablepublic java.lang.String getTitle()
getTitle in interface Versionablepublic boolean isArchived()
isArchived in interface Versionablepublic boolean isLive()
isLive in interface Versionablepublic boolean isWorking()
isWorking in interface Versionablepublic long getVersionId()
getVersionId in interface Versionablepublic java.lang.String getVersionType()
getVersionType in interface Versionablepublic void setVersionId(long versionId)
setVersionId in interface Versionablepublic long getCategoryId()
getCategoryId in interface Categorizablepublic void setIDate(java.util.Date iDate)
iDate - The iDate to setpublic void setIDate(java.lang.String x)
public java.util.Date getIDate()
public void setInode(long inode)
inode - The inode to setpublic void setInode(java.lang.String inode)
public long getInode()
getInode in interface Versionablepublic void setOwner(java.lang.String owner)
setOwner in interface Permissionableowner - The owner to setpublic java.lang.String getOwner()
getOwner in interface Permissionablepublic void setType(java.lang.String type)
type - The type to setpublic java.lang.String getType()
public void addChild(Inode i)
public void addChild(Inode i,
java.lang.String relationType)
public void addChild(Inode i,
java.lang.String relationType,
int sortOrder)
public void addParent(Inode i)
public void addParent(Inode i,
java.lang.String relationType)
public boolean deleteChild(Inode child)
child - child to be dissociated
public boolean deleteChild(Inode child,
java.lang.String relationType)
child - child to be dissociated
public boolean deleteParent(Inode parent)
parent - parent to be dissociated
public boolean deleteParent(Inode parent,
java.lang.String relationType)
public void setParents(java.util.List newParents)
newChildren - New children setpublic boolean hasChildren()
public boolean hasParents()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.util.Date getiDate()
public void setiDate(java.util.Date iDate)
public long getIdentifier()
public void setIdentifier(long identifier)
identifier - The identifier to set.public boolean isNew()
public java.util.Map<java.lang.String,java.lang.Object> getMap()
public int compareTo(java.lang.Object compObject)
compareTo in interface java.lang.Comparablepublic long getPermissionId()
Permissionable
getPermissionId in interface Permissionable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||