|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,EquandaRole>
org.equanda.test.dm.client.EquandaRole
public class EquandaRole
Proxy object for table EquandaRole No constraints are being checked when modifying this object, this only happens when setting the value! Grouping many rights
Field Summary |
---|
Fields inherited from class org.equanda.persistence.EquandaProxy |
---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
Constructor Summary | |
---|---|
|
EquandaRole()
Creator which is used to build value objects based on the real object. |
protected |
EquandaRole(EquandaEquandaRoleState proxy)
|
protected |
EquandaRole(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String roleName,
String description,
boolean guiAdministrator,
boolean guiAccessProhibited,
String appserverRole,
String authAndConfig)
|
Method Summary | |
---|---|
EquandaRole |
equandaClone(boolean cloneUoid)
|
static EquandaRole |
equandaCreate()
|
static EquandaRole |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
String |
getAppserverRole()
Name of role as defined in the application server itself. |
String |
getAuthAndConfig()
Authorization and configuration details for this user. |
String |
getDescription()
|
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
boolean |
getGuiAccessProhibited()
When set the user is not allowed to login to the gui. |
boolean |
getGuiAdministrator()
Should this user have the right to edit users, assign access rights etc? |
String |
getRoleName()
|
boolean |
isAppserverRoleModified()
Name of role as defined in the application server itself. |
boolean |
isAuthAndConfigModified()
Authorization and configuration details for this user. |
boolean |
isDescriptionModified()
|
boolean |
isGuiAccessProhibited()
When set the user is not allowed to login to the gui. |
boolean |
isGuiAccessProhibitedModified()
When set the user is not allowed to login to the gui. |
boolean |
isGuiAdministrator()
Should this user have the right to edit users, assign access rights etc? |
boolean |
isGuiAdministratorModified()
Should this user have the right to edit users, assign access rights etc? |
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isRoleNameModified()
|
void |
mergeRestrictions(String param0,
String param1)
Mix the current role and the role with name given by parameter mergeName into a new role (resultName) For each identifier, the most restrictive value from the two roles is copied. |
void |
mergeRights(String param0,
String param1)
Mix the current role and the role with name given by parameter mergeName into a new role (resultName) For each identifier, the less restrictive value from the two roles is copied. |
void |
removeEntityBean()
|
static List<EquandaRole> |
selectAllRoles()
|
static List<EquandaRole> |
selectEquandaAll()
|
static List<EquandaRole> |
selectEquandaDescriptionPart(String descr)
|
static List<EquandaRole> |
selectEquandaDescriptionStart(String descr)
|
static EquandaRole |
selectId(Uoid uoid)
|
static EquandaRole |
selectRole(String roleName)
|
void |
setAppserverRole(String value)
Name of role as defined in the application server itself. |
void |
setAuthAndConfig(String value)
Authorization and configuration details for this user. |
void |
setDescription(String value)
|
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
void |
setGuiAccessProhibited(boolean value)
When set the user is not allowed to login to the gui. |
void |
setGuiAdministrator(boolean value)
Should this user have the right to edit users, assign access rights etc? |
protected void |
setId(Uoid uoid)
|
void |
setRoleName(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 |
Constructor Detail |
---|
protected EquandaRole(EquandaEquandaRoleState proxy)
public EquandaRole()
protected EquandaRole(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String roleName, String description, boolean guiAdministrator, boolean guiAccessProhibited, String appserverRole, String authAndConfig)
Method Detail |
---|
public EquandaRole equandaClone(boolean cloneUoid)
equandaClone
in class EquandaProxy<Uoid,EquandaRole>
protected void setId(Uoid uoid)
protected void updateInternalState()
public static EquandaRole equandaCreate() throws EquandaPersistenceException
EquandaPersistenceException
public static EquandaRole equandaCreate(String type) throws EquandaPersistenceException
EquandaPersistenceException
public void setEquandaType(String type)
setEquandaType
in class EquandaProxy<Uoid,EquandaRole>
type
- base type which will be used to build the actual object
IllegalStateException
public boolean isModified(boolean typeFieldsOnly)
isModified
in class EquandaProxy<Uoid,EquandaRole>
public String getEquandaStatus()
getEquandaStatus
in class EquandaProxy<Uoid,EquandaRole>
public void setEquandaStatus(String status)
setEquandaStatus
in class EquandaProxy<Uoid,EquandaRole>
public Timestamp getEquandaCreationDate()
public String getRoleName() throws EquandaPersistenceException
EquandaPersistenceException
public void setRoleName(String value)
public boolean isRoleNameModified()
public String getDescription() throws EquandaPersistenceException
EquandaPersistenceException
public void setDescription(String value)
public boolean isDescriptionModified()
public boolean getGuiAdministrator() throws EquandaPersistenceException
EquandaPersistenceException
public boolean isGuiAdministrator()
public void setGuiAdministrator(boolean value)
public boolean isGuiAdministratorModified()
public boolean getGuiAccessProhibited() throws EquandaPersistenceException
EquandaPersistenceException
public boolean isGuiAccessProhibited()
public void setGuiAccessProhibited(boolean value)
public boolean isGuiAccessProhibitedModified()
public String getAppserverRole() throws EquandaPersistenceException
EquandaPersistenceException
public void setAppserverRole(String value)
public boolean isAppserverRoleModified()
public String getAuthAndConfig() throws EquandaPersistenceException
EquandaPersistenceException
public void setAuthAndConfig(String value)
public boolean isAuthAndConfigModified()
public void mergeRestrictions(String param0, String param1) throws EquandaPersistenceException
EquandaPersistenceException
public void mergeRights(String param0, String param1) throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly) throws EquandaPersistenceException
equandaUpdate
in class EquandaProxy<Uoid,EquandaRole>
EquandaPersistenceException
public void equandaReset() throws EquandaPersistenceException
equandaReset
in class EquandaProxy<Uoid,EquandaRole>
EquandaPersistenceException
- oopspublic void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in class EquandaProxy<Uoid,EquandaRole>
EquandaPersistenceException
public static EquandaRole selectId(Uoid uoid) throws EquandaPersistenceException
EquandaPersistenceException
public static EquandaRole selectRole(String roleName) throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaRole> selectAllRoles() throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaRole> selectEquandaAll() throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaRole> selectEquandaDescriptionStart(String descr) throws EquandaPersistenceException
EquandaPersistenceException
public static List<EquandaRole> selectEquandaDescriptionPart(String descr) throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |