|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.equanda.test.dm.server.ActionBean
public class ActionBean
Action
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ActionBean()
|
|
| Method Summary | |
|---|---|
void |
addAction(int param0)
Add a value in the TheInt field. |
void |
addMulStr(String el)
|
void |
ejbActivate()
|
void |
ejbPassivate()
|
void |
failingAction(String param0,
int param1)
this should fail |
Action |
getEquanda()
|
Uoid |
getEquandaLinkPassport()
|
Timestamp |
getEquandaModificationDate()
|
String |
getEquandaName()
|
String |
getEquandaStatus()
|
String |
getEquandaType()
|
long |
getEquandaVersion()
|
Uoid |
getId()
|
Collection<String> |
getMulStr()
|
PassportEJB |
getPassport()
|
boolean |
getTheBool()
|
Date |
getTheDate()
|
double |
getTheDouble()
|
int |
getTheInt()
|
String |
getTheString()
|
Timestamp |
getTheTime()
|
int |
hashCode(String param0)
|
boolean |
hasMulStr(String el)
|
void |
init()
|
void |
init(String type)
|
void |
init(Uoid id)
|
void |
initEntity(EquandaEntity entity)
|
boolean |
isEquandaType(String type)
|
boolean |
isTheBool()
|
protected boolean |
objectEquals(Object obj1,
Object obj2)
utility routine to test equality of objects without relying on one of them being not null. |
void |
remove()
|
void |
removeEntityBean()
|
void |
removeMulStr(String el)
|
void |
setEquandaLinkPassport(Uoid passport)
|
void |
setEquandaStatus(String status)
|
void |
setPassport(PassportEJB passport)
|
void |
setTheBool(boolean theBool)
|
void |
setTheDate(Date theDate)
|
void |
setTheDouble(double theDouble)
|
void |
setTheInt(int theInt)
|
void |
setTheString(String theString)
|
void |
setTheTime(Timestamp theTime)
|
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)
|
void |
updateEquanda(Action proxy)
Internal routine to update based on a proxy object, update indicates whether all fields need setting |
void |
voidAction(String param0,
int param1)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionBean()
| Method Detail |
|---|
public void init(Uoid id)
throws EquandaPersistenceException
init in interface EquandaEJB<Uoid>EquandaPersistenceException
public void initEntity(EquandaEntity entity)
throws EquandaPersistenceException
initEntity in interface EquandaEJB<Uoid>EquandaPersistenceException
public void init(String type)
throws EquandaPersistenceException
init in interface ActionBaseEquandaPersistenceException
public void init()
throws EquandaPersistenceException
init in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public Uoid getId()
getId in interface HasId<Uoid>@PermitAll public Timestamp getEquandaModificationDate()
getEquandaModificationDate in interface EquandaEJB<Uoid>@PermitAll public long getEquandaVersion()
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public String getEquandaStatus()
getEquandaStatus in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void setEquandaStatus(String status)
setEquandaStatus in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public String getEquandaType()
getEquandaType in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public boolean isEquandaType(String type)
isEquandaType in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public String getEquandaName()
getEquandaName in interface EquandaEJB<Uoid>@PermitAll public Action getEquanda()
getEquanda in interface ActionBase
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void updateEquanda(Action proxy)
throws EquandaPersistenceException
updateEquanda in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public String getTheString()
getTheString in interface ActionBase
public void setTheString(String theString)
throws EquandaPersistenceException
setTheString in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public Date getTheDate()
getTheDate in interface ActionBase
public void setTheDate(Date theDate)
throws EquandaPersistenceException
setTheDate in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public Timestamp getTheTime()
getTheTime in interface ActionBase
public void setTheTime(Timestamp theTime)
throws EquandaPersistenceException
setTheTime in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public boolean getTheBool()
getTheBool in interface ActionBase
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public boolean isTheBool()
isTheBool in interface ActionBase
public void setTheBool(boolean theBool)
throws EquandaPersistenceException
setTheBool in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public int getTheInt()
getTheInt in interface ActionBase
public void setTheInt(int theInt)
throws EquandaPersistenceException
setTheInt in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public double getTheDouble()
getTheDouble in interface ActionBase
public void setTheDouble(double theDouble)
throws EquandaPersistenceException
setTheDouble in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public PassportEJB getPassport()
getPassport in interface ActionBase
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public Uoid getEquandaLinkPassport()
getEquandaLinkPassport in interface ActionBase
public void setPassport(PassportEJB passport)
throws EquandaPersistenceException
setPassport in interface ActionBaseEquandaPersistenceException
public void setEquandaLinkPassport(Uoid passport)
throws EquandaPersistenceException
setEquandaLinkPassport in interface ActionBaseEquandaPersistenceExceptionpublic Collection<String> getMulStr()
getMulStr in interface ActionBase
public void addMulStr(String el)
throws EquandaPersistenceException
addMulStr in interface ActionBaseEquandaPersistenceException
public void removeMulStr(String el)
throws EquandaPersistenceException
removeMulStr in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public boolean hasMulStr(String el)
hasMulStr in interface ActionBase
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public int hashCode(String param0)
throws EquandaPersistenceException
hashCode in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void voidAction(String param0,
int param1)
throws EquandaPersistenceException
voidAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void failingAction(String param0,
int param1)
throws EquandaPersistenceException
failingAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void addAction(int param0)
throws EquandaPersistenceException
addAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void suggestValueAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
suggestValueAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void suggestValueListAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
suggestValueListAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void suggestFieldAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
suggestFieldAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void suggestPathAction(String param0)
throws EquandaPersistenceException
suggestPathAction in interface ActionBaseEquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void suggestTableAction(String param0)
throws EquandaPersistenceException
suggestTableAction in interface ActionBaseEquandaPersistenceExceptionpublic void ejbActivate()
public void ejbPassivate()
@PermitAll public void remove()
remove in interface EquandaEJB<Uoid>
@RolesAllowed(value={"LocalUser","LocalAdmin"})
public void removeEntityBean()
throws EquandaPersistenceException
removeEntityBean in interface ActionBaseEquandaPersistenceException
protected boolean objectEquals(Object obj1,
Object obj2)
obj1 - one of the objects to compareobj2 - other object to compare
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||