org.equanda.test.dm.client
Interface ActionBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- ActionEJB, ActionEJBLocal
- All Known Implementing Classes:
- ActionBean
public interface ActionBase
- extends EquandaEJB<Uoid>
Interface for Action.
Method Summary |
void |
addAction(int param0)
|
void |
addMulStr(String el)
|
void |
failingAction(String param0,
int param1)
|
Action |
getEquanda()
|
Uoid |
getEquandaLinkPassport()
|
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)
|
boolean |
isTheBool()
|
void |
removeEntityBean()
|
void |
removeMulStr(String el)
|
void |
setEquandaLinkPassport(Uoid passport)
|
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)
|
void |
voidAction(String param0,
int param1)
|
Methods inherited from interface org.equanda.persistence.HasId |
getId |
init
void init(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
Action getEquanda()
updateEquanda
void updateEquanda(Action proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheString
String getTheString()
setTheString
void setTheString(String theString)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheDate
Date getTheDate()
setTheDate
void setTheDate(Date theDate)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheTime
Timestamp getTheTime()
setTheTime
void setTheTime(Timestamp theTime)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheBool
boolean getTheBool()
isTheBool
boolean isTheBool()
setTheBool
void setTheBool(boolean theBool)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheInt
int getTheInt()
setTheInt
void setTheInt(int theInt)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getTheDouble
double getTheDouble()
setTheDouble
void setTheDouble(double theDouble)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getPassport
PassportEJB getPassport()
getEquandaLinkPassport
Uoid getEquandaLinkPassport()
setPassport
void setPassport(PassportEJB passport)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
setEquandaLinkPassport
void setEquandaLinkPassport(Uoid passport)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getMulStr
Collection<String> getMulStr()
addMulStr
void addMulStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeMulStr
void removeMulStr(String el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasMulStr
boolean hasMulStr(String el)
hashCode
int hashCode(String param0)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
voidAction
void voidAction(String param0,
int param1)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
failingAction
void failingAction(String param0,
int param1)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
addAction
void addAction(int param0)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
suggestValueAction
void suggestValueAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
suggestValueListAction
void suggestValueListAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
suggestFieldAction
void suggestFieldAction(String param0,
int param1,
double param2,
Date param3,
Timestamp param4,
boolean param5)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
suggestPathAction
void suggestPathAction(String param0)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
suggestTableAction
void suggestTableAction(String param0)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.