|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DefaultProfile
This is the default user profile extension.
| Nested Class Summary | |
|---|---|
static class |
DefaultProfile.Gender
The possible values for the gender of the user. |
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Retrieved the entity xxxx under yyyy column. |
java.util.Date |
getBirthDate()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getConfirmCode()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getEmail()
Retrieved the entity email under email column. |
java.util.Date |
getEntryDate()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getFirstName()
Retrieved the entity xxxx under yyyy column. |
DefaultProfile.Gender |
getGender()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getGeneratedPassWord()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getHouseNumber()
Retrieved the entity xxxx under yyyy column. |
java.util.Date |
getLastModified()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getLastName()
Retrieved the entity xxxx under yyyy column. |
java.util.Date |
getLastVisit()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getMobile()
Retrieved the entity xxxx under yyyy column. |
int |
getNumberOfVisits()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getPassWord()
Deprecated. Passwords should not be returned to clients. An empty String will be returned. Use
hasPersistedPassWord to determine if a profile contains a non-empty password. |
java.lang.String |
getPrefix()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getResidence()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getTelephone()
Retrieved the entity xxxx under yyyy column. |
java.lang.String |
getUserName()
Retrieved the entity userName under username column. |
java.lang.String |
getZipcode()
Retrieved the entity xxxx under yyyy column. |
boolean |
hasPersistedPassWord()
Returns whether the profile has a non-empty password. |
boolean |
isConfirmed()
Retrieved the entity xxxx under yyyy column. |
void |
setAddress(java.lang.String address)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setBirthDate(java.util.Date birthDate)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setConfirmCode(java.lang.String confirmCode)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setConfirmed(boolean confirmed)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setEmail(java.lang.String email)
Assign the given email to the entity which resides under email column. |
void |
setFirstName(java.lang.String firstname)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setGender(DefaultProfile.Gender gender)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setGeneratedPassWord(java.lang.String generatedPassWord)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setHouseNumber(java.lang.String houseNumber)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setLastName(java.lang.String lastName)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setLastVisit(java.util.Date lastVisit)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setMobile(java.lang.String mobile)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setNumberOfVisits(int numberOfVisits)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setPassWord(java.lang.String password)
Set a plain-text password. |
void |
setPrefix(java.lang.String prefix)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setResidence(java.lang.String residence)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setTelephone(java.lang.String telephone)
Assign the given xxxx to the entity which resides under yyyy column. |
void |
setUserName(java.lang.String userName)
Assign the given userName to the entity which resides under username column. |
void |
setZipcode(java.lang.String zipcode)
Assign the given xxxx to the entity which resides under yyyy column. |
| Methods inherited from interface nl.gx.webmanager.services.usermanager.ProfileExtension |
|---|
getUser |
| Method Detail |
|---|
java.lang.String getUserName()
username column.
void setUserName(java.lang.String userName)
username column.
userName - String to be assigned to the entity userName.java.lang.String getEmail()
email column.
void setEmail(java.lang.String email)
email column.
email - String to be assigned to the entity email.@Deprecated java.lang.String getPassWord()
String will be returned. Use
hasPersistedPassWord to determine if a profile contains a non-empty password.
yyyy column.
boolean hasPersistedPassWord()
void setPassWord(java.lang.String password)
password - String that contains the plain-text passwordjava.lang.String getGeneratedPassWord()
yyyy column.
void setGeneratedPassWord(java.lang.String generatedPassWord)
yyyy column.
generatedPassWord - String to be assigned to the entity xxxx.java.lang.String getFirstName()
yyyy column.
void setFirstName(java.lang.String firstname)
yyyy column.
firstname - String to be assigned to the entity xxxx.java.lang.String getLastName()
yyyy column.
void setLastName(java.lang.String lastName)
yyyy column.
lastName - String to be assigned to the entity xxxx.java.lang.String getAddress()
yyyy column.
void setAddress(java.lang.String address)
yyyy column.
address - String to be assigned to the entity xxxx.java.lang.String getResidence()
yyyy column.
void setResidence(java.lang.String residence)
yyyy column.
residence - String to be assigned to the entity xxxx.java.util.Date getBirthDate()
yyyy column.
void setBirthDate(java.util.Date birthDate)
yyyy column.
date - Date to be assigned to the entity xxxx.java.lang.String getMobile()
yyyy column.
void setMobile(java.lang.String mobile)
yyyy column.
mobile - String to be assigned to the entity xxxx.java.lang.String getTelephone()
yyyy column.
void setTelephone(java.lang.String telephone)
yyyy column.
telephone - String to be assigned to the entity xxxx.java.lang.String getZipcode()
yyyy column.
void setZipcode(java.lang.String zipcode)
yyyy column.
zipcode - String to be assigned to the entity xxxx.DefaultProfile.Gender getGender()
yyyy column.
void setGender(DefaultProfile.Gender gender)
yyyy column.
gender - String to be assigned to the entity xxxx.java.lang.String getHouseNumber()
yyyy column.
void setHouseNumber(java.lang.String houseNumber)
yyyy column.
houseNumber - String to be assigned to the entity xxxx.java.lang.String getPrefix()
yyyy column.
void setPrefix(java.lang.String prefix)
yyyy column.
prefix - String to be assigned to the entity xxxx.java.util.Date getLastVisit()
yyyy column.
void setLastVisit(java.util.Date lastVisit)
yyyy column.
lastVisit - Date to be assigned to the entity xxxx.java.util.Date getLastModified()
yyyy column.
int getNumberOfVisits()
yyyy column.
void setNumberOfVisits(int numberOfVisits)
yyyy column.
numberOfVisits - String to be assigned to the entity xxxx.java.util.Date getEntryDate()
yyyy column.
boolean isConfirmed()
yyyy column.
void setConfirmed(boolean confirmed)
yyyy column.
confirmed - boolean to be assigned to the entity xxxx.java.lang.String getConfirmCode()
yyyy column.
void setConfirmCode(java.lang.String confirmCode)
yyyy column.
confirmCode - String to be assigned to the entity xxxx.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||