CLRA 0.1.2

Serialized Form


Package com.clra.member

Class com.clra.member.Address implements Serializable

Serialized Fields

street1

String street1

street2

String street2

city

String city

state

String state

zip

String zip

Class com.clra.member.Authentication implements Serializable

Serialized Fields

user

String user

password

String password

ctx

javax.security.auth.login.LoginContext ctx

Class com.clra.member.MemberException implements Serializable

Class com.clra.member.MemberName implements Serializable

Serialized Fields

first

String first

middle

String middle

last

String last

suffix

String suffix

Class com.clra.member.MemberSnapshot implements Serializable

Serialized Fields

id

Integer id

accountName

String accountName

accountPassword

String accountPassword

clraStatus

String clraStatus

memberName

MemberName memberName

email

String email

telephoneNumbers

Map telephoneNumbers

address

Address address

clraYear

Date clraYear

birth

Date birth

hashCode

int hashCode

Class com.clra.member.Telephone implements Serializable

Serialized Fields

areaCode

String areaCode

exchange

String exchange

local

String local

extension

String extension

_fixme

String _fixme

Class com.clra.member.ValidationException implements Serializable

Serialized Fields

type

int type


Package com.clra.rowing

Class com.clra.rowing.Attendance implements Serializable

Serialized Fields

name

String name

Class com.clra.rowing.BoatingStateException implements Serializable

Class com.clra.rowing.BoatView implements Serializable

Serialized Fields

id

int id

name

String name

size

int size

type

String type

hashCode

int hashCode

Class com.clra.rowing.DefaultRowingSessionComparator implements Serializable

Class com.clra.rowing.DefaultRowingSessionLevelComparator implements Serializable

Class com.clra.rowing.DefaultRowingSessionStateComparator implements Serializable

Class com.clra.rowing.DefaultRowingSessionTypeComparator implements Serializable

Class com.clra.rowing.EnrollmentSnapshot implements Serializable

Serialized Fields

rowingSessionSnapshot

RowingSessionSnapshot rowingSessionSnapshot
Snapshot of rowing session (guaranteed to be non-null)

participantSnapshot

ParticipantSnapshot participantSnapshot
Snapshot of participation (may be null)

member_id

Integer member_id
Primary key of member (guaranteed to be non-null)

Class com.clra.rowing.OarsetView implements Serializable

Serialized Fields

id

int id

name

String name

size

int size

type

String type

hashCode

int hashCode

Class com.clra.rowing.ParticipantStateException implements Serializable

Class com.clra.rowing.RowingException implements Serializable

Class com.clra.rowing.RowingSessionLevel implements Serializable

Serialized Fields

name

String name

Class com.clra.rowing.RowingSessionSnapshot implements Serializable

Serialized Fields

id

Integer id

date

Date date

state

RowingSessionState state

level

RowingSessionLevel level

type

RowingSessionType type

hashCode

int hashCode

Class com.clra.rowing.RowingSessionState implements Serializable

Serialized Fields

name

String name

Class com.clra.rowing.RowingSessionStateException implements Serializable

Class com.clra.rowing.RowingSessionType implements Serializable

Serialized Fields

name

String name

Class com.clra.rowing.SeatPreference implements Serializable

Serialized Fields

name

String name


Package com.clra.util

Class com.clra.util.ConfigurationException implements Serializable

Class com.clra.util.ValidationException implements Serializable

Serialized Fields

type

int type


Package com.clra.web

Class com.clra.web.CalendarBean implements Serializable

Class com.clra.web.EnrollmentView implements Serializable

Serialized Fields

memberId

Integer memberId
Primary key of associated member. Don't use this attribute directly. Use the public getMemberId() accessor, which validates the construction of this instance.

session

SessionView session
View of associated rowing session. Don't use this attribute directly. Use the public getSessionView() accessor, which validates the construction of this instance.

participant

ParticipantView participant
View of associated participant. As a matter of style, use the public getParticipantView() accessor, not this attribute directly.

hashCode

int hashCode

Class com.clra.web.FormattedDate implements Serializable

Serialized Fields

date

Date date
Default date is the current system date/time

format

String format
Default format specification is specified by DEFAULT_FORMAT

value

String value
This member should cache the currently applied format/date. See the constructors and setters.

Class com.clra.web.LogonForm implements Serializable

Serialized Fields

password

String password
The password

username

String username
The username

Class com.clra.web.MemberNameFormat implements Serializable

Class com.clra.web.MemberNameFormatSelectorTag implements Serializable

Serialized Fields

page

String page
The context-relative URI

currentGroup

Integer currentGroup
The currently selected group (2 - 9)

Class com.clra.web.MemberTag implements Serializable

Serialized Fields

_key

String _key

_property

String _property

_member

MemberView _member

Class com.clra.web.MemberView implements Serializable

Serialized Fields

memberNameFormat

MemberNameFormat memberNameFormat

snapshot

MemberSnapshot snapshot

Class com.clra.web.MonthViewSelectorTag implements Serializable

Serialized Fields

page

String page
The context-relative URI

currentMonth

Integer currentMonth
The currently selected month (0 - 11)

Class com.clra.web.NameSelectorTag implements Serializable

Serialized Fields

page

String page
The context-relative URI

currentGroup

Integer currentGroup
The currently selected group (2 - 9)

Class com.clra.web.ParticipationForm implements Serializable

Serialized Fields

memberId

Integer memberId
The id of the member. Non-null for valid forms.

participantId

Integer participantId
The id of the participant. Null for new signups, non-null otherwise.

strSeatPreference

String strSeatPreference
The seating preference of the participant. Allowed values are null (new or to be deleted), SeatPreference.NAME_STARBOARD, SeatPreference.NAME_PORT, and so on.

participants

Collection participants
A read-only collection of participants in the session, sorted by name. Items in the collection are instances of Participant2View.

Class com.clra.web.RowingSessionForm implements Serializable

Serialized Fields

action

String action
The maintenance action that is being performed.

rowingId

Integer rowingId
The id of the rowing session

calendar

Calendar calendar
Date (and time) of the rowing session

level

String level
The level of the rowing session.
See Also:
RowingSessionLevel

type

String type
The rowing session type.
See Also:
RowingSessionType

state

String state
The rowing session type.
See Also:
RowingSessionState

Class com.clra.web.RowingSessionLevelBean implements Serializable

Serialized Fields

iterator

Iterator iterator

Class com.clra.web.RowingSessionStateBean implements Serializable

Serialized Fields

iterator

Iterator iterator

Class com.clra.web.RowingSessionTypeBean implements Serializable

Serialized Fields

iterator

Iterator iterator

Class com.clra.web.SessionView implements Serializable

Serialized Fields

data

RowingSessionSnapshot data

dateFormatSpec

String dateFormatSpec

Class com.clra.web.Text implements Serializable

Class com.clra.web.WebException implements Serializable

Class com.clra.web.YearViewSelectorTag implements Serializable

Serialized Fields

page

String page
The context-relative URI

currentYear

Integer currentYear
The currently selected year (4 digits)


CLRA 0.1.2