|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IALNodeProperties
An interface describing methods common to the Aggregated Layout node descriptions. Prior to uPortal 2.5, this class existed in the package org.jasig.portal.layout. It was moved to its present package to reflect that it is part of Aggregated Layouts.
Method Summary | |
---|---|
void |
addRestriction(IUserLayoutRestriction restriction)
Adds the restriction for this node. |
void |
addRestrictionChildren(org.w3c.dom.Element node,
org.w3c.dom.Document root)
|
java.lang.String |
getFragmentId()
Get fragment id |
java.lang.String |
getFragmentNodeId()
Get fragment node id |
java.lang.String |
getGroup()
Gets the priority value for this node. |
IUserLayoutRestriction |
getRestriction(java.lang.String restrictionName)
Gets a restriction by the type. |
java.util.Hashtable |
getRestrictions()
Gets the hashtable of restrictions bound to this node |
java.util.Vector |
getRestrictionsByPath(java.lang.String restrictionPath)
Gets a restrictions list by a restriction path. |
void |
setFragmentId(java.lang.String fragmentId)
Set fragment id |
void |
setFragmentNodeId(java.lang.String fragmentNodeId)
Set fragment node id |
void |
setGroup(java.lang.String group)
Sets the group identificator for this node. |
void |
setRestrictions(java.util.Hashtable restrictions)
Sets the hashtable of restrictions bound to this node |
Method Detail |
---|
void setFragmentId(java.lang.String fragmentId)
fragmentId
- a String
valuejava.lang.String getFragmentId()
String
valuevoid setFragmentNodeId(java.lang.String fragmentNodeId)
fragmentNodeId
- a String
valuejava.lang.String getFragmentNodeId()
String
valuevoid setGroup(java.lang.String group)
group
- a String
group identificator valuejava.lang.String getGroup()
void setRestrictions(java.util.Hashtable restrictions)
restrictions
- a Hashtable
of restriction expressionsjava.util.Hashtable getRestrictions()
void addRestriction(IUserLayoutRestriction restriction)
restriction
- a IUserLayoutRestriction
a restrictionIUserLayoutRestriction getRestriction(java.lang.String restrictionName)
restrictionName
- a String
name of the restriction
java.util.Vector getRestrictionsByPath(java.lang.String restrictionPath)
restrictionPath
- a String
restriction path
void addRestrictionChildren(org.w3c.dom.Element node, org.w3c.dom.Document root)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |