org.equanda.test.dm.client
Interface LazyInstSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,LazyInst,LazyInstEJB>
All Known Implementing Classes:
LazyInstSelectorBean

public interface LazyInstSelectorEJB
extends EquandaSelector<Uoid,LazyInst,LazyInstEJB>

Interface for LazyInst.


Method Summary
 Owner getEquandaAnotherOwner(Uoid uoid)
           
 Owner getEquandaOwner(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<LazyInst> selectAllOrdered()
           
 List<LazyInstEJB> selectAllOrderedEJB()
           
 List<LazyInst> selectEquandaAll()
           
 List<LazyInstEJB> selectEquandaAllEJB()
           
 List<LazyInst> selectTestInt(int testInt)
           
 List<LazyInstEJB> selectTestIntEJB(int testInt)
           
 
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

selectTestIntEJB

List<LazyInstEJB> selectTestIntEJB(int testInt)
                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestInt

List<LazyInst> selectTestInt(int testInt)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectAllOrderedEJB

List<LazyInstEJB> selectAllOrderedEJB()
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectAllOrdered

List<LazyInst> selectAllOrdered()
                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,LazyInst,LazyInstEJB>

getEquandaOwner

Owner getEquandaOwner(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaAnotherOwner

Owner getEquandaAnotherOwner(Uoid uoid)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.