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.
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
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.