|
||||||||||
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.RoundWeightConversionDaoBase
public abstract class RoundWeightConversionDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.conversion.RoundWeightConversion
.
RoundWeightConversion
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.conversion.RoundWeightConversionDao |
---|
TRANSFORM_CLUSTERROUNDWEIGHTCONVERSION, TRANSFORM_NONE, TRANSFORM_REMOTEROUNDWEIGHTCONVERSIONFULLVO, TRANSFORM_REMOTEROUNDWEIGHTCONVERSIONNATURALID |
Constructor Summary | |
---|---|
RoundWeightConversionDaoBase()
|
Method Summary | |
---|---|
void |
clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion source,
RoundWeightConversion target,
boolean copyIfNull)
Copies the fields of ClusterRoundWeightConversion to the specified entity. |
void |
clusterRoundWeightConversionToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterRoundWeightConversion to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion and adds from the passed in entities collection |
RoundWeightConversion |
create(java.lang.Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
TaxonGroup taxonGroup)
Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
RoundWeightConversion |
create(java.lang.Float conversionCoefficient,
java.sql.Timestamp updateDate,
java.lang.String description,
TaxonGroup taxonGroup,
Location location,
QualitativeValue preserving,
QualitativeValue dressing)
Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion
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 RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float conversionCoefficient,
QualitativeValue dressing,
Location location,
QualitativeValue preserving,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.create(java.lang.Float,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.Float conversionCoefficient,
java.sql.Timestamp updateDate,
java.lang.String description,
TaxonGroup taxonGroup,
Location location,
QualitativeValue preserving,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.create(java.lang.Float,java.sql.Timestamp,java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
RoundWeightConversion roundWeightConversion)
Does the same thing as RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion) with an
additional flag called transform . |
RoundWeightConversion |
create(RoundWeightConversion roundWeightConversion)
Creates an instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion and adds it to the persistent store. |
RoundWeightConversion |
createFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
|
java.util.Collection |
findRoundWeightConversionByDressing(int transform,
int pageNumber,
int pageSize,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByDressing(int pageNumber,
int pageSize,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByDressing(int transform,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findRoundWeightConversionByDressing(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByDressing(int transform,
java.lang.String queryString,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByDressing(QualitativeValue dressing)
|
java.util.Collection |
findRoundWeightConversionByDressing(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByDressing(java.lang.String queryString,
QualitativeValue dressing)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
RoundWeightConversion |
findRoundWeightConversionById(java.lang.Integer id)
|
java.lang.Object |
findRoundWeightConversionById(int transform,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findRoundWeightConversionById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(int, java.lang.Integer) with an
additional argument called queryString . |
RoundWeightConversion |
findRoundWeightConversionById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByLocation(int transform,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findRoundWeightConversionByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByLocation(Location location)
|
java.util.Collection |
findRoundWeightConversionByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByLocation(java.lang.String queryString,
Location location)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
RoundWeightConversion |
findRoundWeightConversionByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findRoundWeightConversionByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findRoundWeightConversionByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
RoundWeightConversion |
findRoundWeightConversionByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByPreserving(int transform,
int pageNumber,
int pageSize,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByPreserving(int pageNumber,
int pageSize,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByPreserving(int transform,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional flag called transform . |
java.util.Collection |
findRoundWeightConversionByPreserving(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByPreserving(int transform,
java.lang.String queryString,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByPreserving(QualitativeValue preserving)
|
java.util.Collection |
findRoundWeightConversionByPreserving(java.lang.String queryString,
int pageNumber,
int pageSize,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(String, fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByPreserving(java.lang.String queryString,
QualitativeValue preserving)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(int transform,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(int transform,
java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(int transform,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional flag called transform . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(java.lang.String queryString,
TaxonGroup taxonGroup)
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an
additional argument called queryString . |
java.util.Collection |
findRoundWeightConversionByTaxonGroup(TaxonGroup taxonGroup)
|
ClusterRoundWeightConversion[] |
getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllRoundWeightConversion()
|
java.util.Collection |
getAllRoundWeightConversion(int transform)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion() with an
additional flag called transform . |
java.util.Collection |
getAllRoundWeightConversion(int pageNumber,
int pageSize)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversion(int transform,
int pageNumber,
int pageSize)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversion(int transform,
java.lang.String queryString)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(int) with an
additional argument called queryString . |
java.util.Collection |
getAllRoundWeightConversion(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversion(java.lang.String queryString)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion() with an
additional argument called queryString . |
java.util.Collection |
getAllRoundWeightConversion(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllRoundWeightConversionSinceDateSynchro(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 TaxonGroupDao |
getTaxonGroupDao()
Gets the reference to taxonGroupDao . |
protected abstract RoundWeightConversion |
handleCreateFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
Performs the core logic for createFromClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion) |
protected abstract ClusterRoundWeightConversion[] |
handleGetAllClusterRoundWeightConversionSinceDateSynchro(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 getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
RoundWeightConversion |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as RoundWeightConversionDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type RoundWeightConversion . |
java.util.Collection |
loadAll(int transform)
Does the same thing as RoundWeightConversionDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as RoundWeightConversionDao.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 RoundWeightConversionDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO source,
RoundWeightConversion target,
boolean copyIfNull)
Copies the fields of RemoteRoundWeightConversionFullVO to the specified entity. |
void |
remoteRoundWeightConversionFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteRoundWeightConversionFullVO to this
DAO's entity. |
void |
remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId source,
RoundWeightConversion target,
boolean copyIfNull)
Copies the fields of RemoteRoundWeightConversionNaturalId to the specified entity. |
void |
remoteRoundWeightConversionNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteRoundWeightConversionNaturalId 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.RoundWeightConversion having the given identifier from the persistent store. |
void |
remove(RoundWeightConversion roundWeightConversion)
Removes the instance of fr.ifremer.allegro.referential.conversion.RoundWeightConversion 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 RoundWeightConversionDao.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 |
setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao . |
protected ClusterRoundWeightConversion |
toClusterRoundWeightConversion(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterRoundWeightConversion |
toClusterRoundWeightConversion(RoundWeightConversion entity)
Converts this DAO's entity to an object of type ClusterRoundWeightConversion . |
void |
toClusterRoundWeightConversion(RoundWeightConversion source,
ClusterRoundWeightConversion target)
Copies the fields of the specified entity to the target value object. |
ClusterRoundWeightConversion[] |
toClusterRoundWeightConversionArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterRoundWeightConversion . |
void |
toClusterRoundWeightConversionCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterRoundWeightConversion . |
protected RoundWeightConversion |
toEntity(java.lang.Object[] row)
|
protected RemoteRoundWeightConversionFullVO |
toRemoteRoundWeightConversionFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteRoundWeightConversionFullVO |
toRemoteRoundWeightConversionFullVO(RoundWeightConversion entity)
Converts this DAO's entity to an object of type RemoteRoundWeightConversionFullVO . |
void |
toRemoteRoundWeightConversionFullVO(RoundWeightConversion source,
RemoteRoundWeightConversionFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteRoundWeightConversionFullVO[] |
toRemoteRoundWeightConversionFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteRoundWeightConversionFullVO . |
void |
toRemoteRoundWeightConversionFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteRoundWeightConversionFullVO . |
protected RemoteRoundWeightConversionNaturalId |
toRemoteRoundWeightConversionNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteRoundWeightConversionNaturalId |
toRemoteRoundWeightConversionNaturalId(RoundWeightConversion entity)
Converts this DAO's entity to an object of type RemoteRoundWeightConversionNaturalId . |
void |
toRemoteRoundWeightConversionNaturalId(RoundWeightConversion source,
RemoteRoundWeightConversionNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteRoundWeightConversionNaturalId[] |
toRemoteRoundWeightConversionNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteRoundWeightConversionNaturalId . |
void |
toRemoteRoundWeightConversionNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteRoundWeightConversionNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
method. |
protected java.lang.Object |
transformEntity(int transform,
RoundWeightConversion 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.RoundWeightConversionDao , please note
that the RoundWeightConversionDao.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(RoundWeightConversion roundWeightConversion)
Updates the roundWeightConversion 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.RoundWeightConversionDao |
---|
clusterRoundWeightConversionToEntity, remoteRoundWeightConversionFullVOToEntity, remoteRoundWeightConversionNaturalIdToEntity |
Constructor Detail |
---|
public RoundWeightConversionDaoBase()
Method Detail |
---|
public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
taxonGroupDao
.
protected TaxonGroupDao getTaxonGroupDao()
taxonGroupDao
.
public void setLocationDao(LocationDao locationDao)
locationDao
.
protected LocationDao getLocationDao()
locationDao
.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValueDao
.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValueDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.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 RoundWeightConversionDao
id
- identifier of the entity to load
RoundWeightConversionDao.load(int, java.lang.Integer)
public RoundWeightConversion load(java.lang.Integer id)
RoundWeightConversionDao
load
in interface RoundWeightConversionDao
RoundWeightConversionDao.load(java.lang.Integer)
public java.util.Collection loadAll()
RoundWeightConversionDao
RoundWeightConversion
.
loadAll
in interface RoundWeightConversionDao
RoundWeightConversionDao.loadAll()
public java.util.Collection loadAll(int transform)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.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 RoundWeightConversionDao
transform
- the flag indicating what transformation to use.
RoundWeightConversionDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.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 RoundWeightConversionDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
RoundWeightConversionDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.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 RoundWeightConversionDao
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.
RoundWeightConversionDao.loadAll(int, int, int)
public RoundWeightConversion create(RoundWeightConversion roundWeightConversion)
RoundWeightConversionDao
create
in interface RoundWeightConversionDao
RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public java.lang.Object create(int transform, RoundWeightConversion roundWeightConversion)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
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 RoundWeightConversionDao
RoundWeightConversionDao.create(int transform, fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public java.util.Collection create(java.util.Collection entities)
RoundWeightConversionDao
entities
collection
create
in interface RoundWeightConversionDao
entities
- the collection of fr.ifremer.allegro.referential.conversion.RoundWeightConversion
instances to create.
RoundWeightConversionDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.create(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
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 RoundWeightConversionDao
RoundWeightConversionDao.create(int, java.util.Collection)
public RoundWeightConversion create(java.lang.Float conversionCoefficient, java.sql.Timestamp updateDate, java.lang.String description, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
RoundWeightConversionDao
Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion
instance from all attributes and
properties and adds it to the persistent store.
create
in interface RoundWeightConversionDao
RoundWeightConversionDao.create(java.lang.Float,java.sql.Timestamp,java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.lang.Object create(int transform, java.lang.Float conversionCoefficient, java.sql.Timestamp updateDate, java.lang.String description, TaxonGroup taxonGroup, Location location, QualitativeValue preserving, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.create(java.lang.Float,java.sql.Timestamp,java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.QualitativeValue)
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 RoundWeightConversionDao
RoundWeightConversionDao.create(int, java.lang.Float,java.sql.Timestamp,java.lang.String,fr.ifremer.allegro.referential.taxon.TaxonGroup,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public RoundWeightConversion create(java.lang.Float conversionCoefficient, QualitativeValue dressing, Location location, QualitativeValue preserving, TaxonGroup taxonGroup)
RoundWeightConversionDao
Creates a new fr.ifremer.allegro.referential.conversion.RoundWeightConversion
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface RoundWeightConversionDao
RoundWeightConversionDao.create(java.lang.Float,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.lang.Object create(int transform, java.lang.Float conversionCoefficient, QualitativeValue dressing, Location location, QualitativeValue preserving, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.create(java.lang.Float,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup)
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 RoundWeightConversionDao
RoundWeightConversionDao.create(int, java.lang.Float,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.location.Location,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.taxon.TaxonGroup)
public void update(RoundWeightConversion roundWeightConversion)
RoundWeightConversionDao
roundWeightConversion
instance in the persistent store.
update
in interface RoundWeightConversionDao
RoundWeightConversionDao.update(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public void update(java.util.Collection entities)
RoundWeightConversionDao
entities
collection in the persistent store.
update
in interface RoundWeightConversionDao
RoundWeightConversionDao.update(java.util.Collection)
public void remove(RoundWeightConversion roundWeightConversion)
RoundWeightConversionDao
remove
in interface RoundWeightConversionDao
RoundWeightConversionDao.remove(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public void remove(java.lang.Integer id)
RoundWeightConversionDao
identifier
from the persistent store.
remove
in interface RoundWeightConversionDao
RoundWeightConversionDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
RoundWeightConversionDao
entities collection.
- Specified by:
remove
in interface RoundWeightConversionDao
- See Also:
RoundWeightConversionDao.remove(java.util.Collection)
public java.util.Collection getAllRoundWeightConversion()
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion()
public java.util.Collection getAllRoundWeightConversion(int transform)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion()
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.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(int)
public java.util.Collection getAllRoundWeightConversion(java.lang.String queryString)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.getAllRoundWeightConversion()
.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(java.lang.String)
public java.util.Collection getAllRoundWeightConversion(int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion()
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.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(int, int)
public java.util.Collection getAllRoundWeightConversion(java.lang.String queryString, int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(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.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(String, int, int)
public java.util.Collection getAllRoundWeightConversion(int transform, java.lang.String queryString)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.getAllRoundWeightConversion(int)
.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(int, String)
public java.util.Collection getAllRoundWeightConversion(int transform, int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(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.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(int, int, int)
public java.util.Collection getAllRoundWeightConversion(int transform, java.lang.String queryString, int pageNumber, int pageSize)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversion(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.
getAllRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversion(int, java.lang.String, int, int)
public RoundWeightConversion findRoundWeightConversionById(java.lang.Integer id)
findRoundWeightConversionById
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer)
public java.lang.Object findRoundWeightConversionById(int transform, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(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.
findRoundWeightConversionById
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionById(int, java.lang.Integer)
public RoundWeightConversion findRoundWeightConversionById(java.lang.String queryString, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionById(java.lang.Integer)
.
findRoundWeightConversionById
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionById(java.lang.String, java.lang.Integer)
public java.lang.Object findRoundWeightConversionById(int transform, java.lang.String queryString, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionById(int, java.lang.Integer id)
.
findRoundWeightConversionById
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findRoundWeightConversionByTaxonGroup(TaxonGroup taxonGroup)
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(int transform, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup)
.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)
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.
findRoundWeightConversionByTaxonGroup
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)
public java.util.Collection findRoundWeightConversionByLocation(Location location)
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(int transform, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(java.lang.String queryString, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByLocation(fr.ifremer.allegro.referential.location.Location)
.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(java.lang.String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(int pageNumber, int pageSize, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(int transform, java.lang.String queryString, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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 RoundWeightConversionDao.findRoundWeightConversionByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(int transform, int pageNumber, int pageSize, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(int, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByLocation(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.
findRoundWeightConversionByLocation
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByLocation(int, java.lang.String, int, int, fr.ifremer.allegro.referential.location.Location)
public java.util.Collection findRoundWeightConversionByPreserving(QualitativeValue preserving)
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(int transform, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(java.lang.String queryString, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByPreserving(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(int pageNumber, int pageSize, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(int transform, java.lang.String queryString, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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 RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue preserving)
.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(int transform, int pageNumber, int pageSize, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByPreserving(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue preserving)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByPreserving(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.
findRoundWeightConversionByPreserving
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByPreserving(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(QualitativeValue dressing)
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(int transform, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(java.lang.String queryString, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByDressing(fr.ifremer.allegro.referential.pmfm.QualitativeValue)
.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(java.lang.String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(int pageNumber, int pageSize, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(int transform, java.lang.String queryString, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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 RoundWeightConversionDao.findRoundWeightConversionByDressing(int, fr.ifremer.allegro.referential.pmfm.QualitativeValue dressing)
.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(int, String, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(int transform, int pageNumber, int pageSize, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(int, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public java.util.Collection findRoundWeightConversionByDressing(int transform, java.lang.String queryString, int pageNumber, int pageSize, QualitativeValue dressing)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByDressing(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.
findRoundWeightConversionByDressing
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByDressing(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.QualitativeValue)
public RoundWeightConversion findRoundWeightConversionByNaturalId(java.lang.Integer id)
findRoundWeightConversionByNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer)
public java.lang.Object findRoundWeightConversionByNaturalId(int transform, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(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.
findRoundWeightConversionByNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByNaturalId(int, java.lang.Integer)
public RoundWeightConversion findRoundWeightConversionByNaturalId(java.lang.String queryString, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.Integer)
.
findRoundWeightConversionByNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findRoundWeightConversionByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.findRoundWeightConversionByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.findRoundWeightConversionByNaturalId(int, java.lang.Integer id)
.
findRoundWeightConversionByNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.findRoundWeightConversionByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp updateDate)
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(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.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.sql.Timestamp)
.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(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.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(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.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(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.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllRoundWeightConversionSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
RoundWeightConversionDao
Does the same thing as RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(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.
getAllRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllRoundWeightConversionSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public RoundWeightConversion createFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion)
createFromClusterRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.createFromClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)
protected abstract RoundWeightConversion handleCreateFromClusterRoundWeightConversion(ClusterRoundWeightConversion clusterRoundWeightConversion) throws java.lang.Exception
createFromClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)
java.lang.Exception
public ClusterRoundWeightConversion[] getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterRoundWeightConversionSinceDateSynchro
in interface RoundWeightConversionDao
RoundWeightConversionDao.getAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterRoundWeightConversion[] handleGetAllClusterRoundWeightConversionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterRoundWeightConversionSinceDateSynchro(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, RoundWeightConversion entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.conversion.RoundWeightConversionDao
, please note
that the RoundWeightConversionDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
RoundWeightConversion
- RoundWeightConversionDao.TRANSFORM_NONE
RemoteRoundWeightConversionFullVO
- TRANSFORM_REMOTEROUNDWEIGHTCONVERSIONFULLVO
RemoteRoundWeightConversionNaturalId
- TRANSFORM_REMOTEROUNDWEIGHTCONVERSIONNATURALID
ClusterRoundWeightConversion
- TRANSFORM_CLUSTERROUNDWEIGHTCONVERSION
RoundWeightConversionDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in RoundWeightConversionDao
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.RoundWeightConversion)
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.RoundWeightConversionDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
protected RoundWeightConversion toEntity(java.lang.Object[] row)
public final void toRemoteRoundWeightConversionFullVOCollection(java.util.Collection entities)
RoundWeightConversionDao
RemoteRoundWeightConversionFullVO
.
toRemoteRoundWeightConversionFullVOCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionFullVOCollection(java.util.Collection)
public final RemoteRoundWeightConversionFullVO[] toRemoteRoundWeightConversionFullVOArray(java.util.Collection entities)
RoundWeightConversionDao
RemoteRoundWeightConversionFullVO
.
toRemoteRoundWeightConversionFullVOArray
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionFullVOArray(java.util.Collection)
protected RemoteRoundWeightConversionFullVO toRemoteRoundWeightConversionFullVO(java.lang.Object[] row)
RoundWeightConversionDaoImpl
class if you intend to use reporting queries.
RoundWeightConversionDao.toRemoteRoundWeightConversionFullVO(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public final void remoteRoundWeightConversionFullVOToEntityCollection(java.util.Collection instances)
RoundWeightConversionDao
RemoteRoundWeightConversionFullVO
to this
DAO's entity.
remoteRoundWeightConversionFullVOToEntityCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.remoteRoundWeightConversionFullVOToEntityCollection(java.util.Collection)
public void toRemoteRoundWeightConversionFullVO(RoundWeightConversion source, RemoteRoundWeightConversionFullVO target)
RoundWeightConversionDao
toRemoteRoundWeightConversionFullVO
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionFullVO(fr.ifremer.allegro.referential.conversion.RoundWeightConversion, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO)
public RemoteRoundWeightConversionFullVO toRemoteRoundWeightConversionFullVO(RoundWeightConversion entity)
RoundWeightConversionDao
RemoteRoundWeightConversionFullVO
.
toRemoteRoundWeightConversionFullVO
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionFullVO(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public void remoteRoundWeightConversionFullVOToEntity(RemoteRoundWeightConversionFullVO source, RoundWeightConversion target, boolean copyIfNull)
RoundWeightConversionDao
RemoteRoundWeightConversionFullVO
to the specified entity.
remoteRoundWeightConversionFullVOToEntity
in interface RoundWeightConversionDao
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.RoundWeightConversionDao#remoteRoundWeightConversionFullVOToEntity(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionFullVO, fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public final void toRemoteRoundWeightConversionNaturalIdCollection(java.util.Collection entities)
RoundWeightConversionDao
RemoteRoundWeightConversionNaturalId
.
toRemoteRoundWeightConversionNaturalIdCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalIdCollection(java.util.Collection)
public final RemoteRoundWeightConversionNaturalId[] toRemoteRoundWeightConversionNaturalIdArray(java.util.Collection entities)
RoundWeightConversionDao
RemoteRoundWeightConversionNaturalId
.
toRemoteRoundWeightConversionNaturalIdArray
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalIdArray(java.util.Collection)
protected RemoteRoundWeightConversionNaturalId toRemoteRoundWeightConversionNaturalId(java.lang.Object[] row)
RoundWeightConversionDaoImpl
class if you intend to use reporting queries.
RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalId(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public final void remoteRoundWeightConversionNaturalIdToEntityCollection(java.util.Collection instances)
RoundWeightConversionDao
RemoteRoundWeightConversionNaturalId
to this
DAO's entity.
remoteRoundWeightConversionNaturalIdToEntityCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.remoteRoundWeightConversionNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteRoundWeightConversionNaturalId(RoundWeightConversion source, RemoteRoundWeightConversionNaturalId target)
RoundWeightConversionDao
toRemoteRoundWeightConversionNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalId(fr.ifremer.allegro.referential.conversion.RoundWeightConversion, fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId)
public RemoteRoundWeightConversionNaturalId toRemoteRoundWeightConversionNaturalId(RoundWeightConversion entity)
RoundWeightConversionDao
RemoteRoundWeightConversionNaturalId
.
toRemoteRoundWeightConversionNaturalId
in interface RoundWeightConversionDao
RoundWeightConversionDao.toRemoteRoundWeightConversionNaturalId(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public void remoteRoundWeightConversionNaturalIdToEntity(RemoteRoundWeightConversionNaturalId source, RoundWeightConversion target, boolean copyIfNull)
RoundWeightConversionDao
RemoteRoundWeightConversionNaturalId
to the specified entity.
remoteRoundWeightConversionNaturalIdToEntity
in interface RoundWeightConversionDao
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.RoundWeightConversionDao#remoteRoundWeightConversionNaturalIdToEntity(fr.ifremer.allegro.referential.conversion.generic.vo.RemoteRoundWeightConversionNaturalId, fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public final void toClusterRoundWeightConversionCollection(java.util.Collection entities)
RoundWeightConversionDao
ClusterRoundWeightConversion
.
toClusterRoundWeightConversionCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.toClusterRoundWeightConversionCollection(java.util.Collection)
public final ClusterRoundWeightConversion[] toClusterRoundWeightConversionArray(java.util.Collection entities)
RoundWeightConversionDao
ClusterRoundWeightConversion
.
toClusterRoundWeightConversionArray
in interface RoundWeightConversionDao
RoundWeightConversionDao.toClusterRoundWeightConversionArray(java.util.Collection)
protected ClusterRoundWeightConversion toClusterRoundWeightConversion(java.lang.Object[] row)
RoundWeightConversionDaoImpl
class if you intend to use reporting queries.
RoundWeightConversionDao.toClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public final void clusterRoundWeightConversionToEntityCollection(java.util.Collection instances)
RoundWeightConversionDao
ClusterRoundWeightConversion
to this
DAO's entity.
clusterRoundWeightConversionToEntityCollection
in interface RoundWeightConversionDao
RoundWeightConversionDao.clusterRoundWeightConversionToEntityCollection(java.util.Collection)
public void toClusterRoundWeightConversion(RoundWeightConversion source, ClusterRoundWeightConversion target)
RoundWeightConversionDao
toClusterRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.toClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.RoundWeightConversion, fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion)
public ClusterRoundWeightConversion toClusterRoundWeightConversion(RoundWeightConversion entity)
RoundWeightConversionDao
ClusterRoundWeightConversion
.
toClusterRoundWeightConversion
in interface RoundWeightConversionDao
RoundWeightConversionDao.toClusterRoundWeightConversion(fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
public void clusterRoundWeightConversionToEntity(ClusterRoundWeightConversion source, RoundWeightConversion target, boolean copyIfNull)
RoundWeightConversionDao
ClusterRoundWeightConversion
to the specified entity.
clusterRoundWeightConversionToEntity
in interface RoundWeightConversionDao
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.RoundWeightConversionDao#clusterRoundWeightConversionToEntity(fr.ifremer.allegro.referential.conversion.generic.cluster.ClusterRoundWeightConversion, fr.ifremer.allegro.referential.conversion.RoundWeightConversion)
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)
RoundWeightConversionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface RoundWeightConversionDao
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.RoundWeightConversionDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
RoundWeightConversionDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface RoundWeightConversionDao
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.RoundWeightConversionDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
RoundWeightConversionDao
RoundWeightConversionDao.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 RoundWeightConversionDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
RoundWeightConversionDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
RoundWeightConversionDao
search
object.
search
in interface RoundWeightConversionDao
search
- the search object which provides the search parameters and pagination specification.
RoundWeightConversionDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |