© 2001 BEA Systems, Inc.

com.beasys.commerce.user.jsp.beans
Class GroupBean

java.lang.Object
  |
  +--com.beasys.commerce.user.jsp.beans.GroupBean
All Implemented Interfaces:
SchemaManagerConstants, UserManagementConstants

public class GroupBean
extends java.lang.Object
implements UserManagementConstants

Jsp Bean used to support the addition of groups


Fields inherited from interface com.beasys.commerce.axiom.contact.UserManagementConstants
ANONYMOUS_PROFILE, CACHED_PROFILE, DEFAULT_SCOPE, DEFAULT_SUCCESSOR, DEFAULT_SUCCESSOR_HOME, DEFAULT_SUCCESSOR_JNDI, DEFAULT_SUCCESSOR_PK, DEFAULT_USER, DEFAULT_USER_HOME, DEFAULT_USER_JNDI, DEFAULT_USER_PK, GROUP, GROUP_ENTITY_HOME, PROFILE_MGR, PROFILE_SUCCESSOR, PROFILE_USER, REALM_CONFIG, RESERVED_SCOPE, USER, USER_ENTITY_HOME, USER_MGR
 
Fields inherited from interface com.beasys.commerce.foundation.property.SchemaManagerConstants
APPLICATION_INIT_TYPE, CATALOG_TYPE, CONTENT_TYPE, EVENT_TYPE, REQUEST_TYPE, SCHEMA, SCHEMA_GROUPS, SCHEMA_MANAGER, SESSION_TYPE, USER_TYPE
 
Constructor Summary
GroupBean()
           
 
Method Summary
 java.lang.String validate(java.lang.String name)
          Checks to make sure the proposed group name is valid; i.e., is nonempty and does not contain any invalid characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupBean

public GroupBean()
Method Detail

validate

public java.lang.String validate(java.lang.String name)
Checks to make sure the proposed group name is valid; i.e., is nonempty and does not contain any invalid characters.
Parameters:
the - proposed group name
Returns:
an error message, or null if the name is ok

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved