|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,EquandaUser>
org.equanda.test.dm.client.EquandaUser
public class EquandaUser
Proxy object for table EquandaUser No constraints are being checked when modifying this object, this only happens when setting the value! Definition of a user for a GUI application.
Field Summary | |
---|---|
protected boolean |
_obtainedRoles
|
Fields inherited from class org.equanda.persistence.EquandaProxy |
---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
Constructor Summary | |
---|---|
|
EquandaUser()
Creator which is used to build value objects based on the real object. |
protected |
EquandaUser(EquandaEquandaUserState proxy)
|
protected |
EquandaUser(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String userName,
String firstName,
String name,
String password,
String language,
String authAndConfig,
String startPage)
|
Method Summary | |
---|---|
EquandaUser |
equandaClone(boolean cloneUoid)
|
static EquandaUser |
equandaCreate()
|
static EquandaUser |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
String |
getAuthAndConfig()
Authorization and configuration details for this user. |
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
String |
getFirstName()
|
String |
getLanguage()
|
String |
getName()
|
String |
getPassword()
|
Collection<EquandaRole> |
getRoles()
Grouping of security rights for this user |
String |
getStartPage()
Starting page in GUI |
String |
getUserName()
|
boolean |
isAuthAndConfigModified()
Authorization and configuration details for this user. |
boolean |
isFirstNameModified()
|
boolean |
isLanguageModified()
|
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isNameModified()
|
boolean |
isPasswordModified()
|
boolean |
isRolesModified()
Grouping of security rights for this user |
boolean |
isStartPageModified()
Starting page in GUI |
boolean |
isUserNameModified()
|
void |
login()
Action which should be called automatically when logging in. |
void |
logout()
Action which should be called automatically when logging out. |
void |
removeEntityBean()
|
static List<EquandaUser> |
selectAllUsers()
|
static List<EquandaUser> |
selectEquandaAll()
|
static List<EquandaUser> |
selectFullName(String firstName,
String name)
|
static EquandaUser |
selectId(Uoid uoid)
|
static EquandaUser |
selectUserName(String userName)
|
static EquandaUser |
selectUserPassword(String userName,
String password)
|
void |
setAuthAndConfig(String value)
Authorization and configuration details for this user. |
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
void |
setFirstName(String value)
|
protected void |
setId(Uoid uoid)
|
void |
setLanguage(String value)
|
void |
setName(String value)
|
void |
setPassword(String value)
|
void |
setRoles(Collection<EquandaRole> value)
Grouping of security rights for this user |
void |
setStartPage(String value)
Starting page in GUI |
void |
setUserName(String value)
|
protected void |
updateInternalState()
|
Methods inherited from class org.equanda.persistence.EquandaProxy |
---|
equals, equandaClone, equandaUpdate, getEquandaModificationDate, getEquandaName, getEquandaType, getEquandaVersion, getId, hashCode, isEquandaModificationDateModified, isEquandaType, isModified, objectEquals, setEquandaUpdate, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean _obtainedRoles
Constructor Detail |
---|
protected EquandaUser(EquandaEquandaUserState proxy)
public EquandaUser()
protected EquandaUser(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String userName, String firstName, String name, String password, String language, String authAndConfig, String startPage)
Method Detail |
---|
public EquandaUser equandaClone(boolean cloneUoid)
equandaClone
in class EquandaProxy<Uoid,EquandaUser>
protected void setId(Uoid uoid)
protected void updateInternalState()
public static EquandaUser equandaCreate() throws EquandaPersistenceException
EquandaPersistenceException
public static EquandaUser equandaCreate(String type) throws EquandaPersistenceException
EquandaPersistenceException
public void setEquandaType(String type)
setEquandaType
in class EquandaProxy<Uoid,EquandaUser>
type
- base type which will be used to build the actual object
IllegalStateException
public boolean isModified(boolean typeFieldsOnly)
isModified
in interface EquandaUserInfo
isModified
in class EquandaProxy<Uoid,EquandaUser>
public String getEquandaStatus()
getEquandaStatus
in interface EquandaUserInfo
getEquandaStatus
in class EquandaProxy<Uoid,EquandaUser>
public void setEquandaStatus(String status)
setEquandaStatus
in class EquandaProxy<Uoid,EquandaUser>
public Timestamp getEquandaCreationDate()
getEquandaCreationDate
in interface EquandaUserInfo
public String getUserName() throws EquandaPersistenceException
getUserName
in interface EquandaUserInfo
EquandaPersistenceException
public void setUserName(String value)
public boolean isUserNameModified()
public String getFirstName() throws EquandaPersistenceException
getFirstName
in interface EquandaUserInfo
EquandaPersistenceException
public void setFirstName(String value)
public boolean isFirstNameModified()
public String getName() throws EquandaPersistenceException
getName
in interface EquandaUserInfo
EquandaPersistenceException
public void setName(String value)
public boolean isNameModified()
public String getPassword() throws EquandaPersistenceException
getPassword
in interface EquandaUserInfo
EquandaPersistenceException
public void setPassword(String value)
public boolean isPasswordModified()
public Collection<EquandaRole> getRoles() throws EquandaPersistenceException
EquandaPersistenceException
public void setRoles(Collection<EquandaRole> value)
public boolean isRolesModified()
public String getLanguage() throws EquandaPersistenceException
getLanguage
in interface EquandaUserInfo
EquandaPersistenceException
public void setLanguage(String value)
public boolean isLanguageModified()
public String getAuthAndConfig() throws EquandaPersistenceException
getAuthAndConfig
in interface EquandaUserInfo
EquandaPersistenceException
public void setAuthAndConfig(String value)
public boolean isAuthAndConfigModified()
public String getStartPage() throws EquandaPersistenceException
EquandaPersistenceException
public void setStartPage(String value)
public boolean isStartPageModified()
public void login() throws EquandaPersistenceException
EquandaPersistenceException
public void logout() throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly) throws EquandaPersistenceException
equandaUpdate
in class EquandaProxy<Uoid,EquandaUser>
EquandaPersistenceException
public void equandaReset() throws EquandaPersistenceException
equandaReset
in class EquandaProxy<Uoid,EquandaUser>
EquandaPersistenceException
- oopspublic void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in class EquandaProxy<Uoid,EquandaUser>
EquandaPersistenceException
public static EquandaUser selectId(Uoid uoid) throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaUser> selectFullName(String firstName, String name) throws EquandaPersistenceException
EquandaPersistenceException
public static EquandaUser selectUserName(String userName) throws EquandaPersistenceException
EquandaPersistenceException
public static EquandaUser selectUserPassword(String userName, String password) throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaUser> selectAllUsers() throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaUser> selectEquandaAll() throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |