|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.layout.UserLayoutNode
Represents a node in the user layout tree.
Constructor Summary | |
UserLayoutNode()
|
|
UserLayoutNode(IUserLayoutNodeDescription nd)
|
Method Summary | |
void |
addRestriction(IUserLayoutRestriction restriction)
Adds the restriction for this node. |
int |
getDepth()
Gets the depth value for this node. |
java.lang.String |
getGroupName()
Gets the group name for this node. |
java.lang.String |
getId()
|
java.lang.String |
getNextNodeId()
|
IUserLayoutNodeDescription |
getNodeDescription()
|
java.lang.String |
getParentNodeId()
|
java.lang.String |
getPreviousNodeId()
|
int |
getPriority()
Gets the priority value for this node. |
java.util.Set |
getRestrictions()
Gets the hashtable of restrictions bound to this node |
void |
setDepth(int depth)
Sets the tree depth for this node. |
void |
setGroupName(java.lang.String groupName)
Sets the group name for this node. |
void |
setNextNodeId(java.lang.String nextNodeId)
|
void |
setNodeDescription(IUserLayoutNodeDescription nd)
|
void |
setParentNodeId(java.lang.String parentNodeId)
|
void |
setPreviousNodeId(java.lang.String previousNodeId)
|
void |
setPriority(int priority)
Sets the priority for this node. |
void |
setRestrictions(java.util.Set restrictions)
Sets the hashtable of restrictions bound to this node |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserLayoutNode()
public UserLayoutNode(IUserLayoutNodeDescription nd)
Method Detail |
public java.lang.String getId()
public void setNodeDescription(IUserLayoutNodeDescription nd)
public IUserLayoutNodeDescription getNodeDescription()
public void setParentNodeId(java.lang.String parentNodeId)
public java.lang.String getParentNodeId()
public void setNextNodeId(java.lang.String nextNodeId)
public java.lang.String getNextNodeId()
public void setPreviousNodeId(java.lang.String previousNodeId)
public java.lang.String getPreviousNodeId()
public void setRestrictions(java.util.Set restrictions)
restrictions
- a Hashtable
hashtable of restriction expressionspublic java.util.Set getRestrictions()
public void addRestriction(IUserLayoutRestriction restriction)
restriction
- a IUserLayoutRestriction
a restrictionpublic void setPriority(int priority)
priority
- a int
priority valuepublic int getPriority()
public void setDepth(int depth)
depth
- a int
depth valuepublic int getDepth()
public void setGroupName(java.lang.String groupName)
groupName
- a String
group name valuepublic java.lang.String getGroupName()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |