fr.ifremer.allegro.administration.programStrategy
Interface PmfmAppliedStrategyDao

All Known Implementing Classes:
PmfmAppliedStrategyDaoBase, PmfmAppliedStrategyDaoImpl

public interface PmfmAppliedStrategyDao

See Also:
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 collection.
 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

TRANSFORM_NONE

static final 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.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO

static final 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.

This specific flag denotes entities must be transformed into objects of type RemotePmfmAppliedStrategyFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID

static final 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.

This specific flag denotes entities must be transformed into objects of type RemotePmfmAppliedStrategyNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY

static final 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.

This specific flag denotes entities must be transformed into objects of type ClusterPmfmAppliedStrategy.

See Also:
Constant Field Values
Method Detail

toRemotePmfmAppliedStrategyFullVO

void toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source,
                                       RemotePmfmAppliedStrategyFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePmfmAppliedStrategyFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemotePmfmAppliedStrategyFullVO

RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyFullVO.


toRemotePmfmAppliedStrategyFullVOCollection

void toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyFullVO.


toRemotePmfmAppliedStrategyFullVOArray

RemotePmfmAppliedStrategyFullVO[] toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyFullVO.


remotePmfmAppliedStrategyFullVOToEntity

void remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source,
                                             PmfmAppliedStrategy target,
                                             boolean copyIfNull)
Copies the fields of RemotePmfmAppliedStrategyFullVO to the specified entity.

Parameters:
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.

remotePmfmAppliedStrategyFullVOToEntity

PmfmAppliedStrategy remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVO)
Converts an instance of type RemotePmfmAppliedStrategyFullVO to this DAO's entity.


remotePmfmAppliedStrategyFullVOToEntityCollection

void remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmAppliedStrategyFullVO to this DAO's entity.


toRemotePmfmAppliedStrategyNaturalId

void toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source,
                                          RemotePmfmAppliedStrategyNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePmfmAppliedStrategyNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemotePmfmAppliedStrategyNaturalId

RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyNaturalId.


toRemotePmfmAppliedStrategyNaturalIdCollection

void toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyNaturalId.


toRemotePmfmAppliedStrategyNaturalIdArray

RemotePmfmAppliedStrategyNaturalId[] toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyNaturalId.


remotePmfmAppliedStrategyNaturalIdToEntity

void remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source,
                                                PmfmAppliedStrategy target,
                                                boolean copyIfNull)
Copies the fields of RemotePmfmAppliedStrategyNaturalId to the specified entity.

Parameters:
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.

remotePmfmAppliedStrategyNaturalIdToEntity

PmfmAppliedStrategy remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId remotePmfmAppliedStrategyNaturalId)
Converts an instance of type RemotePmfmAppliedStrategyNaturalId to this DAO's entity.


remotePmfmAppliedStrategyNaturalIdToEntityCollection

void remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePmfmAppliedStrategyNaturalId to this DAO's entity.


toClusterPmfmAppliedStrategy

void toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source,
                                  ClusterPmfmAppliedStrategy target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPmfmAppliedStrategy(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterPmfmAppliedStrategy

ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
Converts this DAO's entity to an object of type ClusterPmfmAppliedStrategy.


toClusterPmfmAppliedStrategyCollection

void toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPmfmAppliedStrategy.


toClusterPmfmAppliedStrategyArray

ClusterPmfmAppliedStrategy[] toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPmfmAppliedStrategy.


clusterPmfmAppliedStrategyToEntity

void clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source,
                                        PmfmAppliedStrategy target,
                                        boolean copyIfNull)
Copies the fields of ClusterPmfmAppliedStrategy to the specified entity.

Parameters:
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.

clusterPmfmAppliedStrategyToEntity

PmfmAppliedStrategy clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
Converts an instance of type ClusterPmfmAppliedStrategy to this DAO's entity.


clusterPmfmAppliedStrategyToEntityCollection

void clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPmfmAppliedStrategy to this DAO's entity.


load

PmfmAppliedStrategy load(AppliedStrategy appliedStrategy,
                         Pmfm pmfm)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store.


load

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.

Parameters:
appliedStrategy - identifier of the entity to load
pmfm - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type PmfmAppliedStrategy.

Returns:
the loaded entities.

loadAll

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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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.

Parameters:
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.
Returns:
the loaded entities.

create

PmfmAppliedStrategy create(PmfmAppliedStrategy pmfmAppliedStrategy)
Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store.


create

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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy instances to create.
Returns:
the created instances.

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.


create

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.


create

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.


create

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.


create

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.


update

void update(PmfmAppliedStrategy pmfmAppliedStrategy)
Updates the pmfmAppliedStrategy instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(PmfmAppliedStrategy pmfmAppliedStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store.


remove

void remove(AppliedStrategy appliedStrategy,
            Pmfm pmfm)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy having the given identifiers from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllPmfmAppliedStrategy

java.util.Collection getAllPmfmAppliedStrategy()

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().


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.


getAllPmfmAppliedStrategy

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.


getAllPmfmAppliedStrategy

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.


getAllPmfmAppliedStrategy

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.


getAllPmfmAppliedStrategy

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).


getAllPmfmAppliedStrategy

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.


findPmfmAppliedStrategyByPmfm

java.util.Collection findPmfmAppliedStrategyByPmfm(Pmfm pmfm)

findPmfmAppliedStrategyByPmfm

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).


findPmfmAppliedStrategyByPmfm

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.


findPmfmAppliedStrategyByPmfm

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.


findPmfmAppliedStrategyByPmfm

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.


findPmfmAppliedStrategyByPmfm

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.


findPmfmAppliedStrategyByPmfm

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).


findPmfmAppliedStrategyByPmfm

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.


findPmfmAppliedStrategyByAppliedStrategy

java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

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).


findPmfmAppliedStrategyByAppliedStrategy

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.


findPmfmAppliedStrategyByAppliedStrategy

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.


findPmfmAppliedStrategyByAppliedStrategy

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.


findPmfmAppliedStrategyByAppliedStrategy

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.


findPmfmAppliedStrategyByAppliedStrategy

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).


findPmfmAppliedStrategyByAppliedStrategy

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.


findPmfmAppliedStrategyByAnalysisInstrument

java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

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).


findPmfmAppliedStrategyByAnalysisInstrument

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.


findPmfmAppliedStrategyByAnalysisInstrument

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.


findPmfmAppliedStrategyByAnalysisInstrument

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.


findPmfmAppliedStrategyByAnalysisInstrument

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.


findPmfmAppliedStrategyByAnalysisInstrument

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).


findPmfmAppliedStrategyByAnalysisInstrument

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.


findPmfmAppliedStrategyByGear

java.util.Collection findPmfmAppliedStrategyByGear(Gear gear)

findPmfmAppliedStrategyByGear

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).


findPmfmAppliedStrategyByGear

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.


findPmfmAppliedStrategyByGear

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.


findPmfmAppliedStrategyByGear

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.


findPmfmAppliedStrategyByGear

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.


findPmfmAppliedStrategyByGear

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).


findPmfmAppliedStrategyByGear

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.


findPmfmAppliedStrategyByFishingMetier

java.util.Collection findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)

findPmfmAppliedStrategyByFishingMetier

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).


findPmfmAppliedStrategyByFishingMetier

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.


findPmfmAppliedStrategyByFishingMetier

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.


findPmfmAppliedStrategyByFishingMetier

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.


findPmfmAppliedStrategyByFishingMetier

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.


findPmfmAppliedStrategyByFishingMetier

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).


findPmfmAppliedStrategyByFishingMetier

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.


findPmfmAppliedStrategyByIdentifiers

PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm,
                                                         AppliedStrategy appliedStrategy)

findPmfmAppliedStrategyByIdentifiers

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).


findPmfmAppliedStrategyByIdentifiers

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.


findPmfmAppliedStrategyByIdentifiers

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).


findPmfmAppliedStrategyByNaturalId

PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(Pmfm pmfm,
                                                       AppliedStrategy appliedStrategy)

findPmfmAppliedStrategyByNaturalId

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).


findPmfmAppliedStrategyByNaturalId

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.


findPmfmAppliedStrategyByNaturalId

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).


createFromClusterPmfmAppliedStrategy

PmfmAppliedStrategy createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.