|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.groupsmanager.GroupsManagerCommandFactory
@Deprecated public class GroupsManagerCommandFactory
A class designed to decouple a request for an action to be performed from the class responsible for the action. Also centralizes authorization for commands.
| 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 | |
|---|---|
GroupsManagerCommandFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
static IGroupsManagerCommand |
get(String name)
Deprecated. Returns the instance of a command object bound to a name. |
static String[] |
getKeys()
Deprecated. Returns the names of the bound command 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 |
|---|
protected static HashMap BINDINGS
protected static boolean INITIALIZED
| Constructor Detail |
|---|
public GroupsManagerCommandFactory()
| Method Detail |
|---|
public static void init()
public static IGroupsManagerCommand get(String name)
name -
public static String[] getKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||