org.jasig.portal.layout.alm
Class ALFolder
java.lang.Object
org.jasig.portal.layout.alm.ALNode
org.jasig.portal.layout.alm.ALFolder
- All Implemented Interfaces:
- IALNode, ILayoutNode
public class ALFolder
- extends ALNode
UserLayoutFolder summary sentence goes here.
Company: Instructional Media & Magic
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.
- Version:
- $Revision: 1.1 $
- Author:
- Michael Ivanov mailto:mvi@immagic.com
Methods inherited from class org.jasig.portal.layout.alm.ALNode |
addNodeAttributes, createALNode, createUserLayoutNodeDescription, getFragmentId, getFragmentNodeId, getId, getNextNodeId, getNodeDescription, getParentNodeId, getPreviousNodeId, getPriority, getRestriction, getRestrictionsByPath, setNextNodeId, setNodeDescription, setParentNodeId, setPreviousNodeId, setPriority, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
firstChildNodeId
protected java.lang.String firstChildNodeId
ALFolder
public ALFolder()
ALFolder
public ALFolder(IALFolderDescription nd)
getNodeType
public int getNodeType()
- Gets the node type
- Specified by:
getNodeType
in interface ILayoutNode
- Specified by:
getNodeType
in class ALNode
- Returns:
- a node type
setFirstChildNodeId
public void setFirstChildNodeId(java.lang.String firstChildNodeId)
- Sets the first child node ID
getFirstChildNodeId
public java.lang.String getFirstChildNodeId()
- Gets the first child node ID
- Returns:
- a first child node ID
createLostFolder
public static ALFolder createLostFolder()
createRootFolder
public static ALFolder createRootFolder()