Uses of Class
org.jasig.portal.layout.alm.ALNode

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

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

Subclasses of ALNode in org.jasig.portal.layout.alm
 class ALChannel
          UserLayoutFolder summary sentence goes here.
 class ALFolder
          UserLayoutFolder summary sentence goes here.
 

Methods in org.jasig.portal.layout.alm that return ALNode
private  ALNode AggregatedUserLayoutStore.addUserLayoutNode(int userId, int layoutId, ALNode node, java.sql.PreparedStatement psAddNode, java.sql.PreparedStatement psAddRestriction, java.sql.PreparedStatement psAddChannel, java.sql.PreparedStatement psAddChannelParam, java.sql.Statement stmt)
          Add the new user layout node.
 ALNode AggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
 ALNode IAggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
static ALNode ALNode.createALNode(IUserLayoutNodeDescription nodeDescription)
           
 ALNode AggregatedLayout.getFirstSiblingNode(java.lang.String nodeId)
           
private  ALNode AggregatedLayoutManager.getFirstSiblingNode(java.lang.String nodeId)
           
 ALNode AggregatedLayout.getLastSiblingNode(java.lang.String nodeId)
           
private  ALNode AggregatedLayoutManager.getLastSiblingNode(java.lang.String nodeId)
           
 ALNode IAggregatedLayout.getLayoutNode(java.lang.String nodeId)
          Returns the node by a given node ID.
 ALNode AggregatedLayout.getLayoutNode(java.lang.String nodeId)
           
private  ALNode AggregatedLayoutManager.getLayoutNode(java.lang.String nodeId)
           
 ALNode AggregatedLayout.getNode(java.lang.String nodeId)
          Returns a node specified by a node ID.
 ALNode AggregatedUserLayoutStore.getUserLayoutNode(IPerson person, UserProfile profile, java.lang.String nodeId)
          Gets the user layout node.
 ALNode IAggregatedUserLayoutStore.getUserLayoutNode(IPerson person, UserProfile profile, java.lang.String nodeId)
          Gets the user layout node.
 

Methods in org.jasig.portal.layout.alm with parameters of type ALNode
private  ALNode AggregatedUserLayoutStore.addUserLayoutNode(int userId, int layoutId, ALNode node, java.sql.PreparedStatement psAddNode, java.sql.PreparedStatement psAddRestriction, java.sql.PreparedStatement psAddChannel, java.sql.PreparedStatement psAddChannelParam, java.sql.Statement stmt)
          Add the new user layout node.
 ALNode AggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
 ALNode IAggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
protected  boolean AggregatedLayoutManager.changeSiblingNodesPriorities(ALNode node, java.lang.String parentNodeId, java.lang.String nextNodeId)
          Change priority values for all the sibling nodes when trying to add a new node
 boolean AggregatedUserLayoutStore.deleteUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Delete the new user layout node.
 boolean IAggregatedUserLayoutStore.deleteUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
static PriorityRestriction AggregatedLayoutManager.getPriorityRestriction(ALNode node)
          Return a priority restriction for the given node.
private static PriorityRestriction AggregatedLayoutManager.getPriorityRestriction(ALNode node, java.lang.String restrictionPath)
          Return a priority restriction for the given node.
private static IUserLayoutRestriction AggregatedLayoutManager.getRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath)
          Gets the restriction specified by the parameters below
private  boolean AggregatedUserLayoutStore.updateUserLayoutNode(int userId, int layoutId, ALNode node, java.sql.PreparedStatement psUpdateNode, java.sql.PreparedStatement psUpdateRestriction, java.sql.PreparedStatement psUpdateChannel, java.sql.PreparedStatement psUpdateChannelParam)
          Update the new user layout node.
 boolean AggregatedUserLayoutStore.updateUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
 boolean IAggregatedUserLayoutStore.updateUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
 

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

Methods in org.jasig.portal.layout.restrictions.alm with parameters of type ALNode
 boolean IALRestrictionManager.checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String propertyValue)
          Checks the local restriction specified by the parameters below.
 boolean ALRestrictionManager.checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String propertyValue)
          Checks the local restriction specified by the parameters below
 boolean IALRestrictionManager.checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath, java.lang.String propertyValue)
          Checks the restriction specified by the parameters below.
 boolean ALRestrictionManager.checkRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath, java.lang.String propertyValue)
          Checks the restriction specified by the parameters below
static PriorityRestriction ALRestrictionManager.getPriorityRestriction(ALNode node)
          Return a priority restriction for the given node.
static PriorityRestriction ALRestrictionManager.getPriorityRestriction(ALNode node, java.lang.String restrictionPath)
          Return a priority restriction for the given node.
static IUserLayoutRestriction ALRestrictionManager.getRestriction(ALNode node, java.lang.String restrictionName, java.lang.String restrictionPath)
          Gets the restriction specified by the parameters below