uPortal 2.4.1
API Documentation

org.jasig.portal.layout
Interface IALFolderDescription

All Superinterfaces:
IALNodeDescription, IALNodeProperties, IUserLayoutFolderDescription, IUserLayoutNodeDescription
All Known Implementing Classes:
ALFolderDescription

public interface IALFolderDescription
extends IUserLayoutFolderDescription, IALNodeDescription

An interface describing an Aggregated Layout folder descriptions

Version:
1.0
Author:
Michael Ivanov

Field Summary
static java.lang.String LOST_FOLDER_ID
           
static java.lang.String ROOT_FOLDER_ID
           
 
Fields inherited from interface org.jasig.portal.layout.IUserLayoutFolderDescription
folderTypeNames, FOOTER_TYPE, HEADER_TYPE, REGULAR_TYPE
 
Fields inherited from interface org.jasig.portal.layout.IUserLayoutNodeDescription
CHANNEL, FOLDER
 
Methods inherited from interface org.jasig.portal.layout.IUserLayoutFolderDescription
getFolderType, getXML, setFolderType
 
Methods inherited from interface org.jasig.portal.layout.IUserLayoutNodeDescription
addNodeAttributes, getId, getName, getType, isHidden, isImmutable, isUnremovable, setHidden, setId, setImmutable, setName, setUnremovable
 
Methods inherited from interface org.jasig.portal.layout.IALNodeProperties
addRestriction, addRestrictionChildren, getFragmentId, getFragmentNodeId, getGroup, getRestriction, getRestrictions, getRestrictionsByPath, setFragmentId, setFragmentNodeId, setGroup, setRestrictions
 

Field Detail

LOST_FOLDER_ID

public static final java.lang.String LOST_FOLDER_ID
See Also:
Constant Field Values

ROOT_FOLDER_ID

public static final java.lang.String ROOT_FOLDER_ID
See Also:
Constant Field Values

uPortal 2.4.1
API Documentation