|
||||||||||
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.ScientificResearchVesselDaoBase
public abstract class ScientificResearchVesselDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.vessel.ScientificResearchVessel
.
ScientificResearchVessel
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.vessel.ScientificResearchVesselDao |
---|
TRANSFORM_CLUSTERSCIENTIFICRESEARCHVESSEL, TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELFULLVO, TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELNATURALID |
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao |
---|
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID |
Constructor Summary | |
---|---|
ScientificResearchVesselDaoBase()
|
Method Summary | |
---|---|
void |
clusterScientificResearchVesselToEntity(ClusterScientificResearchVessel source,
ScientificResearchVessel target,
boolean copyIfNull)
Copies the fields of ClusterScientificResearchVessel to the specified entity. |
void |
clusterScientificResearchVesselToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterScientificResearchVessel to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
ScientificResearchVessel scientificResearchVessel)
Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) 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 ScientificResearchVesselDao.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 ScientificResearchVesselDao.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 . |
ScientificResearchVessel |
create(ScientificResearchVessel scientificResearchVessel)
Creates an instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel and adds it to the persistent store. |
ScientificResearchVessel |
create(java.lang.String code,
Status status,
VesselType vesselType)
Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ScientificResearchVessel |
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.ScientificResearchVessel
instance from all attributes and
properties and adds it to the persistent store. |
ScientificResearchVessel |
createFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
|
java.lang.Object |
findScientificResearchVesselByCode(int transform,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findScientificResearchVesselByCode(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String) with an
additional argument called queryString . |
ScientificResearchVessel |
findScientificResearchVesselByCode(java.lang.String code)
|
ScientificResearchVessel |
findScientificResearchVesselByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String) with an
additional argument called queryString . |
java.lang.Object |
findScientificResearchVesselByNaturalId(int transform,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
findScientificResearchVesselByNaturalId(int transform,
java.lang.String queryString,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String) with an
additional argument called queryString . |
ScientificResearchVessel |
findScientificResearchVesselByNaturalId(java.lang.String code)
|
ScientificResearchVessel |
findScientificResearchVesselByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String) with an
additional argument called queryString . |
java.util.Collection |
findScientificResearchVesselByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByStatus(int transform,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findScientificResearchVesselByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findScientificResearchVesselByStatus(Status status)
|
java.util.Collection |
findScientificResearchVesselByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByStatus(java.lang.String queryString,
Status status)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findScientificResearchVesselByVesselType(int transform,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByVesselType(int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByVesselType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByVesselType(int transform,
java.lang.String queryString,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findScientificResearchVesselByVesselType(int transform,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional flag called transform . |
java.util.Collection |
findScientificResearchVesselByVesselType(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findScientificResearchVesselByVesselType(java.lang.String queryString,
VesselType vesselType)
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an
additional argument called queryString . |
java.util.Collection |
findScientificResearchVesselByVesselType(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)
|
ClusterScientificResearchVessel[] |
getAllClusterScientificResearchVesselSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllScientificResearchVessel()
|
java.util.Collection |
getAllScientificResearchVessel(int transform)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an
additional flag called transform . |
java.util.Collection |
getAllScientificResearchVessel(int pageNumber,
int pageSize)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVessel(int transform,
int pageNumber,
int pageSize)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVessel(int transform,
java.lang.String queryString)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int) with an
additional argument called queryString . |
java.util.Collection |
getAllScientificResearchVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVessel(java.lang.String queryString)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an
additional argument called queryString . |
java.util.Collection |
getAllScientificResearchVessel(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllScientificResearchVesselSinceDateSynchro(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 ScientificResearchVessel |
handleCreateFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
Performs the core logic for createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel) |
protected abstract ClusterScientificResearchVessel[] |
handleGetAllClusterScientificResearchVesselSinceDateSynchro(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 getAllClusterScientificResearchVesselSinceDateSynchro(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 . |
ScientificResearchVessel |
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 |
remoteScientificResearchVesselFullVOToEntity(RemoteScientificResearchVesselFullVO source,
ScientificResearchVessel target,
boolean copyIfNull)
Copies the fields of RemoteScientificResearchVesselFullVO to the specified entity. |
void |
remoteScientificResearchVesselFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteScientificResearchVesselFullVO to this
DAO's entity. |
void |
remoteScientificResearchVesselNaturalIdToEntity(RemoteScientificResearchVesselNaturalId source,
ScientificResearchVessel target,
boolean copyIfNull)
Copies the fields of RemoteScientificResearchVesselNaturalId to the specified entity. |
void |
remoteScientificResearchVesselNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteScientificResearchVesselNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(ScientificResearchVessel scientificResearchVessel)
Removes the instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel 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 ClusterScientificResearchVessel |
toClusterScientificResearchVessel(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterScientificResearchVessel |
toClusterScientificResearchVessel(ScientificResearchVessel entity)
Converts this DAO's entity to an object of type ClusterScientificResearchVessel . |
void |
toClusterScientificResearchVessel(ScientificResearchVessel source,
ClusterScientificResearchVessel target)
Copies the fields of the specified entity to the target value object. |
ClusterScientificResearchVessel[] |
toClusterScientificResearchVesselArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterScientificResearchVessel . |
void |
toClusterScientificResearchVesselCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterScientificResearchVessel . |
protected ScientificResearchVessel |
toEntity(java.lang.Object[] row)
|
protected RemoteScientificResearchVesselFullVO |
toRemoteScientificResearchVesselFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteScientificResearchVesselFullVO |
toRemoteScientificResearchVesselFullVO(ScientificResearchVessel entity)
Converts this DAO's entity to an object of type RemoteScientificResearchVesselFullVO . |
void |
toRemoteScientificResearchVesselFullVO(ScientificResearchVessel source,
RemoteScientificResearchVesselFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteScientificResearchVesselFullVO[] |
toRemoteScientificResearchVesselFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteScientificResearchVesselFullVO . |
void |
toRemoteScientificResearchVesselFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteScientificResearchVesselFullVO . |
protected RemoteScientificResearchVesselNaturalId |
toRemoteScientificResearchVesselNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteScientificResearchVesselNaturalId |
toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel entity)
Converts this DAO's entity to an object of type RemoteScientificResearchVesselNaturalId . |
void |
toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel source,
RemoteScientificResearchVesselNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteScientificResearchVesselNaturalId[] |
toRemoteScientificResearchVesselNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteScientificResearchVesselNaturalId . |
void |
toRemoteScientificResearchVesselNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteScientificResearchVesselNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
method. |
protected java.lang.Object |
transformEntity(int transform,
ScientificResearchVessel 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.ScientificResearchVesselDao , 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(ScientificResearchVessel scientificResearchVessel)
Updates the scientificResearchVessel 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.ScientificResearchVesselDao |
---|
clusterScientificResearchVesselToEntity, remoteScientificResearchVesselFullVOToEntity, remoteScientificResearchVesselNaturalIdToEntity |
Constructor Detail |
---|
public ScientificResearchVesselDaoBase()
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 ScientificResearchVesselDao
load
in interface VesselDao
load
in class VesselDaoBase
code
- identifier of the entity to load
ScientificResearchVesselDao.load(int, java.lang.String)
public ScientificResearchVessel load(java.lang.String code)
VesselDao
load
in interface ScientificResearchVesselDao
load
in interface VesselDao
load
in class VesselDaoBase
ScientificResearchVesselDao.load(java.lang.String)
public java.util.Collection loadAll()
VesselDao
Vessel
.
loadAll
in interface ScientificResearchVesselDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
ScientificResearchVesselDao.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 ScientificResearchVesselDao
loadAll
in interface VesselDao
loadAll
in class VesselDaoBase
transform
- the flag indicating what transformation to use.
ScientificResearchVesselDao.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 ScientificResearchVesselDao
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.
ScientificResearchVesselDao.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 ScientificResearchVesselDao
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.
ScientificResearchVesselDao.loadAll(int, int, int)
public ScientificResearchVessel create(ScientificResearchVessel scientificResearchVessel)
ScientificResearchVesselDao
create
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public java.lang.Object create(int transform, ScientificResearchVessel scientificResearchVessel)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
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 ScientificResearchVesselDao
ScientificResearchVesselDao.create(int transform, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public java.util.Collection create(java.util.Collection entities)
ScientificResearchVesselDao
entities
collection
create
in interface ScientificResearchVesselDao
entities
- the collection of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel
instances to create.
ScientificResearchVesselDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
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 ScientificResearchVesselDao
ScientificResearchVesselDao.create(int, java.util.Collection)
public ScientificResearchVessel 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)
ScientificResearchVesselDao
Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel
instance from all attributes and
properties and adds it to the persistent store.
create
in interface ScientificResearchVesselDao
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)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.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 ScientificResearchVesselDao
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 ScientificResearchVessel create(java.lang.String code, Status status, VesselType vesselType)
ScientificResearchVesselDao
Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.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)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.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 ScientificResearchVesselDao
ScientificResearchVesselDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)
public void update(ScientificResearchVessel scientificResearchVessel)
ScientificResearchVesselDao
scientificResearchVessel
instance in the persistent store.
update
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.update(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public void update(java.util.Collection entities)
VesselDao
entities
collection in the persistent store.
update
in interface ScientificResearchVesselDao
update
in interface VesselDao
update
in class VesselDaoBase
VesselDao.update(java.util.Collection)
public void remove(ScientificResearchVessel scientificResearchVessel)
ScientificResearchVesselDao
remove
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.remove(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public void remove(java.lang.String code)
VesselDao
identifier
from the persistent store.
remove
in interface ScientificResearchVesselDao
remove
in interface VesselDao
remove
in class VesselDaoBase
ScientificResearchVesselDao.remove(java.lang.String)
public void remove(java.util.Collection entities)
VesselDao
entities collection.
- Specified by:
remove
in interface ScientificResearchVesselDao
- Specified by:
remove
in interface VesselDao
- Overrides:
remove
in class VesselDaoBase
- See Also:
VesselDao.remove(java.util.Collection)
public java.util.Collection getAllScientificResearchVessel()
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel()
public java.util.Collection getAllScientificResearchVessel(int transform)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel()
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.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(int)
public java.util.Collection getAllScientificResearchVessel(java.lang.String queryString)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.getAllScientificResearchVessel()
.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(java.lang.String)
public java.util.Collection getAllScientificResearchVessel(int pageNumber, int pageSize)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel()
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.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(int, int)
public java.util.Collection getAllScientificResearchVessel(java.lang.String queryString, int pageNumber, int pageSize)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(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.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(String, int, int)
public java.util.Collection getAllScientificResearchVessel(int transform, java.lang.String queryString)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.getAllScientificResearchVessel(int)
.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(int, String)
public java.util.Collection getAllScientificResearchVessel(int transform, int pageNumber, int pageSize)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(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.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(int, int, int)
public java.util.Collection getAllScientificResearchVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(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.
getAllScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVessel(int, java.lang.String, int, int)
public ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String code)
findScientificResearchVesselByCode
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String)
public java.lang.Object findScientificResearchVesselByCode(int transform, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(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.
findScientificResearchVesselByCode
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String)
public ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String queryString, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String)
.
findScientificResearchVesselByCode
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String, java.lang.String)
public java.lang.Object findScientificResearchVesselByCode(int transform, java.lang.String queryString, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String code)
.
findScientificResearchVesselByCode
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String, java.lang.String)
public java.util.Collection findScientificResearchVesselByStatus(Status status)
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(int transform, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(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.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(java.lang.String queryString, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status)
.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(int pageNumber, int pageSize, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(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.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(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.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(int transform, java.lang.String queryString, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(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.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(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.
findScientificResearchVesselByStatus
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findScientificResearchVesselByVesselType(VesselType vesselType)
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(int transform, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(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.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(java.lang.String queryString, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType)
.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(int pageNumber, int pageSize, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(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.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(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.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType vesselType)
.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(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.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)
public java.util.Collection findScientificResearchVesselByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(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.
findScientificResearchVesselByVesselType
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)
public ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String code)
findScientificResearchVesselByNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String)
public java.lang.Object findScientificResearchVesselByNaturalId(int transform, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(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.
findScientificResearchVesselByNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String)
public ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String queryString, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String)
.
findScientificResearchVesselByNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String, java.lang.String)
public java.lang.Object findScientificResearchVesselByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String code)
.
findScientificResearchVesselByNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String, java.lang.String)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp updateDate)
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp)
.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
ScientificResearchVesselDao
Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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.
getAllScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(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 ScientificResearchVessel createFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
createFromClusterScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)
protected abstract ScientificResearchVessel handleCreateFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel) throws java.lang.Exception
createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)
java.lang.Exception
public ClusterScientificResearchVessel[] getAllClusterScientificResearchVesselSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterScientificResearchVesselSinceDateSynchro
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.getAllClusterScientificResearchVesselSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterScientificResearchVessel[] handleGetAllClusterScientificResearchVesselSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterScientificResearchVesselSinceDateSynchro(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, ScientificResearchVessel entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.vessel.ScientificResearchVesselDao
, 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:
ScientificResearchVessel
- VesselDao.TRANSFORM_NONE
RemoteScientificResearchVesselFullVO
- TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELFULLVO
RemoteScientificResearchVesselNaturalId
- TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELNATURALID
ClusterScientificResearchVessel
- TRANSFORM_CLUSTERSCIENTIFICRESEARCHVESSEL
VesselDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in ScientificResearchVesselDao
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.ScientificResearchVessel)
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.ScientificResearchVesselDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
protected ScientificResearchVessel toEntity(java.lang.Object[] row)
toEntity
in class VesselDaoBase
public final void toRemoteScientificResearchVesselFullVOCollection(java.util.Collection entities)
ScientificResearchVesselDao
RemoteScientificResearchVesselFullVO
.
toRemoteScientificResearchVesselFullVOCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVOCollection(java.util.Collection)
public final RemoteScientificResearchVesselFullVO[] toRemoteScientificResearchVesselFullVOArray(java.util.Collection entities)
ScientificResearchVesselDao
RemoteScientificResearchVesselFullVO
.
toRemoteScientificResearchVesselFullVOArray
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVOArray(java.util.Collection)
protected RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(java.lang.Object[] row)
ScientificResearchVesselDaoImpl
class if you intend to use reporting queries.
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVO(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public final void remoteScientificResearchVesselFullVOToEntityCollection(java.util.Collection instances)
ScientificResearchVesselDao
RemoteScientificResearchVesselFullVO
to this
DAO's entity.
remoteScientificResearchVesselFullVOToEntityCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.remoteScientificResearchVesselFullVOToEntityCollection(java.util.Collection)
public void toRemoteScientificResearchVesselFullVO(ScientificResearchVessel source, RemoteScientificResearchVesselFullVO target)
ScientificResearchVesselDao
toRemoteScientificResearchVesselFullVO
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVO(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselFullVO)
public RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(ScientificResearchVessel entity)
ScientificResearchVesselDao
RemoteScientificResearchVesselFullVO
.
toRemoteScientificResearchVesselFullVO
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVO(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public void remoteScientificResearchVesselFullVOToEntity(RemoteScientificResearchVesselFullVO source, ScientificResearchVessel target, boolean copyIfNull)
ScientificResearchVesselDao
RemoteScientificResearchVesselFullVO
to the specified entity.
remoteScientificResearchVesselFullVOToEntity
in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#remoteScientificResearchVesselFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselFullVO, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public final void toRemoteScientificResearchVesselNaturalIdCollection(java.util.Collection entities)
ScientificResearchVesselDao
RemoteScientificResearchVesselNaturalId
.
toRemoteScientificResearchVesselNaturalIdCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalIdCollection(java.util.Collection)
public final RemoteScientificResearchVesselNaturalId[] toRemoteScientificResearchVesselNaturalIdArray(java.util.Collection entities)
ScientificResearchVesselDao
RemoteScientificResearchVesselNaturalId
.
toRemoteScientificResearchVesselNaturalIdArray
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalIdArray(java.util.Collection)
protected RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(java.lang.Object[] row)
ScientificResearchVesselDaoImpl
class if you intend to use reporting queries.
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalId(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public final void remoteScientificResearchVesselNaturalIdToEntityCollection(java.util.Collection instances)
ScientificResearchVesselDao
RemoteScientificResearchVesselNaturalId
to this
DAO's entity.
remoteScientificResearchVesselNaturalIdToEntityCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.remoteScientificResearchVesselNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel source, RemoteScientificResearchVesselNaturalId target)
ScientificResearchVesselDao
toRemoteScientificResearchVesselNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalId(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselNaturalId)
public RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel entity)
ScientificResearchVesselDao
RemoteScientificResearchVesselNaturalId
.
toRemoteScientificResearchVesselNaturalId
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalId(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public void remoteScientificResearchVesselNaturalIdToEntity(RemoteScientificResearchVesselNaturalId source, ScientificResearchVessel target, boolean copyIfNull)
ScientificResearchVesselDao
RemoteScientificResearchVesselNaturalId
to the specified entity.
remoteScientificResearchVesselNaturalIdToEntity
in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#remoteScientificResearchVesselNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselNaturalId, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public final void toClusterScientificResearchVesselCollection(java.util.Collection entities)
ScientificResearchVesselDao
ClusterScientificResearchVessel
.
toClusterScientificResearchVesselCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toClusterScientificResearchVesselCollection(java.util.Collection)
public final ClusterScientificResearchVessel[] toClusterScientificResearchVesselArray(java.util.Collection entities)
ScientificResearchVesselDao
ClusterScientificResearchVessel
.
toClusterScientificResearchVesselArray
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toClusterScientificResearchVesselArray(java.util.Collection)
protected ClusterScientificResearchVessel toClusterScientificResearchVessel(java.lang.Object[] row)
ScientificResearchVesselDaoImpl
class if you intend to use reporting queries.
ScientificResearchVesselDao.toClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public final void clusterScientificResearchVesselToEntityCollection(java.util.Collection instances)
ScientificResearchVesselDao
ClusterScientificResearchVessel
to this
DAO's entity.
clusterScientificResearchVesselToEntityCollection
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.clusterScientificResearchVesselToEntityCollection(java.util.Collection)
public void toClusterScientificResearchVessel(ScientificResearchVessel source, ClusterScientificResearchVessel target)
ScientificResearchVesselDao
toClusterScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel, fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)
public ClusterScientificResearchVessel toClusterScientificResearchVessel(ScientificResearchVessel entity)
ScientificResearchVesselDao
ClusterScientificResearchVessel
.
toClusterScientificResearchVessel
in interface ScientificResearchVesselDao
ScientificResearchVesselDao.toClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
public void clusterScientificResearchVesselToEntity(ClusterScientificResearchVessel source, ScientificResearchVessel target, boolean copyIfNull)
ScientificResearchVesselDao
ClusterScientificResearchVessel
to the specified entity.
clusterScientificResearchVesselToEntity
in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#clusterScientificResearchVesselToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)
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 ScientificResearchVesselDao
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.ScientificResearchVesselDao.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 ScientificResearchVesselDao
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.ScientificResearchVesselDao.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 ScientificResearchVesselDao
search
in interface VesselDao
search
in class VesselDaoBase
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
ScientificResearchVesselDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselDao
search
object.
search
in interface ScientificResearchVesselDao
search
in interface VesselDao
search
in class VesselDaoBase
search
- the search object which provides the search parameters and pagination specification.
ScientificResearchVesselDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |