Uses of Interface
org.jasig.portal.layout.restrictions.IUserLayoutRestriction

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

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

Methods in org.jasig.portal.layout.alm that return IUserLayoutRestriction
private static IUserLayoutRestriction AggregatedLayoutManager.getRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath)
          Gets the restriction specified by the parameters below
 IUserLayoutRestriction ALChannelDescription.getRestriction(java.lang.String restrictionName)
          Gets a restriction by the type.
 IUserLayoutRestriction ALFolderDescription.getRestriction(java.lang.String restrictionName)
          Gets a restriction by the type.
 IUserLayoutRestriction ALNode.getRestriction(java.lang.String restrictionName)
          Gets a restriction by the type.
 IUserLayoutRestriction IALNodeProperties.getRestriction(java.lang.String restrictionName)
          Gets a restriction by the type.
 IUserLayoutRestriction ALNodeProperties.getRestriction(java.lang.String restrictionName)
          Gets a restriction by the type.
 

Methods in org.jasig.portal.layout.alm with parameters of type IUserLayoutRestriction
 void ALChannelDescription.addRestriction(IUserLayoutRestriction restriction)
          Adds the restriction for this node.
 void ALFolderDescription.addRestriction(IUserLayoutRestriction restriction)
          Adds the restriction for this node.
 void IALNodeProperties.addRestriction(IUserLayoutRestriction restriction)
          Adds the restriction for this node.
 void ALNodeProperties.addRestriction(IUserLayoutRestriction restriction)
          Adds the restriction for this node.
 

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

Classes in org.jasig.portal.layout.restrictions that implement IUserLayoutRestriction
 class UserLayoutRestriction
          UserLayoutRestriction summary sentence goes here.
 

Methods in org.jasig.portal.layout.restrictions that return IUserLayoutRestriction
static IUserLayoutRestriction UserLayoutRestrictionFactory.createRestriction(java.lang.String restrictionName)
           
static IUserLayoutRestriction UserLayoutRestrictionFactory.createRestriction(java.lang.String restrictionName, java.lang.String restrictionValue)
           
static IUserLayoutRestriction UserLayoutRestrictionFactory.createRestriction(java.lang.String restrictionName, java.lang.String restrictionValue, java.lang.String restrictionPath)
           
private static IUserLayoutRestriction UserLayoutRestrictionFactory.getRestriction(java.lang.String className)
           
 

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

Classes in org.jasig.portal.layout.restrictions.alm that implement IUserLayoutRestriction
 class ALRestriction
          The generic aggregated layout restriction class.
 class BooleanRestriction
          BooleanRestriction checks the restriction on the boolean property for a given ILayoutNode object.
 class DepthRestriction
          DepthRestriction checks the priority restriction for a given UserLayoutNode object.
 class GroupRestriction
          GroupRestriction checks the group restriction for a given ALNode object.
 class HiddenRestriction
          HiddenRestriction checks the restriction on the "hidden" property for a given ALNode object.
 class ImmutableRestriction
          ImmutableRestriction checks the restriction on the "immutable" property for a given ALNode object.
 class PriorityRestriction
          PriorityRestriction checks the priority restriction for a given ALNode object.
 class UnremovableRestriction
          UnremovableRestriction checks the restriction on the "unremovable" property for a given ALNode object.
 

Methods in org.jasig.portal.layout.restrictions.alm that return IUserLayoutRestriction
static IUserLayoutRestriction ALRestrictionManager.getRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath)
          Gets the restriction specified by the parameters below