|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDaoBase
public abstract class GearPhysicalFeaturesOriginDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
.
GearPhysicalFeaturesOrigin
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao |
---|
TRANSFORM_CLUSTERGEARPHYSICALFEATURESORIGIN, TRANSFORM_NONE, TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINFULLVO, TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINNATURALID |
Constructor Summary | |
---|---|
GearPhysicalFeaturesOriginDaoBase()
|
Method Summary | |
---|---|
void |
clusterGearPhysicalFeaturesOriginToEntity(ClusterGearPhysicalFeaturesOrigin source,
GearPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of ClusterGearPhysicalFeaturesOrigin to the specified entity. |
void |
clusterGearPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterGearPhysicalFeaturesOrigin to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds from the passed in entities collection |
GearPhysicalFeaturesOrigin |
create(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin and adds it to the persistent store. |
GearPhysicalFeaturesOrigin |
create(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GearPhysicalFeaturesOrigin |
create(GearPhysicalFeatures gearPhysicalFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
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 GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
GearPhysicalFeaturesOrigin |
createFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
|
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
|
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString,
int pageNumber,
int pageSize,
GearPhysicalFeatures gearPhysicalFeatures)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures) with an
additional two arguments called pageNumber and pageSize . |
GearPhysicalFeaturesOrigin |
findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
|
java.lang.Object |
findGearPhysicalFeaturesOriginByIdentifiers(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalFeaturesOriginByIdentifiers(int transform,
java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearPhysicalFeaturesOrigin |
findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearPhysicalFeaturesOrigin |
findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
|
java.lang.Object |
findGearPhysicalFeaturesOriginByNaturalId(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.lang.Object |
findGearPhysicalFeaturesOriginByNaturalId(int transform,
java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
GearPhysicalFeaturesOrigin |
findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(int transform,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(int transform,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(int transform,
java.lang.String queryString,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(Program program)
|
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString,
int pageNumber,
int pageSize,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(String, fr.ifremer.allegro.administration.programStrategy.Program) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program) with an
additional argument called queryString . |
protected AcquisitionLevelDao |
getAcquisitionLevelDao()
Gets the reference to acquisitionLevelDao . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin()
|
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(int transform)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an
additional flag called transform . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(int transform,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(int transform,
java.lang.String queryString)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int) with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(java.lang.String queryString)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin() with an
additional argument called queryString . |
java.util.Collection |
getAllGearPhysicalFeaturesOrigin(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(String) with an
additional two arguments called pageNumber and pageSize . |
protected GearPhysicalFeaturesDao |
getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeaturesDao . |
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 GearPhysicalFeaturesOrigin |
handleCreateFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
Performs the core logic for createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin) |
GearPhysicalFeaturesOrigin |
load(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store. |
java.lang.Object |
load(int transform,
GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Does the same thing as GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type GearPhysicalFeaturesOrigin . |
java.util.Collection |
loadAll(int transform)
Does the same thing as GearPhysicalFeaturesOriginDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source,
GearPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesOriginFullVO to the specified entity. |
void |
remoteGearPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalFeaturesOriginFullVO to this
DAO's entity. |
void |
remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source,
GearPhysicalFeaturesOrigin target,
boolean copyIfNull)
Copies the fields of RemoteGearPhysicalFeaturesOriginNaturalId to the specified entity. |
void |
remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteGearPhysicalFeaturesOriginNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin from the persistent store. |
void |
remove(GearPhysicalFeatures gearPhysicalFeatures,
Program program)
Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin 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 GearPhysicalFeaturesOriginDao.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 |
setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeaturesDao . |
void |
setProgramDao(ProgramDao programDao)
Sets the reference to programDao . |
ClusterGearPhysicalFeaturesOrigin |
toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type ClusterGearPhysicalFeaturesOrigin . |
void |
toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin source,
ClusterGearPhysicalFeaturesOrigin target)
Copies the fields of the specified entity to the target value object. |
protected ClusterGearPhysicalFeaturesOrigin |
toClusterGearPhysicalFeaturesOrigin(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterGearPhysicalFeaturesOrigin[] |
toClusterGearPhysicalFeaturesOriginArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterGearPhysicalFeaturesOrigin . |
void |
toClusterGearPhysicalFeaturesOriginCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterGearPhysicalFeaturesOrigin . |
protected GearPhysicalFeaturesOrigin |
toEntity(java.lang.Object[] row)
|
RemoteGearPhysicalFeaturesOriginFullVO |
toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginFullVO . |
void |
toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source,
RemoteGearPhysicalFeaturesOriginFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearPhysicalFeaturesOriginFullVO |
toRemoteGearPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearPhysicalFeaturesOriginFullVO[] |
toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginFullVO . |
void |
toRemoteGearPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesOriginFullVO . |
RemoteGearPhysicalFeaturesOriginNaturalId |
toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginNaturalId . |
void |
toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source,
RemoteGearPhysicalFeaturesOriginNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteGearPhysicalFeaturesOriginNaturalId |
toRemoteGearPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteGearPhysicalFeaturesOriginNaturalId[] |
toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginNaturalId . |
void |
toRemoteGearPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteGearPhysicalFeaturesOriginNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
method. |
protected java.lang.Object |
transformEntity(int transform,
GearPhysicalFeaturesOrigin entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao , please note
that the GearPhysicalFeaturesOriginDao.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(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
Updates the gearPhysicalFeaturesOrigin instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao |
---|
clusterGearPhysicalFeaturesOriginToEntity, remoteGearPhysicalFeaturesOriginFullVOToEntity, remoteGearPhysicalFeaturesOriginNaturalIdToEntity |
Constructor Detail |
---|
public GearPhysicalFeaturesOriginDaoBase()
Method Detail |
---|
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeaturesDao
.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeaturesDao
.
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, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,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 GearPhysicalFeaturesOriginDao
gearPhysicalFeatures
- identifier of the entity to loadprogram
- identifier of the entity to load
GearPhysicalFeaturesOriginDao.load(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeaturesOrigin load(GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
load
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.load(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection loadAll()
GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOrigin
.
loadAll
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.loadAll()
public java.util.Collection loadAll(int transform)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
transform
- the flag indicating what transformation to use.
GearPhysicalFeaturesOriginDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
GearPhysicalFeaturesOriginDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
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.
GearPhysicalFeaturesOriginDao.loadAll(int, int, int)
public GearPhysicalFeaturesOrigin create(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
GearPhysicalFeaturesOriginDao
create
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public java.lang.Object create(int transform, GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
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 GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(int transform, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public java.util.Collection create(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
entities
collection
create
in interface GearPhysicalFeaturesOriginDao
entities
- the collection of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
instances to create.
GearPhysicalFeaturesOriginDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
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 GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(int, java.util.Collection)
public GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
instance from all attributes and
properties and adds it to the persistent store.
create
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,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 GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public GearPhysicalFeaturesOrigin create(GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object create(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.create(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,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 GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.create(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void update(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
GearPhysicalFeaturesOriginDao
gearPhysicalFeaturesOrigin
instance in the persistent store.
update
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.update(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public void update(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
entities
collection in the persistent store.
update
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.update(java.util.Collection)
public void remove(GearPhysicalFeaturesOrigin gearPhysicalFeaturesOrigin)
GearPhysicalFeaturesOriginDao
remove
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public void remove(GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
identifiers
from the persistent store.
remove
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.remove(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures,fr.ifremer.allegro.administration.programStrategy.Program)
public void remove(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
entities collection.
- Specified by:
remove
in interface GearPhysicalFeaturesOriginDao
- See Also:
GearPhysicalFeaturesOriginDao.remove(java.util.Collection)
public java.util.Collection getAllGearPhysicalFeaturesOrigin()
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()
public java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()
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.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(java.lang.String queryString)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()
.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(java.lang.String)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin()
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.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, int)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(String, int, int)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, java.lang.String queryString)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int)
.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, String)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, int, int)
public java.util.Collection getAllGearPhysicalFeaturesOrigin(int transform, java.lang.String queryString, int pageNumber, int pageSize)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(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.
getAllGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.getAllGearPhysicalFeaturesOrigin(int, java.lang.String, int, int)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(GearPhysicalFeatures gearPhysicalFeatures)
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures)
.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int transform, java.lang.String queryString, int pageNumber, int pageSize, GearPhysicalFeatures gearPhysicalFeatures)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
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.
findGearPhysicalFeaturesOriginByGearPhysicalFeatures
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByGearPhysicalFeatures(int, java.lang.String, int, int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(Program program)
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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 GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, String, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByProgram(int transform, java.lang.String queryString, int pageNumber, int pageSize, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(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.
findGearPhysicalFeaturesOriginByProgram
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByProgram(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Program)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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 GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findGearPhysicalFeaturesOriginByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(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.
findGearPhysicalFeaturesOriginByAcquisitionLevel
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(GearPhysicalFeatures gearPhysicalFeatures, Program program)
findGearPhysicalFeaturesOriginByIdentifiers
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, 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.
findGearPhysicalFeaturesOriginByIdentifiers
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearPhysicalFeaturesOriginByIdentifiers
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesOriginByIdentifiers(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearPhysicalFeaturesOriginByIdentifiers
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByIdentifiers(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(GearPhysicalFeatures gearPhysicalFeatures, Program program)
findGearPhysicalFeaturesOriginByNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, 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.
findGearPhysicalFeaturesOriginByNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeaturesOrigin findGearPhysicalFeaturesOriginByNaturalId(java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
.
findGearPhysicalFeaturesOriginByNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public java.lang.Object findGearPhysicalFeaturesOriginByNaturalId(int transform, java.lang.String queryString, GearPhysicalFeatures gearPhysicalFeatures, Program program)
GearPhysicalFeaturesOriginDao
Does the same thing as GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures gearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program program)
.
findGearPhysicalFeaturesOriginByNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.findGearPhysicalFeaturesOriginByNaturalId(int, java.lang.String, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures, fr.ifremer.allegro.administration.programStrategy.Program)
public GearPhysicalFeaturesOrigin createFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin)
createFromClusterGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)
protected abstract GearPhysicalFeaturesOrigin handleCreateFromClusterGearPhysicalFeaturesOrigin(ClusterGearPhysicalFeaturesOrigin clusterGearPhysicalFeaturesOrigin) throws java.lang.Exception
createFromClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, GearPhysicalFeaturesOrigin entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao
, please note
that the GearPhysicalFeaturesOriginDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
GearPhysicalFeaturesOrigin
- GearPhysicalFeaturesOriginDao.TRANSFORM_NONE
RemoteGearPhysicalFeaturesOriginFullVO
- TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINFULLVO
RemoteGearPhysicalFeaturesOriginNaturalId
- TRANSFORM_REMOTEGEARPHYSICALFEATURESORIGINNATURALID
ClusterGearPhysicalFeaturesOrigin
- TRANSFORM_CLUSTERGEARPHYSICALFEATURESORIGIN
GearPhysicalFeaturesOriginDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in GearPhysicalFeaturesOriginDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
protected GearPhysicalFeaturesOrigin toEntity(java.lang.Object[] row)
public final void toRemoteGearPhysicalFeaturesOriginFullVOCollection(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginFullVO
.
toRemoteGearPhysicalFeaturesOriginFullVOCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVOCollection(java.util.Collection)
public final RemoteGearPhysicalFeaturesOriginFullVO[] toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginFullVO
.
toRemoteGearPhysicalFeaturesOriginFullVOArray
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVOArray(java.util.Collection)
protected RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(java.lang.Object[] row)
GearPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public final void remoteGearPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginFullVO
to this
DAO's entity.
remoteGearPhysicalFeaturesOriginFullVOToEntityCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginFullVOToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginFullVO target)
GearPhysicalFeaturesOriginDao
toRemoteGearPhysicalFeaturesOriginFullVO
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
public RemoteGearPhysicalFeaturesOriginFullVO toRemoteGearPhysicalFeaturesOriginFullVO(GearPhysicalFeaturesOrigin entity)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginFullVO
.
toRemoteGearPhysicalFeaturesOriginFullVO
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginFullVO(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public void remoteGearPhysicalFeaturesOriginFullVOToEntity(RemoteGearPhysicalFeaturesOriginFullVO source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginFullVO
to the specified entity.
remoteGearPhysicalFeaturesOriginFullVOToEntity
in interface GearPhysicalFeaturesOriginDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#remoteGearPhysicalFeaturesOriginFullVOToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public final void toRemoteGearPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginNaturalId
.
toRemoteGearPhysicalFeaturesOriginNaturalIdCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalIdCollection(java.util.Collection)
public final RemoteGearPhysicalFeaturesOriginNaturalId[] toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginNaturalId
.
toRemoteGearPhysicalFeaturesOriginNaturalIdArray
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection)
protected RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
GearPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public final void remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginNaturalId
to this
DAO's entity.
remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginNaturalId target)
GearPhysicalFeaturesOriginDao
toRemoteGearPhysicalFeaturesOriginNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
public RemoteGearPhysicalFeaturesOriginNaturalId toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginNaturalId
.
toRemoteGearPhysicalFeaturesOriginNaturalId
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public void remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
GearPhysicalFeaturesOriginDao
RemoteGearPhysicalFeaturesOriginNaturalId
to the specified entity.
remoteGearPhysicalFeaturesOriginNaturalIdToEntity
in interface GearPhysicalFeaturesOriginDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#remoteGearPhysicalFeaturesOriginNaturalIdToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public final void toClusterGearPhysicalFeaturesOriginCollection(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
ClusterGearPhysicalFeaturesOrigin
.
toClusterGearPhysicalFeaturesOriginCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOriginCollection(java.util.Collection)
public final ClusterGearPhysicalFeaturesOrigin[] toClusterGearPhysicalFeaturesOriginArray(java.util.Collection entities)
GearPhysicalFeaturesOriginDao
ClusterGearPhysicalFeaturesOrigin
.
toClusterGearPhysicalFeaturesOriginArray
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOriginArray(java.util.Collection)
protected ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(java.lang.Object[] row)
GearPhysicalFeaturesOriginDaoImpl
class if you intend to use reporting queries.
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public final void clusterGearPhysicalFeaturesOriginToEntityCollection(java.util.Collection instances)
GearPhysicalFeaturesOriginDao
ClusterGearPhysicalFeaturesOrigin
to this
DAO's entity.
clusterGearPhysicalFeaturesOriginToEntityCollection
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.clusterGearPhysicalFeaturesOriginToEntityCollection(java.util.Collection)
public void toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin source, ClusterGearPhysicalFeaturesOrigin target)
GearPhysicalFeaturesOriginDao
toClusterGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin)
public ClusterGearPhysicalFeaturesOrigin toClusterGearPhysicalFeaturesOrigin(GearPhysicalFeaturesOrigin entity)
GearPhysicalFeaturesOriginDao
ClusterGearPhysicalFeaturesOrigin
.
toClusterGearPhysicalFeaturesOrigin
in interface GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.toClusterGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
public void clusterGearPhysicalFeaturesOriginToEntity(ClusterGearPhysicalFeaturesOrigin source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
GearPhysicalFeaturesOriginDao
ClusterGearPhysicalFeaturesOrigin
to the specified entity.
clusterGearPhysicalFeaturesOriginToEntity
in interface GearPhysicalFeaturesOriginDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOriginDao#clusterGearPhysicalFeaturesOriginToEntity(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeaturesOrigin, fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeaturesOrigin)
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)
GearPhysicalFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalFeaturesOriginDao
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.GearPhysicalFeaturesOriginDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
GearPhysicalFeaturesOriginDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface GearPhysicalFeaturesOriginDao
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.GearPhysicalFeaturesOriginDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
GearPhysicalFeaturesOriginDao
GearPhysicalFeaturesOriginDao.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 GearPhysicalFeaturesOriginDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
GearPhysicalFeaturesOriginDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
GearPhysicalFeaturesOriginDao
search
object.
search
in interface GearPhysicalFeaturesOriginDao
search
- the search object which provides the search parameters and pagination specification.
GearPhysicalFeaturesOriginDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |