org.jasig.portal.layout.alm
Class ALFolder

java.lang.Object
  extended by org.jasig.portal.layout.alm.ALNode
      extended by 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

Field Summary
protected  java.lang.String firstChildNodeId
           
 
Constructor Summary
ALFolder()
           
ALFolder(IALFolderDescription nd)
           
 
Method Summary
static ALFolder createLostFolder()
           
static ALFolder createRootFolder()
           
 java.lang.String getFirstChildNodeId()
          Gets the first child node ID
 int getNodeType()
          Gets the node type
 void setFirstChildNodeId(java.lang.String firstChildNodeId)
          Sets the first child node ID
 
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
 

Field Detail

firstChildNodeId

protected java.lang.String firstChildNodeId
Constructor Detail

ALFolder

public ALFolder()

ALFolder

public ALFolder(IALFolderDescription nd)
Method Detail

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()