org.jasig.portal.channels.groupsmanager
Class CGroupsManager

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CGroupsManager
extends Object
implements IChannel, GroupsManagerConstants, IPermissible, ICacheable

CGroupsManager allows users to graphically administer all groups for which user has administrtaive permissions.

Version:
$Revision: 19776 $
Author:
Don Fracapane

Field Summary
protected static HashMap activities
          Deprecated.  
protected static String sslLocation
          Deprecated.  
protected  HashMap targets
          Deprecated.  
 
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
CGroupsManager()
          Deprecated. Creates new GroupsManagerChannel
 
Method Summary
 ChannelCacheKey generateKey()
          Deprecated. put your documentation comment here
 String getActivityName(String token)
          Deprecated. put your documentation comment here
 String[] getActivityTokens()
          Deprecated. put your documentation comment here
 String getOwnerName()
          Deprecated. put your documentation comment here
 String getOwnerToken()
          Deprecated. put your documentation comment here
 ChannelRuntimeProperties getRuntimeProperties()
          Deprecated. Acquires ChannelRuntimeProperites from the channel.
 CGroupsManagerSessionData getSessionData()
          Deprecated. Returns the session data for a thread
 String getTargetName(String token)
          Deprecated. put your documentation comment here
 String[] getTargetTokens()
          Deprecated. put your documentation comment here
protected  void init()
          Deprecated. put your documentation comment here
 boolean isCacheValid(Object validity)
          Deprecated. put your documentation comment here
 void receiveEvent(PortalEvent ev)
          Deprecated. Passes an outside event to a channel.
 void renderXML(ContentHandler out)
          Deprecated. Ask channel to render its content.
 void setRuntimeData(ChannelRuntimeData rd)
          Deprecated. Passes ChannelRuntimeData to the channel.
 void setStaticData(ChannelStaticData sd)
          Deprecated. Passes ChannelStaticData to the channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sslLocation

protected static final String sslLocation
Deprecated. 
See Also:
Constant Field Values

activities

protected static HashMap activities
Deprecated. 

targets

protected HashMap targets
Deprecated. 
Constructor Detail

CGroupsManager

public CGroupsManager()
Deprecated. 
Creates new GroupsManagerChannel

Method Detail

init

protected void init()
Deprecated. 
put your documentation comment here


getRuntimeProperties

public ChannelRuntimeProperties getRuntimeProperties()
Deprecated. 
Acquires ChannelRuntimeProperites from the channel. This function may be called by the portal framework throughout the session.

Specified by:
getRuntimeProperties in interface IChannel
Returns:
ChannelRuntimeProperties
See Also:
ChannelRuntimeProperties

receiveEvent

public void receiveEvent(PortalEvent ev)
Deprecated. 
Passes an outside event to a channel. Events should normally come from the LayoutBean.

Specified by:
receiveEvent in interface IChannel
Parameters:
ev - PortalEvent object
See Also:
PortalEvent

renderXML

public void renderXML(ContentHandler out)
               throws PortalException
Deprecated. 
Ask channel to render its content.

Specified by:
renderXML in interface IChannel
Parameters:
out - the SAX ContentHandler to output content to
Throws:
PortalException

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rd)
Deprecated. 
Passes ChannelRuntimeData to the channel. This function is called prior to the renderXML() call.

Specified by:
setRuntimeData in interface IChannel
Parameters:
rd - channel runtime data
See Also:
ChannelRuntimeData

setStaticData

public void setStaticData(ChannelStaticData sd)
Deprecated. 
Passes ChannelStaticData to the channel. This is done during channel instantiation time. see org.jasig.portal.StaticData

Specified by:
setStaticData in interface IChannel
Parameters:
sd - channel static data
See Also:
ChannelStaticData

getOwnerName

public String getOwnerName()
Deprecated. 
put your documentation comment here

Specified by:
getOwnerName in interface IPermissible
Returns:
String

getActivityTokens

public String[] getActivityTokens()
Deprecated. 
put your documentation comment here

Specified by:
getActivityTokens in interface IPermissible
Returns:
String[]

getOwnerToken

public String getOwnerToken()
Deprecated. 
put your documentation comment here

Specified by:
getOwnerToken in interface IPermissible
Returns:
String

getActivityName

public String getActivityName(String token)
Deprecated. 
put your documentation comment here

Specified by:
getActivityName in interface IPermissible
Parameters:
token -
Returns:
String

getTargetTokens

public String[] getTargetTokens()
Deprecated. 
put your documentation comment here

Specified by:
getTargetTokens in interface IPermissible
Returns:
String[]

getTargetName

public String getTargetName(String token)
Deprecated. 
put your documentation comment here

Specified by:
getTargetName in interface IPermissible
Parameters:
token -
Returns:
String

generateKey

public ChannelCacheKey generateKey()
Deprecated. 
put your documentation comment here

Specified by:
generateKey in interface ICacheable
Returns:
ChannelCacheKey

isCacheValid

public boolean isCacheValid(Object validity)
Deprecated. 
put your documentation comment here

Specified by:
isCacheValid in interface ICacheable
Parameters:
validity -
Returns:
boolean

getSessionData

public CGroupsManagerSessionData getSessionData()
Deprecated. 
Returns the session data for a thread

Returns:
CGroupsManagerSessionData


Copyright © 2010 Jasig. All Rights Reserved.