|
||||||||||
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.GearUseFeaturesOriginDaoBase
public abstract class GearUseFeaturesOriginDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
.
GearUseFeaturesOrigin
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOriginDao |
---|
TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEGEARUSEFEATURESORIGINFULLVO, TRANSFORM_REMOTEGEARUSEFEATURESORIGINNATURALID |
Constructor Summary | |
---|---|
GearUseFeaturesOriginDaoBase()
|
Method Summary | |
---|---|
void |
clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of ClusterGearUseFeaturesOrigin to the specified entity. |
void |
clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearUseFeaturesOrigin 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.GearUseFeaturesOrigin and adds from the passed in entities collection |
GearUseFeaturesOrigin |
create(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin and adds it to the persistent store. |
GearUseFeaturesOrigin |
create(GearUseFeatures gearUseFeatures,
Program program)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearUseFeaturesOrigin |
create(GearUseFeatures gearUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeaturesOrigin gearUseFeaturesOrigin)
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearUseFeatures gearUseFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
GearUseFeaturesOrigin |
createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
|
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)
|
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearUseFeatures gearUseFeatures)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures) with an
additional two arguments called pageNumber and pageSize . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures,
Program program)
|
java.lang.Object |
findGearUseFeaturesOriginByIdentifiers(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesOriginByIdentifiers(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures,
Program program)
|
java.lang.Object |
findGearUseFeaturesOriginByNaturalId(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearUseFeaturesOriginByNaturalId(int transform,
java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearUseFeaturesOrigin |
findGearUseFeaturesOriginByNaturalId(java.lang.String queryString,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(Program program)
|
java.util.Collection |
findGearUseFeaturesOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearUseFeaturesOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
protected AcquisitionLevelDao |
getAcquisitionLevelDao()
Gets the reference to acquisitionLevelDao . |
java.util.Collection |
getAllGearUseFeaturesOrigin()
|
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
java.lang.String queryString)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearUseFeaturesOrigin(java.lang.String queryString)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllGearUseFeaturesOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
protected GearUseFeaturesDao |
getGearUseFeaturesDao()
Gets the reference to gearUseFeaturesDao . |
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 abstract GearUseFeaturesOrigin |
handleCreateFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
Performs the core logic for createFromClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeaturesOrigin) |
GearUseFeaturesOrigin |
load(GearUseFeatures gearUseFeatures,
Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store. |
java.lang.Object |
load(int transform,
GearUseFeatures gearUseFeatures,
Program program)
Does the same thing as GearUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type GearUseFeaturesOrigin . |
java.util.Collection |
loadAll(int transform)
Does the same thing as GearUseFeaturesOriginDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as GearUseFeaturesOriginDao.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 GearUseFeaturesOriginDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginFullVO to the specified entity. |
void |
remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesOriginFullVO to this
DAO's entity. |
void |
remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source,
GearUseFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearUseFeaturesOriginNaturalId to the specified entity. |
void |
remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin from the persistent store. |
void |
remove(GearUseFeatures gearUseFeatures,
Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin 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 GearUseFeaturesOriginDao.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 |
setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeaturesDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
ClusterGearUseFeaturesOrigin |
toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterGearUseFeaturesOrigin . |
void |
toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin source,
ClusterGearUseFeaturesOrigin target)
Copies the fields of the specified entity to the target value object. |
protected ClusterGearUseFeaturesOrigin |
toClusterGearUseFeaturesOrigin(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearUseFeaturesOrigin[] |
toClusterGearUseFeaturesOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearUseFeaturesOrigin . |
void |
toClusterGearUseFeaturesOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearUseFeaturesOrigin . |
protected GearUseFeaturesOrigin |
toEntity(java.lang.Object[] row)
|
RemoteGearUseFeaturesOriginFullVO |
toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginFullVO . |
void |
toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin source,
RemoteGearUseFeaturesOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseFeaturesOriginFullVO |
toRemoteGearUseFeaturesOriginFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseFeaturesOriginFullVO[] |
toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginFullVO . |
void |
toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginFullVO . |
RemoteGearUseFeaturesOriginNaturalId |
toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearUseFeaturesOriginNaturalId . |
void |
toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin source,
RemoteGearUseFeaturesOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearUseFeaturesOriginNaturalId |
toRemoteGearUseFeaturesOriginNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearUseFeaturesOriginNaturalId[] |
toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearUseFeaturesOriginNaturalId . |
void |
toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearUseFeaturesOriginNaturalId . |
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.GearUseFeaturesOrigin)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearUseFeaturesOrigin 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.GearUseFeaturesOriginDao , please note
that the GearUseFeaturesOriginDao.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(GearUseFeaturesOrigin gearUseFeaturesOrigin)
Updates the gearUseFeaturesOrigin 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.GearUseFeaturesOriginDao |
---|
clusterGearUseFeaturesOriginToEntity, remoteGearUseFeaturesOriginFullVOToEntity, remoteGearUseFeaturesOriginNaturalIdToEntity |
Constructor Detail |
---|
public GearUseFeaturesOriginDaoBase()
Method Detail |
---|
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeaturesDao
.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeaturesDao
.
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, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,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 GearUseFeaturesOriginDao
gearUseFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
GearUseFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeaturesOrigin load(GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
load
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection loadAll()
GearUseFeaturesOriginDao
GearUseFeaturesOrigin
.
loadAll
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.loadAll()
public java.util.Collection loadAll(int transform)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.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 GearUseFeaturesOriginDao
transform
- the flag indicating what transformation to use.
GearUseFeaturesOriginDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.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 GearUseFeaturesOriginDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearUseFeaturesOriginDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.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 GearUseFeaturesOriginDao
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.
GearUseFeaturesOriginDao.loadAll(int, int, int)
public GearUseFeaturesOrigin create(GearUseFeaturesOrigin gearUseFeaturesOrigin)
GearUseFeaturesOriginDao
create
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public java.lang.Object create(int transform, GearUseFeaturesOrigin gearUseFeaturesOrigin)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
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 GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public java.util.Collection create(java.util.Collection entities)
GearUseFeaturesOriginDao
entities
collection
create
in interface GearUseFeaturesOriginDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instances to create.
GearUseFeaturesOriginDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
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 GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(int, java.util.Collection)
public GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,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 GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public GearUseFeaturesOrigin create(GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object create(int transform, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,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 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 GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void update(GearUseFeaturesOrigin gearUseFeaturesOrigin)
GearUseFeaturesOriginDao
gearUseFeaturesOrigin
instance in the persistent store.
update
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.update(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public void update(java.util.Collection entities)
GearUseFeaturesOriginDao
entities
collection in the persistent store.
update
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.update(java.util.Collection)
public void remove(GearUseFeaturesOrigin gearUseFeaturesOrigin)
GearUseFeaturesOriginDao
remove
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public void remove(GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
identifiers
from the persistent store.
remove
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void remove(java.util.Collection entities)
GearUseFeaturesOriginDao
entities collection.
- Specified by:
remove
in interface GearUseFeaturesOriginDao
- See Also:
GearUseFeaturesOriginDao.remove(java.util.Collection)
public java.util.Collection getAllGearUseFeaturesOrigin()
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin()
public java.util.Collection getAllGearUseFeaturesOrigin(int transform)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin()
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.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int)
public java.util.Collection getAllGearUseFeaturesOrigin(java.lang.String queryString)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin()
.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(java.lang.String)
public java.util.Collection getAllGearUseFeaturesOrigin(int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin()
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.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int, int)
public java.util.Collection getAllGearUseFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(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.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(String, int, int)
public java.util.Collection getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int)
.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int, String)
public java.util.Collection getAllGearUseFeaturesOrigin(int transform, int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(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.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int, int, int)
public java.util.Collection getAllGearUseFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(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.
getAllGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.getAllGearUseFeaturesOrigin(int, java.lang.String, int, int)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(GearUseFeatures gearUseFeatures)
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures)
.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByGearUseFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearUseFeatures gearUseFeatures)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
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.
findGearUseFeaturesOriginByGearUseFeatures
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByGearUseFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures)
public java.util.Collection findGearUseFeaturesOriginByProgram(Program program)
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(int transform, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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 GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(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.
findGearUseFeaturesOriginByProgram
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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 GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearUseFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(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.
findGearUseFeaturesOriginByAcquisitionLevel
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(GearUseFeatures gearUseFeatures, Program program)
findGearUseFeaturesOriginByIdentifiers
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, 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.
findGearUseFeaturesOriginByIdentifiers
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeaturesOrigin findGearUseFeaturesOriginByIdentifiers(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearUseFeaturesOriginByIdentifiers
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearUseFeaturesOriginByIdentifiers
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByIdentifiers(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(GearUseFeatures gearUseFeatures, Program program)
findGearUseFeaturesOriginByNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, 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.
findGearUseFeaturesOriginByNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeaturesOrigin findGearUseFeaturesOriginByNaturalId(java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearUseFeaturesOriginByNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearUseFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearUseFeatures gearUseFeatures, Program program)
GearUseFeaturesOriginDao
Does the same thing as GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures gearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearUseFeaturesOriginByNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.findGearUseFeaturesOriginByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearUseFeaturesOrigin createFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin)
createFromClusterGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.createFromClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeaturesOrigin)
protected abstract GearUseFeaturesOrigin handleCreateFromClusterGearUseFeaturesOrigin(ClusterGearUseFeaturesOrigin clusterGearUseFeaturesOrigin) throws java.lang.Exception
createFromClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeaturesOrigin)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, GearUseFeaturesOrigin entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOriginDao
, please note
that the GearUseFeaturesOriginDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
GearUseFeaturesOrigin
- GearUseFeaturesOriginDao.TRANSFORM_NONE
RemoteGearUseFeaturesOriginFullVO
- TRANSFORM_REMOTEGEARUSEFEATURESORIGINFULLVO
RemoteGearUseFeaturesOriginNaturalId
- TRANSFORM_REMOTEGEARUSEFEATURESORIGINNATURALID
ClusterGearUseFeaturesOrigin
- TRANSFORM_CLUSTERGEARUSEFEATURESORIGIN
GearUseFeaturesOriginDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearUseFeaturesOriginDao
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.GearUseFeaturesOrigin)
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.GearUseFeaturesOriginDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
protected GearUseFeaturesOrigin toEntity(java.lang.Object[] row)
public final void toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection entities)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginFullVO
.
toRemoteGearUseFeaturesOriginFullVOCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginFullVOCollection(java.util.Collection)
public final RemoteGearUseFeaturesOriginFullVO[] toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection entities)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginFullVO
.
toRemoteGearUseFeaturesOriginFullVOArray
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginFullVOArray(java.util.Collection)
protected RemoteGearUseFeaturesOriginFullVO toRemoteGearUseFeaturesOriginFullVO(java.lang.Object[] row)
GearUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public final void remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginFullVO
to this
DAO's entity.
remoteGearUseFeaturesOriginFullVOToEntityCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.remoteGearUseFeaturesOriginFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginFullVO target)
GearUseFeaturesOriginDao
toRemoteGearUseFeaturesOriginFullVO
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesOriginFullVO)
public RemoteGearUseFeaturesOriginFullVO toRemoteGearUseFeaturesOriginFullVO(GearUseFeaturesOrigin entity)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginFullVO
.
toRemoteGearUseFeaturesOriginFullVO
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public void remoteGearUseFeaturesOriginFullVOToEntity(RemoteGearUseFeaturesOriginFullVO source, GearUseFeaturesOrigin target, boolean copyIfNull)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginFullVO
to the specified entity.
remoteGearUseFeaturesOriginFullVOToEntity
in interface GearUseFeaturesOriginDao
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.GearUseFeaturesOriginDao#remoteGearUseFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public final void toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection entities)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginNaturalId
.
toRemoteGearUseFeaturesOriginNaturalIdCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginNaturalIdCollection(java.util.Collection)
public final RemoteGearUseFeaturesOriginNaturalId[] toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection entities)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginNaturalId
.
toRemoteGearUseFeaturesOriginNaturalIdArray
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginNaturalIdArray(java.util.Collection)
protected RemoteGearUseFeaturesOriginNaturalId toRemoteGearUseFeaturesOriginNaturalId(java.lang.Object[] row)
GearUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public final void remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginNaturalId
to this
DAO's entity.
remoteGearUseFeaturesOriginNaturalIdToEntityCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.remoteGearUseFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin source, RemoteGearUseFeaturesOriginNaturalId target)
GearUseFeaturesOriginDao
toRemoteGearUseFeaturesOriginNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesOriginNaturalId)
public RemoteGearUseFeaturesOriginNaturalId toRemoteGearUseFeaturesOriginNaturalId(GearUseFeaturesOrigin entity)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginNaturalId
.
toRemoteGearUseFeaturesOriginNaturalId
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toRemoteGearUseFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public void remoteGearUseFeaturesOriginNaturalIdToEntity(RemoteGearUseFeaturesOriginNaturalId source, GearUseFeaturesOrigin target, boolean copyIfNull)
GearUseFeaturesOriginDao
RemoteGearUseFeaturesOriginNaturalId
to the specified entity.
remoteGearUseFeaturesOriginNaturalIdToEntity
in interface GearUseFeaturesOriginDao
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.GearUseFeaturesOriginDao#remoteGearUseFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public final void toClusterGearUseFeaturesOriginCollection(java.util.Collection entities)
GearUseFeaturesOriginDao
ClusterGearUseFeaturesOrigin
.
toClusterGearUseFeaturesOriginCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toClusterGearUseFeaturesOriginCollection(java.util.Collection)
public final ClusterGearUseFeaturesOrigin[] toClusterGearUseFeaturesOriginArray(java.util.Collection entities)
GearUseFeaturesOriginDao
ClusterGearUseFeaturesOrigin
.
toClusterGearUseFeaturesOriginArray
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toClusterGearUseFeaturesOriginArray(java.util.Collection)
protected ClusterGearUseFeaturesOrigin toClusterGearUseFeaturesOrigin(java.lang.Object[] row)
GearUseFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearUseFeaturesOriginDao.toClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public final void clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection instances)
GearUseFeaturesOriginDao
ClusterGearUseFeaturesOrigin
to this
DAO's entity.
clusterGearUseFeaturesOriginToEntityCollection
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.clusterGearUseFeaturesOriginToEntityCollection(java.util.Collection)
public void toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin source, ClusterGearUseFeaturesOrigin target)
GearUseFeaturesOriginDao
toClusterGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeaturesOrigin)
public ClusterGearUseFeaturesOrigin toClusterGearUseFeaturesOrigin(GearUseFeaturesOrigin entity)
GearUseFeaturesOriginDao
ClusterGearUseFeaturesOrigin
.
toClusterGearUseFeaturesOrigin
in interface GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.toClusterGearUseFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
public void clusterGearUseFeaturesOriginToEntity(ClusterGearUseFeaturesOrigin source, GearUseFeaturesOrigin target, boolean copyIfNull)
GearUseFeaturesOriginDao
ClusterGearUseFeaturesOrigin
to the specified entity.
clusterGearUseFeaturesOriginToEntity
in interface GearUseFeaturesOriginDao
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.GearUseFeaturesOriginDao#clusterGearUseFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesOrigin)
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)
GearUseFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearUseFeaturesOriginDao
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.GearUseFeaturesOriginDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
GearUseFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearUseFeaturesOriginDao
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.GearUseFeaturesOriginDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
GearUseFeaturesOriginDao
GearUseFeaturesOriginDao.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 GearUseFeaturesOriginDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearUseFeaturesOriginDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
GearUseFeaturesOriginDao
search
object.
search
in interface GearUseFeaturesOriginDao
search
- the search object which provides the search parameters and pagination specification.
GearUseFeaturesOriginDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |