org.jasig.portal.channels.groupsmanager
Class CGroupsManagerSessionData

java.lang.Object
  extended by org.jasig.portal.channels.groupsmanager.CGroupsManagerUnrestrictedSessionData
      extended by org.jasig.portal.channels.groupsmanager.CGroupsManagerSessionData
All Implemented Interfaces:
GroupsManagerConstants

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CGroupsManagerSessionData
extends CGroupsManagerUnrestrictedSessionData
implements GroupsManagerConstants

Session data for a cached thread stored in a Map in CGroupsManager

Version:
$Revision: 19776 $
Author:
Don Fracapane

Field Summary
 boolean allowFinish
          Deprecated.  
 int currentPage
          Deprecated.  
 String customMessage
          Deprecated.  
 String defaultRootViewGroupID
          Deprecated.  
 String feedback
          Deprecated.  
 String highlightedGroupID
          Deprecated.  
 ILockableEntityGroup lockedGroup
          Deprecated.  
 String mode
          Deprecated.  
 IPermissible permissible
          Deprecated.  
 String returnToMode
          Deprecated.  
 String rootViewGroupID
          Deprecated.  
 ChannelRuntimeData runtimeData
          Deprecated.  
 IServant servantChannel
          Deprecated.  
 boolean servantMode
          Deprecated.  
 long startRD
          Deprecated.  
 ChannelStaticData staticData
          Deprecated.  
 
Fields inherited from class org.jasig.portal.channels.groupsmanager.CGroupsManagerUnrestrictedSessionData
authPrincipal, gmPermissions, isAdminUser, model, user
 
Fields inherited from interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
ADD_REMOVE_PERMISSION, ASSIGN_PERMISSION, BASE_PACKAGE, BROWSE_MODE, COMMANDS_PACKAGE, CREATE_PERMISSION, DELETE_PERMISSION, EDIT_MODE, ENTITY_CLASSNAME, ENTITY_TAGNAME, GROUP_CLASSNAME, GROUP_TAGNAME, GROUPS_PACKAGE, MEMBERS_ONLY_MODE, OWNER, PROPERTIES_TAGNAME, ROOT_GROUP_DESCRIPTION, ROOT_GROUP_TITLE, SECURITY_PACKAGE, SELECT_MODE, SELECT_PERMISSION, UPDATE_PERMISSION, VIEW_PERMISSION, WRAPPERS_PACKAGE
 
Constructor Summary
CGroupsManagerSessionData()
          Deprecated.  
 
Method Summary
 CGroupsManagerUnrestrictedSessionData getUnrestrictedData()
          Deprecated. Returns a subset of unrestricted variables to be used for Document manipulation.
 
Methods inherited from class org.jasig.portal.channels.groupsmanager.CGroupsManagerUnrestrictedSessionData
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

runtimeData

public ChannelRuntimeData runtimeData
Deprecated. 

staticData

public ChannelStaticData staticData
Deprecated. 

servantChannel

public IServant servantChannel
Deprecated. 

servantMode

public boolean servantMode
Deprecated. 

allowFinish

public boolean allowFinish
Deprecated. 

startRD

public long startRD
Deprecated. 

lockedGroup

public ILockableEntityGroup lockedGroup
Deprecated. 

highlightedGroupID

public String highlightedGroupID
Deprecated. 

currentPage

public int currentPage
Deprecated. 

rootViewGroupID

public String rootViewGroupID
Deprecated. 

defaultRootViewGroupID

public String defaultRootViewGroupID
Deprecated. 

mode

public String mode
Deprecated. 

returnToMode

public String returnToMode
Deprecated. 

feedback

public String feedback
Deprecated. 

customMessage

public String customMessage
Deprecated. 

permissible

public IPermissible permissible
Deprecated. 
Constructor Detail

CGroupsManagerSessionData

public CGroupsManagerSessionData()
Deprecated. 
Method Detail

getUnrestrictedData

public CGroupsManagerUnrestrictedSessionData getUnrestrictedData()
Deprecated. 
Returns a subset of unrestricted variables to be used for Document manipulation. This is accomplished by casting this into the unrestricted partent class.

Returns:
CGroupsManagerUnrestrictedSessionData


Copyright © 2010 Jasig. All Rights Reserved.