org.equanda.test.dm.client
Interface VehicleSelectorEJB

All Superinterfaces:
EquandaSelector<Uoid,Vehicle,VehicleEJB>
All Known Implementing Classes:
VehicleSelectorBean

public interface VehicleSelectorEJB
extends EquandaSelector<Uoid,Vehicle,VehicleEJB>

Interface for Vehicle.


Method Summary
 void remove()
           
 void removeEntityBean(Uoid uoid)
           
 List<Vehicle> selectColour_AscendingName(int colourCode)
           
 List<VehicleEJB> selectColour_AscendingNameEJB(int colourCode)
           
 List<Vehicle> selectColour_DescendingName(int colourCode)
           
 List<VehicleEJB> selectColour_DescendingNameEJB(int colourCode)
           
 List<Vehicle> selectColourCode(int colourCode)
           
 List<VehicleEJB> selectColourCodeEJB(int colourCode)
           
 Vehicle selectColourSingle(int colourCode)
           
 VehicleEJB selectColourSingleEJB(int colourCode)
           
 List<Vehicle> selectEquandaAll()
           
 List<VehicleEJB> selectEquandaAllEJB()
           
 List<Vehicle> selectMultiOrder(String name)
           
 List<Vehicle> selectMultiOrderDesc(String name)
           
 List<VehicleEJB> selectMultiOrderDescEJB(String name)
           
 List<VehicleEJB> selectMultiOrderEJB(String name)
           
 List<Vehicle> selectName(String name)
           
 List<VehicleEJB> selectNameEJB(String name)
           
 Vehicle selectNameStartingWith(String name)
           
 VehicleEJB selectNameStartingWithEJB(String name)
           
 List<Vehicle> selectNoname()
           
 List<VehicleEJB> selectNonameEJB()
           
 Vehicle selectSpeed(int speed)
           
 VehicleEJB selectSpeedEJB(int speed)
           
 List<Vehicle> selectTestNotParameter(String name)
           
 List<VehicleEJB> selectTestNotParameterEJB(String name)
           
 Vehicle selectTestNotParameterSingle(String name)
           
 VehicleEJB selectTestNotParameterSingleEJB(String name)
           
 
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

List<VehicleEJB> selectNameEJB(String name)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectName

List<Vehicle> selectName(String name)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectMultiOrderEJB

List<VehicleEJB> selectMultiOrderEJB(String name)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectMultiOrder

List<Vehicle> selectMultiOrder(String name)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectMultiOrderDescEJB

List<VehicleEJB> selectMultiOrderDescEJB(String name)
                                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectMultiOrderDesc

List<Vehicle> selectMultiOrderDesc(String name)
                                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectNonameEJB

List<VehicleEJB> selectNonameEJB()
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectNoname

List<Vehicle> selectNoname()
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectNameStartingWithEJB

VehicleEJB selectNameStartingWithEJB(String name)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectNameStartingWith

Vehicle selectNameStartingWith(String name)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColourSingleEJB

VehicleEJB selectColourSingleEJB(int colourCode)
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColourSingle

Vehicle selectColourSingle(int colourCode)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColour_AscendingNameEJB

List<VehicleEJB> selectColour_AscendingNameEJB(int colourCode)
                                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColour_AscendingName

List<Vehicle> selectColour_AscendingName(int colourCode)
                                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColour_DescendingNameEJB

List<VehicleEJB> selectColour_DescendingNameEJB(int colourCode)
                                                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColour_DescendingName

List<Vehicle> selectColour_DescendingName(int colourCode)
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestNotParameterEJB

List<VehicleEJB> selectTestNotParameterEJB(String name)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestNotParameter

List<Vehicle> selectTestNotParameter(String name)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestNotParameterSingleEJB

VehicleEJB selectTestNotParameterSingleEJB(String name)
                                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectTestNotParameterSingle

Vehicle selectTestNotParameterSingle(String name)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColourCodeEJB

List<VehicleEJB> selectColourCodeEJB(int colourCode)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectColourCode

List<Vehicle> selectColourCode(int colourCode)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSpeedEJB

VehicleEJB selectSpeedEJB(int speed)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectSpeed

Vehicle selectSpeed(int speed)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

selectEquandaAllEJB

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

selectEquandaAll

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

removeEntityBean

void removeEntityBean(Uoid uoid)
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

remove

void remove()
Specified by:
remove in interface EquandaSelector<Uoid,Vehicle,VehicleEJB>


Copyright © 2007-2008. All Rights Reserved.