uPortal 2.4.1
API Documentation

org.jasig.portal.layout
Class ALFolder

java.lang.Object
  extended byorg.jasig.portal.layout.ALNode
      extended byorg.jasig.portal.layout.ALFolder

public class ALFolder
extends ALNode

UserLayoutFolder summary sentence goes here.

Company: Instructional Media & Magic

Version:
$Revision: 1.12 $
Author:
Michael Ivanov mailto:mvi@immagic.com

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.ALNode
createALNode, createUserLayoutNodeDescription, getFragmentId, getFragmentNodeId, getId, getNextNodeId, getNodeDescription, getParentNodeId, getPreviousNodeId, getPriority, getRestriction, getRestrictionsByPath, setNextNodeId, setNodeDescription, setParentNodeId, setPreviousNodeId, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALFolder

public ALFolder()

ALFolder

public ALFolder(IALFolderDescription nd)
Method Detail

getNodeType

public int getNodeType()
Gets the node type

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

uPortal 2.4.1
API Documentation