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.
Methods inherited from interface org.equanda.persistence.EquandaSelector |
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId |
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.