org.jasig.portal.channels.groupsmanager
Interface GroupsManagerConstants

All Known Implementing Classes:
AddMembers, AssignPermissions, CancelSelection, CGroupsManager, CGroupsManagerServant, CGroupsManagerServantFactory, CGroupsManagerSessionData, CGroupsManagerUnrestrictedSessionData, CollapseGroup, CreateGroup, DeleteGroup, DoneWithSelection, EditGroup, EntityWrapper, ExpandGroup, GroupMemberWrapper, GroupsManagerAdminPermissions, GroupsManagerBlockEntitySelectPermissions, GroupsManagerCommand, GroupsManagerCommandFactory, GroupsManagerDefaultPermissions, GroupsManagerWrapperFactory, GroupsManagerXML, GroupWrapper, HideProperties, HighlightGroup, RemoveMember, Search, SelectMembers, ShowProperties, UnlockGroup, UpdateGroup, Utility

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public interface GroupsManagerConstants

An interface that holds global variables uses to externalize settings from the classes that use them.

Version:
$Revision: 19776 $
Author:
Don Fracapane

Field Summary
static String ADD_REMOVE_PERMISSION
          Deprecated.  
static String ASSIGN_PERMISSION
          Deprecated.  
static String BASE_PACKAGE
          Deprecated.  
static String BROWSE_MODE
          Deprecated.  
static String COMMANDS_PACKAGE
          Deprecated.  
static String CREATE_PERMISSION
          Deprecated.  
static String DELETE_PERMISSION
          Deprecated.  
static String EDIT_MODE
          Deprecated.  
static String ENTITY_CLASSNAME
          Deprecated.  
static String ENTITY_TAGNAME
          Deprecated.  
static String GROUP_CLASSNAME
          Deprecated.  
static String GROUP_TAGNAME
          Deprecated.  
static String GROUPS_PACKAGE
          Deprecated.  
static String MEMBERS_ONLY_MODE
          Deprecated.  
static String OWNER
          Deprecated.  
static String PROPERTIES_TAGNAME
          Deprecated.  
static String ROOT_GROUP_DESCRIPTION
          Deprecated.  
static String ROOT_GROUP_TITLE
          Deprecated.  
static String SECURITY_PACKAGE
          Deprecated.  
static String SELECT_MODE
          Deprecated.  
static String SELECT_PERMISSION
          Deprecated.  
static String UPDATE_PERMISSION
          Deprecated.  
static String VIEW_PERMISSION
          Deprecated.  
static String WRAPPERS_PACKAGE
          Deprecated.  
 

Field Detail

BASE_PACKAGE

static final String BASE_PACKAGE
Deprecated. 
See Also:
Constant Field Values

COMMANDS_PACKAGE

static final String COMMANDS_PACKAGE
Deprecated. 
See Also:
Constant Field Values

WRAPPERS_PACKAGE

static final String WRAPPERS_PACKAGE
Deprecated. 
See Also:
Constant Field Values

GROUPS_PACKAGE

static final String GROUPS_PACKAGE
Deprecated. 
See Also:
Constant Field Values

SECURITY_PACKAGE

static final String SECURITY_PACKAGE
Deprecated. 
See Also:
Constant Field Values

GROUP_CLASSNAME

static final String GROUP_CLASSNAME
Deprecated. 
See Also:
Constant Field Values

ENTITY_CLASSNAME

static final String ENTITY_CLASSNAME
Deprecated. 
See Also:
Constant Field Values

OWNER

static final String OWNER
Deprecated. 
See Also:
Constant Field Values

ENTITY_TAGNAME

static final String ENTITY_TAGNAME
Deprecated. 
See Also:
Constant Field Values

GROUP_TAGNAME

static final String GROUP_TAGNAME
Deprecated. 
See Also:
Constant Field Values

PROPERTIES_TAGNAME

static final String PROPERTIES_TAGNAME
Deprecated. 
See Also:
Constant Field Values

ROOT_GROUP_TITLE

static final String ROOT_GROUP_TITLE
Deprecated. 
See Also:
Constant Field Values

ROOT_GROUP_DESCRIPTION

static final String ROOT_GROUP_DESCRIPTION
Deprecated. 
See Also:
Constant Field Values

BROWSE_MODE

static final String BROWSE_MODE
Deprecated. 
See Also:
Constant Field Values

EDIT_MODE

static final String EDIT_MODE
Deprecated. 
See Also:
Constant Field Values

SELECT_MODE

static final String SELECT_MODE
Deprecated. 
See Also:
Constant Field Values

MEMBERS_ONLY_MODE

static final String MEMBERS_ONLY_MODE
Deprecated. 
See Also:
Constant Field Values

VIEW_PERMISSION

static final String VIEW_PERMISSION
Deprecated. 
See Also:
Constant Field Values

CREATE_PERMISSION

static final String CREATE_PERMISSION
Deprecated. 
See Also:
Constant Field Values

UPDATE_PERMISSION

static final String UPDATE_PERMISSION
Deprecated. 
See Also:
Constant Field Values

DELETE_PERMISSION

static final String DELETE_PERMISSION
Deprecated. 
See Also:
Constant Field Values

SELECT_PERMISSION

static final String SELECT_PERMISSION
Deprecated. 
See Also:
Constant Field Values

ADD_REMOVE_PERMISSION

static final String ADD_REMOVE_PERMISSION
Deprecated. 
See Also:
Constant Field Values

ASSIGN_PERMISSION

static final String ASSIGN_PERMISSION
Deprecated. 
See Also:
Constant Field Values


Copyright © 2010 Jasig. All Rights Reserved.