|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IUserLayoutFolderDescription in org.jasig.portal.channels.DLMUserPreferences |
---|
Methods in org.jasig.portal.channels.DLMUserPreferences that return IUserLayoutFolderDescription | |
---|---|
private IUserLayoutFolderDescription |
TabColumnPrefsState.createFolder(java.lang.String name)
Creates a folder element with default attributes. |
Uses of IUserLayoutFolderDescription in org.jasig.portal.channels.UserPreferences |
---|
Methods in org.jasig.portal.channels.UserPreferences that return IUserLayoutFolderDescription | |
---|---|
private IUserLayoutFolderDescription |
TabColumnPrefsState.createFolder(java.lang.String name)
Creates a folder element with default attributes. |
Uses of IUserLayoutFolderDescription in org.jasig.portal.layout.alm |
---|
Subinterfaces of IUserLayoutFolderDescription in org.jasig.portal.layout.alm | |
---|---|
interface |
IALFolderDescription
An interface describing an Aggregated Layout folder descriptions. |
Classes in org.jasig.portal.layout.alm that implement IUserLayoutFolderDescription | |
---|---|
class |
ALFolderDescription
An extension of the FolderDescription for the Aggregated Layout implementation. |
Constructors in org.jasig.portal.layout.alm with parameters of type IUserLayoutFolderDescription | |
---|---|
ALFolderDescription(IUserLayoutFolderDescription d)
|
Uses of IUserLayoutFolderDescription in org.jasig.portal.layout.node |
---|
Classes in org.jasig.portal.layout.node that implement IUserLayoutFolderDescription | |
---|---|
class |
UserLayoutFolderDescription
A class describing a folder node fo the user layout structure. |
Constructors in org.jasig.portal.layout.node with parameters of type IUserLayoutFolderDescription | |
---|---|
UserLayoutFolderDescription(IUserLayoutFolderDescription d)
|
Uses of IUserLayoutFolderDescription in org.jasig.portal.services |
---|
Methods in org.jasig.portal.services with parameters of type IUserLayoutFolderDescription | |
---|---|
static void |
StatsRecorder.recordFolderAddedToLayout(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
Record that a folder is being added to a user layout |
static void |
StatsRecorder.recordFolderMovedInLayout(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
Record that a folder is being moved in a user layout |
static void |
StatsRecorder.recordFolderRemovedFromLayout(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
Record that a folder is being removed from a user layout |
static void |
StatsRecorder.recordFolderUpdatedInLayout(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
Record that a folder is being updated in a user layout |
Uses of IUserLayoutFolderDescription in org.jasig.portal.services.stats |
---|
Fields in org.jasig.portal.services.stats declared as IUserLayoutFolderDescription | |
---|---|
(package private) IUserLayoutFolderDescription |
RecordFolderRemovedFromLayoutWorkerTask.folderDesc
|
(package private) IUserLayoutFolderDescription |
RecordFolderUpdatedInLayoutWorkerTask.folderDesc
|
(package private) IUserLayoutFolderDescription |
RecordFolderMovedInLayoutWorkerTask.folderDesc
|
(package private) IUserLayoutFolderDescription |
RecordFolderAddedToLayoutWorkerTask.folderDesc
|
Constructors in org.jasig.portal.services.stats with parameters of type IUserLayoutFolderDescription | |
---|---|
RecordFolderAddedToLayoutWorkerTask(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
|
|
RecordFolderMovedInLayoutWorkerTask(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
|
|
RecordFolderRemovedFromLayoutWorkerTask(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
|
|
RecordFolderUpdatedInLayoutWorkerTask(IPerson person,
UserProfile profile,
IUserLayoutFolderDescription folderDesc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |