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

Quick Search    Search Deep

Package com.clra.member

Interface Summary
IMember  
IMemberHome  
 

Class Summary
AccountType Encapsulates information about the type of account of a member.
Address Encapsulates address information about a member.
Authentication Authenticates a user during login, and releases the authentication during logout.
Configuration A collection of configurable properties used by this package.
Email Encapsulates the email address of a member.
MemberDBRead This utility class defines common routines for reading snapshots from the database.
MemberName Encapsulates information about the name of a member.
MemberRole Encapsulates information about the role of a member within the club.
MemberSnapshot Read-only information about a member.
MemberUtils  
Telephone Encapsulates telephone information of a member.
Validation Validation rules for various types of (unencapsulated) data.
 

Exception Summary
MemberException Indicates an error during retrieval or storage of Member data.
ValidationException Indicates data has failed validation rules.