|
||||||||||
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.administration.programStrategy.PmfmStrategyDaoBase
public abstract class PmfmStrategyDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
.
PmfmStrategy
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.administration.programStrategy.PmfmStrategyDao |
---|
TRANSFORM_CLUSTERPMFMSTRATEGY, TRANSFORM_NONE, TRANSFORM_REMOTEPMFMSTRATEGYFULLVO, TRANSFORM_REMOTEPMFMSTRATEGYNATURALID |
Constructor Summary | |
---|---|
PmfmStrategyDaoBase()
|
Method Summary | |
---|---|
void |
clusterPmfmStrategyToEntity(ClusterPmfmStrategy source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of ClusterPmfmStrategy to the specified entity. |
void |
clusterPmfmStrategyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPmfmStrategy to this
DAO's entity. |
PmfmStrategy |
create(AcquisitionLevel acquisitionLevel,
java.lang.Integer acquisitionNumber,
java.lang.Boolean isMandatory,
Pmfm pmfm,
java.lang.Integer rankOrder,
Strategy strategy)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
AcquisitionLevel acquisitionLevel,
java.lang.Integer acquisitionNumber,
java.lang.Boolean isMandatory,
Pmfm pmfm,
java.lang.Integer rankOrder,
Strategy strategy)
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an
additional flag called transform . |
PmfmStrategy |
create(java.lang.Integer acquisitionNumber,
java.lang.Integer rankOrder,
java.lang.Boolean isMandatory,
java.lang.Float minValue,
java.lang.Float maxValue,
AcquisitionLevel acquisitionLevel,
Strategy strategy,
Pmfm pmfm,
PrecisionType precisionType,
Gear gear,
FishingMetier fishingMetier)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from all attributes and
properties and adds it to the persistent store. |
java.lang.Object |
create(int transform,
java.lang.Integer acquisitionNumber,
java.lang.Integer rankOrder,
java.lang.Boolean isMandatory,
java.lang.Float minValue,
java.lang.Float maxValue,
AcquisitionLevel acquisitionLevel,
Strategy strategy,
Pmfm pmfm,
PrecisionType precisionType,
Gear gear,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PmfmStrategy pmfmStrategy)
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an
additional flag called transform . |
PmfmStrategy |
create(PmfmStrategy pmfmStrategy)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds it to the persistent store. |
PmfmStrategy |
createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
|
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
|
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
int pageNumber,
int pageSize,
AcquisitionLevel acquisitionLevel)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)
|
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByFishingMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByFishingMetier(java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByFishingMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(Gear gear)
|
java.util.Collection |
findPmfmStrategyByGear(int transform,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByGear(java.lang.String queryString,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
PmfmStrategy |
findPmfmStrategyById(java.lang.Integer id)
|
java.lang.Object |
findPmfmStrategyById(int transform,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmStrategyById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(int, java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPmfmStrategyByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPmfmStrategyByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
PmfmStrategy |
findPmfmStrategyByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPmfm(Pmfm pmfm)
|
java.util.Collection |
findPmfmStrategyByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(int transform,
java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByPrecisionType(PrecisionType precisionType)
|
java.util.Collection |
findPmfmStrategyByPrecisionType(java.lang.String queryString,
int pageNumber,
int pageSize,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByPrecisionType(java.lang.String queryString,
PrecisionType precisionType)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional flag called transform . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(int transform,
java.lang.String queryString,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
java.util.Collection |
findPmfmStrategyByStrategy(Strategy strategy)
|
java.util.Collection |
findPmfmStrategyByStrategy(java.lang.String queryString,
int pageNumber,
int pageSize,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmStrategyByStrategy(java.lang.String queryString,
Strategy strategy)
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an
additional argument called queryString . |
protected AcquisitionLevelDao |
getAcquisitionLevelDao()
Gets the reference to acquisitionLevelDao . |
java.util.Collection |
getAllPmfmStrategy()
|
java.util.Collection |
getAllPmfmStrategy(int transform)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy() with an
additional flag called transform . |
java.util.Collection |
getAllPmfmStrategy(int pageNumber,
int pageSize)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(int transform,
int pageNumber,
int pageSize)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(int transform,
java.lang.String queryString)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmStrategy(java.lang.String queryString)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy() with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmStrategy(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(String) with an
additional two arguments called pageNumber and pageSize . |
protected FishingMetierDao |
getFishingMetierDao()
Gets the reference to fishingMetierDao . |
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected PmfmDao |
getPmfmDao()
Gets the reference to pmfmDao . |
protected PrecisionTypeDao |
getPrecisionTypeDao()
Gets the reference to precisionTypeDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected StrategyDao |
getStrategyDao()
Gets the reference to strategyDao . |
protected abstract PmfmStrategy |
handleCreateFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
Performs the core logic for createFromClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmStrategy) |
PmfmStrategy |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PmfmStrategyDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PmfmStrategy . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PmfmStrategyDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PmfmStrategyDao.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 PmfmStrategyDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmStrategyFullVO to the specified entity. |
void |
remotePmfmStrategyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmStrategyFullVO to this
DAO's entity. |
void |
remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source,
PmfmStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmStrategyNaturalId to the specified entity. |
void |
remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmStrategyNaturalId 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.administration.programStrategy.PmfmStrategy having the given identifier from the persistent store. |
void |
remove(PmfmStrategy pmfmStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy 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 PmfmStrategyDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
Sets the reference to acquisitionLevelDao . |
void |
setFishingMetierDao(FishingMetierDao fishingMetierDao)
Sets the reference to fishingMetierDao . |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
void |
setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfmDao . |
void |
setPrecisionTypeDao(PrecisionTypeDao precisionTypeDao)
Sets the reference to precisionTypeDao . |
void |
setStrategyDao(StrategyDao strategyDao)
Sets the reference to strategyDao . |
protected ClusterPmfmStrategy |
toClusterPmfmStrategy(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPmfmStrategy |
toClusterPmfmStrategy(PmfmStrategy entity)
Converts this DAO's entity to an object of type ClusterPmfmStrategy . |
void |
toClusterPmfmStrategy(PmfmStrategy source,
ClusterPmfmStrategy target)
Copies the fields of the specified entity to the target value object. |
ClusterPmfmStrategy[] |
toClusterPmfmStrategyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPmfmStrategy . |
void |
toClusterPmfmStrategyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPmfmStrategy . |
protected PmfmStrategy |
toEntity(java.lang.Object[] row)
|
protected RemotePmfmStrategyFullVO |
toRemotePmfmStrategyFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmStrategyFullVO |
toRemotePmfmStrategyFullVO(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyFullVO . |
void |
toRemotePmfmStrategyFullVO(PmfmStrategy source,
RemotePmfmStrategyFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmStrategyFullVO[] |
toRemotePmfmStrategyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmStrategyFullVO . |
void |
toRemotePmfmStrategyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyFullVO . |
protected RemotePmfmStrategyNaturalId |
toRemotePmfmStrategyNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmStrategyNaturalId |
toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyNaturalId . |
void |
toRemotePmfmStrategyNaturalId(PmfmStrategy source,
RemotePmfmStrategyNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmStrategyNaturalId[] |
toRemotePmfmStrategyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmStrategyNaturalId . |
void |
toRemotePmfmStrategyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
method. |
protected java.lang.Object |
transformEntity(int transform,
PmfmStrategy 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.administration.programStrategy.PmfmStrategyDao , please note
that the PmfmStrategyDao.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(PmfmStrategy pmfmStrategy)
Updates the pmfmStrategy 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.administration.programStrategy.PmfmStrategyDao |
---|
clusterPmfmStrategyToEntity, remotePmfmStrategyFullVOToEntity, remotePmfmStrategyNaturalIdToEntity |
Constructor Detail |
---|
public PmfmStrategyDaoBase()
Method Detail |
---|
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevelDao
.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevelDao
.
public void setPmfmDao(PmfmDao pmfmDao)
pmfmDao
.
protected PmfmDao getPmfmDao()
pmfmDao
.
public void setStrategyDao(StrategyDao strategyDao)
strategyDao
.
protected StrategyDao getStrategyDao()
strategyDao
.
public void setPrecisionTypeDao(PrecisionTypeDao precisionTypeDao)
precisionTypeDao
.
protected PrecisionTypeDao getPrecisionTypeDao()
precisionTypeDao
.
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public void setFishingMetierDao(FishingMetierDao fishingMetierDao)
fishingMetierDao
.
protected FishingMetierDao getFishingMetierDao()
fishingMetierDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.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 PmfmStrategyDao
id
- identifier of the entity to load
PmfmStrategyDao.load(int, java.lang.Integer)
public PmfmStrategy load(java.lang.Integer id)
PmfmStrategyDao
load
in interface PmfmStrategyDao
PmfmStrategyDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PmfmStrategyDao
PmfmStrategy
.
loadAll
in interface PmfmStrategyDao
PmfmStrategyDao.loadAll()
public java.util.Collection loadAll(int transform)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.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 PmfmStrategyDao
transform
- the flag indicating what transformation to use.
PmfmStrategyDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.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 PmfmStrategyDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PmfmStrategyDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.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 PmfmStrategyDao
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.
PmfmStrategyDao.loadAll(int, int, int)
public PmfmStrategy create(PmfmStrategy pmfmStrategy)
PmfmStrategyDao
create
in interface PmfmStrategyDao
PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public java.lang.Object create(int transform, PmfmStrategy pmfmStrategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
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 PmfmStrategyDao
PmfmStrategyDao.create(int transform, fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public java.util.Collection create(java.util.Collection entities)
PmfmStrategyDao
entities
collection
create
in interface PmfmStrategyDao
entities
- the collection of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instances to create.
PmfmStrategyDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
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 PmfmStrategyDao
PmfmStrategyDao.create(int, java.util.Collection)
public PmfmStrategy create(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
PmfmStrategyDao
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PmfmStrategyDao
PmfmStrategyDao.create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
public java.lang.Object create(int transform, java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
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 PmfmStrategyDao
PmfmStrategyDao.create(int, java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
public PmfmStrategy create(AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
PmfmStrategyDao
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PmfmStrategyDao
PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.lang.Object create(int transform, AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy)
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 PmfmStrategyDao
PmfmStrategyDao.create(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy)
public void update(PmfmStrategy pmfmStrategy)
PmfmStrategyDao
pmfmStrategy
instance in the persistent store.
update
in interface PmfmStrategyDao
PmfmStrategyDao.update(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public void update(java.util.Collection entities)
PmfmStrategyDao
entities
collection in the persistent store.
update
in interface PmfmStrategyDao
PmfmStrategyDao.update(java.util.Collection)
public void remove(PmfmStrategy pmfmStrategy)
PmfmStrategyDao
remove
in interface PmfmStrategyDao
PmfmStrategyDao.remove(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public void remove(java.lang.Integer id)
PmfmStrategyDao
identifier
from the persistent store.
remove
in interface PmfmStrategyDao
PmfmStrategyDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PmfmStrategyDao
entities collection.
- Specified by:
remove
in interface PmfmStrategyDao
- See Also:
PmfmStrategyDao.remove(java.util.Collection)
public java.util.Collection getAllPmfmStrategy()
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy()
public java.util.Collection getAllPmfmStrategy(int transform)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy()
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.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(int)
public java.util.Collection getAllPmfmStrategy(java.lang.String queryString)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.getAllPmfmStrategy()
.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(java.lang.String)
public java.util.Collection getAllPmfmStrategy(int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy()
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.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(int, int)
public java.util.Collection getAllPmfmStrategy(java.lang.String queryString, int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(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.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(String, int, int)
public java.util.Collection getAllPmfmStrategy(int transform, java.lang.String queryString)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.getAllPmfmStrategy(int)
.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(int, String)
public java.util.Collection getAllPmfmStrategy(int transform, int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(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.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(int, int, int)
public java.util.Collection getAllPmfmStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.getAllPmfmStrategy(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.
getAllPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.getAllPmfmStrategy(int, java.lang.String, int, int)
public PmfmStrategy findPmfmStrategyById(java.lang.Integer id)
findPmfmStrategyById
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyById(java.lang.Integer)
public java.lang.Object findPmfmStrategyById(int transform, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(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.
findPmfmStrategyById
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyById(int, java.lang.Integer)
public PmfmStrategy findPmfmStrategyById(java.lang.String queryString, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyById(java.lang.Integer)
.
findPmfmStrategyById
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyById(java.lang.String, java.lang.Integer)
public java.lang.Object findPmfmStrategyById(int transform, java.lang.String queryString, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyById(int, java.lang.Integer id)
.
findPmfmStrategyById
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel)
.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findPmfmStrategyByAcquisitionLevel
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByAcquisitionLevel(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel)
public java.util.Collection findPmfmStrategyByPmfm(Pmfm pmfm)
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(int transform, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
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.
findPmfmStrategyByPmfm
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmStrategyByStrategy(Strategy strategy)
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(int transform, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(java.lang.String, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(int pageNumber, int pageSize, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(int, int, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(String, int, int, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(int transform, java.lang.String queryString, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy strategy)
.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(int transform, int pageNumber, int pageSize, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(int, int, int, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy)
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.
findPmfmStrategyByStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByStrategy(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.Strategy)
public java.util.Collection findPmfmStrategyByPrecisionType(PrecisionType precisionType)
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(int transform, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
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.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(java.lang.String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType)
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.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType)
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.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType)
.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType)
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.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType)
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.
findPmfmStrategyByPrecisionType
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByPrecisionType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.PrecisionType)
public java.util.Collection findPmfmStrategyByGear(Gear gear)
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(int transform, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(java.lang.String queryString, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(int pageNumber, int pageSize, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear)
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.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(int transform, java.lang.String queryString, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
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.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
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.
findPmfmStrategyByGear
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
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.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(java.lang.String, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
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.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier)
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.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier fishingMetier)
.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
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.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier)
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.
findPmfmStrategyByFishingMetier
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByFishingMetier(int, java.lang.String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public PmfmStrategy findPmfmStrategyByNaturalId(java.lang.Integer id)
findPmfmStrategyByNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.Integer)
public java.lang.Object findPmfmStrategyByNaturalId(int transform, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(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.
findPmfmStrategyByNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByNaturalId(int, java.lang.Integer)
public PmfmStrategy findPmfmStrategyByNaturalId(java.lang.String queryString, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.Integer)
.
findPmfmStrategyByNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findPmfmStrategyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
PmfmStrategyDao
Does the same thing as PmfmStrategyDao.findPmfmStrategyByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmStrategyDao.findPmfmStrategyByNaturalId(int, java.lang.Integer id)
.
findPmfmStrategyByNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.findPmfmStrategyByNaturalId(int, java.lang.String, java.lang.Integer)
public PmfmStrategy createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
createFromClusterPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.createFromClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmStrategy)
protected abstract PmfmStrategy handleCreateFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy) throws java.lang.Exception
createFromClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmStrategy)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PmfmStrategy entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.administration.programStrategy.PmfmStrategyDao
, please note
that the PmfmStrategyDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PmfmStrategy
- PmfmStrategyDao.TRANSFORM_NONE
RemotePmfmStrategyFullVO
- TRANSFORM_REMOTEPMFMSTRATEGYFULLVO
RemotePmfmStrategyNaturalId
- TRANSFORM_REMOTEPMFMSTRATEGYNATURALID
ClusterPmfmStrategy
- TRANSFORM_CLUSTERPMFMSTRATEGY
PmfmStrategyDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PmfmStrategyDao
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.administration.programStrategy.PmfmStrategy)
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.administration.programStrategy.PmfmStrategyDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
protected PmfmStrategy toEntity(java.lang.Object[] row)
public final void toRemotePmfmStrategyFullVOCollection(java.util.Collection entities)
PmfmStrategyDao
RemotePmfmStrategyFullVO
.
toRemotePmfmStrategyFullVOCollection
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyFullVOCollection(java.util.Collection)
public final RemotePmfmStrategyFullVO[] toRemotePmfmStrategyFullVOArray(java.util.Collection entities)
PmfmStrategyDao
RemotePmfmStrategyFullVO
.
toRemotePmfmStrategyFullVOArray
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyFullVOArray(java.util.Collection)
protected RemotePmfmStrategyFullVO toRemotePmfmStrategyFullVO(java.lang.Object[] row)
PmfmStrategyDaoImpl
class if you intend to use reporting queries.
PmfmStrategyDao.toRemotePmfmStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public final void remotePmfmStrategyFullVOToEntityCollection(java.util.Collection instances)
PmfmStrategyDao
RemotePmfmStrategyFullVO
to this
DAO's entity.
remotePmfmStrategyFullVOToEntityCollection
in interface PmfmStrategyDao
PmfmStrategyDao.remotePmfmStrategyFullVOToEntityCollection(java.util.Collection)
public void toRemotePmfmStrategyFullVO(PmfmStrategy source, RemotePmfmStrategyFullVO target)
PmfmStrategyDao
toRemotePmfmStrategyFullVO
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmStrategyFullVO)
public RemotePmfmStrategyFullVO toRemotePmfmStrategyFullVO(PmfmStrategy entity)
PmfmStrategyDao
RemotePmfmStrategyFullVO
.
toRemotePmfmStrategyFullVO
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public void remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source, PmfmStrategy target, boolean copyIfNull)
PmfmStrategyDao
RemotePmfmStrategyFullVO
to the specified entity.
remotePmfmStrategyFullVOToEntity
in interface PmfmStrategyDao
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.administration.programStrategy.PmfmStrategyDao#remotePmfmStrategyFullVOToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public final void toRemotePmfmStrategyNaturalIdCollection(java.util.Collection entities)
PmfmStrategyDao
RemotePmfmStrategyNaturalId
.
toRemotePmfmStrategyNaturalIdCollection
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyNaturalIdCollection(java.util.Collection)
public final RemotePmfmStrategyNaturalId[] toRemotePmfmStrategyNaturalIdArray(java.util.Collection entities)
PmfmStrategyDao
RemotePmfmStrategyNaturalId
.
toRemotePmfmStrategyNaturalIdArray
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyNaturalIdArray(java.util.Collection)
protected RemotePmfmStrategyNaturalId toRemotePmfmStrategyNaturalId(java.lang.Object[] row)
PmfmStrategyDaoImpl
class if you intend to use reporting queries.
PmfmStrategyDao.toRemotePmfmStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public final void remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection instances)
PmfmStrategyDao
RemotePmfmStrategyNaturalId
to this
DAO's entity.
remotePmfmStrategyNaturalIdToEntityCollection
in interface PmfmStrategyDao
PmfmStrategyDao.remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePmfmStrategyNaturalId(PmfmStrategy source, RemotePmfmStrategyNaturalId target)
PmfmStrategyDao
toRemotePmfmStrategyNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmStrategyNaturalId)
public RemotePmfmStrategyNaturalId toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
PmfmStrategyDao
RemotePmfmStrategyNaturalId
.
toRemotePmfmStrategyNaturalId
in interface PmfmStrategyDao
PmfmStrategyDao.toRemotePmfmStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public void remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source, PmfmStrategy target, boolean copyIfNull)
PmfmStrategyDao
RemotePmfmStrategyNaturalId
to the specified entity.
remotePmfmStrategyNaturalIdToEntity
in interface PmfmStrategyDao
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.administration.programStrategy.PmfmStrategyDao#remotePmfmStrategyNaturalIdToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmStrategyNaturalId, fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public final void toClusterPmfmStrategyCollection(java.util.Collection entities)
PmfmStrategyDao
ClusterPmfmStrategy
.
toClusterPmfmStrategyCollection
in interface PmfmStrategyDao
PmfmStrategyDao.toClusterPmfmStrategyCollection(java.util.Collection)
public final ClusterPmfmStrategy[] toClusterPmfmStrategyArray(java.util.Collection entities)
PmfmStrategyDao
ClusterPmfmStrategy
.
toClusterPmfmStrategyArray
in interface PmfmStrategyDao
PmfmStrategyDao.toClusterPmfmStrategyArray(java.util.Collection)
protected ClusterPmfmStrategy toClusterPmfmStrategy(java.lang.Object[] row)
PmfmStrategyDaoImpl
class if you intend to use reporting queries.
PmfmStrategyDao.toClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public final void clusterPmfmStrategyToEntityCollection(java.util.Collection instances)
PmfmStrategyDao
ClusterPmfmStrategy
to this
DAO's entity.
clusterPmfmStrategyToEntityCollection
in interface PmfmStrategyDao
PmfmStrategyDao.clusterPmfmStrategyToEntityCollection(java.util.Collection)
public void toClusterPmfmStrategy(PmfmStrategy source, ClusterPmfmStrategy target)
PmfmStrategyDao
toClusterPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.toClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy, fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmStrategy)
public ClusterPmfmStrategy toClusterPmfmStrategy(PmfmStrategy entity)
PmfmStrategyDao
ClusterPmfmStrategy
.
toClusterPmfmStrategy
in interface PmfmStrategyDao
PmfmStrategyDao.toClusterPmfmStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
public void clusterPmfmStrategyToEntity(ClusterPmfmStrategy source, PmfmStrategy target, boolean copyIfNull)
PmfmStrategyDao
ClusterPmfmStrategy
to the specified entity.
clusterPmfmStrategyToEntity
in interface PmfmStrategyDao
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.administration.programStrategy.PmfmStrategyDao#clusterPmfmStrategyToEntity(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmStrategy, fr.ifremer.allegro.administration.programStrategy.PmfmStrategy)
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)
PmfmStrategyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmStrategyDao
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.PmfmStrategyDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PmfmStrategyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmStrategyDao
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.PmfmStrategyDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PmfmStrategyDao
PmfmStrategyDao.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 PmfmStrategyDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PmfmStrategyDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PmfmStrategyDao
search
object.
search
in interface PmfmStrategyDao
search
- the search object which provides the search parameters and pagination specification.
PmfmStrategyDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |