Uses of Interface
org.jasig.portal.layout.node.ILayoutNode

Packages that use ILayoutNode
org.jasig.portal.layout.alm   
org.jasig.portal.layout.restrictions   
org.jasig.portal.layout.restrictions.alm   
 

Uses of ILayoutNode in org.jasig.portal.layout.alm
 

Subinterfaces of ILayoutNode in org.jasig.portal.layout.alm
 interface IALNode
          IALNode interface.
 

Classes in org.jasig.portal.layout.alm that implement ILayoutNode
 class ALChannel
          UserLayoutFolder summary sentence goes here.
 class ALFolder
          UserLayoutFolder summary sentence goes here.
 class ALNode
          IALNode summary sentence goes here.
 

Uses of ILayoutNode in org.jasig.portal.layout.restrictions
 

Methods in org.jasig.portal.layout.restrictions with parameters of type ILayoutNode
 boolean IRestrictionManager.checkAddRestrictions(ILayoutNode node, java.lang.String parentId, java.lang.String nextSiblingId)
          Checks the necessary restrictions while adding a new node
 boolean UserLayoutRestriction.checkRestriction(ILayoutNode node)
          Checks the restriction on a given node
 boolean IUserLayoutRestriction.checkRestriction(ILayoutNode node)
          Checks the relative restriction on a given node
 

Uses of ILayoutNode in org.jasig.portal.layout.restrictions.alm
 

Methods in org.jasig.portal.layout.restrictions.alm with parameters of type ILayoutNode
 boolean ALRestrictionManager.checkAddRestrictions(ILayoutNode node, java.lang.String parentId, java.lang.String nextSiblingId)
          Checks the necessary restrictions while adding a new node
 boolean PriorityRestriction.checkRestriction(ILayoutNode node)
          Checks the restriction for the current node
 boolean GroupRestriction.checkRestriction(ILayoutNode node)
          Checks the restriction for the current node
 boolean BooleanRestriction.checkRestriction(ILayoutNode node)
          Checks the restriction for the specified node
protected  boolean UnremovableRestriction.getBooleanPropertyValue(ILayoutNode node)
          Gets the boolean property value for the specified node
protected  boolean ImmutableRestriction.getBooleanPropertyValue(ILayoutNode node)
          Gets the boolean property value for the specified node
protected  boolean HiddenRestriction.getBooleanPropertyValue(ILayoutNode node)
          Gets the boolean property value for the specified node
protected abstract  boolean BooleanRestriction.getBooleanPropertyValue(ILayoutNode node)
          Gets the boolean property value for the specified node