|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.vessel.VesselDaoBase
fr.ifremer.allegro.referential.vessel.VesselDaoImpl
fr.ifremer.allegro.referential.vessel.PleasureBoatDaoBase
public abstract class PleasureBoatDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.vessel.PleasureBoat
.
PleasureBoat
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.PleasureBoatDao |
---|
TRANSFORM_CLUSTERPLEASUREBOAT, TRANSFORM_REMOTEPLEASUREBOATFULLVO, TRANSFORM_REMOTEPLEASUREBOATNATURALID |
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao |
---|
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID |
Constructor Summary | |
---|---|
PleasureBoatDaoBase()
|
Method Summary | |
---|---|
void |
clusterPleasureBoatToEntity(ClusterPleasureBoat source,
PleasureBoat target,
boolean copyIfNull)
Copies the fields of ClusterPleasureBoat to the specified entity. |
void |
clusterPleasureBoatToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPleasureBoat to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.PleasureBoat and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PleasureBoat pleasureBoat)
Does the same thing as PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code,
Status status,
VesselType vesselType)
Does the same thing as PleasureBoatDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code,
java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType)
Does the same thing as PleasureBoatDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
PleasureBoat |
create(PleasureBoat pleasureBoat)
Creates an instance of fr.ifremer.allegro.referential.vessel.PleasureBoat and adds it to the persistent store. |
PleasureBoat |
create(java.lang.String code,
Status status,
VesselType vesselType)
Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PleasureBoat |
create(java.lang.String code,
java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType)
Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat
instance from all attributes and
properties and adds it to the persistent store. |
PleasureBoat |
createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
|
java.lang.Object |
findPleasureBoatByCode(int transform,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findPleasureBoatByCode(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(int, java.lang.String) with an
additional argument called queryString . |
PleasureBoat |
findPleasureBoatByCode(java.lang.String code)
|
PleasureBoat |
findPleasureBoatByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(java.lang.String) with an
additional argument called queryString . |
java.lang.Object |
findPleasureBoatByNaturalId(int transform,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findPleasureBoatByNaturalId(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(int, java.lang.String) with an
additional argument called queryString . |
PleasureBoat |
findPleasureBoatByNaturalId(java.lang.String code)
|
PleasureBoat |
findPleasureBoatByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String) with an
additional argument called queryString . |
java.util.Collection |
findPleasureBoatByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByStatus(int transform,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findPleasureBoatByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findPleasureBoatByStatus(Status status)
|
java.util.Collection |
findPleasureBoatByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByStatus(java.lang.String queryString,
Status status)
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findPleasureBoatByVesselType(int transform,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByVesselType(int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByVesselType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByVesselType(int transform,
java.lang.String queryString,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findPleasureBoatByVesselType(int transform,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.util.Collection |
findPleasureBoatByVesselType(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPleasureBoatByVesselType(java.lang.String queryString,
VesselType vesselType)
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findPleasureBoatByVesselType(VesselType vesselType)
|
java.lang.Object |
findVesselByCode(int transform,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselByCode(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(int, java.lang.String) with an
additional argument called queryString . |
Vessel |
findVesselByCode(java.lang.String code)
|
Vessel |
findVesselByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an
additional argument called queryString . |
java.lang.Object |
findVesselByNaturalId(int transform,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findVesselByNaturalId(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String) with an
additional argument called queryString . |
Vessel |
findVesselByNaturalId(java.lang.String code)
|
Vessel |
findVesselByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an
additional argument called queryString . |
java.util.Collection |
findVesselByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int transform,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findVesselByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselByStatus(Status status)
|
java.util.Collection |
findVesselByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByStatus(java.lang.String queryString,
Status status)
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(int transform,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(int transform,
java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(int transform,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.util.Collection |
findVesselByVesselType(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselByVesselType(java.lang.String queryString,
VesselType vesselType)
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findVesselByVesselType(VesselType vesselType)
|
ClusterPleasureBoat[] |
getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllPleasureBoat()
|
java.util.Collection |
getAllPleasureBoat(int transform)
Does the same thing as PleasureBoatDao.getAllPleasureBoat() with an
additional flag called transform . |
java.util.Collection |
getAllPleasureBoat(int pageNumber,
int pageSize)
Does the same thing as PleasureBoatDao.getAllPleasureBoat() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoat(int transform,
int pageNumber,
int pageSize)
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoat(int transform,
java.lang.String queryString)
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPleasureBoat(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoat(java.lang.String queryString)
Does the same thing as PleasureBoatDao.getAllPleasureBoat() with an
additional argument called queryString . |
java.util.Collection |
getAllPleasureBoat(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PleasureBoatDao.getAllPleasureBoat(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp updateDate)
|
java.util.Collection |
getAllVessel()
|
java.util.Collection |
getAllVessel(int transform)
Does the same thing as VesselDao.getAllVessel() with an
additional flag called transform . |
java.util.Collection |
getAllVessel(int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(int transform,
java.lang.String queryString)
Does the same thing as VesselDao.getAllVessel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVessel(java.lang.String queryString)
Does the same thing as VesselDao.getAllVessel() with an
additional argument called queryString . |
java.util.Collection |
getAllVessel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.getAllVessel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract PleasureBoat |
handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
Performs the core logic for createFromClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat) |
protected abstract ClusterPleasureBoat[] |
handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
java.lang.Object |
load(int transform,
java.lang.String code)
Does the same thing as VesselDao.load(java.lang.String) with an
additional flag called transform . |
PleasureBoat |
load(java.lang.String code)
Loads an instance of fr.ifremer.allegro.referential.vessel.Vessel from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type Vessel . |
java.util.Collection |
loadAll(int transform)
Does the same thing as VesselDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as VesselDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source,
PleasureBoat target,
boolean copyIfNull)
Copies the fields of RemotePleasureBoatFullVO to the specified entity. |
void |
remotePleasureBoatFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePleasureBoatFullVO to this
DAO's entity. |
void |
remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId source,
PleasureBoat target,
boolean copyIfNull)
Copies the fields of RemotePleasureBoatNaturalId to the specified entity. |
void |
remotePleasureBoatNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePleasureBoatNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(PleasureBoat pleasureBoat)
Removes the instance of fr.ifremer.allegro.referential.vessel.PleasureBoat from the persistent store. |
void |
remove(java.lang.String code)
Removes the instance of fr.ifremer.allegro.referential.vessel.Vessel having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as VesselDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
protected ClusterPleasureBoat |
toClusterPleasureBoat(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPleasureBoat |
toClusterPleasureBoat(PleasureBoat entity)
Converts this DAO's entity to an object of type ClusterPleasureBoat . |
void |
toClusterPleasureBoat(PleasureBoat source,
ClusterPleasureBoat target)
Copies the fields of the specified entity to the target value object. |
ClusterPleasureBoat[] |
toClusterPleasureBoatArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPleasureBoat . |
void |
toClusterPleasureBoatCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPleasureBoat . |
protected PleasureBoat |
toEntity(java.lang.Object[] row)
|
protected RemotePleasureBoatFullVO |
toRemotePleasureBoatFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePleasureBoatFullVO |
toRemotePleasureBoatFullVO(PleasureBoat entity)
Converts this DAO's entity to an object of type RemotePleasureBoatFullVO . |
void |
toRemotePleasureBoatFullVO(PleasureBoat source,
RemotePleasureBoatFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePleasureBoatFullVO[] |
toRemotePleasureBoatFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePleasureBoatFullVO . |
void |
toRemotePleasureBoatFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePleasureBoatFullVO . |
protected RemotePleasureBoatNaturalId |
toRemotePleasureBoatNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePleasureBoatNaturalId |
toRemotePleasureBoatNaturalId(PleasureBoat entity)
Converts this DAO's entity to an object of type RemotePleasureBoatNaturalId . |
void |
toRemotePleasureBoatNaturalId(PleasureBoat source,
RemotePleasureBoatNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePleasureBoatNaturalId[] |
toRemotePleasureBoatNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePleasureBoatNaturalId . |
void |
toRemotePleasureBoatNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePleasureBoatNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.PleasureBoat)
method. |
protected java.lang.Object |
transformEntity(int transform,
PleasureBoat entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.PleasureBoatDao , please note
that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(PleasureBoat pleasureBoat)
Updates the pleasureBoat instance in the persistent store. |
Methods inherited from class fr.ifremer.allegro.referential.vessel.VesselDaoImpl |
---|
clusterVesselToEntity, clusterVesselToEntity, remoteVesselFullVOToEntity, remoteVesselFullVOToEntity, remoteVesselNaturalIdToEntity, remoteVesselNaturalIdToEntity, toClusterVessel, toClusterVessel, toRemoteVesselFullVO, toRemoteVesselFullVO, toRemoteVesselNaturalId, toRemoteVesselNaturalId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.vessel.PleasureBoatDao |
---|
clusterPleasureBoatToEntity, remotePleasureBoatFullVOToEntity, remotePleasureBoatNaturalIdToEntity |
Constructor Detail |
---|
public PleasureBoatDaoBase()
Method Detail |
---|
public java.lang.Object load(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.load(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface PleasureBoatDao
load
in interface VesselDao
load
in class VesselDaoBase
code
- identifier of the entity to load
PleasureBoatDao.load(int, java.lang.String)
public PleasureBoat load(java.lang.String code)
VesselDao
load
in interface PleasureBoatDao
load
in interface VesselDao
load
in class VesselDaoBase
PleasureBoatDao.load(java.lang.String)
public java.util.Collection loadAll()
VesselDao
Vessel
.
loadAll
in interface PleasureBoatDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
PleasureBoatDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselDao
Does the same thing as VesselDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface PleasureBoatDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
transform
- the flag indicating what transformation to use.
PleasureBoatDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface PleasureBoatDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PleasureBoatDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface PleasureBoatDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PleasureBoatDao.loadAll(int, int, int)
public PleasureBoat create(PleasureBoat pleasureBoat)
PleasureBoatDao
create
in interface PleasureBoatDao
PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public java.lang.Object create(int transform, PleasureBoat pleasureBoat)
PleasureBoatDao
Does the same thing as PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface PleasureBoatDao
PleasureBoatDao.create(int transform, fr.ifremer.allegro.referential.vessel.PleasureBoat)
public java.util.Collection create(java.util.Collection entities)
PleasureBoatDao
entities
collection
create
in interface PleasureBoatDao
entities
- the collection of fr.ifremer.allegro.referential.vessel.PleasureBoat
instances to create.
PleasureBoatDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PleasureBoatDao
Does the same thing as PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface PleasureBoatDao
PleasureBoatDao.create(int, java.util.Collection)
public PleasureBoat create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
PleasureBoatDao
Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PleasureBoatDao
fr.ifremer.allegro.referential.vessel.VesselDao#create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public java.lang.Object create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface PleasureBoatDao
fr.ifremer.allegro.referential.vessel.VesselDao#create(int, java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public PleasureBoat create(java.lang.String code, Status status, VesselType vesselType)
PleasureBoatDao
Creates a new fr.ifremer.allegro.referential.vessel.PleasureBoat
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PleasureBoatDao
PleasureBoatDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public java.lang.Object create(int transform, java.lang.String code, Status status, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface PleasureBoatDao
PleasureBoatDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public void update(PleasureBoat pleasureBoat)
PleasureBoatDao
pleasureBoat
instance in the persistent store.
update
in interface PleasureBoatDao
PleasureBoatDao.update(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public void update(java.util.Collection entities)
VesselDao
entities
collection in the persistent store.
update
in interface PleasureBoatDao
update
in interface VesselDao
update
in class VesselDaoBase
VesselDao.update(java.util.Collection)
public void remove(PleasureBoat pleasureBoat)
PleasureBoatDao
remove
in interface PleasureBoatDao
PleasureBoatDao.remove(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public void remove(java.lang.String code)
VesselDao
identifier
from the persistent store.
remove
in interface PleasureBoatDao
remove
in interface VesselDao
remove
in class VesselDaoBase
PleasureBoatDao.remove(java.lang.String)
public void remove(java.util.Collection entities)
VesselDao
entities collection.
- Specified by:
remove
in interface PleasureBoatDao
- Specified by:
remove
in interface VesselDao
- Overrides:
remove
in class VesselDaoBase
- See Also:
VesselDao.remove(java.util.Collection)
public java.util.Collection getAllPleasureBoat()
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat()
public java.util.Collection getAllPleasureBoat(int transform)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(int)
public java.util.Collection getAllPleasureBoat(java.lang.String queryString)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.getAllPleasureBoat()
.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(java.lang.String)
public java.util.Collection getAllPleasureBoat(int pageNumber, int pageSize)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(int, int)
public java.util.Collection getAllPleasureBoat(java.lang.String queryString, int pageNumber, int pageSize)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(String, int, int)
public java.util.Collection getAllPleasureBoat(int transform, java.lang.String queryString)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.getAllPleasureBoat(int)
.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(int, String)
public java.util.Collection getAllPleasureBoat(int transform, int pageNumber, int pageSize)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(int, int, int)
public java.util.Collection getAllPleasureBoat(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoat(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoat(int, java.lang.String, int, int)
public PleasureBoat findPleasureBoatByCode(java.lang.String code)
findPleasureBoatByCode
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByCode(java.lang.String)
public java.lang.Object findPleasureBoatByCode(int transform, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPleasureBoatByCode
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByCode(int, java.lang.String)
public PleasureBoat findPleasureBoatByCode(java.lang.String queryString, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByCode(java.lang.String)
.
findPleasureBoatByCode
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByCode(java.lang.String, java.lang.String)
public java.lang.Object findPleasureBoatByCode(int transform, java.lang.String queryString, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByCode(int, java.lang.String code)
.
findPleasureBoatByCode
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByCode(int, java.lang.String, java.lang.String)
public java.util.Collection findPleasureBoatByStatus(Status status)
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(int transform, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(java.lang.String queryString, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status)
.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(int pageNumber, int pageSize, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(int transform, java.lang.String queryString, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(int transform, int pageNumber, int pageSize, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByStatus(int, String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByStatus
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findPleasureBoatByVesselType(VesselType vesselType)
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(int transform, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(java.lang.String queryString, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType)
.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(int pageNumber, int pageSize, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(String, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType vesselType)
.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findPleasureBoatByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPleasureBoatByVesselType
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)
public PleasureBoat findPleasureBoatByNaturalId(java.lang.String code)
findPleasureBoatByNaturalId
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String)
public java.lang.Object findPleasureBoatByNaturalId(int transform, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPleasureBoatByNaturalId
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByNaturalId(int, java.lang.String)
public PleasureBoat findPleasureBoatByNaturalId(java.lang.String queryString, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String)
.
findPleasureBoatByNaturalId
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String, java.lang.String)
public java.lang.Object findPleasureBoatByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
PleasureBoatDao
Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.findPleasureBoatByNaturalId(int, java.lang.String code)
.
findPleasureBoatByNaturalId
in interface PleasureBoatDao
PleasureBoatDao.findPleasureBoatByNaturalId(int, java.lang.String, java.lang.String)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp)
.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPleasureBoatSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PleasureBoatDao
Does the same thing as PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllPleasureBoatSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVessel()
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel()
public java.util.Collection getAllVessel(int transform)
VesselDao
Does the same thing as VesselDao.getAllVessel()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int)
public java.util.Collection getAllVessel(java.lang.String queryString)
VesselDao
Does the same thing as VesselDao.getAllVessel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVessel()
.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(java.lang.String)
public java.util.Collection getAllVessel(int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, int)
public java.util.Collection getAllVessel(java.lang.String queryString, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(String, int, int)
public java.util.Collection getAllVessel(int transform, java.lang.String queryString)
VesselDao
Does the same thing as VesselDao.getAllVessel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVessel(int)
.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, String)
public java.util.Collection getAllVessel(int transform, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, int, int)
public java.util.Collection getAllVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselDao
Does the same thing as VesselDao.getAllVessel(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVessel
in interface VesselDao
getAllVessel
in class VesselDaoBase
VesselDao.getAllVessel(int, java.lang.String, int, int)
public Vessel findVesselByCode(java.lang.String code)
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(java.lang.String)
public java.lang.Object findVesselByCode(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(int, java.lang.String)
public Vessel findVesselByCode(java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByCode(java.lang.String)
.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(java.lang.String, java.lang.String)
public java.lang.Object findVesselByCode(int transform, java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByCode(int, java.lang.String code)
.
findVesselByCode
in interface VesselDao
findVesselByCode
in class VesselDaoBase
VesselDao.findVesselByCode(int, java.lang.String, java.lang.String)
public java.util.Collection findVesselByStatus(Status status)
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(java.lang.String queryString, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
VesselDao
Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByStatus
in interface VesselDao
findVesselByStatus
in class VesselDaoBase
VesselDao.findVesselByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findVesselByVesselType(VesselType vesselType)
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(java.lang.String queryString, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType vesselType)
.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
VesselDao
Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findVesselByVesselType
in interface VesselDao
findVesselByVesselType
in class VesselDaoBase
VesselDao.findVesselByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)
public Vessel findVesselByNaturalId(java.lang.String code)
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(java.lang.String)
public java.lang.Object findVesselByNaturalId(int transform, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(int, java.lang.String)
public Vessel findVesselByNaturalId(java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByNaturalId(java.lang.String)
.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(java.lang.String, java.lang.String)
public java.lang.Object findVesselByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
VesselDao
Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.findVesselByNaturalId(int, java.lang.String code)
.
findVesselByNaturalId
in interface VesselDao
findVesselByNaturalId
in class VesselDaoBase
VesselDao.findVesselByNaturalId(int, java.lang.String, java.lang.String)
public java.util.Collection getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
VesselDao
Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllVesselSinceDateSynchro
in interface VesselDao
getAllVesselSinceDateSynchro
in class VesselDaoBase
VesselDao.getAllVesselSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public PleasureBoat createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
createFromClusterPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.createFromClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
protected abstract PleasureBoat handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat) throws java.lang.Exception
createFromClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
java.lang.Exception
public ClusterPleasureBoat[] getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPleasureBoatSinceDateSynchro
in interface PleasureBoatDao
PleasureBoatDao.getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPleasureBoat[] handleGetAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PleasureBoat entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.PleasureBoatDao
, please note
that the VesselDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PleasureBoat
- VesselDao.TRANSFORM_NONE
RemotePleasureBoatFullVO
- TRANSFORM_REMOTEPLEASUREBOATFULLVO
RemotePleasureBoatNaturalId
- TRANSFORM_REMOTEPLEASUREBOATNATURALID
ClusterPleasureBoat
- TRANSFORM_CLUSTERPLEASUREBOAT
VesselDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PleasureBoatDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.vessel.PleasureBoat)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transformEntities
in class VesselDaoBase
transform
- one of the constants declared in fr.ifremer.allegro.referential.vessel.PleasureBoatDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.vessel.PleasureBoat)
protected PleasureBoat toEntity(java.lang.Object[] row)
toEntity
in class VesselDaoBase
public final void toRemotePleasureBoatFullVOCollection(java.util.Collection entities)
PleasureBoatDao
RemotePleasureBoatFullVO
.
toRemotePleasureBoatFullVOCollection
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatFullVOCollection(java.util.Collection)
public final RemotePleasureBoatFullVO[] toRemotePleasureBoatFullVOArray(java.util.Collection entities)
PleasureBoatDao
RemotePleasureBoatFullVO
.
toRemotePleasureBoatFullVOArray
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatFullVOArray(java.util.Collection)
protected RemotePleasureBoatFullVO toRemotePleasureBoatFullVO(java.lang.Object[] row)
PleasureBoatDaoImpl
class if you intend to use reporting queries.
PleasureBoatDao.toRemotePleasureBoatFullVO(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public final void remotePleasureBoatFullVOToEntityCollection(java.util.Collection instances)
PleasureBoatDao
RemotePleasureBoatFullVO
to this
DAO's entity.
remotePleasureBoatFullVOToEntityCollection
in interface PleasureBoatDao
PleasureBoatDao.remotePleasureBoatFullVOToEntityCollection(java.util.Collection)
public void toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
PleasureBoatDao
toRemotePleasureBoatFullVO
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatFullVO(fr.ifremer.allegro.referential.vessel.PleasureBoat, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO)
public RemotePleasureBoatFullVO toRemotePleasureBoatFullVO(PleasureBoat entity)
PleasureBoatDao
RemotePleasureBoatFullVO
.
toRemotePleasureBoatFullVO
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatFullVO(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public void remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
PleasureBoatDao
RemotePleasureBoatFullVO
to the specified entity.
remotePleasureBoatFullVOToEntity
in interface PleasureBoatDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.vessel.PleasureBoatDao#remotePleasureBoatFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatFullVO, fr.ifremer.allegro.referential.vessel.PleasureBoat)
public final void toRemotePleasureBoatNaturalIdCollection(java.util.Collection entities)
PleasureBoatDao
RemotePleasureBoatNaturalId
.
toRemotePleasureBoatNaturalIdCollection
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatNaturalIdCollection(java.util.Collection)
public final RemotePleasureBoatNaturalId[] toRemotePleasureBoatNaturalIdArray(java.util.Collection entities)
PleasureBoatDao
RemotePleasureBoatNaturalId
.
toRemotePleasureBoatNaturalIdArray
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatNaturalIdArray(java.util.Collection)
protected RemotePleasureBoatNaturalId toRemotePleasureBoatNaturalId(java.lang.Object[] row)
PleasureBoatDaoImpl
class if you intend to use reporting queries.
PleasureBoatDao.toRemotePleasureBoatNaturalId(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public final void remotePleasureBoatNaturalIdToEntityCollection(java.util.Collection instances)
PleasureBoatDao
RemotePleasureBoatNaturalId
to this
DAO's entity.
remotePleasureBoatNaturalIdToEntityCollection
in interface PleasureBoatDao
PleasureBoatDao.remotePleasureBoatNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePleasureBoatNaturalId(PleasureBoat source, RemotePleasureBoatNaturalId target)
PleasureBoatDao
toRemotePleasureBoatNaturalId
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatNaturalId(fr.ifremer.allegro.referential.vessel.PleasureBoat, fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId)
public RemotePleasureBoatNaturalId toRemotePleasureBoatNaturalId(PleasureBoat entity)
PleasureBoatDao
RemotePleasureBoatNaturalId
.
toRemotePleasureBoatNaturalId
in interface PleasureBoatDao
PleasureBoatDao.toRemotePleasureBoatNaturalId(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public void remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId source, PleasureBoat target, boolean copyIfNull)
PleasureBoatDao
RemotePleasureBoatNaturalId
to the specified entity.
remotePleasureBoatNaturalIdToEntity
in interface PleasureBoatDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.vessel.PleasureBoatDao#remotePleasureBoatNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemotePleasureBoatNaturalId, fr.ifremer.allegro.referential.vessel.PleasureBoat)
public final void toClusterPleasureBoatCollection(java.util.Collection entities)
PleasureBoatDao
ClusterPleasureBoat
.
toClusterPleasureBoatCollection
in interface PleasureBoatDao
PleasureBoatDao.toClusterPleasureBoatCollection(java.util.Collection)
public final ClusterPleasureBoat[] toClusterPleasureBoatArray(java.util.Collection entities)
PleasureBoatDao
ClusterPleasureBoat
.
toClusterPleasureBoatArray
in interface PleasureBoatDao
PleasureBoatDao.toClusterPleasureBoatArray(java.util.Collection)
protected ClusterPleasureBoat toClusterPleasureBoat(java.lang.Object[] row)
PleasureBoatDaoImpl
class if you intend to use reporting queries.
PleasureBoatDao.toClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public final void clusterPleasureBoatToEntityCollection(java.util.Collection instances)
PleasureBoatDao
ClusterPleasureBoat
to this
DAO's entity.
clusterPleasureBoatToEntityCollection
in interface PleasureBoatDao
PleasureBoatDao.clusterPleasureBoatToEntityCollection(java.util.Collection)
public void toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
PleasureBoatDao
toClusterPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.toClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.PleasureBoat, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
public ClusterPleasureBoat toClusterPleasureBoat(PleasureBoat entity)
PleasureBoatDao
ClusterPleasureBoat
.
toClusterPleasureBoat
in interface PleasureBoatDao
PleasureBoatDao.toClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.PleasureBoat)
public void clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
PleasureBoatDao
ClusterPleasureBoat
to the specified entity.
clusterPleasureBoatToEntity
in interface PleasureBoatDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.vessel.PleasureBoatDao#clusterPleasureBoatToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat, fr.ifremer.allegro.referential.vessel.PleasureBoat)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
getPrincipal
in class VesselDaoBase
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
VesselDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PleasureBoatDao
search
in interface VesselDao
search
in class VesselDaoBase
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PleasureBoatDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PleasureBoatDao
search
in interface VesselDao
search
in class VesselDaoBase
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.PleasureBoatDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselDao
VesselDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface PleasureBoatDao
search
in interface VesselDao
search
in class VesselDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PleasureBoatDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselDao
search
object.
search
in interface PleasureBoatDao
search
in interface VesselDao
search
in class VesselDaoBase
search
- the search object which provides the search parameters and pagination specification.
PleasureBoatDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |