|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.test.dm.server.HideIfBean
public class HideIfBean
HideIf A table for the Selenium testcases for hide if Should be visible, but some items of it should be hidden
Field Summary |
---|
Constructor Summary | |
---|---|
HideIfBean()
|
Method Summary | |
---|---|
void |
ActionHide()
|
void |
ActionHideIf()
|
void |
ActionShow()
|
void |
ejbActivate()
|
void |
ejbPassivate()
|
HideIf |
getEquanda()
|
Timestamp |
getEquandaModificationDate()
|
String |
getEquandaName()
|
String |
getEquandaStatus()
|
String |
getEquandaType()
|
long |
getEquandaVersion()
|
String |
getFieldHide()
|
String |
getFieldHideIf()
|
String |
getFieldShow()
|
Uoid |
getId()
|
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 |
void |
init()
|
void |
init(String type)
|
void |
init(Uoid id)
|
void |
initEntity(EquandaEntity entity)
|
boolean |
isEquandaType(String type)
|
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 |
setEquandaStatus(String status)
|
void |
setFieldHide(String fieldHide)
|
void |
setFieldHideIf(String fieldHideIf)
|
void |
setFieldShow(String fieldShow)
|
void |
setUselessField1(String uselessField1)
|
void |
setUselessField2(String uselessField2)
|
void |
setUselessField3(String uselessField3)
|
void |
updateEquanda(HideIf proxy)
Internal routine to update based on a proxy object, update indicates whether all fields need setting |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HideIfBean()
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 HideIfBase
EquandaPersistenceException
public void init() throws EquandaPersistenceException
init
in interface HideIfBase
EquandaPersistenceException
@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 HideIf getEquanda()
getEquanda
in interface HideIfBase
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void updateEquanda(HideIf proxy) throws EquandaPersistenceException
updateEquanda
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getUselessField1()
getUselessField1
in interface HideIfBase
public void setUselessField1(String uselessField1) throws EquandaPersistenceException
setUselessField1
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getUselessField2()
getUselessField2
in interface HideIfBase
public void setUselessField2(String uselessField2) throws EquandaPersistenceException
setUselessField2
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getUselessField3()
getUselessField3
in interface HideIfBase
public void setUselessField3(String uselessField3) throws EquandaPersistenceException
setUselessField3
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getFieldShow()
getFieldShow
in interface HideIfBase
public void setFieldShow(String fieldShow) throws EquandaPersistenceException
setFieldShow
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getFieldHideIf()
getFieldHideIf
in interface HideIfBase
public void setFieldHideIf(String fieldHideIf) throws EquandaPersistenceException
setFieldHideIf
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public String getFieldHide()
getFieldHide
in interface HideIfBase
public void setFieldHide(String fieldHide) throws EquandaPersistenceException
setFieldHide
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void ActionShow() throws EquandaPersistenceException
ActionShow
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void ActionHideIf() throws EquandaPersistenceException
ActionHideIf
in interface HideIfBase
EquandaPersistenceException
@RolesAllowed(value={"LocalUser","LocalAdmin"}) public void ActionHide() throws EquandaPersistenceException
ActionHide
in interface HideIfBase
EquandaPersistenceException
public 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 HideIfBase
EquandaPersistenceException
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 |