|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PmfmAppliedStrategyDao
PmfmAppliedStrategy
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
PmfmAppliedStrategy |
clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
Converts an instance of type ClusterPmfmAppliedStrategy to this DAO's entity. |
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllPmfmAppliedStrategy() with an
additional flag called transform . |
java.util.Collection |
getAllPmfmAppliedStrategy(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllPmfmAppliedStrategy() with an
additional argument called queryString . |
java.util.Collection |
getAllPmfmAppliedStrategy(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPmfmAppliedStrategy(String) with an
additional two arguments called pageNumber and pageSize . |
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 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 loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
PmfmAppliedStrategy |
remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVO)
Converts an instance of type RemotePmfmAppliedStrategyFullVO to this DAO's entity. |
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. |
PmfmAppliedStrategy |
remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId remotePmfmAppliedStrategyNaturalId)
Converts an instance of type RemotePmfmAppliedStrategyNaturalId 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePmfmAppliedStrategyFullVO
.
static final int TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePmfmAppliedStrategyNaturalId
.
static final int TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterPmfmAppliedStrategy
.
Method Detail |
---|
void toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
RemotePmfmAppliedStrategyFullVO
.
void toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
RemotePmfmAppliedStrategyFullVO
.
RemotePmfmAppliedStrategyFullVO[] toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
RemotePmfmAppliedStrategyFullVO
.
void remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
RemotePmfmAppliedStrategyFullVO
to the specified entity.
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.PmfmAppliedStrategy remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVO)
RemotePmfmAppliedStrategyFullVO
to this DAO's entity.
void remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
RemotePmfmAppliedStrategyFullVO
to this
DAO's entity.
void toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyNaturalId target)
RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
RemotePmfmAppliedStrategyNaturalId
.
void toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
RemotePmfmAppliedStrategyNaturalId
.
RemotePmfmAppliedStrategyNaturalId[] toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
RemotePmfmAppliedStrategyNaturalId
.
void remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source, PmfmAppliedStrategy target, boolean copyIfNull)
RemotePmfmAppliedStrategyNaturalId
to the specified entity.
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.PmfmAppliedStrategy remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId remotePmfmAppliedStrategyNaturalId)
RemotePmfmAppliedStrategyNaturalId
to this DAO's entity.
void remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
RemotePmfmAppliedStrategyNaturalId
to this
DAO's entity.
void toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
ClusterPmfmAppliedStrategy
.
void toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
ClusterPmfmAppliedStrategy
.
ClusterPmfmAppliedStrategy[] toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
ClusterPmfmAppliedStrategy
.
void clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
ClusterPmfmAppliedStrategy
to the specified entity.
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.PmfmAppliedStrategy clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
ClusterPmfmAppliedStrategy
to this DAO's entity.
void clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
ClusterPmfmAppliedStrategy
to this
DAO's entity.
PmfmAppliedStrategy load(AppliedStrategy appliedStrategy, Pmfm pmfm)
java.lang.Object load(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm)
Does the same thing as 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.
appliedStrategy
- identifier of the entity to loadpmfm
- identifier of the entity to load
java.util.Collection loadAll()
PmfmAppliedStrategy
.
java.util.Collection loadAll(int transform)
Does the same thing as 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.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
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.
PmfmAppliedStrategy create(PmfmAppliedStrategy pmfmAppliedStrategy)
java.lang.Object create(int transform, PmfmAppliedStrategy pmfmAppliedStrategy)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
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.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm, AnalysisInstrument analysisInstrument, Gear gear, FishingMetier fishingMetier)
Does the same thing as 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.
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.
java.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm)
Does the same thing as 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.
void update(PmfmAppliedStrategy pmfmAppliedStrategy)
pmfmAppliedStrategy
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(PmfmAppliedStrategy pmfmAppliedStrategy)
void remove(AppliedStrategy appliedStrategy, Pmfm pmfm)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllPmfmAppliedStrategy()
java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString)
Does the same thing as getAllPmfmAppliedStrategy()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPmfmAppliedStrategy()
.
java.util.Collection getAllPmfmAppliedStrategy(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPmfmAppliedStrategy(int transform)
Does the same thing as 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.
java.util.Collection getAllPmfmAppliedStrategy(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString)
Does the same thing as getAllPmfmAppliedStrategy(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPmfmAppliedStrategy(int)
.
java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByPmfm(Pmfm pmfm)
java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)
.
java.util.Collection findPmfmAppliedStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
Does the same thing as 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 findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm)
.
java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)
.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
Does the same thing as 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 findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument analysisInstrument)
.
java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByGear(Gear gear)
java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, Gear gear)
Does the same thing as 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 findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findPmfmAppliedStrategyByGear(int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByGear(int transform, Gear gear)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, Gear gear)
Does the same thing as 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 findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)
java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
Does the same thing as 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 findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)
.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as 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.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
Does the same thing as 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 findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier fishingMetier)
.
java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
Does the same thing as 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.
PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(Pmfm pmfm, AppliedStrategy appliedStrategy)
PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)
.
java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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.
java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
Does the same thing as 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 findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy appliedStrategy)
.
PmfmAppliedStrategy createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |