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

Quick Search    Search Deep

Uses of Class
com.clra.member.AccountType

Uses of AccountType in com.clra.member
 

Fields in com.clra.member declared as AccountType
static AccountType AccountType.FULL
           
static AccountType AccountType.NOVICE
           
static AccountType AccountType.LTR
           
static AccountType AccountType.ALUMNI
           
static AccountType AccountType.LTR_ALUM
           
static AccountType AccountType.CONTRACTOR
           
static AccountType AccountType.DUPLICATE
           
private  AccountType MemberSnapshot.accountType
           
 

Methods in com.clra.member that return AccountType
 AccountType IMember.getAccountType()
           
 AccountType MemberSnapshot.getAccountType()
           
 

Methods in com.clra.member with parameters of type AccountType
 IMember IMemberHome.create(java.lang.String account_name, java.lang.String account_passwd, AccountType accountType, MemberName memberName, Email email, Telephone tel_evening, Telephone tel_day, Telephone tel_other, Address mailingAddress, java.util.Date accountYear, java.util.Date birthDate, MemberRole[] memberRoles)
           
 void IMember.setAccountType(AccountType type)
           
 

Constructors in com.clra.member with parameters of type AccountType
MemberSnapshot(java.lang.Integer id, java.lang.String accountName, java.lang.String accountPassword, AccountType accountType, MemberName memberName, Email email, java.util.Map telephoneNumbers, Address address, java.util.Date accountDate, java.util.Date birthDate)
          Used only when loading from the database
MemberSnapshot(java.lang.Integer id, java.lang.String accountName, java.lang.String accountPassword, AccountType accountType, MemberName memberName, Email email, java.util.Map telephoneNumbers, Address address, java.util.Date accountDate, java.util.Date birthDate, MemberRole[] roles)