|
||||||||||
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.referential.conversion.WeightLengthConversionDaoBase
public abstract class WeightLengthConversionDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.conversion.WeightLengthConversion
.
WeightLengthConversion
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.conversion.WeightLengthConversionDao |
---|
TRANSFORM_CLUSTERWEIGHTLENGTHCONVERSION, TRANSFORM_NONE, TRANSFORM_REMOTEWEIGHTLENGTHCONVERSIONFULLVO, TRANSFORM_REMOTEWEIGHTLENGTHCONVERSIONNATURALID |
Constructor Summary | |
---|---|
WeightLengthConversionDaoBase()
|
Method Summary | |
---|---|
void |
clusterWeightLengthConversionToEntity(ClusterWeightLengthConversion source,
WeightLengthConversion target,
boolean copyIfNull)
Copies the fields of ClusterWeightLengthConversion to the specified entity. |
void |
clusterWeightLengthConversionToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterWeightLengthConversion to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.conversion.WeightLengthConversion and adds from the passed in entities collection |
WeightLengthConversion |
create(java.lang.Float conversionCoefficientA,
java.lang.Float conversionCoefficientB,
java.lang.Integer endMonth,
Location location,
ReferenceTaxon referenceTaxon,
java.lang.Integer startMonth)
Creates a new fr.ifremer.allegro.referential.conversion.WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as WeightLengthConversionDao.create(fr.ifremer.allegro.referential.conversion.WeightLengthConversion) with an
additional flag called transform . |
WeightLengthConversion |
create(java.lang.Integer startMonth,
java.lang.Integer endMonth,
java.lang.String description,
java.lang.Float conversionCoefficientA,
java.lang.Float conversionCoefficientB,
java.lang.Integer year,
java.sql.Timestamp updateDate,
Location location,
QualitativeValue sex,
ReferenceTaxon referenceTaxon)
Creates a new fr.ifremer.allegro.referential.conversion.WeightLengthConversion
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Float conversionCoefficientA,
java.lang.Float conversionCoefficientB,
java.lang.Integer endMonth,
Location location,
ReferenceTaxon referenceTaxon,
java.lang.Integer startMonth)
Does the same thing as WeightLengthConversionDao.create(java.lang.Float,java.lang.Float,java.lang.Integer,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Integer startMonth,
java.lang.Integer endMonth,
java.lang.String description,
java.lang.Float conversionCoefficientA,
java.lang.Float conversionCoefficientB,
java.lang.Integer year,
java.sql.Timestamp updateDate,
Location location,
QualitativeValue sex,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.create(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
WeightLengthConversion weightLengthConversion)
Does the same thing as WeightLengthConversionDao.create(fr.ifremer.allegro.referential.conversion.WeightLengthConversion) with an
additional flag called transform . |
WeightLengthConversion |
create(WeightLengthConversion weightLengthConversion)
Creates an instance of fr.ifremer.allegro.referential.conversion.WeightLengthConversion and adds it to the persistent store. |
WeightLengthConversion |
createFromClusterWeightLengthConversion(ClusterWeightLengthConversion clusterWeightLengthConversion)
|
WeightLengthConversion |
findWeightLengthConversionById(java.lang.Integer id)
|
java.lang.Object |
findWeightLengthConversionById(int transform,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findWeightLengthConversionById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(int, java.lang.Integer) with an
additional argument called queryString . |
WeightLengthConversion |
findWeightLengthConversionById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByLocation(int transform,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findWeightLengthConversionByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionByLocation(Location location)
|
java.util.Collection |
findWeightLengthConversionByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByLocation(java.lang.String queryString,
Location location)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
WeightLengthConversion |
findWeightLengthConversionByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findWeightLengthConversionByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findWeightLengthConversionByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
WeightLengthConversion |
findWeightLengthConversionByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(int transform,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(int transform,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional flag called transform . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(int transform,
java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(ReferenceTaxon referenceTaxon)
|
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(java.lang.String queryString,
int pageNumber,
int pageSize,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionByReferenceTaxon(java.lang.String queryString,
ReferenceTaxon referenceTaxon)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionBySex(int transform,
int pageNumber,
int pageSize,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionBySex(int pageNumber,
int pageSize,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionBySex(int transform,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findWeightLengthConversionBySex(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionBySex(int transform,
java.lang.String queryString,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findWeightLengthConversionBySex(QualitativeValue sex)
|
java.util.Collection |
findWeightLengthConversionBySex(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findWeightLengthConversionBySex(java.lang.String queryString,
QualitativeValue sex)
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
ClusterWeightLengthConversion[] |
getAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllWeightLengthConversion()
|
java.util.Collection |
getAllWeightLengthConversion(int transform)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion() with an
additional flag called transform . |
java.util.Collection |
getAllWeightLengthConversion(int pageNumber,
int pageSize)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversion(int transform,
int pageNumber,
int pageSize)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversion(int transform,
java.lang.String queryString)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(int) with an
additional argument called queryString . |
java.util.Collection |
getAllWeightLengthConversion(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversion(java.lang.String queryString)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion() with an
additional argument called queryString . |
java.util.Collection |
getAllWeightLengthConversion(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected LocationDao |
getLocationDao()
Gets the reference to locationDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected QualitativeValueDao |
getQualitativeValueDao()
Gets the reference to qualitativeValueDao . |
protected ReferenceTaxonDao |
getReferenceTaxonDao()
Gets the reference to referenceTaxonDao . |
protected abstract WeightLengthConversion |
handleCreateFromClusterWeightLengthConversion(ClusterWeightLengthConversion clusterWeightLengthConversion)
Performs the core logic for createFromClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterWeightLengthConversion) |
protected abstract ClusterWeightLengthConversion[] |
handleGetAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
WeightLengthConversion |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.conversion.WeightLengthConversion from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as WeightLengthConversionDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type WeightLengthConversion . |
java.util.Collection |
loadAll(int transform)
Does the same thing as WeightLengthConversionDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as WeightLengthConversionDao.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 WeightLengthConversionDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteWeightLengthConversionFullVOToEntity(RemoteWeightLengthConversionFullVO source,
WeightLengthConversion target,
boolean copyIfNull)
Copies the fields of RemoteWeightLengthConversionFullVO to the specified entity. |
void |
remoteWeightLengthConversionFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteWeightLengthConversionFullVO to this
DAO's entity. |
void |
remoteWeightLengthConversionNaturalIdToEntity(RemoteWeightLengthConversionNaturalId source,
WeightLengthConversion target,
boolean copyIfNull)
Copies the fields of RemoteWeightLengthConversionNaturalId to the specified entity. |
void |
remoteWeightLengthConversionNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteWeightLengthConversionNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.conversion.WeightLengthConversion having the given identifier from the persistent store. |
void |
remove(WeightLengthConversion weightLengthConversion)
Removes the instance of fr.ifremer.allegro.referential.conversion.WeightLengthConversion 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 WeightLengthConversionDao.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 |
setLocationDao(LocationDao locationDao)
Sets the reference to locationDao . |
void |
setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValueDao . |
void |
setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxonDao . |
protected ClusterWeightLengthConversion |
toClusterWeightLengthConversion(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterWeightLengthConversion |
toClusterWeightLengthConversion(WeightLengthConversion entity)
Converts this DAO's entity to an object of type ClusterWeightLengthConversion . |
void |
toClusterWeightLengthConversion(WeightLengthConversion source,
ClusterWeightLengthConversion target)
Copies the fields of the specified entity to the target value object. |
ClusterWeightLengthConversion[] |
toClusterWeightLengthConversionArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterWeightLengthConversion . |
void |
toClusterWeightLengthConversionCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterWeightLengthConversion . |
protected WeightLengthConversion |
toEntity(java.lang.Object[] row)
|
protected RemoteWeightLengthConversionFullVO |
toRemoteWeightLengthConversionFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteWeightLengthConversionFullVO |
toRemoteWeightLengthConversionFullVO(WeightLengthConversion entity)
Converts this DAO's entity to an object of type RemoteWeightLengthConversionFullVO . |
void |
toRemoteWeightLengthConversionFullVO(WeightLengthConversion source,
RemoteWeightLengthConversionFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteWeightLengthConversionFullVO[] |
toRemoteWeightLengthConversionFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteWeightLengthConversionFullVO . |
void |
toRemoteWeightLengthConversionFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteWeightLengthConversionFullVO . |
protected RemoteWeightLengthConversionNaturalId |
toRemoteWeightLengthConversionNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteWeightLengthConversionNaturalId |
toRemoteWeightLengthConversionNaturalId(WeightLengthConversion entity)
Converts this DAO's entity to an object of type RemoteWeightLengthConversionNaturalId . |
void |
toRemoteWeightLengthConversionNaturalId(WeightLengthConversion source,
RemoteWeightLengthConversionNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteWeightLengthConversionNaturalId[] |
toRemoteWeightLengthConversionNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteWeightLengthConversionNaturalId . |
void |
toRemoteWeightLengthConversionNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteWeightLengthConversionNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
method. |
protected java.lang.Object |
transformEntity(int transform,
WeightLengthConversion 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.referential.conversion.WeightLengthConversionDao , please note
that the WeightLengthConversionDao.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(WeightLengthConversion weightLengthConversion)
Updates the weightLengthConversion 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.referential.conversion.WeightLengthConversionDao |
---|
clusterWeightLengthConversionToEntity, remoteWeightLengthConversionFullVOToEntity, remoteWeightLengthConversionNaturalIdToEntity |
Constructor Detail |
---|
public WeightLengthConversionDaoBase()
Method Detail |
---|
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValueDao
.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValueDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
referenceTaxonDao
.
protected ReferenceTaxonDao getReferenceTaxonDao()
referenceTaxonDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface WeightLengthConversionDao
id
- identifier of the entity to load
WeightLengthConversionDao.load(int, java.lang.Integer)
public WeightLengthConversion load(java.lang.Integer id)
WeightLengthConversionDao
load
in interface WeightLengthConversionDao
WeightLengthConversionDao.load(java.lang.Integer)
public java.util.Collection loadAll()
WeightLengthConversionDao
WeightLengthConversion
.
loadAll
in interface WeightLengthConversionDao
WeightLengthConversionDao.loadAll()
public java.util.Collection loadAll(int transform)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.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 WeightLengthConversionDao
transform
- the flag indicating what transformation to use.
WeightLengthConversionDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.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 WeightLengthConversionDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
WeightLengthConversionDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.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 WeightLengthConversionDao
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.
WeightLengthConversionDao.loadAll(int, int, int)
public WeightLengthConversion create(WeightLengthConversion weightLengthConversion)
WeightLengthConversionDao
create
in interface WeightLengthConversionDao
WeightLengthConversionDao.create(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public java.lang.Object create(int transform, WeightLengthConversion weightLengthConversion)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.create(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
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 WeightLengthConversionDao
WeightLengthConversionDao.create(int transform, fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public java.util.Collection create(java.util.Collection entities)
WeightLengthConversionDao
entities
collection
create
in interface WeightLengthConversionDao
entities
- the collection of fr.ifremer.allegro.referential.conversion.WeightLengthConversion
instances to create.
WeightLengthConversionDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.create(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
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 WeightLengthConversionDao
WeightLengthConversionDao.create(int, java.util.Collection)
public WeightLengthConversion create(java.lang.Integer startMonth, java.lang.Integer endMonth, java.lang.String description, java.lang.Float conversionCoefficientA, java.lang.Float conversionCoefficientB, java.lang.Integer year, java.sql.Timestamp updateDate, Location location, QualitativeValue sex, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Creates a new fr.ifremer.allegro.referential.conversion.WeightLengthConversion
instance from all attributes and
properties and adds it to the persistent store.
create
in interface WeightLengthConversionDao
WeightLengthConversionDao.create(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.lang.Object create(int transform, java.lang.Integer startMonth, java.lang.Integer endMonth, java.lang.String description, java.lang.Float conversionCoefficientA, java.lang.Float conversionCoefficientB, java.lang.Integer year, java.sql.Timestamp updateDate, Location location, QualitativeValue sex, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.create(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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 WeightLengthConversionDao
WeightLengthConversionDao.create(int, java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Float,java.lang.Float,java.lang.Integer,java.sql.Timestamp,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public WeightLengthConversion create(java.lang.Float conversionCoefficientA, java.lang.Float conversionCoefficientB, java.lang.Integer endMonth, Location location, ReferenceTaxon referenceTaxon, java.lang.Integer startMonth)
WeightLengthConversionDao
Creates a new fr.ifremer.allegro.referential.conversion.WeightLengthConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface WeightLengthConversionDao
WeightLengthConversionDao.create(java.lang.Float,java.lang.Float,java.lang.Integer,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.lang.Integer)
public java.lang.Object create(int transform, java.lang.Float conversionCoefficientA, java.lang.Float conversionCoefficientB, java.lang.Integer endMonth, Location location, ReferenceTaxon referenceTaxon, java.lang.Integer startMonth)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.create(java.lang.Float,java.lang.Float,java.lang.Integer,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.lang.Integer)
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 WeightLengthConversionDao
WeightLengthConversionDao.create(int, java.lang.Float,java.lang.Float,java.lang.Integer,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.taxon.ReferenceTaxon,java.lang.Integer)
public void update(WeightLengthConversion weightLengthConversion)
WeightLengthConversionDao
weightLengthConversion
instance in the persistent store.
update
in interface WeightLengthConversionDao
WeightLengthConversionDao.update(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public void update(java.util.Collection entities)
WeightLengthConversionDao
entities
collection in the persistent store.
update
in interface WeightLengthConversionDao
WeightLengthConversionDao.update(java.util.Collection)
public void remove(WeightLengthConversion weightLengthConversion)
WeightLengthConversionDao
remove
in interface WeightLengthConversionDao
WeightLengthConversionDao.remove(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public void remove(java.lang.Integer id)
WeightLengthConversionDao
identifier
from the persistent store.
remove
in interface WeightLengthConversionDao
WeightLengthConversionDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
WeightLengthConversionDao
entities collection.
- Specified by:
remove
in interface WeightLengthConversionDao
- See Also:
WeightLengthConversionDao.remove(java.util.Collection)
public java.util.Collection getAllWeightLengthConversion()
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion()
public java.util.Collection getAllWeightLengthConversion(int transform)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion()
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.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(int)
public java.util.Collection getAllWeightLengthConversion(java.lang.String queryString)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.getAllWeightLengthConversion()
.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(java.lang.String)
public java.util.Collection getAllWeightLengthConversion(int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion()
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.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(int, int)
public java.util.Collection getAllWeightLengthConversion(java.lang.String queryString, int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(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.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(String, int, int)
public java.util.Collection getAllWeightLengthConversion(int transform, java.lang.String queryString)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.getAllWeightLengthConversion(int)
.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(int, String)
public java.util.Collection getAllWeightLengthConversion(int transform, int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(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.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(int, int, int)
public java.util.Collection getAllWeightLengthConversion(int transform, java.lang.String queryString, int pageNumber, int pageSize)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversion(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.
getAllWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversion(int, java.lang.String, int, int)
public WeightLengthConversion findWeightLengthConversionById(java.lang.Integer id)
findWeightLengthConversionById
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer)
public java.lang.Object findWeightLengthConversionById(int transform, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findWeightLengthConversionById
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionById(int, java.lang.Integer)
public WeightLengthConversion findWeightLengthConversionById(java.lang.String queryString, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionById(java.lang.Integer)
.
findWeightLengthConversionById
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionById(java.lang.String, java.lang.Integer)
public java.lang.Object findWeightLengthConversionById(int transform, java.lang.String queryString, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionById(int, java.lang.Integer id)
.
findWeightLengthConversionById
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findWeightLengthConversionBySex(QualitativeValue sex)
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(int transform, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(java.lang.String queryString, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(int pageNumber, int pageSize, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(int transform, java.lang.String queryString, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue sex)
.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(int transform, int pageNumber, int pageSize, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionBySex(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue sex)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionBySex(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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.
findWeightLengthConversionBySex
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionBySex(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findWeightLengthConversionByLocation(Location location)
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(int transform, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location)
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.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(java.lang.String queryString, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location)
.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(int pageNumber, int pageSize, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(fr.ifremer.allegro.referential.location.Location)
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.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(String, fr.ifremer.allegro.referential.location.Location)
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.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(int transform, java.lang.String queryString, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(int transform, int pageNumber, int pageSize, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, fr.ifremer.allegro.referential.location.Location)
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.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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.
findWeightLengthConversionByLocation
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(ReferenceTaxon referenceTaxon)
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(int transform, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(java.lang.String queryString, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(java.lang.String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(int transform, java.lang.String queryString, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon referenceTaxon)
.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(int transform, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public java.util.Collection findWeightLengthConversionByReferenceTaxon(int transform, java.lang.String queryString, int pageNumber, int pageSize, ReferenceTaxon referenceTaxon)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, String, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
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.
findWeightLengthConversionByReferenceTaxon
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByReferenceTaxon(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.ReferenceTaxon)
public WeightLengthConversion findWeightLengthConversionByNaturalId(java.lang.Integer id)
findWeightLengthConversionByNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer)
public java.lang.Object findWeightLengthConversionByNaturalId(int transform, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findWeightLengthConversionByNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByNaturalId(int, java.lang.Integer)
public WeightLengthConversion findWeightLengthConversionByNaturalId(java.lang.String queryString, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.Integer)
.
findWeightLengthConversionByNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findWeightLengthConversionByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.findWeightLengthConversionByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.findWeightLengthConversionByNaturalId(int, java.lang.Integer id)
.
findWeightLengthConversionByNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.findWeightLengthConversionByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp updateDate)
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp)
.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllWeightLengthConversionSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
WeightLengthConversionDao
Does the same thing as WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllWeightLengthConversionSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public WeightLengthConversion createFromClusterWeightLengthConversion(ClusterWeightLengthConversion clusterWeightLengthConversion)
createFromClusterWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.createFromClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterWeightLengthConversion)
protected abstract WeightLengthConversion handleCreateFromClusterWeightLengthConversion(ClusterWeightLengthConversion clusterWeightLengthConversion) throws java.lang.Exception
createFromClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterWeightLengthConversion)
java.lang.Exception
public ClusterWeightLengthConversion[] getAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterWeightLengthConversionSinceDateSynchro
in interface WeightLengthConversionDao
WeightLengthConversionDao.getAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterWeightLengthConversion[] handleGetAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterWeightLengthConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, WeightLengthConversion entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.conversion.WeightLengthConversionDao
, please note
that the WeightLengthConversionDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
WeightLengthConversion
- WeightLengthConversionDao.TRANSFORM_NONE
RemoteWeightLengthConversionFullVO
- TRANSFORM_REMOTEWEIGHTLENGTHCONVERSIONFULLVO
RemoteWeightLengthConversionNaturalId
- TRANSFORM_REMOTEWEIGHTLENGTHCONVERSIONNATURALID
ClusterWeightLengthConversion
- TRANSFORM_CLUSTERWEIGHTLENGTHCONVERSION
WeightLengthConversionDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in WeightLengthConversionDao
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.referential.conversion.WeightLengthConversion)
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.referential.conversion.WeightLengthConversionDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
protected WeightLengthConversion toEntity(java.lang.Object[] row)
public final void toRemoteWeightLengthConversionFullVOCollection(java.util.Collection entities)
WeightLengthConversionDao
RemoteWeightLengthConversionFullVO
.
toRemoteWeightLengthConversionFullVOCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionFullVOCollection(java.util.Collection)
public final RemoteWeightLengthConversionFullVO[] toRemoteWeightLengthConversionFullVOArray(java.util.Collection entities)
WeightLengthConversionDao
RemoteWeightLengthConversionFullVO
.
toRemoteWeightLengthConversionFullVOArray
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionFullVOArray(java.util.Collection)
protected RemoteWeightLengthConversionFullVO toRemoteWeightLengthConversionFullVO(java.lang.Object[] row)
WeightLengthConversionDaoImpl
class if you intend to use reporting queries.
WeightLengthConversionDao.toRemoteWeightLengthConversionFullVO(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public final void remoteWeightLengthConversionFullVOToEntityCollection(java.util.Collection instances)
WeightLengthConversionDao
RemoteWeightLengthConversionFullVO
to this
DAO's entity.
remoteWeightLengthConversionFullVOToEntityCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.remoteWeightLengthConversionFullVOToEntityCollection(java.util.Collection)
public void toRemoteWeightLengthConversionFullVO(WeightLengthConversion source, RemoteWeightLengthConversionFullVO target)
WeightLengthConversionDao
toRemoteWeightLengthConversionFullVO
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionFullVO(fr.ifremer.allegro.referential.conversion.WeightLengthConversion, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteWeightLengthConversionFullVO)
public RemoteWeightLengthConversionFullVO toRemoteWeightLengthConversionFullVO(WeightLengthConversion entity)
WeightLengthConversionDao
RemoteWeightLengthConversionFullVO
.
toRemoteWeightLengthConversionFullVO
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionFullVO(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public void remoteWeightLengthConversionFullVOToEntity(RemoteWeightLengthConversionFullVO source, WeightLengthConversion target, boolean copyIfNull)
WeightLengthConversionDao
RemoteWeightLengthConversionFullVO
to the specified entity.
remoteWeightLengthConversionFullVOToEntity
in interface WeightLengthConversionDao
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.referential.conversion.WeightLengthConversionDao#remoteWeightLengthConversionFullVOToEntity(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteWeightLengthConversionFullVO, fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public final void toRemoteWeightLengthConversionNaturalIdCollection(java.util.Collection entities)
WeightLengthConversionDao
RemoteWeightLengthConversionNaturalId
.
toRemoteWeightLengthConversionNaturalIdCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionNaturalIdCollection(java.util.Collection)
public final RemoteWeightLengthConversionNaturalId[] toRemoteWeightLengthConversionNaturalIdArray(java.util.Collection entities)
WeightLengthConversionDao
RemoteWeightLengthConversionNaturalId
.
toRemoteWeightLengthConversionNaturalIdArray
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionNaturalIdArray(java.util.Collection)
protected RemoteWeightLengthConversionNaturalId toRemoteWeightLengthConversionNaturalId(java.lang.Object[] row)
WeightLengthConversionDaoImpl
class if you intend to use reporting queries.
WeightLengthConversionDao.toRemoteWeightLengthConversionNaturalId(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public final void remoteWeightLengthConversionNaturalIdToEntityCollection(java.util.Collection instances)
WeightLengthConversionDao
RemoteWeightLengthConversionNaturalId
to this
DAO's entity.
remoteWeightLengthConversionNaturalIdToEntityCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.remoteWeightLengthConversionNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteWeightLengthConversionNaturalId(WeightLengthConversion source, RemoteWeightLengthConversionNaturalId target)
WeightLengthConversionDao
toRemoteWeightLengthConversionNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionNaturalId(fr.ifremer.allegro.referential.conversion.WeightLengthConversion, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteWeightLengthConversionNaturalId)
public RemoteWeightLengthConversionNaturalId toRemoteWeightLengthConversionNaturalId(WeightLengthConversion entity)
WeightLengthConversionDao
RemoteWeightLengthConversionNaturalId
.
toRemoteWeightLengthConversionNaturalId
in interface WeightLengthConversionDao
WeightLengthConversionDao.toRemoteWeightLengthConversionNaturalId(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public void remoteWeightLengthConversionNaturalIdToEntity(RemoteWeightLengthConversionNaturalId source, WeightLengthConversion target, boolean copyIfNull)
WeightLengthConversionDao
RemoteWeightLengthConversionNaturalId
to the specified entity.
remoteWeightLengthConversionNaturalIdToEntity
in interface WeightLengthConversionDao
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.referential.conversion.WeightLengthConversionDao#remoteWeightLengthConversionNaturalIdToEntity(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteWeightLengthConversionNaturalId, fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public final void toClusterWeightLengthConversionCollection(java.util.Collection entities)
WeightLengthConversionDao
ClusterWeightLengthConversion
.
toClusterWeightLengthConversionCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.toClusterWeightLengthConversionCollection(java.util.Collection)
public final ClusterWeightLengthConversion[] toClusterWeightLengthConversionArray(java.util.Collection entities)
WeightLengthConversionDao
ClusterWeightLengthConversion
.
toClusterWeightLengthConversionArray
in interface WeightLengthConversionDao
WeightLengthConversionDao.toClusterWeightLengthConversionArray(java.util.Collection)
protected ClusterWeightLengthConversion toClusterWeightLengthConversion(java.lang.Object[] row)
WeightLengthConversionDaoImpl
class if you intend to use reporting queries.
WeightLengthConversionDao.toClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public final void clusterWeightLengthConversionToEntityCollection(java.util.Collection instances)
WeightLengthConversionDao
ClusterWeightLengthConversion
to this
DAO's entity.
clusterWeightLengthConversionToEntityCollection
in interface WeightLengthConversionDao
WeightLengthConversionDao.clusterWeightLengthConversionToEntityCollection(java.util.Collection)
public void toClusterWeightLengthConversion(WeightLengthConversion source, ClusterWeightLengthConversion target)
WeightLengthConversionDao
toClusterWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.toClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.WeightLengthConversion, fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterWeightLengthConversion)
public ClusterWeightLengthConversion toClusterWeightLengthConversion(WeightLengthConversion entity)
WeightLengthConversionDao
ClusterWeightLengthConversion
.
toClusterWeightLengthConversion
in interface WeightLengthConversionDao
WeightLengthConversionDao.toClusterWeightLengthConversion(fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
public void clusterWeightLengthConversionToEntity(ClusterWeightLengthConversion source, WeightLengthConversion target, boolean copyIfNull)
WeightLengthConversionDao
ClusterWeightLengthConversion
to the specified entity.
clusterWeightLengthConversionToEntity
in interface WeightLengthConversionDao
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.referential.conversion.WeightLengthConversionDao#clusterWeightLengthConversionToEntity(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterWeightLengthConversion, fr.ifremer.allegro.referential.conversion.WeightLengthConversion)
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)
WeightLengthConversionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface WeightLengthConversionDao
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.WeightLengthConversionDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
WeightLengthConversionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface WeightLengthConversionDao
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.WeightLengthConversionDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
WeightLengthConversionDao
WeightLengthConversionDao.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 WeightLengthConversionDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
WeightLengthConversionDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
WeightLengthConversionDao
search
object.
search
in interface WeightLengthConversionDao
search
- the search object which provides the search parameters and pagination specification.
WeightLengthConversionDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |