|
||||||||||
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.VesselPhysicalFeaturesOriginDaoBase
public abstract class VesselPhysicalFeaturesOriginDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
.
VesselPhysicalFeaturesOrigin
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOriginDao |
---|
TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO, TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID |
Constructor Summary | |
---|---|
VesselPhysicalFeaturesOriginDaoBase()
|
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.VesselPhysicalFeaturesOriginDao |
---|
clusterVesselPhysicalFeaturesOriginToEntity, remoteVesselPhysicalFeaturesOriginFullVOToEntity, remoteVesselPhysicalFeaturesOriginNaturalIdToEntity |
Constructor Detail |
---|
public VesselPhysicalFeaturesOriginDaoBase()
Method Detail |
---|
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeaturesDao
.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeaturesDao
.
public void setProgramDao(ProgramDao programDao)
programDao
.
protected ProgramDao getProgramDao()
programDao
.
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevelDao
.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevelDao
.
public java.lang.Object load(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
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 VesselPhysicalFeaturesOriginDao
vesselPhysicalFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
VesselPhysicalFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeaturesOrigin load(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
load
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection loadAll()
VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOrigin
.
loadAll
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao
transform
- the flag indicating what transformation to use.
VesselPhysicalFeaturesOriginDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselPhysicalFeaturesOriginDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao
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.
VesselPhysicalFeaturesOriginDao.loadAll(int, int, int)
public VesselPhysicalFeaturesOrigin create(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
VesselPhysicalFeaturesOriginDao
create
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public java.lang.Object create(int transform, VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
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 VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public java.util.Collection create(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
entities
collection
create
in interface VesselPhysicalFeaturesOriginDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instances to create.
VesselPhysicalFeaturesOriginDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
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 VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(int, java.util.Collection)
public VesselPhysicalFeaturesOrigin create(VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.lang.Object create(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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 VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public VesselPhysicalFeaturesOrigin create(Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.lang.Object create(int transform, Program program, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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 VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public void update(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
VesselPhysicalFeaturesOriginDao
vesselPhysicalFeaturesOrigin
instance in the persistent store.
update
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.update(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public void update(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
entities
collection in the persistent store.
update
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.update(java.util.Collection)
public void remove(VesselPhysicalFeaturesOrigin vesselPhysicalFeaturesOrigin)
VesselPhysicalFeaturesOriginDao
remove
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public void remove(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
identifiers
from the persistent store.
remove
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void remove(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
entities collection.
- Specified by:
remove
in interface VesselPhysicalFeaturesOriginDao
- See Also:
VesselPhysicalFeaturesOriginDao.remove(java.util.Collection)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin()
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()
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.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()
.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(java.lang.String)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin()
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.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, int)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(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.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(String, int, int)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int)
.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, String)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(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.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, int, int)
public java.util.Collection getAllVesselPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(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.
getAllVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.getAllVesselPhysicalFeaturesOrigin(int, java.lang.String, int, int)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(VesselPhysicalFeatures vesselPhysicalFeatures)
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures)
.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselPhysicalFeatures vesselPhysicalFeatures)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
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.
findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByVesselPhysicalFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(Program program)
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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 VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(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.
findVesselPhysicalFeaturesOriginByProgram
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
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.
findVesselPhysicalFeaturesOriginByAcquisitionLevel
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
findVesselPhysicalFeaturesOriginByIdentifiers
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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.
findVesselPhysicalFeaturesOriginByIdentifiers
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselPhysicalFeaturesOriginByIdentifiers
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselPhysicalFeaturesOriginByIdentifiers
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByIdentifiers(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
findVesselPhysicalFeaturesOriginByNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, 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.
findVesselPhysicalFeaturesOriginByNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeaturesOrigin findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselPhysicalFeaturesOriginByNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselPhysicalFeatures vesselPhysicalFeatures, Program program)
VesselPhysicalFeaturesOriginDao
Does the same thing as VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures vesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselPhysicalFeaturesOriginByNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.findVesselPhysicalFeaturesOriginByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselPhysicalFeaturesOrigin createFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin)
createFromClusterVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.createFromClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)
protected abstract VesselPhysicalFeaturesOrigin handleCreateFromClusterVesselPhysicalFeaturesOrigin(ClusterVesselPhysicalFeaturesOrigin clusterVesselPhysicalFeaturesOrigin) throws java.lang.Exception
createFromClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselPhysicalFeaturesOrigin entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOriginDao
, please note
that the VesselPhysicalFeaturesOriginDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselPhysicalFeaturesOrigin
- VesselPhysicalFeaturesOriginDao.TRANSFORM_NONE
RemoteVesselPhysicalFeaturesOriginFullVO
- TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINFULLVO
RemoteVesselPhysicalFeaturesOriginNaturalId
- TRANSFORM_REMOTEVESSELPHYSICALFEATURESORIGINNATURALID
ClusterVesselPhysicalFeaturesOrigin
- TRANSFORM_CLUSTERVESSELPHYSICALFEATURESORIGIN
VesselPhysicalFeaturesOriginDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOrigin)
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.VesselPhysicalFeaturesOriginDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
protected VesselPhysicalFeaturesOrigin toEntity(java.lang.Object[] row)
public final void toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginFullVO
.
toRemoteVesselPhysicalFeaturesOriginFullVOCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVOCollection(java.util.Collection)
public final RemoteVesselPhysicalFeaturesOriginFullVO[] toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginFullVO
.
toRemoteVesselPhysicalFeaturesOriginFullVOArray
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVOArray(java.util.Collection)
protected RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
VesselPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public final void remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginFullVO
to this
DAO's entity.
remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginFullVO target)
VesselPhysicalFeaturesOriginDao
toRemoteVesselPhysicalFeaturesOriginFullVO
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
public RemoteVesselPhysicalFeaturesOriginFullVO toRemoteVesselPhysicalFeaturesOriginFullVO(VesselPhysicalFeaturesOrigin entity)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginFullVO
.
toRemoteVesselPhysicalFeaturesOriginFullVO
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public void remoteVesselPhysicalFeaturesOriginFullVOToEntity(RemoteVesselPhysicalFeaturesOriginFullVO source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginFullVO
to the specified entity.
remoteVesselPhysicalFeaturesOriginFullVOToEntity
in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#remoteVesselPhysicalFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public final void toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginNaturalId
.
toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection)
public final RemoteVesselPhysicalFeaturesOriginNaturalId[] toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginNaturalId
.
toRemoteVesselPhysicalFeaturesOriginNaturalIdArray
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection)
protected RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
VesselPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public final void remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginNaturalId
to this
DAO's entity.
remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
VesselPhysicalFeaturesOriginDao
toRemoteVesselPhysicalFeaturesOriginNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)
public RemoteVesselPhysicalFeaturesOriginNaturalId toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginNaturalId
.
toRemoteVesselPhysicalFeaturesOriginNaturalId
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public void remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
VesselPhysicalFeaturesOriginDao
RemoteVesselPhysicalFeaturesOriginNaturalId
to the specified entity.
remoteVesselPhysicalFeaturesOriginNaturalIdToEntity
in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public final void toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
ClusterVesselPhysicalFeaturesOrigin
.
toClusterVesselPhysicalFeaturesOriginCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOriginCollection(java.util.Collection)
public final ClusterVesselPhysicalFeaturesOrigin[] toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection entities)
VesselPhysicalFeaturesOriginDao
ClusterVesselPhysicalFeaturesOrigin
.
toClusterVesselPhysicalFeaturesOriginArray
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOriginArray(java.util.Collection)
protected ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(java.lang.Object[] row)
VesselPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public final void clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
VesselPhysicalFeaturesOriginDao
ClusterVesselPhysicalFeaturesOrigin
to this
DAO's entity.
clusterVesselPhysicalFeaturesOriginToEntityCollection
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.clusterVesselPhysicalFeaturesOriginToEntityCollection(java.util.Collection)
public void toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin source, ClusterVesselPhysicalFeaturesOrigin target)
VesselPhysicalFeaturesOriginDao
toClusterVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin)
public ClusterVesselPhysicalFeaturesOrigin toClusterVesselPhysicalFeaturesOrigin(VesselPhysicalFeaturesOrigin entity)
VesselPhysicalFeaturesOriginDao
ClusterVesselPhysicalFeaturesOrigin
.
toClusterVesselPhysicalFeaturesOrigin
in interface VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.toClusterVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
public void clusterVesselPhysicalFeaturesOriginToEntity(ClusterVesselPhysicalFeaturesOrigin source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
VesselPhysicalFeaturesOriginDao
ClusterVesselPhysicalFeaturesOrigin
to the specified entity.
clusterVesselPhysicalFeaturesOriginToEntity
in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao#clusterVesselPhysicalFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeaturesOrigin)
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)
VesselPhysicalFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselPhysicalFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselPhysicalFeaturesOriginDao
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.VesselPhysicalFeaturesOriginDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselPhysicalFeaturesOriginDao
VesselPhysicalFeaturesOriginDao.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 VesselPhysicalFeaturesOriginDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalFeaturesOriginDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselPhysicalFeaturesOriginDao
search
object.
search
in interface VesselPhysicalFeaturesOriginDao
search
- the search object which provides the search parameters and pagination specification.
VesselPhysicalFeaturesOriginDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |