Interface DefaultProfile
-
- All Superinterfaces:
ProfileExtension
public interface DefaultProfile extends ProfileExtension
This is the default user profile extension.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DefaultProfile.Gender
The possible values for the gender of the user.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getAddress()
Retrieved the entity xxxx underyyyy
column.Date
getBirthDate()
Retrieved the entity xxxx underyyyy
column.String
getConfirmCode()
Retrieved the entity xxxx underyyyy
column.String
getEmail()
Retrieved the entity email underemail
column.Date
getEntryDate()
Retrieved the entity xxxx underyyyy
column.String
getFirstName()
Retrieved the entity xxxx underyyyy
column.DefaultProfile.Gender
getGender()
Retrieved the entity xxxx underyyyy
column.String
getGeneratedPassWord()
Retrieved the entity xxxx underyyyy
column.String
getHouseNumber()
Retrieved the entity xxxx underyyyy
column.Date
getLastModified()
Retrieved the entity xxxx underyyyy
column.String
getLastName()
Retrieved the entity xxxx underyyyy
column.Date
getLastVisit()
Retrieved the entity xxxx underyyyy
column.String
getMobile()
Retrieved the entity xxxx underyyyy
column.int
getNumberOfVisits()
Retrieved the entity xxxx underyyyy
column.String
getPassWord()
Deprecated.Passwords should not be returned to clients.String
getPrefix()
Retrieved the entity xxxx underyyyy
column.String
getResidence()
Retrieved the entity xxxx underyyyy
column.String
getTelephone()
Retrieved the entity xxxx underyyyy
column.String
getUserName()
Retrieved the entity userName underusername
column.String
getZipcode()
Retrieved the entity xxxx underyyyy
column.boolean
hasPersistedPassWord()
Returns whether the profile has a non-empty password.boolean
isConfirmed()
Retrieved the entity xxxx underyyyy
column.void
setAddress(String address)
Assign the given xxxx to the entity which resides underyyyy
column.void
setBirthDate(Date birthDate)
Assign the given xxxx to the entity which resides underyyyy
column.void
setConfirmCode(String confirmCode)
Assign the given xxxx to the entity which resides underyyyy
column.void
setConfirmed(boolean confirmed)
Assign the given xxxx to the entity which resides underyyyy
column.void
setEmail(String email)
Assign the given email to the entity which resides underemail
column.void
setFirstName(String firstname)
Assign the given xxxx to the entity which resides underyyyy
column.void
setGender(DefaultProfile.Gender gender)
Assign the given xxxx to the entity which resides underyyyy
column.void
setGeneratedPassWord(String generatedPassWord)
Assign the given xxxx to the entity which resides underyyyy
column.void
setHouseNumber(String houseNumber)
Assign the given xxxx to the entity which resides underyyyy
column.void
setLastName(String lastName)
Assign the given xxxx to the entity which resides underyyyy
column.void
setLastVisit(Date lastVisit)
Assign the given xxxx to the entity which resides underyyyy
column.void
setMobile(String mobile)
Assign the given xxxx to the entity which resides underyyyy
column.void
setNumberOfVisits(int numberOfVisits)
Assign the given xxxx to the entity which resides underyyyy
column.void
setPassWord(String password)
Set a plain-text password.void
setPrefix(String prefix)
Assign the given xxxx to the entity which resides underyyyy
column.void
setResidence(String residence)
Assign the given xxxx to the entity which resides underyyyy
column.void
setTelephone(String telephone)
Assign the given xxxx to the entity which resides underyyyy
column.void
setUserName(String userName)
Assign the given userName to the entity which resides underusername
column.void
setZipcode(String zipcode)
Assign the given xxxx to the entity which resides underyyyy
column.-
Methods inherited from interface nl.gx.webmanager.services.usermanager.ProfileExtension
getUser
-
-
-
-
Method Detail
-
getUserName
String getUserName()
Retrieved the entity userName underusername
column.- Returns:
- String holding the entity userName.
-
setUserName
void setUserName(String userName)
Assign the given userName to the entity which resides underusername
column.- Parameters:
userName
- String to be assigned to the entity userName.
-
getEmail
String getEmail()
Retrieved the entity email underemail
column.- Returns:
- String holding the entity email.
-
setEmail
void setEmail(String email)
Assign the given email to the entity which resides underemail
column.- Parameters:
email
- String to be assigned to the entity email.
-
getPassWord
@Deprecated String getPassWord()
Deprecated.Passwords should not be returned to clients. An emptyString
will be returned. UsehasPersistedPassWord
to determine if a profile contains a non-empty password.Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
hasPersistedPassWord
boolean hasPersistedPassWord()
Returns whether the profile has a non-empty password.- Returns:
- whether the profile contains has a non-empty password
-
setPassWord
void setPassWord(String password)
Set a plain-text password. This password will be encrypted by the DefaultProfileProvider.- Parameters:
password
- String that contains the plain-text password
-
getGeneratedPassWord
String getGeneratedPassWord()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setGeneratedPassWord
void setGeneratedPassWord(String generatedPassWord)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
generatedPassWord
- String to be assigned to the entity xxxx.
-
getFirstName
String getFirstName()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setFirstName
void setFirstName(String firstname)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
firstname
- String to be assigned to the entity xxxx.
-
getLastName
String getLastName()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setLastName
void setLastName(String lastName)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
lastName
- String to be assigned to the entity xxxx.
-
getAddress
String getAddress()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setAddress
void setAddress(String address)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
address
- String to be assigned to the entity xxxx.
-
getResidence
String getResidence()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setResidence
void setResidence(String residence)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
residence
- String to be assigned to the entity xxxx.
-
getBirthDate
Date getBirthDate()
Retrieved the entity xxxx underyyyy
column.- Returns:
- Date holding the entity xxxx.
-
setBirthDate
void setBirthDate(Date birthDate)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
date
- Date to be assigned to the entity xxxx.
-
getMobile
String getMobile()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setMobile
void setMobile(String mobile)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
mobile
- String to be assigned to the entity xxxx.
-
getTelephone
String getTelephone()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setTelephone
void setTelephone(String telephone)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
telephone
- String to be assigned to the entity xxxx.
-
getZipcode
String getZipcode()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setZipcode
void setZipcode(String zipcode)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
zipcode
- String to be assigned to the entity xxxx.
-
getGender
DefaultProfile.Gender getGender()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setGender
void setGender(DefaultProfile.Gender gender)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
gender
- String to be assigned to the entity xxxx.
-
getHouseNumber
String getHouseNumber()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setHouseNumber
void setHouseNumber(String houseNumber)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
houseNumber
- String to be assigned to the entity xxxx.
-
getPrefix
String getPrefix()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setPrefix
void setPrefix(String prefix)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
prefix
- String to be assigned to the entity xxxx.
-
getLastVisit
Date getLastVisit()
Retrieved the entity xxxx underyyyy
column.- Returns:
- Date holding the entity xxxx.
-
setLastVisit
void setLastVisit(Date lastVisit)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
lastVisit
- Date to be assigned to the entity xxxx.
-
getLastModified
Date getLastModified()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
getNumberOfVisits
int getNumberOfVisits()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setNumberOfVisits
void setNumberOfVisits(int numberOfVisits)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
numberOfVisits
- String to be assigned to the entity xxxx.
-
getEntryDate
Date getEntryDate()
Retrieved the entity xxxx underyyyy
column.- Returns:
- Date holding the entity xxxx.
-
isConfirmed
boolean isConfirmed()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setConfirmed
void setConfirmed(boolean confirmed)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
confirmed
- boolean to be assigned to the entity xxxx.
-
getConfirmCode
String getConfirmCode()
Retrieved the entity xxxx underyyyy
column.- Returns:
- String holding the entity xxxx.
-
setConfirmCode
void setConfirmCode(String confirmCode)
Assign the given xxxx to the entity which resides underyyyy
column.- Parameters:
confirmCode
- String to be assigned to the entity xxxx.
-
-