org.jasig.portal.channels.groupsmanager
Class GroupsManagerWrapperFactory

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

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class GroupsManagerWrapperFactory
extends Object
implements GroupsManagerConstants

A class designed to decouple a request for the creation of xml for an object from the class requestor class.

Version:
$Revision: 19776 $
Author:
Don Fracapane

Field Summary
protected static HashMap BINDINGS
          Deprecated.  
protected static boolean INITIALIZED
          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
 
Constructor Summary
GroupsManagerWrapperFactory()
          Deprecated.  
 
Method Summary
static IGroupsManagerWrapper get(String name)
          Deprecated. Returns the instance of a wrapper object bound to a name.
static String[] getKeys()
          Deprecated. Returns the names of the bound wrapper objects.
static void init()
          Deprecated. Lazily initialize the static variables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINDINGS

protected static HashMap BINDINGS
Deprecated. 

INITIALIZED

protected static boolean INITIALIZED
Deprecated. 
Constructor Detail

GroupsManagerWrapperFactory

public GroupsManagerWrapperFactory()
Deprecated. 
Method Detail

init

public static void init()
Deprecated. 
Lazily initialize the static variables. Binds a hashmap name to an instance of a wrapper object


get

public static IGroupsManagerWrapper get(String name)
Deprecated. 
Returns the instance of a wrapper object bound to a name.

Parameters:
name -
Returns:
IGroupsManagerWrapper

getKeys

public static String[] getKeys()
Deprecated. 
Returns the names of the bound wrapper objects. Used for debugging.

Returns:
String[]


Copyright © 2010 Jasig. All Rights Reserved.