|
||||||||||
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.use.VesselUseFeaturesOriginDaoBase
public abstract class VesselUseFeaturesOriginDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
.
VesselUseFeaturesOrigin
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOriginDao |
---|
TRANSFORM_CLUSTERVESSELUSEFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELUSEFEATURESORIGINFULLVO, TRANSFORM_REMOTEVESSELUSEFEATURESORIGINNATURALID |
Constructor Summary | |
---|---|
VesselUseFeaturesOriginDaoBase()
|
Method Summary | |
---|---|
void |
clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin source,
VesselUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of ClusterVesselUseFeaturesOrigin to the specified entity. |
void |
clusterVesselUseFeaturesOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterVesselUseFeaturesOrigin to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
Program program,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
VesselUseFeatures vesselUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
VesselUseFeaturesOrigin |
create(Program program,
VesselUseFeatures vesselUseFeatures)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselUseFeaturesOrigin |
create(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin and adds it to the persistent store. |
VesselUseFeaturesOrigin |
create(VesselUseFeatures vesselUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
VesselUseFeaturesOrigin |
createFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
|
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
findVesselUseFeaturesOriginByIdentifiers(int transform,
java.lang.String queryString,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findVesselUseFeaturesOriginByIdentifiers(int transform,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselUseFeaturesOrigin |
findVesselUseFeaturesOriginByIdentifiers(java.lang.String queryString,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselUseFeaturesOrigin |
findVesselUseFeaturesOriginByIdentifiers(VesselUseFeatures vesselUseFeatures,
Program program)
|
java.lang.Object |
findVesselUseFeaturesOriginByNaturalId(int transform,
java.lang.String queryString,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.lang.Object |
findVesselUseFeaturesOriginByNaturalId(int transform,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselUseFeaturesOrigin |
findVesselUseFeaturesOriginByNaturalId(java.lang.String queryString,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
VesselUseFeaturesOrigin |
findVesselUseFeaturesOriginByNaturalId(VesselUseFeatures vesselUseFeatures,
Program program)
|
java.util.Collection |
findVesselUseFeaturesOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(int transform,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(Program program)
|
java.util.Collection |
findVesselUseFeaturesOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
java.lang.String queryString,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(int transform,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString,
VesselUseFeatures vesselUseFeatures)
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findVesselUseFeaturesOriginByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
|
protected AcquisitionLevelDao |
getAcquisitionLevelDao()
Gets the reference to acquisitionLevelDao . |
java.util.Collection |
getAllVesselUseFeaturesOrigin()
|
java.util.Collection |
getAllVesselUseFeaturesOrigin(int transform)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(int transform,
java.lang.String queryString)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(java.lang.String queryString)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllVesselUseFeaturesOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
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 VesselUseFeaturesDao |
getVesselUseFeaturesDao()
Gets the reference to vesselUseFeaturesDao . |
protected abstract VesselUseFeaturesOrigin |
handleCreateFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
Performs the core logic for createFromClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeaturesOrigin) |
java.lang.Object |
load(int transform,
VesselUseFeatures vesselUseFeatures,
Program program)
Does the same thing as VesselUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
VesselUseFeaturesOrigin |
load(VesselUseFeatures vesselUseFeatures,
Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin from the persistent store. |
java.util.Collection |
loadAll()
Loads all entities of type VesselUseFeaturesOrigin . |
java.util.Collection |
loadAll(int transform)
Does the same thing as VesselUseFeaturesOriginDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as VesselUseFeaturesOriginDao.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 VesselUseFeaturesOriginDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO source,
VesselUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesOriginFullVO to the specified entity. |
void |
remoteVesselUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselUseFeaturesOriginFullVO to this
DAO's entity. |
void |
remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId source,
VesselUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteVesselUseFeaturesOriginNaturalId to the specified entity. |
void |
remoteVesselUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteVesselUseFeaturesOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin from the persistent store. |
void |
remove(VesselUseFeatures vesselUseFeatures,
Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin having the given identifiers 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 VesselUseFeaturesOriginDao.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 |
setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
Sets the reference to acquisitionLevelDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
void |
setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeaturesDao . |
protected ClusterVesselUseFeaturesOrigin |
toClusterVesselUseFeaturesOrigin(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterVesselUseFeaturesOrigin |
toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterVesselUseFeaturesOrigin . |
void |
toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin source,
ClusterVesselUseFeaturesOrigin target)
Copies the fields of the specified entity to the target value object. |
ClusterVesselUseFeaturesOrigin[] |
toClusterVesselUseFeaturesOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterVesselUseFeaturesOrigin . |
void |
toClusterVesselUseFeaturesOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterVesselUseFeaturesOrigin . |
protected VesselUseFeaturesOrigin |
toEntity(java.lang.Object[] row)
|
protected RemoteVesselUseFeaturesOriginFullVO |
toRemoteVesselUseFeaturesOriginFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselUseFeaturesOriginFullVO |
toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginFullVO . |
void |
toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin source,
RemoteVesselUseFeaturesOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselUseFeaturesOriginFullVO[] |
toRemoteVesselUseFeaturesOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesOriginFullVO . |
void |
toRemoteVesselUseFeaturesOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesOriginFullVO . |
protected RemoteVesselUseFeaturesOriginNaturalId |
toRemoteVesselUseFeaturesOriginNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteVesselUseFeaturesOriginNaturalId |
toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteVesselUseFeaturesOriginNaturalId . |
void |
toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin source,
RemoteVesselUseFeaturesOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteVesselUseFeaturesOriginNaturalId[] |
toRemoteVesselUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteVesselUseFeaturesOriginNaturalId . |
void |
toRemoteVesselUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteVesselUseFeaturesOriginNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
method. |
protected java.lang.Object |
transformEntity(int transform,
VesselUseFeaturesOrigin 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.use.VesselUseFeaturesOriginDao , please note
that the VesselUseFeaturesOriginDao.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(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
Updates the vesselUseFeaturesOrigin 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.use.VesselUseFeaturesOriginDao |
---|
clusterVesselUseFeaturesOriginToEntity, remoteVesselUseFeaturesOriginFullVOToEntity, remoteVesselUseFeaturesOriginNaturalIdToEntity |
Constructor Detail |
---|
public VesselUseFeaturesOriginDaoBase()
Method Detail |
---|
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeaturesDao
.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeaturesDao
.
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, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,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 VesselUseFeaturesOriginDao
vesselUseFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
VesselUseFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeaturesOrigin load(VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
load
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection loadAll()
VesselUseFeaturesOriginDao
VesselUseFeaturesOrigin
.
loadAll
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.loadAll()
public java.util.Collection loadAll(int transform)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.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 VesselUseFeaturesOriginDao
transform
- the flag indicating what transformation to use.
VesselUseFeaturesOriginDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.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 VesselUseFeaturesOriginDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
VesselUseFeaturesOriginDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.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 VesselUseFeaturesOriginDao
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.
VesselUseFeaturesOriginDao.loadAll(int, int, int)
public VesselUseFeaturesOrigin create(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
VesselUseFeaturesOriginDao
create
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public java.lang.Object create(int transform, VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
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 VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public java.util.Collection create(java.util.Collection entities)
VesselUseFeaturesOriginDao
entities
collection
create
in interface VesselUseFeaturesOriginDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
instances to create.
VesselUseFeaturesOriginDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
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 VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(int, java.util.Collection)
public VesselUseFeaturesOrigin create(VesselUseFeatures vesselUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
create
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.lang.Object create(int transform, VesselUseFeatures vesselUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,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 VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public VesselUseFeaturesOrigin create(Program program, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.lang.Object create(int transform, Program program, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.create(fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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 VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.create(int, fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public void update(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
VesselUseFeaturesOriginDao
vesselUseFeaturesOrigin
instance in the persistent store.
update
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.update(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public void update(java.util.Collection entities)
VesselUseFeaturesOriginDao
entities
collection in the persistent store.
update
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.update(java.util.Collection)
public void remove(VesselUseFeaturesOrigin vesselUseFeaturesOrigin)
VesselUseFeaturesOriginDao
remove
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public void remove(VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
identifiers
from the persistent store.
remove
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void remove(java.util.Collection entities)
VesselUseFeaturesOriginDao
entities collection.
- Specified by:
remove
in interface VesselUseFeaturesOriginDao
- See Also:
VesselUseFeaturesOriginDao.remove(java.util.Collection)
public java.util.Collection getAllVesselUseFeaturesOrigin()
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin()
public java.util.Collection getAllVesselUseFeaturesOrigin(int transform)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin()
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.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int)
public java.util.Collection getAllVesselUseFeaturesOrigin(java.lang.String queryString)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin()
.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(java.lang.String)
public java.util.Collection getAllVesselUseFeaturesOrigin(int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin()
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.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int, int)
public java.util.Collection getAllVesselUseFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(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.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(String, int, int)
public java.util.Collection getAllVesselUseFeaturesOrigin(int transform, java.lang.String queryString)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int)
.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int, String)
public java.util.Collection getAllVesselUseFeaturesOrigin(int transform, int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(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.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int, int, int)
public java.util.Collection getAllVesselUseFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(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.
getAllVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.getAllVesselUseFeaturesOrigin(int, java.lang.String, int, int)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(VesselUseFeatures vesselUseFeatures)
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures)
.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByVesselUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselUseFeatures vesselUseFeatures)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
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.
findVesselUseFeaturesOriginByVesselUseFeatures
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByVesselUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures)
public java.util.Collection findVesselUseFeaturesOriginByProgram(Program program)
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(java.lang.String queryString, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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 VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(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.
findVesselUseFeaturesOriginByProgram
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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 VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findVesselUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(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.
findVesselUseFeaturesOriginByAcquisitionLevel
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(VesselUseFeatures vesselUseFeatures, Program program)
findVesselUseFeaturesOriginByIdentifiers
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, 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.
findVesselUseFeaturesOriginByIdentifiers
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeaturesOrigin findVesselUseFeaturesOriginByIdentifiers(java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesOriginByIdentifiers
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselUseFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselUseFeaturesOriginByIdentifiers
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByIdentifiers(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(VesselUseFeatures vesselUseFeatures, Program program)
findVesselUseFeaturesOriginByNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, 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.
findVesselUseFeaturesOriginByNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeaturesOrigin findVesselUseFeaturesOriginByNaturalId(java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findVesselUseFeaturesOriginByNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findVesselUseFeaturesOriginByNaturalId(int transform, java.lang.String queryString, VesselUseFeatures vesselUseFeatures, Program program)
VesselUseFeaturesOriginDao
Does the same thing as VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures vesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findVesselUseFeaturesOriginByNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.findVesselUseFeaturesOriginByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public VesselUseFeaturesOrigin createFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin)
createFromClusterVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.createFromClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeaturesOrigin)
protected abstract VesselUseFeaturesOrigin handleCreateFromClusterVesselUseFeaturesOrigin(ClusterVesselUseFeaturesOrigin clusterVesselUseFeaturesOrigin) throws java.lang.Exception
createFromClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeaturesOrigin)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, VesselUseFeaturesOrigin entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOriginDao
, please note
that the VesselUseFeaturesOriginDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
VesselUseFeaturesOrigin
- VesselUseFeaturesOriginDao.TRANSFORM_NONE
RemoteVesselUseFeaturesOriginFullVO
- TRANSFORM_REMOTEVESSELUSEFEATURESORIGINFULLVO
RemoteVesselUseFeaturesOriginNaturalId
- TRANSFORM_REMOTEVESSELUSEFEATURESORIGINNATURALID
ClusterVesselUseFeaturesOrigin
- TRANSFORM_CLUSTERVESSELUSEFEATURESORIGIN
VesselUseFeaturesOriginDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in VesselUseFeaturesOriginDao
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.use.VesselUseFeaturesOrigin)
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.use.VesselUseFeaturesOriginDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
protected VesselUseFeaturesOrigin toEntity(java.lang.Object[] row)
public final void toRemoteVesselUseFeaturesOriginFullVOCollection(java.util.Collection entities)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginFullVO
.
toRemoteVesselUseFeaturesOriginFullVOCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginFullVOCollection(java.util.Collection)
public final RemoteVesselUseFeaturesOriginFullVO[] toRemoteVesselUseFeaturesOriginFullVOArray(java.util.Collection entities)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginFullVO
.
toRemoteVesselUseFeaturesOriginFullVOArray
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginFullVOArray(java.util.Collection)
protected RemoteVesselUseFeaturesOriginFullVO toRemoteVesselUseFeaturesOriginFullVO(java.lang.Object[] row)
VesselUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public final void remoteVesselUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginFullVO
to this
DAO's entity.
remoteVesselUseFeaturesOriginFullVOToEntityCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.remoteVesselUseFeaturesOriginFullVOToEntityCollection(java.util.Collection)
public void toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin source, RemoteVesselUseFeaturesOriginFullVO target)
VesselUseFeaturesOriginDao
toRemoteVesselUseFeaturesOriginFullVO
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesOriginFullVO)
public RemoteVesselUseFeaturesOriginFullVO toRemoteVesselUseFeaturesOriginFullVO(VesselUseFeaturesOrigin entity)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginFullVO
.
toRemoteVesselUseFeaturesOriginFullVO
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public void remoteVesselUseFeaturesOriginFullVOToEntity(RemoteVesselUseFeaturesOriginFullVO source, VesselUseFeaturesOrigin target, boolean copyIfNull)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginFullVO
to the specified entity.
remoteVesselUseFeaturesOriginFullVOToEntity
in interface VesselUseFeaturesOriginDao
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.use.VesselUseFeaturesOriginDao#remoteVesselUseFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public final void toRemoteVesselUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginNaturalId
.
toRemoteVesselUseFeaturesOriginNaturalIdCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginNaturalIdCollection(java.util.Collection)
public final RemoteVesselUseFeaturesOriginNaturalId[] toRemoteVesselUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginNaturalId
.
toRemoteVesselUseFeaturesOriginNaturalIdArray
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginNaturalIdArray(java.util.Collection)
protected RemoteVesselUseFeaturesOriginNaturalId toRemoteVesselUseFeaturesOriginNaturalId(java.lang.Object[] row)
VesselUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public final void remoteVesselUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginNaturalId
to this
DAO's entity.
remoteVesselUseFeaturesOriginNaturalIdToEntityCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.remoteVesselUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin source, RemoteVesselUseFeaturesOriginNaturalId target)
VesselUseFeaturesOriginDao
toRemoteVesselUseFeaturesOriginNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesOriginNaturalId)
public RemoteVesselUseFeaturesOriginNaturalId toRemoteVesselUseFeaturesOriginNaturalId(VesselUseFeaturesOrigin entity)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginNaturalId
.
toRemoteVesselUseFeaturesOriginNaturalId
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toRemoteVesselUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public void remoteVesselUseFeaturesOriginNaturalIdToEntity(RemoteVesselUseFeaturesOriginNaturalId source, VesselUseFeaturesOrigin target, boolean copyIfNull)
VesselUseFeaturesOriginDao
RemoteVesselUseFeaturesOriginNaturalId
to the specified entity.
remoteVesselUseFeaturesOriginNaturalIdToEntity
in interface VesselUseFeaturesOriginDao
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.use.VesselUseFeaturesOriginDao#remoteVesselUseFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public final void toClusterVesselUseFeaturesOriginCollection(java.util.Collection entities)
VesselUseFeaturesOriginDao
ClusterVesselUseFeaturesOrigin
.
toClusterVesselUseFeaturesOriginCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toClusterVesselUseFeaturesOriginCollection(java.util.Collection)
public final ClusterVesselUseFeaturesOrigin[] toClusterVesselUseFeaturesOriginArray(java.util.Collection entities)
VesselUseFeaturesOriginDao
ClusterVesselUseFeaturesOrigin
.
toClusterVesselUseFeaturesOriginArray
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toClusterVesselUseFeaturesOriginArray(java.util.Collection)
protected ClusterVesselUseFeaturesOrigin toClusterVesselUseFeaturesOrigin(java.lang.Object[] row)
VesselUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
VesselUseFeaturesOriginDao.toClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public final void clusterVesselUseFeaturesOriginToEntityCollection(java.util.Collection instances)
VesselUseFeaturesOriginDao
ClusterVesselUseFeaturesOrigin
to this
DAO's entity.
clusterVesselUseFeaturesOriginToEntityCollection
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.clusterVesselUseFeaturesOriginToEntityCollection(java.util.Collection)
public void toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin source, ClusterVesselUseFeaturesOrigin target)
VesselUseFeaturesOriginDao
toClusterVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeaturesOrigin)
public ClusterVesselUseFeaturesOrigin toClusterVesselUseFeaturesOrigin(VesselUseFeaturesOrigin entity)
VesselUseFeaturesOriginDao
ClusterVesselUseFeaturesOrigin
.
toClusterVesselUseFeaturesOrigin
in interface VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.toClusterVesselUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
public void clusterVesselUseFeaturesOriginToEntity(ClusterVesselUseFeaturesOrigin source, VesselUseFeaturesOrigin target, boolean copyIfNull)
VesselUseFeaturesOriginDao
ClusterVesselUseFeaturesOrigin
to the specified entity.
clusterVesselUseFeaturesOriginToEntity
in interface VesselUseFeaturesOriginDao
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.use.VesselUseFeaturesOriginDao#clusterVesselUseFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.VesselUseFeaturesOrigin)
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)
VesselUseFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselUseFeaturesOriginDao
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.VesselUseFeaturesOriginDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
VesselUseFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface VesselUseFeaturesOriginDao
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.VesselUseFeaturesOriginDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
VesselUseFeaturesOriginDao
VesselUseFeaturesOriginDao.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 VesselUseFeaturesOriginDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
VesselUseFeaturesOriginDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
VesselUseFeaturesOriginDao
search
object.
search
in interface VesselUseFeaturesOriginDao
search
- the search object which provides the search parameters and pagination specification.
VesselUseFeaturesOriginDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |