Uses of Class
org.jasig.portal.UserProfile

Packages that use UserProfile
org.jasig.portal   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.simple   
org.jasig.portal.services   
org.jasig.portal.services.stats   
 

Uses of UserProfile in org.jasig.portal
 

Fields in org.jasig.portal declared as UserProfile
protected  UserProfile UserPreferences.profile
           
 

Methods in org.jasig.portal that return UserProfile
 UserProfile GuestUserPreferencesManagerWrapper.getCurrentProfile()
          Returns current profile.
 UserProfile GuestUserPreferencesManager.getCurrentProfile()
           
 UserProfile UserPreferencesManager.getCurrentProfile()
           
 UserProfile IUserPreferencesManager.getCurrentProfile()
          Returns current profile.
 UserProfile GuestUserPreferencesManager.getCurrentProfile(java.lang.String sessionId)
          Returns current profile
 UserProfile UserPreferences.getProfile()
           
 

Methods in org.jasig.portal with parameters of type UserProfile
 void UserPreferences.setProfile(UserProfile p)
           
 

Constructors in org.jasig.portal with parameters of type UserProfile
UserPreferences(UserProfile p)
           
 

Uses of UserProfile in org.jasig.portal.channels.DLMUserPreferences
 

Fields in org.jasig.portal.channels.DLMUserPreferences declared as UserProfile
(package private)  UserProfile CUserPreferences.editedProfile
           
private  UserProfile TabColumnPrefsState.editedUserProfile
           
protected  UserProfile ManageProfilesState.CEditProfile.profile
           
private  UserProfile GPreferencesState.profile
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences that return UserProfile
protected  UserProfile CUserPreferences.getEditedUserProfile()
           
protected  UserProfile GPreferencesState.getProfile()
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type UserProfile
protected  UserPreferences CUserPreferences.getUserPreferencesFromStore(UserProfile profile)
           
private  void CUserPreferences.instantiateManagePreferencesState(UserProfile profile)
          Instantiates appropriate managePreferences object.
 

Constructors in org.jasig.portal.channels.DLMUserPreferences with parameters of type UserProfile
GPreferencesState(CUserPreferences context, UserProfile p)
           
 

Uses of UserProfile in org.jasig.portal.channels.UserPreferences
 

Fields in org.jasig.portal.channels.UserPreferences declared as UserProfile
(package private)  UserProfile CUserPreferences.editedProfile
           
private  UserProfile TabColumnPrefsState.editedUserProfile
           
protected  UserProfile ManageProfilesState.CEditProfile.profile
           
private  UserProfile GPreferencesState.profile
           
 

Methods in org.jasig.portal.channels.UserPreferences that return UserProfile
protected  UserProfile CUserPreferences.getEditedUserProfile()
           
protected  UserProfile GPreferencesState.getProfile()
           
 

Methods in org.jasig.portal.channels.UserPreferences with parameters of type UserProfile
protected  UserPreferences CUserPreferences.getUserPreferencesFromStore(UserProfile profile)
           
private  void CUserPreferences.instantiateManagePreferencesState(UserProfile profile)
          Instantiates appropriate managePreferences object.
 

Constructors in org.jasig.portal.channels.UserPreferences with parameters of type UserProfile
GPreferencesState(CUserPreferences context, UserProfile p)
           
 

Uses of UserProfile in org.jasig.portal.layout
 

Methods in org.jasig.portal.layout that return UserProfile
 UserProfile IUserLayoutStore.addSystemProfile(UserProfile profile)
          add a new system profile to the database.
 UserProfile IUserLayoutStore.addUserProfile(IPerson person, UserProfile profile)
          Creates a new user profile in the database.
 UserProfile IUserLayoutStore.getSystemProfile(java.lang.String userAgent)
          retreive a system profile associated with a given browser
 UserProfile IUserLayoutStore.getSystemProfileById(int profileId)
          Obtain a system profile
 UserProfile IUserLayoutStore.getUserProfile(IPerson person, java.lang.String userAgent)
          Obtain user profile associated with a particular browser
 UserProfile IUserLayoutStore.getUserProfileById(IPerson person, int profileId)
          Obtains a user profile by profile id.
 

Methods in org.jasig.portal.layout with parameters of type UserProfile
 UserProfile IUserLayoutStore.addSystemProfile(UserProfile profile)
          add a new system profile to the database.
 UserProfile IUserLayoutStore.addUserProfile(IPerson person, UserProfile profile)
          Creates a new user profile in the database.
 org.w3c.dom.Document IUserLayoutStore.getUserLayout(IPerson Person, UserProfile profile)
          Retreive a user layout document.
static IUserLayoutManager UserLayoutManagerFactory.getUserLayoutManager(IPerson person, UserProfile profile)
          Obtain a regular user layout manager implementation
 UserPreferences IUserLayoutStore.getUserPreferences(IPerson person, UserProfile profile)
          Retreive the entire UserPreferences object
 void IUserLayoutStore.setUserLayout(IPerson Person, UserProfile profile, org.w3c.dom.Document layoutXML, boolean channelsAdded)
          Persist user layout document.
 void IUserLayoutStore.updateSystemProfile(UserProfile profile)
          update system profile
 void IUserLayoutStore.updateUserProfile(IPerson person, UserProfile profile)
          update user profile
 

Uses of UserProfile in org.jasig.portal.layout.alm
 

Fields in org.jasig.portal.layout.alm declared as UserProfile
private  UserProfile AggregatedLayoutManager.userProfile
           
 

Methods in org.jasig.portal.layout.alm with parameters of type UserProfile
 ALNode AggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
 ALNode IAggregatedUserLayoutStore.addUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Add the new user layout node.
 boolean AggregatedUserLayoutStore.deleteUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Delete the new user layout node.
 boolean IAggregatedUserLayoutStore.deleteUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
 IAggregatedLayout AggregatedUserLayoutStore.getAggregatedLayout(IPerson person, UserProfile profile)
          Returns the user layout internal representation.
 IAggregatedLayout IAggregatedUserLayoutStore.getAggregatedLayout(IPerson person, UserProfile profile)
          Returns the user layout internal representation.
 java.util.Set AggregatedUserLayoutStore.getIncorrectPushedFragmentNodes(IPerson person, UserProfile profile)
          Returns the list of pushed fragment node IDs that must be removed from the user layout.
 ALNode AggregatedUserLayoutStore.getUserLayoutNode(IPerson person, UserProfile profile, java.lang.String nodeId)
          Gets the user layout node.
 ALNode IAggregatedUserLayoutStore.getUserLayoutNode(IPerson person, UserProfile profile, java.lang.String nodeId)
          Gets the user layout node.
 void AggregatedUserLayoutStore.setAggregatedLayout(IPerson person, UserProfile profile, IAggregatedLayout layoutImpl)
           
 void IAggregatedUserLayoutStore.setAggregatedLayout(IPerson person, UserProfile profile, IAggregatedLayout layout)
          Persists user layout document.
 boolean AggregatedUserLayoutStore.updateUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
 boolean IAggregatedUserLayoutStore.updateUserLayoutNode(IPerson person, UserProfile profile, ALNode node)
          Update the new user layout node.
 

Constructors in org.jasig.portal.layout.alm with parameters of type UserProfile
AggregatedLayoutManager(IPerson person, UserProfile userProfile)
           
AggregatedLayoutManager(IPerson person, UserProfile userProfile, IUserLayoutStore layoutStore)
           
 

Uses of UserProfile in org.jasig.portal.layout.dlm
 

Fields in org.jasig.portal.layout.dlm declared as UserProfile
protected  UserProfile DistributedLayoutManager.profile
           
 

Methods in org.jasig.portal.layout.dlm with parameters of type UserProfile
private  org.w3c.dom.Document RDBMDistributedLayoutStore._getUserLayout(IPerson person, UserProfile profile)
          Returns the layout for a user.
private  org.w3c.dom.Document RDBMDistributedLayoutStore._safeGetUserLayout(IPerson person, UserProfile profile)
          Handles locking and identifying proper root and namespaces that used to take place in super class.
 void LayoutDecorator.decorate(org.w3c.dom.Document layout, IPerson person, UserProfile profile)
           
private  org.w3c.dom.Document RDBMDistributedLayoutStore.getCompositeLayout(IPerson person, UserProfile profile)
          This method passed through the set of ordered fragments asking each one if it is applicable to this user.
(package private)  org.w3c.dom.Document RDBMDistributedLayoutStore.getFragmentLayout(IPerson person, UserProfile profile)
          Convenience method for fragment activator to obtain raw layouts for fragments during initialization.
 org.w3c.dom.Document RDBMDistributedLayoutStore.getUserLayout(IPerson person, UserProfile profile)
          Returns the layout for a user decorated with any specified decorator.
 void RDBMDistributedLayoutStore.setUserLayout(IPerson person, UserProfile profile, org.w3c.dom.Document layoutXML, boolean channelsAdded)
          This method overrides the same method in the super class to persist only layout information stored in the user's person layout fragment or PLF.
(package private)  void RDBMDistributedLayoutStore.setUserLayout(IPerson person, UserProfile profile, org.w3c.dom.Document layoutXML, boolean channelsAdded, boolean updateFragmentCache)
          This method overrides the same method in the super class to persist only layout information stored in the user's person layout fragment or PLF.
private  void RDBMDistributedLayoutStore.updateCachedLayout(org.w3c.dom.Document layout, UserProfile profile, FragmentDefinition fragment)
          Replaces the layout Document stored on a fragment definition with a new version.
 

Constructors in org.jasig.portal.layout.dlm with parameters of type UserProfile
DistributedLayoutManager(IPerson owner, UserProfile profile, IUserLayoutStore store)
           
UserView(UserProfile profile, org.w3c.dom.Document layout, DistributedUserPreferences ssup, DistributedUserPreferences tsup)
           
 

Uses of UserProfile in org.jasig.portal.layout.simple
 

Fields in org.jasig.portal.layout.simple declared as UserProfile
protected  UserProfile SimpleUserLayoutManager.profile
           
 

Methods in org.jasig.portal.layout.simple that return UserProfile
 UserProfile RDBMUserLayoutStore.addSystemProfile(UserProfile profile)
           
 UserProfile RDBMUserLayoutStore.addUserProfile(IPerson person, UserProfile profile)
          Add a user profile
 UserProfile RDBMUserLayoutStore.getSystemProfile(java.lang.String userAgent)
           
 UserProfile RDBMUserLayoutStore.getSystemProfileById(int profileId)
           
 UserProfile RDBMUserLayoutStore.getUserProfile(IPerson person, java.lang.String userAgent)
           
 UserProfile RDBMUserLayoutStore.getUserProfileById(IPerson person, int profileId)
           
 

Methods in org.jasig.portal.layout.simple with parameters of type UserProfile
 UserProfile RDBMUserLayoutStore.addSystemProfile(UserProfile profile)
           
 UserProfile RDBMUserLayoutStore.addUserProfile(IPerson person, UserProfile profile)
          Add a user profile
 org.w3c.dom.Document RDBMUserLayoutStore.getUserLayout(IPerson person, UserProfile profile)
           
 UserPreferences RDBMUserLayoutStore.getUserPreferences(IPerson person, UserProfile profile)
           
 void RDBMUserLayoutStore.setUserLayout(IPerson person, UserProfile profile, org.w3c.dom.Document layoutXML, boolean channelsAdded)
          Save the user layout.
 void RDBMUserLayoutStore.updateSystemProfile(UserProfile profile)
           
 void RDBMUserLayoutStore.updateUserProfile(IPerson person, UserProfile profile)
           
 

Constructors in org.jasig.portal.layout.simple with parameters of type UserProfile
SimpleUserLayoutManager(IPerson owner, UserProfile profile, IUserLayoutStore store)
           
 

Uses of UserProfile in org.jasig.portal.services
 

Methods in org.jasig.portal.services with parameters of type UserProfile
static StatsRecorderLayoutEventListener StatsRecorder.newLayoutEventListener(IPerson person, UserProfile profile)
          Creates an instance of a StatsRecorderLayoutEventListener.
static void StatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being added to a user layout
static void StatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being instantiated
static void StatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being moved in a user layout
static void StatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being removed from a user layout
static void StatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being rendered
static void StatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being targeted.
static void StatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Record that a channel is being updated in a user layout
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 UserProfile in org.jasig.portal.services.stats
 

Fields in org.jasig.portal.services.stats declared as UserProfile
(package private)  UserProfile RecordFolderRemovedFromLayoutWorkerTask.profile
           
(package private)  UserProfile RecordChannelRemovedFromLayoutWorkerTask.profile
           
(package private)  UserProfile RecordChannelUpdatedInLayoutWorkerTask.profile
           
(package private)  UserProfile RecordFolderUpdatedInLayoutWorkerTask.profile
           
(package private)  UserProfile RecordFolderMovedInLayoutWorkerTask.profile
           
(package private)  UserProfile StatsRecorderLayoutEventListener.profile
           
(package private)  UserProfile RecordChannelMovedInLayoutWorkerTask.profile
           
(package private)  UserProfile RecordChannelTargetedWorkerTask.profile
           
(package private)  UserProfile RecordFolderAddedToLayoutWorkerTask.profile
           
(package private)  UserProfile RecordChannelAddedToLayoutWorkerTask.profile
           
(package private)  UserProfile RecordChannelInstantiatedWorkerTask.profile
           
(package private)  UserProfile RecordChannelRenderedWorkerTask.profile
           
 

Methods in org.jasig.portal.services.stats with parameters of type UserProfile
 void IStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being added to a user layout
 void ListStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelAddedToLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being instantiated
 void ListStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelInstantiated(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being moved in a user layout
 void ListStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelMovedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being removed from a user layout
 void ListStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being rendered
 void ListStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelRendered(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being targeted
 void ListStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelTargeted(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
          Called when a channel is being updated in a user layout
 void ListStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void MessageStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ThreadFiringStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void ConditionalStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void BaseStatsRecorder.recordChannelUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
 void IStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being added to a user layout
 void ListStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void MessageStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ThreadFiringStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ConditionalStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void BaseStatsRecorder.recordFolderAddedToLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being moved in a user layout
 void ListStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void MessageStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ThreadFiringStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ConditionalStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void BaseStatsRecorder.recordFolderMovedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being removed from a user layout
 void ListStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void MessageStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ThreadFiringStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ConditionalStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void BaseStatsRecorder.recordFolderRemovedFromLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void IStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
          Called when a folder is being updated in a user layout
 void ListStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void MessageStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ThreadFiringStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void ConditionalStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 void BaseStatsRecorder.recordFolderUpdatedInLayout(IPerson person, UserProfile profile, IUserLayoutFolderDescription folderDesc)
           
 

Constructors in org.jasig.portal.services.stats with parameters of type UserProfile
RecordChannelAddedToLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelInstantiatedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelMovedInLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelRemovedFromLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelRenderedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelTargetedWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
RecordChannelUpdatedInLayoutWorkerTask(IPerson person, UserProfile profile, IUserLayoutChannelDescription channelDesc)
           
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)
           
StatsRecorderLayoutEventListener(IPerson person, UserProfile profile)
          Constructor for StatsRecorderLayoutEventListener.