org.equanda.test.dm.client
Interface CompareSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Compare,CompareEJB>
All Known Implementing Classes:
CompareSelectorBean

public interface CompareSelectorEJB
extends EquandaSelector<Uoid,Compare,CompareEJB>

Interface for Compare.


Method Summary
 Vehicle getEquandaWheeledVehicle(Uoid uoid)
           
 Collection<Vehicle> getEquandaWheeledVehicles(Uoid uoid)
           
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Compare> selectEquandaAll()
           
 List<CompareEJB> selectEquandaAllEJB()
           
 
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

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Compare,CompareEJB>

getEquandaWheeledVehicle

Vehicle getEquandaWheeledVehicle(Uoid uoid)
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquandaWheeledVehicles

Collection<Vehicle> getEquandaWheeledVehicles(Uoid uoid)
                                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.