|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.equanda.persistence.EquandaProxy<Uoid,Action>
org.equanda.test.dm.client.Action
public class Action
Proxy object for table Action No constraints are being checked when modifying this object, this only happens when setting the value!
| Field Summary | |
|---|---|
protected boolean |
_obtainedMulStr
|
protected boolean |
_obtainedPassport
|
| Fields inherited from class org.equanda.persistence.EquandaProxy |
|---|
equandaModificationDate, equandaStatusModified, equandaType, equandaVersion, id, update |
| Constructor Summary | |
|---|---|
|
Action()
Creator which is used to build value objects based on the real object. |
protected |
Action(EquandaActionState proxy)
|
protected |
Action(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String theString,
Date theDate,
Timestamp theTime,
boolean theBool,
int theInt,
double theDouble)
|
| Method Summary | |
|---|---|
void |
addAction(int param0)
Add a value in the TheInt field. |
Action |
equandaClone(boolean cloneUoid)
|
static Action |
equandaCreate()
|
static Action |
equandaCreate(String type)
|
void |
equandaReset()
Reset the proxy state. |
void |
equandaUpdate(boolean updateTypeFieldsOnly)
|
void |
failingAction(String param0,
int param1)
this should fail |
Timestamp |
getEquandaCreationDate()
|
String |
getEquandaStatus()
|
Collection<String> |
getMulStr()
|
Passport |
getPassport()
|
boolean |
getTheBool()
|
Date |
getTheDate()
|
double |
getTheDouble()
|
int |
getTheInt()
|
String |
getTheString()
|
Timestamp |
getTheTime()
|
int |
hashCode(String param0)
|
boolean |
isModified(boolean typeFieldsOnly)
|
boolean |
isMulStrModified()
|
boolean |
isPassportModified()
|
boolean |
isTheBool()
|
boolean |
isTheBoolModified()
|
boolean |
isTheDateModified()
|
boolean |
isTheDoubleModified()
|
boolean |
isTheIntModified()
|
boolean |
isTheStringModified()
|
boolean |
isTheTimeModified()
|
void |
removeEntityBean()
|
static List<Action> |
selectByDate(Date theDate)
|
static List<Action> |
selectEquandaAll()
|
static List<Action> |
selectEverything()
|
static Action |
selectId(Uoid uoid)
|
static Action |
selectSingleInt(int theInt)
|
void |
setEquandaStatus(String status)
|
void |
setEquandaType(String type)
Set the type of object which should be used. |
protected void |
setId(Uoid uoid)
|
void |
setMulStr(Collection<String> value)
|
void |
setPassport(Passport value)
|
void |
setTheBool(boolean value)
|
void |
setTheDate(Date value)
|
void |
setTheDouble(double value)
|
void |
setTheInt(int value)
|
void |
setTheString(String value)
|
void |
setTheTime(Timestamp value)
|
void |
suggestFieldAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
|
void |
suggestPathAction(String param0)
|
void |
suggestTableAction(String param0)
|
void |
suggestValueAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
|
void |
suggestValueListAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
|
protected void |
updateInternalState()
|
void |
voidAction(String param0,
int param1)
|
| 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 _obtainedPassport
protected boolean _obtainedMulStr
| Constructor Detail |
|---|
protected Action(EquandaActionState proxy)
public Action()
protected Action(Uoid uoid,
ObjectType equandaType,
Timestamp equandaCreationDate,
Timestamp equandaModificationDate,
String equandaStatus,
long equandaVersion,
String theString,
Date theDate,
Timestamp theTime,
boolean theBool,
int theInt,
double theDouble)
| Method Detail |
|---|
public Action equandaClone(boolean cloneUoid)
equandaClone in class EquandaProxy<Uoid,Action>protected void setId(Uoid uoid)
protected void updateInternalState()
public static Action equandaCreate()
throws EquandaPersistenceException
EquandaPersistenceException
public static Action equandaCreate(String type)
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setEquandaType(String type)
setEquandaType in class EquandaProxy<Uoid,Action>type - base type which will be used to build the actual object
IllegalStateExceptionpublic boolean isModified(boolean typeFieldsOnly)
isModified in class EquandaProxy<Uoid,Action>public String getEquandaStatus()
getEquandaStatus in class EquandaProxy<Uoid,Action>public void setEquandaStatus(String status)
setEquandaStatus in class EquandaProxy<Uoid,Action>public Timestamp getEquandaCreationDate()
public String getTheString()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setTheString(String value)
public boolean isTheStringModified()
public Date getTheDate()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setTheDate(Date value)
public boolean isTheDateModified()
public Timestamp getTheTime()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setTheTime(Timestamp value)
public boolean isTheTimeModified()
public boolean getTheBool()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic boolean isTheBool()
public void setTheBool(boolean value)
public boolean isTheBoolModified()
public int getTheInt()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setTheInt(int value)
public boolean isTheIntModified()
public double getTheDouble()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setTheDouble(double value)
public boolean isTheDoubleModified()
public Passport getPassport()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setPassport(Passport value)
public boolean isPassportModified()
public Collection<String> getMulStr()
throws EquandaPersistenceException
EquandaPersistenceExceptionpublic void setMulStr(Collection<String> value)
public boolean isMulStrModified()
public int hashCode(String param0)
throws EquandaPersistenceException
EquandaPersistenceException
public void voidAction(String param0,
int param1)
throws EquandaPersistenceException
EquandaPersistenceException
public void failingAction(String param0,
int param1)
throws EquandaPersistenceException
EquandaPersistenceException
public void addAction(int param0)
throws EquandaPersistenceException
EquandaPersistenceException
public void suggestValueAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
EquandaPersistenceException
public void suggestValueListAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
EquandaPersistenceException
public void suggestFieldAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
EquandaPersistenceException
public void suggestPathAction(String param0)
throws EquandaPersistenceException
EquandaPersistenceException
public void suggestTableAction(String param0)
throws EquandaPersistenceException
EquandaPersistenceException
public void equandaUpdate(boolean updateTypeFieldsOnly)
throws EquandaPersistenceException
equandaUpdate in class EquandaProxy<Uoid,Action>EquandaPersistenceException
public void equandaReset()
throws EquandaPersistenceException
equandaReset in class EquandaProxy<Uoid,Action>EquandaPersistenceException - oops
public void removeEntityBean()
throws EquandaPersistenceException
removeEntityBean in class EquandaProxy<Uoid,Action>EquandaPersistenceException
public static Action selectId(Uoid uoid)
throws EquandaPersistenceException
EquandaPersistenceException
public static List<Action> selectByDate(Date theDate)
throws EquandaPersistenceException
EquandaPersistenceException
public static Action selectSingleInt(int theInt)
throws EquandaPersistenceException
EquandaPersistenceException
public static List<Action> selectEverything()
throws EquandaPersistenceException
EquandaPersistenceException
public static List<Action> selectEquandaAll()
throws EquandaPersistenceException
EquandaPersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||