Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.web
Class ValidateMemberRoleAndStatus  view ValidateMemberRoleAndStatus download ValidateMemberRoleAndStatus.java

java.lang.Object
  extended bycom.clra.web.ValidateMember
      extended bycom.clra.web.ValidateMemberRoleAndStatus

class ValidateMemberRoleAndStatus
extends ValidateMember

Checks whether a member's role and status are valid and consistent.

Version:
$Id: ValidateMemberRoleAndStatus.java,v 1.4 2003/02/26 03:38:46 rphall Exp $

Field Summary
protected  MemberInfoForm form
          The form that is being validated
static java.lang.String PROPERTY_TYPE_ROLES
           
 
Constructor Summary
(package private) ValidateMemberRoleAndStatus(MemberInfoForm f)
           
 
Method Summary
(package private)  void validate(org.apache.struts.action.ActionErrors errors)
          Checks whether a member's roles and account-type are valid and consistent.
protected  void validateRequiredValue(java.lang.String PROPERTY, java.lang.String messageKey, java.lang.String value, org.apache.struts.action.ActionErrors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_TYPE_ROLES

public static final java.lang.String PROPERTY_TYPE_ROLES
See Also:
Constant Field Values

form

protected final MemberInfoForm form
The form that is being validated

Constructor Detail

ValidateMemberRoleAndStatus

ValidateMemberRoleAndStatus(MemberInfoForm f)
Method Detail

validate

void validate(org.apache.struts.action.ActionErrors errors)
Checks whether a member's roles and account-type are valid and consistent.

Specified by:
validate in class ValidateMember

validateRequiredValue

protected final void validateRequiredValue(java.lang.String PROPERTY,
                                           java.lang.String messageKey,
                                           java.lang.String value,
                                           org.apache.struts.action.ActionErrors errors)