Package org.tolven.core.entity

Contains the core entities used by Tolven software such as Account, HealthRecord, User, and Sponsor.

See:
          Description

Class Summary
Account Maintains a collection of HealthRecords and related information.
AccountExchange This entity represents allowable points of exchange between accounts.
AccountRole A list of possible roles for an account
AccountTemplate  
AccountType AccountType.java Created on April 6, 2006, 12:30 PM AccountType controls basic, low-level behavior of an account.
AccountUser Specifies which users can participate in a given account.
AccountUserRole A list of roles held by a particular AccountUser
Notice Maintains a list of notices that can be shown on the login page.
OID An OID descriptor.
PerformanceData Keeps track of performance measures for all request calls.
Property Tolven system properties, stored as name-value pairs in the database.
Question Entity to represent a question asked during user login.
QuestionAnswer Specifies all the valid answers for a question defined in Question entity.
Sponsorship If tolven.register.referenceRequired=true, then new users must provide the referenceCode from a sponsorship record in order to create a new account.
TolvenUser A TolvenUser is associated with one or more Tolven Accounts.
TolvenUserAnswer Specifies all the answers selected by a Tolven User
 

Enum Summary
AccountExchange.Direction  
QuestionType Types of questions asked when the user logs in for the first time
Status NEW_LOGIN is assigned with a LoginModule creates a valid user who previously did not exist
 

Package org.tolven.core.entity Description

Contains the core entities used by Tolven software such as Account, HealthRecord, User, and Sponsor.