|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemberName | |
com.clra.member | |
com.clra.rowing | |
com.clra.web |
Uses of MemberName in com.clra.member |
Methods in com.clra.member that return MemberName | |
MemberName |
MemberSnapshot.getMemberName()
|
Constructors in com.clra.member with parameters of type MemberName | |
MemberSnapshot(Integer id,
String accountName,
String accountPassword,
String clraStatus,
MemberName memberName,
String email,
Map telephoneNumbers,
Address address,
Date clraYear,
Date birth)
|
Uses of MemberName in com.clra.rowing |
Methods in com.clra.rowing that return MemberName | |
MemberName |
Participant2Snapshot.getMemberName()
Return the name of the associated member |
Constructors in com.clra.rowing with parameters of type MemberName | |
Participant2Snapshot(Integer memberId,
MemberName memberName,
Integer rowingId,
Integer participantId,
SeatPreference preference,
Integer replacesId,
Integer initialSeatId,
Integer finalSeatId,
Attendance attendance)
|
|
Participant2Snapshot(ParticipantSnapshot ps,
MemberName memberName)
|
Uses of MemberName in com.clra.web |
Methods in com.clra.web that return MemberName | |
MemberName |
Participant2View.getMemberName()
|
MemberName |
MemberView.getMemberName()
FIXME return String with First, Middle, Last, Suffix |
Methods in com.clra.web with parameters of type MemberName | |
String |
MemberNameFormat.format(MemberName memberName)
Returns a non-null, non-blank, trimmed String representing the name of a member. |
protected abstract String |
MemberNameFormat.protectedFormat(MemberName memberName)
Subclasses must implement this method to define formatting behavior. |
void |
Participant2View.setMemberName(MemberName memberName)
|
Constructors in com.clra.web with parameters of type MemberName | |
Participant2View(ParticipantSnapshot data,
MemberName memberName)
|
|
MemberView(Integer id,
String accountName,
String accountPassword,
String clraStatus,
MemberName memberName,
String email,
Map telephoneNumbers,
Address address,
Date clraYear,
Date birth)
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |