|
||||||||||
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.PmfmAppliedStrategyDaoBase
public abstract class PmfmAppliedStrategyDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
.
PmfmAppliedStrategy
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao |
---|
TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY, TRANSFORM_NONE, TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO, TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID |
Constructor Summary | |
---|---|
PmfmAppliedStrategyDaoBase()
|
Method Summary | |
---|---|
void |
clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source,
PmfmAppliedStrategy target,
boolean copyIfNull)
Copies the fields of ClusterPmfmAppliedStrategy to the specified entity. |
void |
clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPmfmAppliedStrategy to this
DAO's entity. |
PmfmAppliedStrategy |
create(AppliedStrategy appliedStrategy,
Pmfm pmfm)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PmfmAppliedStrategy |
create(AppliedStrategy appliedStrategy,
Pmfm pmfm,
AnalysisInstrument analysisInstrument,
Gear gear,
FishingMetier fishingMetier)
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instance from all attributes and
properties 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.PmfmAppliedStrategy and adds from the passed in entities collection |
java.lang.Object |
create(int transform,
AppliedStrategy appliedStrategy,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
AppliedStrategy appliedStrategy,
Pmfm pmfm,
AnalysisInstrument analysisInstrument,
Gear gear,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PmfmAppliedStrategy pmfmAppliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) with an
additional flag called transform . |
PmfmAppliedStrategy |
create(PmfmAppliedStrategy pmfmAppliedStrategy)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store. |
PmfmAppliedStrategy |
createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
|
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)
|
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(int transform,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional flag called transform . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(int transform,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(int transform,
java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString,
int pageNumber,
int pageSize,
AnalysisInstrument analysisInstrument)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)
|
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(int transform,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional flag called transform . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(int pageNumber,
int pageSize,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(int transform,
int pageNumber,
int pageSize,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(int transform,
java.lang.String queryString,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString,
int pageNumber,
int pageSize,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)
|
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(int transform,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional flag called transform . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(int transform,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(int transform,
java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingMetier fishingMetier)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByGear(Gear gear)
|
java.util.Collection |
findPmfmAppliedStrategyByGear(int transform,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findPmfmAppliedStrategyByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByGear(java.lang.String queryString,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
findPmfmAppliedStrategyByIdentifiers(int transform,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional flag called transform . |
java.lang.Object |
findPmfmAppliedStrategyByIdentifiers(int transform,
java.lang.String queryString,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
PmfmAppliedStrategy |
findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm,
AppliedStrategy appliedStrategy)
|
PmfmAppliedStrategy |
findPmfmAppliedStrategyByIdentifiers(java.lang.String queryString,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
java.lang.Object |
findPmfmAppliedStrategyByNaturalId(int transform,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional flag called transform . |
java.lang.Object |
findPmfmAppliedStrategyByNaturalId(int transform,
java.lang.String queryString,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
PmfmAppliedStrategy |
findPmfmAppliedStrategyByNaturalId(Pmfm pmfm,
AppliedStrategy appliedStrategy)
|
PmfmAppliedStrategy |
findPmfmAppliedStrategyByNaturalId(java.lang.String queryString,
Pmfm pmfm,
AppliedStrategy appliedStrategy)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(int transform,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(int transform,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(int transform,
java.lang.String queryString,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(Pmfm pmfm)
|
java.util.Collection |
findPmfmAppliedStrategyByPmfm(java.lang.String queryString,
int pageNumber,
int pageSize,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPmfmAppliedStrategyByPmfm(java.lang.String queryString,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmAppliedStrategy()
|
java.util.Collection |
getAllPmfmAppliedStrategy(int transform)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an
additional flag called transform . |
java.util.Collection |
getAllPmfmAppliedStrategy(int pageNumber,
int pageSize)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmAppliedStrategy(int transform,
int pageNumber,
int pageSize)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmAppliedStrategy(int transform,
java.lang.String queryString)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmAppliedStrategy(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPmfmAppliedStrategy(java.lang.String queryString)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmAppliedStrategy(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(String) with an
additional two arguments called pageNumber and pageSize . |
protected AnalysisInstrumentDao |
getAnalysisInstrumentDao()
Gets the reference to analysisInstrumentDao . |
protected AppliedStrategyDao |
getAppliedStrategyDao()
Gets the reference to appliedStrategyDao . |
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 java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract PmfmAppliedStrategy |
handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
Performs the core logic for createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy) |
PmfmAppliedStrategy |
load(AppliedStrategy appliedStrategy,
Pmfm pmfm)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store. |
java.lang.Object |
load(int transform,
AppliedStrategy appliedStrategy,
Pmfm pmfm)
Does the same thing as PmfmAppliedStrategyDao.load(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PmfmAppliedStrategy . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PmfmAppliedStrategyDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PmfmAppliedStrategyDao.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 PmfmAppliedStrategyDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source,
PmfmAppliedStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmAppliedStrategyFullVO to the specified entity. |
void |
remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmAppliedStrategyFullVO to this
DAO's entity. |
void |
remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source,
PmfmAppliedStrategy target,
boolean copyIfNull)
Copies the fields of RemotePmfmAppliedStrategyNaturalId to the specified entity. |
void |
remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmAppliedStrategyNaturalId to this
DAO's entity. |
void |
remove(AppliedStrategy appliedStrategy,
Pmfm pmfm)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy having the given identifiers from the persistent store. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(PmfmAppliedStrategy pmfmAppliedStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy 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 PmfmAppliedStrategyDao.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 |
setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrumentDao . |
void |
setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
Sets the reference to appliedStrategyDao . |
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 . |
protected ClusterPmfmAppliedStrategy |
toClusterPmfmAppliedStrategy(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPmfmAppliedStrategy |
toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type ClusterPmfmAppliedStrategy . |
void |
toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source,
ClusterPmfmAppliedStrategy target)
Copies the fields of the specified entity to the target value object. |
ClusterPmfmAppliedStrategy[] |
toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPmfmAppliedStrategy . |
void |
toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPmfmAppliedStrategy . |
protected PmfmAppliedStrategy |
toEntity(java.lang.Object[] row)
|
protected RemotePmfmAppliedStrategyFullVO |
toRemotePmfmAppliedStrategyFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmAppliedStrategyFullVO |
toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyFullVO . |
void |
toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source,
RemotePmfmAppliedStrategyFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmAppliedStrategyFullVO[] |
toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyFullVO . |
void |
toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyFullVO . |
protected RemotePmfmAppliedStrategyNaturalId |
toRemotePmfmAppliedStrategyNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePmfmAppliedStrategyNaturalId |
toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyNaturalId . |
void |
toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source,
RemotePmfmAppliedStrategyNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePmfmAppliedStrategyNaturalId[] |
toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyNaturalId . |
void |
toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
method. |
protected java.lang.Object |
transformEntity(int transform,
PmfmAppliedStrategy 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.PmfmAppliedStrategyDao , please note
that the PmfmAppliedStrategyDao.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(PmfmAppliedStrategy pmfmAppliedStrategy)
Updates the pmfmAppliedStrategy 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.PmfmAppliedStrategyDao |
---|
clusterPmfmAppliedStrategyToEntity, remotePmfmAppliedStrategyFullVOToEntity, remotePmfmAppliedStrategyNaturalIdToEntity |
Constructor Detail |
---|
public PmfmAppliedStrategyDaoBase()
Method Detail |
---|
public void setPmfmDao(PmfmDao pmfmDao)
pmfmDao
.
protected PmfmDao getPmfmDao()
pmfmDao
.
public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
appliedStrategyDao
.
protected AppliedStrategyDao getAppliedStrategyDao()
appliedStrategyDao
.
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrumentDao
.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrumentDao
.
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, AppliedStrategy appliedStrategy, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.load(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
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 PmfmAppliedStrategyDao
appliedStrategy
- identifier of the entity to loadpmfm
- identifier of the entity to load
PmfmAppliedStrategyDao.load(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
public PmfmAppliedStrategy load(AppliedStrategy appliedStrategy, Pmfm pmfm)
PmfmAppliedStrategyDao
load
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.load(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection loadAll()
PmfmAppliedStrategyDao
PmfmAppliedStrategy
.
loadAll
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.loadAll()
public java.util.Collection loadAll(int transform)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.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 PmfmAppliedStrategyDao
transform
- the flag indicating what transformation to use.
PmfmAppliedStrategyDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.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 PmfmAppliedStrategyDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PmfmAppliedStrategyDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.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 PmfmAppliedStrategyDao
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.
PmfmAppliedStrategyDao.loadAll(int, int, int)
public PmfmAppliedStrategy create(PmfmAppliedStrategy pmfmAppliedStrategy)
PmfmAppliedStrategyDao
create
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public java.lang.Object create(int transform, PmfmAppliedStrategy pmfmAppliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
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 PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(int transform, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public java.util.Collection create(java.util.Collection entities)
PmfmAppliedStrategyDao
entities
collection
create
in interface PmfmAppliedStrategyDao
entities
- the collection of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instances to create.
PmfmAppliedStrategyDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
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 PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(int, java.util.Collection)
public PmfmAppliedStrategy create(AppliedStrategy appliedStrategy, Pmfm pmfm, AnalysisInstrument analysisInstrument, Gear gear, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
public java.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm, AnalysisInstrument analysisInstrument, Gear gear, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,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 PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)
public PmfmAppliedStrategy create(AppliedStrategy appliedStrategy, Pmfm pmfm)
PmfmAppliedStrategyDao
Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
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 PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.create(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
public void update(PmfmAppliedStrategy pmfmAppliedStrategy)
PmfmAppliedStrategyDao
pmfmAppliedStrategy
instance in the persistent store.
update
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.update(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public void update(java.util.Collection entities)
PmfmAppliedStrategyDao
entities
collection in the persistent store.
update
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.update(java.util.Collection)
public void remove(PmfmAppliedStrategy pmfmAppliedStrategy)
PmfmAppliedStrategyDao
remove
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.remove(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public void remove(AppliedStrategy appliedStrategy, Pmfm pmfm)
PmfmAppliedStrategyDao
identifiers
from the persistent store.
remove
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.remove(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)
public void remove(java.util.Collection entities)
PmfmAppliedStrategyDao
entities collection.
- Specified by:
remove
in interface PmfmAppliedStrategyDao
- See Also:
PmfmAppliedStrategyDao.remove(java.util.Collection)
public java.util.Collection getAllPmfmAppliedStrategy()
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()
public java.util.Collection getAllPmfmAppliedStrategy(int transform)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()
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.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int)
public java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()
.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(java.lang.String)
public java.util.Collection getAllPmfmAppliedStrategy(int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()
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.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, int)
public java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(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.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(String, int, int)
public java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int)
.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, String)
public java.util.Collection getAllPmfmAppliedStrategy(int transform, int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(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.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, int, int)
public java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(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.
getAllPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, java.lang.String, int, int)
public java.util.Collection findPmfmAppliedStrategyByPmfm(Pmfm pmfm)
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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 PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(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.
findPmfmAppliedStrategyByPmfm
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(String, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
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.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
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.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument)
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.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)
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.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)
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.
findPmfmAppliedStrategyByAnalysisInstrument
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)
public java.util.Collection findPmfmAppliedStrategyByGear(Gear gear)
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(int transform, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(int pageNumber, int pageSize, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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 PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(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.
findPmfmAppliedStrategyByGear
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(java.lang.String, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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 PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier fishingMetier)
.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(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.
findPmfmAppliedStrategyByFishingMetier
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, java.lang.String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)
public PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm, AppliedStrategy appliedStrategy)
findPmfmAppliedStrategyByIdentifiers
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByIdentifiers
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
findPmfmAppliedStrategyByIdentifiers
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
findPmfmAppliedStrategyByIdentifiers
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(Pmfm pmfm, AppliedStrategy appliedStrategy)
findPmfmAppliedStrategyByNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
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.
findPmfmAppliedStrategyByNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
findPmfmAppliedStrategyByNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
findPmfmAppliedStrategyByNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
public PmfmAppliedStrategy createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
createFromClusterPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)
protected abstract PmfmAppliedStrategy handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy) throws java.lang.Exception
createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PmfmAppliedStrategy entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao
, please note
that the PmfmAppliedStrategyDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PmfmAppliedStrategy
- PmfmAppliedStrategyDao.TRANSFORM_NONE
RemotePmfmAppliedStrategyFullVO
- TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO
RemotePmfmAppliedStrategyNaturalId
- TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID
ClusterPmfmAppliedStrategy
- TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY
PmfmAppliedStrategyDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PmfmAppliedStrategyDao
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.PmfmAppliedStrategy)
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.PmfmAppliedStrategyDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
protected PmfmAppliedStrategy toEntity(java.lang.Object[] row)
public final void toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyFullVO
.
toRemotePmfmAppliedStrategyFullVOCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection)
public final RemotePmfmAppliedStrategyFullVO[] toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyFullVO
.
toRemotePmfmAppliedStrategyFullVOArray
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection)
protected RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(java.lang.Object[] row)
PmfmAppliedStrategyDaoImpl
class if you intend to use reporting queries.
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public final void remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyFullVO
to this
DAO's entity.
remotePmfmAppliedStrategyFullVOToEntityCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection)
public void toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
PmfmAppliedStrategyDao
toRemotePmfmAppliedStrategyFullVO
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
public RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyFullVO
.
toRemotePmfmAppliedStrategyFullVO
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public void remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyFullVO
to the specified entity.
remotePmfmAppliedStrategyFullVOToEntity
in interface PmfmAppliedStrategyDao
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.PmfmAppliedStrategyDao#remotePmfmAppliedStrategyFullVOToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public final void toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyNaturalId
.
toRemotePmfmAppliedStrategyNaturalIdCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection)
public final RemotePmfmAppliedStrategyNaturalId[] toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyNaturalId
.
toRemotePmfmAppliedStrategyNaturalIdArray
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection)
protected RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(java.lang.Object[] row)
PmfmAppliedStrategyDaoImpl
class if you intend to use reporting queries.
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public final void remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyNaturalId
to this
DAO's entity.
remotePmfmAppliedStrategyNaturalIdToEntityCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyNaturalId target)
PmfmAppliedStrategyDao
toRemotePmfmAppliedStrategyNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)
public RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyNaturalId
.
toRemotePmfmAppliedStrategyNaturalId
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public void remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source, PmfmAppliedStrategy target, boolean copyIfNull)
PmfmAppliedStrategyDao
RemotePmfmAppliedStrategyNaturalId
to the specified entity.
remotePmfmAppliedStrategyNaturalIdToEntity
in interface PmfmAppliedStrategyDao
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.PmfmAppliedStrategyDao#remotePmfmAppliedStrategyNaturalIdToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public final void toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
PmfmAppliedStrategyDao
ClusterPmfmAppliedStrategy
.
toClusterPmfmAppliedStrategyCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategyCollection(java.util.Collection)
public final ClusterPmfmAppliedStrategy[] toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
PmfmAppliedStrategyDao
ClusterPmfmAppliedStrategy
.
toClusterPmfmAppliedStrategyArray
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategyArray(java.util.Collection)
protected ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(java.lang.Object[] row)
PmfmAppliedStrategyDaoImpl
class if you intend to use reporting queries.
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public final void clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
PmfmAppliedStrategyDao
ClusterPmfmAppliedStrategy
to this
DAO's entity.
clusterPmfmAppliedStrategyToEntityCollection
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection)
public void toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
PmfmAppliedStrategyDao
toClusterPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)
public ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
PmfmAppliedStrategyDao
ClusterPmfmAppliedStrategy
.
toClusterPmfmAppliedStrategy
in interface PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
public void clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
PmfmAppliedStrategyDao
ClusterPmfmAppliedStrategy
to the specified entity.
clusterPmfmAppliedStrategyToEntity
in interface PmfmAppliedStrategyDao
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.PmfmAppliedStrategyDao#clusterPmfmAppliedStrategyToEntity(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)
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)
PmfmAppliedStrategyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmAppliedStrategyDao
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.PmfmAppliedStrategyDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PmfmAppliedStrategyDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PmfmAppliedStrategyDao
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.PmfmAppliedStrategyDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PmfmAppliedStrategyDao
PmfmAppliedStrategyDao.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 PmfmAppliedStrategyDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PmfmAppliedStrategyDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PmfmAppliedStrategyDao
search
object.
search
in interface PmfmAppliedStrategyDao
search
- the search object which provides the search parameters and pagination specification.
PmfmAppliedStrategyDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |