org.equanda.test.dm.client
Interface OwnerSelectorEJB
- All Superinterfaces:
- EquandaSelector<Uoid,Owner,OwnerEJB>
- All Known Implementing Classes:
- OwnerSelectorBean
public interface OwnerSelectorEJB
- extends EquandaSelector<Uoid,Owner,OwnerEJB>
Interface for Owner.
Methods inherited from interface org.equanda.persistence.EquandaSelector |
equandaCreate, equandaRefresh, equandaRunCountQuery, equandaRunQuery, equandaRunQueryEJB, equandaRunQueryId, equandaRunUpdateQuery, equandaUpdate, getEquandaName, selectEquanda, selectEquandaEJB, selectEquandaSingle, selectEquandaSingleEJB, selectId, selectIdEJB, selectMultipleId |
selectNameEJB
OwnerEJB selectNameEJB(String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectName
Owner selectName(String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectSinglePreferedCarEJB
OwnerEJB selectSinglePreferedCarEJB(String brand)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectSinglePreferedCar
Owner selectSinglePreferedCar(String brand)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectMorePreferedCarEJB
List<OwnerEJB> selectMorePreferedCarEJB(String brand,
String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectMorePreferedCar
List<Owner> selectMorePreferedCar(String brand,
String name)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectEquandaAllEJB
List<OwnerEJB> selectEquandaAllEJB()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
selectEquandaAll
List<Owner> selectEquandaAll()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
remove
void remove()
- Specified by:
remove
in interface EquandaSelector<Uoid,Owner,OwnerEJB>
getEquandaGarageCars
Collection<String> getEquandaGarageCars(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaCars
Collection<Car> getEquandaCars(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaPreferedCar
Car getEquandaPreferedCar(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaCarsWichHeLikes
Collection<Car> getEquandaCarsWichHeLikes(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaPassport
Passport getEquandaPassport(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaLazyInstEmbeddedBi
LazyInst getEquandaLazyInstEmbeddedBi(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaLazyInstEmbedded
LazyInst getEquandaLazyInstEmbedded(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaLazyInstEmbeddedMulBi
Collection<LazyInst> getEquandaLazyInstEmbeddedMulBi(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaLazyInstEmbeddedMul
Collection<LazyInst> getEquandaLazyInstEmbeddedMul(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquandaLicencePlate
Collection<String> getEquandaLicencePlate(Uoid uoid)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.