|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,HideIf>
org.equanda.test.dm.client.HideIf
public class HideIf
Proxy object for table HideIf No constraints are being checked when modifying this object, this only happens when setting the value! A table for the Selenium testcases for hide if Should be visible, but some items of it should be hidden
Field Summary |
---|
Fields inherited from class org.equanda.persistence.EquandaProxy |
---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
Constructor Summary | |
---|---|
|
HideIf()
Creator which is used to build value objects based on the real object. |
protected |
HideIf(EquandaHideIfState proxy)
|
protected |
HideIf(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String uselessField1,
String uselessField2,
String uselessField3,
String fieldShow,
String fieldHideIf,
String fieldHide)
|
Method Summary | |
---|---|
void |
ActionHide()
|
void |
ActionHideIf()
|
void |
ActionShow()
|
HideIf |
equandaClone(boolean cloneUoid)
|
static HideIf |
equandaCreate()
|
static HideIf |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
String |
getFieldHide()
|
String |
getFieldHideIf()
|
String |
getFieldShow()
|
String |
getUselessField1()
Added a field to make sure the group is not hidden because it's empty |
String |
getUselessField2()
Added a field to make sure the group is not hidden because it's empty |
String |
getUselessField3()
Added a field to make sure the group is not hidden because it's empty |
boolean |
isFieldHideIfModified()
|
boolean |
isFieldHideModified()
|
boolean |
isFieldShowModified()
|
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isUselessField1Modified()
Added a field to make sure the group is not hidden because it's empty |
boolean |
isUselessField2Modified()
Added a field to make sure the group is not hidden because it's empty |
boolean |
isUselessField3Modified()
Added a field to make sure the group is not hidden because it's empty |
void |
removeEntityBean()
|
static List<HideIf> |
selectEquandaAll()
|
static HideIf |
selectId(Uoid uoid)
|
static List<HideIf> |
selectSelectHide()
|
static List<HideIf> |
selectSelectHideIf()
|
static List<HideIf> |
selectSelectShow()
|
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
void |
setFieldHide(String value)
|
void |
setFieldHideIf(String value)
|
void |
setFieldShow(String value)
|
protected void |
setId(Uoid uoid)
|
void |
setUselessField1(String value)
Added a field to make sure the group is not hidden because it's empty |
void |
setUselessField2(String value)
Added a field to make sure the group is not hidden because it's empty |
void |
setUselessField3(String value)
Added a field to make sure the group is not hidden because it's empty |
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 HideIf(EquandaHideIfState proxy)
public HideIf()
protected HideIf(Uoid uoid, ObjectType equandaType, Timestamp equandaCreationDate, Timestamp equandaModificationDate, String equandaStatus, long equandaVersion, String uselessField1, String uselessField2, String uselessField3, String fieldShow, String fieldHideIf, String fieldHide)
Method Detail |
---|
public HideIf equandaClone(boolean cloneUoid)
equandaClone
in class EquandaProxy<Uoid,HideIf>
protected void setId(Uoid uoid)
protected void updateInternalState()
public static HideIf equandaCreate() throws EquandaPersistenceException
EquandaPersistenceException
public static HideIf equandaCreate(String type) throws EquandaPersistenceException
EquandaPersistenceException
public void setEquandaType(String type)
setEquandaType
in class EquandaProxy<Uoid,HideIf>
type
- base type which will be used to build the actual object
IllegalStateException
public boolean isModified(boolean typeFieldsOnly)
isModified
in class EquandaProxy<Uoid,HideIf>
public String getEquandaStatus()
getEquandaStatus
in class EquandaProxy<Uoid,HideIf>
public void setEquandaStatus(String status)
setEquandaStatus
in class EquandaProxy<Uoid,HideIf>
public Timestamp getEquandaCreationDate()
public String getUselessField1() throws EquandaPersistenceException
EquandaPersistenceException
public void setUselessField1(String value)
public boolean isUselessField1Modified()
public String getUselessField2() throws EquandaPersistenceException
EquandaPersistenceException
public void setUselessField2(String value)
public boolean isUselessField2Modified()
public String getUselessField3() throws EquandaPersistenceException
EquandaPersistenceException
public void setUselessField3(String value)
public boolean isUselessField3Modified()
public String getFieldShow() throws EquandaPersistenceException
EquandaPersistenceException
public void setFieldShow(String value)
public boolean isFieldShowModified()
public String getFieldHideIf() throws EquandaPersistenceException
EquandaPersistenceException
public void setFieldHideIf(String value)
public boolean isFieldHideIfModified()
public String getFieldHide() throws EquandaPersistenceException
EquandaPersistenceException
public void setFieldHide(String value)
public boolean isFieldHideModified()
public void ActionShow() throws EquandaPersistenceException
EquandaPersistenceException
public void ActionHideIf() throws EquandaPersistenceException
EquandaPersistenceException
public void ActionHide() throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly) throws EquandaPersistenceException
equandaUpdate
in class EquandaProxy<Uoid,HideIf>
EquandaPersistenceException
public void equandaReset() throws EquandaPersistenceException
equandaReset
in class EquandaProxy<Uoid,HideIf>
EquandaPersistenceException
- oopspublic void removeEntityBean() throws EquandaPersistenceException
removeEntityBean
in class EquandaProxy<Uoid,HideIf>
EquandaPersistenceException
public static HideIf selectId(Uoid uoid) throws EquandaPersistenceException
EquandaPersistenceException
public static List<HideIf> selectSelectShow() throws EquandaPersistenceException
EquandaPersistenceException
public static List<HideIf> selectSelectHideIf() throws EquandaPersistenceException
EquandaPersistenceException
public static List<HideIf> selectSelectHide() throws EquandaPersistenceException
EquandaPersistenceException
public static List<HideIf> selectEquandaAll() throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |