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.


Method Summary
 Collection<Car> getEquandaCars(Uoid uoid)
           
 Collection<Car> getEquandaCarsWichHeLikes(Uoid uoid)
           
 Collection<String> getEquandaGarageCars(Uoid uoid)
           
 LazyInst getEquandaLazyInstEmbedded(Uoid uoid)
           
 LazyInst getEquandaLazyInstEmbeddedBi(Uoid uoid)
           
 Collection<LazyInst> getEquandaLazyInstEmbeddedMul(Uoid uoid)
           
 Collection<LazyInst> getEquandaLazyInstEmbeddedMulBi(Uoid uoid)
           
 Collection<String> getEquandaLicencePlate(Uoid uoid)
           
 Passport getEquandaPassport(Uoid uoid)
           
 Car getEquandaPreferedCar(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Owner> selectEquandaAll()
           
 List<OwnerEJB> selectEquandaAllEJB()
           
 List<Owner> selectMorePreferedCar(String brand, String name)
           
 List<OwnerEJB> selectMorePreferedCarEJB(String brand, String name)
           
 Owner selectName(String name)
           
 OwnerEJB selectNameEJB(String name)
           
 Owner selectSinglePreferedCar(String brand)
           
 OwnerEJB selectSinglePreferedCarEJB(String brand)
           
 
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

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.