|
||||||||||
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.data.vessel.feature.physical.PhysicalFeaturesDaoBase
public abstract class PhysicalFeaturesDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures
.
PhysicalFeatures
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao |
---|
TRANSFORM_CLUSTERPHYSICALFEATURES, TRANSFORM_NONE, TRANSFORM_REMOTEPHYSICALFEATURESFULLVO, TRANSFORM_REMOTEPHYSICALFEATURESNATURALID |
Constructor Summary | |
---|---|
PhysicalFeaturesDaoBase()
|
Method Summary | |
---|---|
void |
clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of ClusterPhysicalFeatures to the specified entity. |
void |
clusterPhysicalFeaturesToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPhysicalFeatures to this
DAO's entity. |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.Integer id)
|
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.util.Date startDate,
Vessel vessel,
Program program)
|
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findPhysicalFeaturesByNaturalId(int transform,
java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
PhysicalFeatures |
findPhysicalFeaturesByNaturalId(java.lang.String queryString,
java.util.Date startDate,
Vessel vessel,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByProgram(Program program)
|
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByProgram(java.lang.String queryString,
Program program)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(int transform,
java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
|
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
int pageNumber,
int pageSize,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByQualityFlag(java.lang.String queryString,
QualityFlag qualityFlag)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(int transform,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional flag called transform . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
int pageNumber,
int pageSize,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPhysicalFeaturesByVessel(java.lang.String queryString,
Vessel vessel)
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel) with an
additional argument called queryString . |
java.util.Collection |
findPhysicalFeaturesByVessel(Vessel vessel)
|
java.util.Collection |
getAllPhysicalFeatures()
|
java.util.Collection |
getAllPhysicalFeatures(int transform)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeatures(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures() with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected ProgramDao |
getProgramDao()
Gets the reference to programDao . |
protected QualityFlagDao |
getQualityFlagDao()
Gets the reference to qualityFlagDao . |
protected VesselDao |
getVesselDao()
Gets the reference to vesselDao . |
PhysicalFeatures |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PhysicalFeaturesDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PhysicalFeatures . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PhysicalFeaturesDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesFullVO to the specified entity. |
void |
remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePhysicalFeaturesFullVO to this
DAO's entity. |
void |
remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source,
PhysicalFeatures target,
boolean copyIfNull)
Copies the fields of RemotePhysicalFeaturesNaturalId to the specified entity. |
void |
remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePhysicalFeaturesNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures having the given identifier from the persistent store. |
void |
remove(PhysicalFeatures physicalFeatures)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures 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 PhysicalFeaturesDao.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. |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlagDao . |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vesselDao . |
protected ClusterPhysicalFeatures |
toClusterPhysicalFeatures(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPhysicalFeatures |
toClusterPhysicalFeatures(PhysicalFeatures entity)
Converts this DAO's entity to an object of type ClusterPhysicalFeatures . |
void |
toClusterPhysicalFeatures(PhysicalFeatures source,
ClusterPhysicalFeatures target)
Copies the fields of the specified entity to the target value object. |
ClusterPhysicalFeatures[] |
toClusterPhysicalFeaturesArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPhysicalFeatures . |
void |
toClusterPhysicalFeaturesCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPhysicalFeatures . |
protected PhysicalFeatures |
toEntity(java.lang.Object[] row)
|
protected RemotePhysicalFeaturesFullVO |
toRemotePhysicalFeaturesFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePhysicalFeaturesFullVO |
toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO . |
void |
toRemotePhysicalFeaturesFullVO(PhysicalFeatures source,
RemotePhysicalFeaturesFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePhysicalFeaturesFullVO[] |
toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesFullVO . |
void |
toRemotePhysicalFeaturesFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesFullVO . |
protected RemotePhysicalFeaturesNaturalId |
toRemotePhysicalFeaturesNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePhysicalFeaturesNaturalId |
toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
Converts this DAO's entity to an object of type RemotePhysicalFeaturesNaturalId . |
void |
toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source,
RemotePhysicalFeaturesNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePhysicalFeaturesNaturalId[] |
toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesNaturalId . |
void |
toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePhysicalFeaturesNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
method. |
protected java.lang.Object |
transformEntity(int transform,
PhysicalFeatures 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.data.vessel.feature.physical.PhysicalFeaturesDao , please note
that the PhysicalFeaturesDao.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(PhysicalFeatures physicalFeatures)
Updates the physicalFeatures instance in the persistent store. |
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.data.vessel.feature.physical.PhysicalFeaturesDao |
---|
clusterPhysicalFeaturesToEntity, remotePhysicalFeaturesFullVOToEntity, remotePhysicalFeaturesNaturalIdToEntity |
Constructor Detail |
---|
public PhysicalFeaturesDaoBase()
Method Detail |
---|
public void setVesselDao(VesselDao vesselDao)
vesselDao
.
protected VesselDao getVesselDao()
vesselDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlagDao
.
protected QualityFlagDao getQualityFlagDao()
qualityFlagDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.load(java.lang.Integer)
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 PhysicalFeaturesDao
id
- identifier of the entity to load
PhysicalFeaturesDao.load(int, java.lang.Integer)
public PhysicalFeatures load(java.lang.Integer id)
PhysicalFeaturesDao
load
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PhysicalFeaturesDao
PhysicalFeatures
.
loadAll
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.loadAll()
public java.util.Collection loadAll(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao
transform
- the flag indicating what transformation to use.
PhysicalFeaturesDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PhysicalFeaturesDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.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 PhysicalFeaturesDao
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.
PhysicalFeaturesDao.loadAll(int, int, int)
public void update(PhysicalFeatures physicalFeatures)
PhysicalFeaturesDao
physicalFeatures
instance in the persistent store.
update
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.update(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public void update(java.util.Collection entities)
PhysicalFeaturesDao
entities
collection in the persistent store.
update
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.update(java.util.Collection)
public void remove(PhysicalFeatures physicalFeatures)
PhysicalFeaturesDao
remove
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public void remove(java.lang.Integer id)
PhysicalFeaturesDao
identifier
from the persistent store.
remove
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PhysicalFeaturesDao
entities collection.
- Specified by:
remove
in interface PhysicalFeaturesDao
- See Also:
PhysicalFeaturesDao.remove(java.util.Collection)
public java.util.Collection getAllPhysicalFeatures()
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures()
public java.util.Collection getAllPhysicalFeatures(int transform)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures()
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(java.lang.String)
public java.util.Collection getAllPhysicalFeatures(int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures()
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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int)
public java.util.Collection getAllPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(String, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeatures(int)
.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(int, String)
public java.util.Collection getAllPhysicalFeatures(int transform, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(int, int, int)
public java.util.Collection getAllPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeatures(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.
getAllPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeatures(int, java.lang.String, int, int)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.Integer id)
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
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.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
public PhysicalFeatures findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.String, java.lang.Integer)
public java.lang.Object findPhysicalFeaturesById(int transform, java.lang.String queryString, java.lang.Integer id)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.Integer id)
.
findPhysicalFeaturesById
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPhysicalFeaturesByVessel(Vessel vessel)
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(java.lang.String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(fr.ifremer.allegro.referential.vessel.Vessel)
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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel vessel)
.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize, Vessel vessel)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, String, fr.ifremer.allegro.referential.vessel.Vessel)
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.
findPhysicalFeaturesByVessel
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByVessel(int, java.lang.String, int, int, fr.ifremer.allegro.referential.vessel.Vessel)
public java.util.Collection findPhysicalFeaturesByQualityFlag(QualityFlag qualityFlag)
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(java.lang.String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(fr.ifremer.allegro.referential.QualityFlag)
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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, fr.ifremer.allegro.referential.QualityFlag)
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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag qualityFlag)
.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, fr.ifremer.allegro.referential.QualityFlag)
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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByQualityFlag(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualityFlag qualityFlag)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, String, fr.ifremer.allegro.referential.QualityFlag)
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.
findPhysicalFeaturesByQualityFlag
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByQualityFlag(int, java.lang.String, int, int, fr.ifremer.allegro.referential.QualityFlag)
public java.util.Collection findPhysicalFeaturesByProgram(Program program)
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findPhysicalFeaturesByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByProgram
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
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.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public PhysicalFeatures findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findPhysicalFeaturesByNaturalId(int transform, java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.util.Date startDate, fr.ifremer.allegro.referential.vessel.Vessel vessel, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findPhysicalFeaturesByNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(int, java.lang.String, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPhysicalFeaturesSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PhysicalFeaturesDao
Does the same thing as PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(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.
getAllPhysicalFeaturesSinceDateSynchro
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.getAllPhysicalFeaturesSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
protected java.lang.Object transformEntity(int transform, PhysicalFeatures entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
, please note
that the PhysicalFeaturesDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PhysicalFeatures
- PhysicalFeaturesDao.TRANSFORM_NONE
RemotePhysicalFeaturesFullVO
- TRANSFORM_REMOTEPHYSICALFEATURESFULLVO
RemotePhysicalFeaturesNaturalId
- TRANSFORM_REMOTEPHYSICALFEATURESNATURALID
ClusterPhysicalFeatures
- TRANSFORM_CLUSTERPHYSICALFEATURES
PhysicalFeaturesDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PhysicalFeaturesDao
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.data.vessel.feature.physical.PhysicalFeatures)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
protected PhysicalFeatures toEntity(java.lang.Object[] row)
public final void toRemotePhysicalFeaturesFullVOCollection(java.util.Collection entities)
PhysicalFeaturesDao
RemotePhysicalFeaturesFullVO
.
toRemotePhysicalFeaturesFullVOCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVOCollection(java.util.Collection)
public final RemotePhysicalFeaturesFullVO[] toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
PhysicalFeaturesDao
RemotePhysicalFeaturesFullVO
.
toRemotePhysicalFeaturesFullVOArray
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVOArray(java.util.Collection)
protected RemotePhysicalFeaturesFullVO toRemotePhysicalFeaturesFullVO(java.lang.Object[] row)
PhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public final void remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection instances)
PhysicalFeaturesDao
RemotePhysicalFeaturesFullVO
to this
DAO's entity.
remotePhysicalFeaturesFullVOToEntityCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.remotePhysicalFeaturesFullVOToEntityCollection(java.util.Collection)
public void toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
PhysicalFeaturesDao
toRemotePhysicalFeaturesFullVO
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
public RemotePhysicalFeaturesFullVO toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
PhysicalFeaturesDao
RemotePhysicalFeaturesFullVO
.
toRemotePhysicalFeaturesFullVO
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public void remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
PhysicalFeaturesDao
RemotePhysicalFeaturesFullVO
to the specified entity.
remotePhysicalFeaturesFullVOToEntity
in interface PhysicalFeaturesDao
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.data.vessel.feature.physical.PhysicalFeaturesDao#remotePhysicalFeaturesFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public final void toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection entities)
PhysicalFeaturesDao
RemotePhysicalFeaturesNaturalId
.
toRemotePhysicalFeaturesNaturalIdCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalIdCollection(java.util.Collection)
public final RemotePhysicalFeaturesNaturalId[] toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection entities)
PhysicalFeaturesDao
RemotePhysicalFeaturesNaturalId
.
toRemotePhysicalFeaturesNaturalIdArray
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalIdArray(java.util.Collection)
protected RemotePhysicalFeaturesNaturalId toRemotePhysicalFeaturesNaturalId(java.lang.Object[] row)
PhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public final void remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection instances)
PhysicalFeaturesDao
RemotePhysicalFeaturesNaturalId
to this
DAO's entity.
remotePhysicalFeaturesNaturalIdToEntityCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.remotePhysicalFeaturesNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
PhysicalFeaturesDao
toRemotePhysicalFeaturesNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)
public RemotePhysicalFeaturesNaturalId toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
PhysicalFeaturesDao
RemotePhysicalFeaturesNaturalId
.
toRemotePhysicalFeaturesNaturalId
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public void remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
PhysicalFeaturesDao
RemotePhysicalFeaturesNaturalId
to the specified entity.
remotePhysicalFeaturesNaturalIdToEntity
in interface PhysicalFeaturesDao
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.data.vessel.feature.physical.PhysicalFeaturesDao#remotePhysicalFeaturesNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public final void toClusterPhysicalFeaturesCollection(java.util.Collection entities)
PhysicalFeaturesDao
ClusterPhysicalFeatures
.
toClusterPhysicalFeaturesCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toClusterPhysicalFeaturesCollection(java.util.Collection)
public final ClusterPhysicalFeatures[] toClusterPhysicalFeaturesArray(java.util.Collection entities)
PhysicalFeaturesDao
ClusterPhysicalFeatures
.
toClusterPhysicalFeaturesArray
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toClusterPhysicalFeaturesArray(java.util.Collection)
protected ClusterPhysicalFeatures toClusterPhysicalFeatures(java.lang.Object[] row)
PhysicalFeaturesDaoImpl
class if you intend to use reporting queries.
PhysicalFeaturesDao.toClusterPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public final void clusterPhysicalFeaturesToEntityCollection(java.util.Collection instances)
PhysicalFeaturesDao
ClusterPhysicalFeatures
to this
DAO's entity.
clusterPhysicalFeaturesToEntityCollection
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.clusterPhysicalFeaturesToEntityCollection(java.util.Collection)
public void toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
PhysicalFeaturesDao
toClusterPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toClusterPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterPhysicalFeatures)
public ClusterPhysicalFeatures toClusterPhysicalFeatures(PhysicalFeatures entity)
PhysicalFeaturesDao
ClusterPhysicalFeatures
.
toClusterPhysicalFeatures
in interface PhysicalFeaturesDao
PhysicalFeaturesDao.toClusterPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
public void clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
PhysicalFeaturesDao
ClusterPhysicalFeatures
to the specified entity.
clusterPhysicalFeaturesToEntity
in interface PhysicalFeaturesDao
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.data.vessel.feature.physical.PhysicalFeaturesDao#clusterPhysicalFeaturesToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterPhysicalFeatures, fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
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.PhysicalFeaturesDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PhysicalFeaturesDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PhysicalFeaturesDao
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.PhysicalFeaturesDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PhysicalFeaturesDao
PhysicalFeaturesDao.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 PhysicalFeaturesDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PhysicalFeaturesDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PhysicalFeaturesDao
search
object.
search
in interface PhysicalFeaturesDao
search
- the search object which provides the search parameters and pagination specification.
PhysicalFeaturesDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |