org.jasig.portal.channels.groupsmanager
Class CGroupsManagerServant

java.lang.Object
  extended by org.jasig.portal.channels.groupsmanager.CGroupsManager
      extended by org.jasig.portal.channels.groupsmanager.CGroupsManagerServant
All Implemented Interfaces:
GroupsManagerConstants, ICacheable, IChannel, IPermissible, IServant

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CGroupsManagerServant
extends CGroupsManager
implements IServant

CGroupsManagerServant is an IServant subclass of CGroupsManager This will allow other channels to delegate to CGroupsManager at runtime

Version:
$Revision: 19776 $
Author:
Alex Vigdor, av317@columbia.edu

Field Summary
 
Fields inherited from class org.jasig.portal.channels.groupsmanager.CGroupsManager
activities, sslLocation, targets
 
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
 
Fields inherited from interface org.jasig.portal.ICacheable
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE
 
Constructor Summary
CGroupsManagerServant()
          Deprecated. put your documentation comment here s
 
Method Summary
protected  void finalize()
          Deprecated. Create a SESSION_DONE event.
 Object[] getResults()
          Deprecated. Returns an array of objects representing the result set.
 boolean isFinished()
          Deprecated. True when the servant is ready to pass control back to the master channel.
 void setStaticData(ChannelStaticData sd)
          Deprecated. Sets the staticData.
 
Methods inherited from class org.jasig.portal.channels.groupsmanager.CGroupsManager
generateKey, getActivityName, getActivityTokens, getOwnerName, getOwnerToken, getRuntimeProperties, getSessionData, getTargetName, getTargetTokens, init, isCacheValid, receiveEvent, renderXML, setRuntimeData
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData
 

Constructor Detail

CGroupsManagerServant

public CGroupsManagerServant()
Deprecated. 
put your documentation comment here s

Method Detail

isFinished

public boolean isFinished()
Deprecated. 
True when the servant is ready to pass control back to the master channel.

Specified by:
isFinished in interface IServant
Returns:
boolean

setStaticData

public void setStaticData(ChannelStaticData sd)
Deprecated. 
Sets the staticData.

Specified by:
setStaticData in interface IChannel
Overrides:
setStaticData in class CGroupsManager
Parameters:
sd - (ChannelStaticData)
See Also:
ChannelStaticData

finalize

protected void finalize()
                 throws Throwable
Deprecated. 
Create a SESSION_DONE event. This event is caught by CGroupsManager which deletes the session data object.

Overrides:
finalize in class Object
Throws:
Throwable

getResults

public Object[] getResults()
Deprecated. 
Returns an array of objects representing the result set. Note that these are IGroupMembers !!

Specified by:
getResults in interface IServant
Returns:
Object[]


Copyright © 2010 Jasig. All Rights Reserved.