org.equanda.test.dm.client
Interface HideIfSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,HideIf,HideIfEJB>
All Known Implementing Classes:
HideIfSelectorBean

public interface HideIfSelectorEJB
extends EquandaSelector<Uoid,HideIf,HideIfEJB>

Interface for HideIf.


Method Summary
 void ActionHide(Uoid uoid)
           
 void ActionHideIf(Uoid uoid)
           
 void ActionShow(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<HideIf> selectEquandaAll()
           
 List<HideIfEJB> selectEquandaAllEJB()
           
 List<HideIf> selectSelectHide()
           
 List<HideIfEJB> selectSelectHideEJB()
           
 List<HideIf> selectSelectHideIf()
           
 List<HideIfEJB> selectSelectHideIfEJB()
           
 List<HideIf> selectSelectShow()
           
 List<HideIfEJB> selectSelectShowEJB()
           
 
Methods inherited from interface org.equanda.persistence.EquandaSelector
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId
 

Method Detail

selectSelectShowEJB

List<HideIfEJB> selectSelectShowEJB()
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectShow

List<HideIf> selectSelectShow()
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHideIfEJB

List<HideIfEJB> selectSelectHideIfEJB()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHideIf

List<HideIf> selectSelectHideIf()
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHideEJB

List<HideIfEJB> selectSelectHideEJB()
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSelectHide

List<HideIf> selectSelectHide()
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

List<HideIfEJB> selectEquandaAllEJB()
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAll

List<HideIf> selectEquandaAll()
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionShow

void ActionShow(Uoid uoid)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHideIf

void ActionHideIf(Uoid uoid)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

ActionHide

void ActionHide(Uoid uoid)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,HideIf,HideIfEJB>


Copyright © 2007-2008. All Rights Reserved.