org.equanda.test.dm.client
Interface HideIfBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
HideIfEJB, HideIfEJBLocal
All Known Implementing Classes:
HideIfBean

public interface HideIfBase
extends EquandaEJB<Uoid>

Interface for HideIf.


Method Summary
 void ActionHide()
           
 void ActionHideIf()
           
 void ActionShow()
           
 HideIf getEquanda()
           
 String getFieldHide()
           
 String getFieldHideIf()
           
 String getFieldShow()
           
 String getUselessField1()
           
 String getUselessField2()
           
 String getUselessField3()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 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)
           
 
Methods inherited from interface org.equanda.persistence.EquandaEJB
getEquandaModificationDate, getEquandaName, getEquandaStatus, getEquandaType, init, initEntity, isEquandaType, remove, setEquandaStatus
 
Methods inherited from interface org.equanda.persistence.HasId
getId
 

Method Detail

init

void init(String type)
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

init

void init()
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquanda

HideIf getEquanda()

updateEquanda

void updateEquanda(HideIf proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getUselessField1

String getUselessField1()

setUselessField1

void setUselessField1(String uselessField1)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getUselessField2

String getUselessField2()

setUselessField2

void setUselessField2(String uselessField2)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getUselessField3

String getUselessField3()

setUselessField3

void setUselessField3(String uselessField3)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFieldShow

String getFieldShow()

setFieldShow

void setFieldShow(String fieldShow)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFieldHideIf

String getFieldHideIf()

setFieldHideIf

void setFieldHideIf(String fieldHideIf)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFieldHide

String getFieldHide()

setFieldHide

void setFieldHide(String fieldHide)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionShow

void ActionShow()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHideIf

void ActionHideIf()
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHide

void ActionHide()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.