fr.ifremer.allegro.administration.programStrategy
Interface PmfmStrategyDao

All Known Implementing Classes:
PmfmStrategyDaoBase, PmfmStrategyDaoImpl

public interface PmfmStrategyDao

See Also:
PmfmStrategy

Field Summary
static int TRANSFORM_CLUSTERPMFMSTRATEGY
          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_REMOTEPMFMSTRATEGYFULLVO
          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_REMOTEPMFMSTRATEGYNATURALID
          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
 PmfmStrategy clusterPmfmStrategyToEntity(ClusterPmfmStrategy clusterPmfmStrategy)
          Converts an instance of type ClusterPmfmStrategy to this DAO's entity.
 void clusterPmfmStrategyToEntity(ClusterPmfmStrategy source, PmfmStrategy target, boolean copyIfNull)
          Copies the fields of ClusterPmfmStrategy to the specified entity.
 void clusterPmfmStrategyToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPmfmStrategy to this DAO's entity.
 PmfmStrategy create(AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
           Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy instance from only required properties (attributes and association ends) and adds it to the persistent store.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds from the passed in entities collection
 java.lang.Object create(int transform, AcquisitionLevel acquisitionLevel, java.lang.Integer acquisitionNumber, java.lang.Boolean isMandatory, Pmfm pmfm, java.lang.Integer rankOrder, Strategy strategy)
           Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional flag called transform.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an additional flag called transform.
 PmfmStrategy create(java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy instance from all attributes and properties and adds it to the persistent store.
 java.lang.Object create(int transform, java.lang.Integer acquisitionNumber, java.lang.Integer rankOrder, java.lang.Boolean isMandatory, java.lang.Float minValue, java.lang.Float maxValue, AcquisitionLevel acquisitionLevel, Strategy strategy, Pmfm pmfm, PrecisionType precisionType, Gear gear, FishingMetier fishingMetier)
           Does the same thing as create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.lang.Object create(int transform, PmfmStrategy pmfmStrategy)
           Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an additional flag called transform.
 PmfmStrategy create(PmfmStrategy pmfmStrategy)
          Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds it to the persistent store.
 PmfmStrategy createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)
           
 java.util.Collection findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)
           
 java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform, java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString, int pageNumber, int pageSize, AcquisitionLevel acquisitionLevel)
           Does the same thing as findPmfmStrategyByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)
           
 java.util.Collection findPmfmStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByGear(Gear gear)
           
 java.util.Collection findPmfmStrategyByGear(int transform, Gear gear)
           Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByGear(java.lang.String queryString, Gear gear)
           Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 PmfmStrategy findPmfmStrategyById(java.lang.Integer id)
           
 java.lang.Object findPmfmStrategyById(int transform, java.lang.Integer id)
           Does the same thing as findPmfmStrategyById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPmfmStrategyById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPmfmStrategyById(int, java.lang.Integer) with an additional argument called queryString.
 PmfmStrategy findPmfmStrategyById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPmfmStrategyById(java.lang.Integer) with an additional argument called queryString.
 PmfmStrategy findPmfmStrategyByNaturalId(java.lang.Integer id)
           
 java.lang.Object findPmfmStrategyByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPmfmStrategyByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPmfmStrategyByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 PmfmStrategy findPmfmStrategyByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPmfm(int transform, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByPmfm(Pmfm pmfm)
           
 java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByPrecisionType(int transform, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPrecisionType(int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPrecisionType(int transform, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPrecisionType(int transform, java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByPrecisionType(PrecisionType precisionType)
           
 java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString, int pageNumber, int pageSize, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString, PrecisionType precisionType)
           Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByStrategy(int transform, int pageNumber, int pageSize, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByStrategy(int pageNumber, int pageSize, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByStrategy(int transform, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional flag called transform.
 java.util.Collection findPmfmStrategyByStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByStrategy(int transform, java.lang.String queryString, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional argument called queryString.
 java.util.Collection findPmfmStrategyByStrategy(Strategy strategy)
           
 java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString, int pageNumber, int pageSize, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString, Strategy strategy)
           Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional argument called queryString.
 java.util.Collection getAllPmfmStrategy()
           
 java.util.Collection getAllPmfmStrategy(int transform)
           Does the same thing as getAllPmfmStrategy() with an additional flag called transform.
 java.util.Collection getAllPmfmStrategy(int pageNumber, int pageSize)
           Does the same thing as getAllPmfmStrategy() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmStrategy(int transform, int pageNumber, int pageSize)
           Does the same thing as getAllPmfmStrategy(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmStrategy(int transform, java.lang.String queryString)
           Does the same thing as getAllPmfmStrategy(int) with an additional argument called queryString.
 java.util.Collection getAllPmfmStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPmfmStrategy(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmStrategy(java.lang.String queryString)
           Does the same thing as getAllPmfmStrategy() with an additional argument called queryString.
 java.util.Collection getAllPmfmStrategy(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as getAllPmfmStrategy(String) with an additional two arguments called pageNumber and pageSize.
 PmfmStrategy load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PmfmStrategy.
 java.util.Collection loadAll(int transform)
           Does the same thing as 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.
 PmfmStrategy remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO remotePmfmStrategyFullVO)
          Converts an instance of type RemotePmfmStrategyFullVO to this DAO's entity.
 void remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source, PmfmStrategy target, boolean copyIfNull)
          Copies the fields of RemotePmfmStrategyFullVO to the specified entity.
 void remotePmfmStrategyFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePmfmStrategyFullVO to this DAO's entity.
 PmfmStrategy remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId remotePmfmStrategyNaturalId)
          Converts an instance of type RemotePmfmStrategyNaturalId to this DAO's entity.
 void remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source, PmfmStrategy target, boolean copyIfNull)
          Copies the fields of RemotePmfmStrategyNaturalId to the specified entity.
 void remotePmfmStrategyNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePmfmStrategyNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy having the given identifier from the persistent store.
 void remove(PmfmStrategy pmfmStrategy)
          Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as 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.
 ClusterPmfmStrategy toClusterPmfmStrategy(PmfmStrategy entity)
          Converts this DAO's entity to an object of type ClusterPmfmStrategy.
 void toClusterPmfmStrategy(PmfmStrategy source, ClusterPmfmStrategy target)
          Copies the fields of the specified entity to the target value object.
 ClusterPmfmStrategy[] toClusterPmfmStrategyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPmfmStrategy.
 void toClusterPmfmStrategyCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPmfmStrategy.
 RemotePmfmStrategyFullVO toRemotePmfmStrategyFullVO(PmfmStrategy entity)
          Converts this DAO's entity to an object of type RemotePmfmStrategyFullVO.
 void toRemotePmfmStrategyFullVO(PmfmStrategy source, RemotePmfmStrategyFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePmfmStrategyFullVO[] toRemotePmfmStrategyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePmfmStrategyFullVO.
 void toRemotePmfmStrategyFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyFullVO.
 RemotePmfmStrategyNaturalId toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
          Converts this DAO's entity to an object of type RemotePmfmStrategyNaturalId.
 void toRemotePmfmStrategyNaturalId(PmfmStrategy source, RemotePmfmStrategyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePmfmStrategyNaturalId[] toRemotePmfmStrategyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePmfmStrategyNaturalId.
 void toRemotePmfmStrategyNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePmfmStrategyNaturalId.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PmfmStrategy pmfmStrategy)
          Updates the pmfmStrategy instance in the persistent store.
 

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_REMOTEPMFMSTRATEGYFULLVO

static final int TRANSFORM_REMOTEPMFMSTRATEGYFULLVO
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 RemotePmfmStrategyFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEPMFMSTRATEGYNATURALID

static final int TRANSFORM_REMOTEPMFMSTRATEGYNATURALID
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 RemotePmfmStrategyNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERPMFMSTRATEGY

static final int TRANSFORM_CLUSTERPMFMSTRATEGY
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 ClusterPmfmStrategy.

See Also:
Constant Field Values
Method Detail

toRemotePmfmStrategyFullVO

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


toRemotePmfmStrategyFullVO

RemotePmfmStrategyFullVO toRemotePmfmStrategyFullVO(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyFullVO.


toRemotePmfmStrategyFullVOCollection

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


toRemotePmfmStrategyFullVOArray

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


remotePmfmStrategyFullVOToEntity

void remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO source,
                                      PmfmStrategy target,
                                      boolean copyIfNull)
Copies the fields of RemotePmfmStrategyFullVO 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.

remotePmfmStrategyFullVOToEntity

PmfmStrategy remotePmfmStrategyFullVOToEntity(RemotePmfmStrategyFullVO remotePmfmStrategyFullVO)
Converts an instance of type RemotePmfmStrategyFullVO to this DAO's entity.


remotePmfmStrategyFullVOToEntityCollection

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


toRemotePmfmStrategyNaturalId

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


toRemotePmfmStrategyNaturalId

RemotePmfmStrategyNaturalId toRemotePmfmStrategyNaturalId(PmfmStrategy entity)
Converts this DAO's entity to an object of type RemotePmfmStrategyNaturalId.


toRemotePmfmStrategyNaturalIdCollection

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


toRemotePmfmStrategyNaturalIdArray

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


remotePmfmStrategyNaturalIdToEntity

void remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId source,
                                         PmfmStrategy target,
                                         boolean copyIfNull)
Copies the fields of RemotePmfmStrategyNaturalId 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.

remotePmfmStrategyNaturalIdToEntity

PmfmStrategy remotePmfmStrategyNaturalIdToEntity(RemotePmfmStrategyNaturalId remotePmfmStrategyNaturalId)
Converts an instance of type RemotePmfmStrategyNaturalId to this DAO's entity.


remotePmfmStrategyNaturalIdToEntityCollection

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


toClusterPmfmStrategy

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


toClusterPmfmStrategy

ClusterPmfmStrategy toClusterPmfmStrategy(PmfmStrategy entity)
Converts this DAO's entity to an object of type ClusterPmfmStrategy.


toClusterPmfmStrategyCollection

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


toClusterPmfmStrategyArray

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


clusterPmfmStrategyToEntity

void clusterPmfmStrategyToEntity(ClusterPmfmStrategy source,
                                 PmfmStrategy target,
                                 boolean copyIfNull)
Copies the fields of ClusterPmfmStrategy 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.

clusterPmfmStrategyToEntity

PmfmStrategy clusterPmfmStrategyToEntity(ClusterPmfmStrategy clusterPmfmStrategy)
Converts an instance of type ClusterPmfmStrategy to this DAO's entity.


clusterPmfmStrategyToEntityCollection

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


load

PmfmStrategy load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store.


load

java.lang.Object load(int transform,
                      java.lang.Integer id)

Does the same thing as load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

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

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

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


create

java.lang.Object create(int transform,
                        PmfmStrategy pmfmStrategy)

Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.PmfmStrategy) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

java.util.Collection create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy and adds from the passed in entities collection

Parameters:
entities - the collection of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy 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.PmfmStrategy) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


create

PmfmStrategy create(java.lang.Integer acquisitionNumber,
                    java.lang.Integer rankOrder,
                    java.lang.Boolean isMandatory,
                    java.lang.Float minValue,
                    java.lang.Float maxValue,
                    AcquisitionLevel acquisitionLevel,
                    Strategy strategy,
                    Pmfm pmfm,
                    PrecisionType precisionType,
                    Gear gear,
                    FishingMetier fishingMetier)

Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy instance from all attributes and properties and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        java.lang.Integer acquisitionNumber,
                        java.lang.Integer rankOrder,
                        java.lang.Boolean isMandatory,
                        java.lang.Float minValue,
                        java.lang.Float maxValue,
                        AcquisitionLevel acquisitionLevel,
                        Strategy strategy,
                        Pmfm pmfm,
                        PrecisionType precisionType,
                        Gear gear,
                        FishingMetier fishingMetier)

Does the same thing as create(java.lang.Integer,java.lang.Integer,java.lang.Boolean,java.lang.Float,java.lang.Float,fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,fr.ifremer.allegro.administration.programStrategy.Strategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.PrecisionType,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


create

PmfmStrategy create(AcquisitionLevel acquisitionLevel,
                    java.lang.Integer acquisitionNumber,
                    java.lang.Boolean isMandatory,
                    Pmfm pmfm,
                    java.lang.Integer rankOrder,
                    Strategy strategy)

Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmStrategy instance from only required properties (attributes and association ends) and adds it to the persistent store.


create

java.lang.Object create(int transform,
                        AcquisitionLevel acquisitionLevel,
                        java.lang.Integer acquisitionNumber,
                        java.lang.Boolean isMandatory,
                        Pmfm pmfm,
                        java.lang.Integer rankOrder,
                        Strategy strategy)

Does the same thing as create(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel,java.lang.Integer,java.lang.Boolean,fr.ifremer.allegro.referential.pmfm.Pmfm,java.lang.Integer,fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.


update

void update(PmfmStrategy pmfmStrategy)
Updates the pmfmStrategy 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(PmfmStrategy pmfmStrategy)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy from the persistent store.


remove

void remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmStrategy having the given identifier from the persistent store.


remove

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


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy()

getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(java.lang.String queryString)

Does the same thing as getAllPmfmStrategy() with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPmfmStrategy().


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(int pageNumber,
                                        int pageSize)

Does the same thing as getAllPmfmStrategy() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(java.lang.String queryString,
                                        int pageNumber,
                                        int pageSize)

Does the same thing as getAllPmfmStrategy(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(int transform)

Does the same thing as getAllPmfmStrategy() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(int transform,
                                        int pageNumber,
                                        int pageSize)

Does the same thing as getAllPmfmStrategy(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(int transform,
                                        java.lang.String queryString)

Does the same thing as getAllPmfmStrategy(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in getAllPmfmStrategy(int).


getAllPmfmStrategy

java.util.Collection getAllPmfmStrategy(int transform,
                                        java.lang.String queryString,
                                        int pageNumber,
                                        int pageSize)

Does the same thing as getAllPmfmStrategy(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyById

PmfmStrategy findPmfmStrategyById(java.lang.Integer id)

findPmfmStrategyById

PmfmStrategy findPmfmStrategyById(java.lang.String queryString,
                                  java.lang.Integer id)

Does the same thing as findPmfmStrategyById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyById(java.lang.Integer).


findPmfmStrategyById

java.lang.Object findPmfmStrategyById(int transform,
                                      java.lang.Integer id)

Does the same thing as findPmfmStrategyById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyById

java.lang.Object findPmfmStrategyById(int transform,
                                      java.lang.String queryString,
                                      java.lang.Integer id)

Does the same thing as findPmfmStrategyById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyById(int, java.lang.Integer id).


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(AcquisitionLevel acquisitionLevel)

findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel).


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(int pageNumber,
                                                        int pageSize,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform,
                                                        int pageNumber,
                                                        int pageSize,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform,
                                                        java.lang.String queryString,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByAcquisitionLevel(int, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel acquisitionLevel).


findPmfmStrategyByAcquisitionLevel

java.util.Collection findPmfmStrategyByAcquisitionLevel(int transform,
                                                        java.lang.String queryString,
                                                        int pageNumber,
                                                        int pageSize,
                                                        AcquisitionLevel acquisitionLevel)

Does the same thing as findPmfmStrategyByAcquisitionLevel(int, String, fr.ifremer.allegro.administration.programStrategy.AcquisitionLevel) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(Pmfm pmfm)

findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm).


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(int pageNumber,
                                            int pageSize,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(int transform,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(int transform,
                                            int pageNumber,
                                            int pageSize,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(int transform,
                                            java.lang.String queryString,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm pmfm).


findPmfmStrategyByPmfm

java.util.Collection findPmfmStrategyByPmfm(int transform,
                                            java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize,
                                            Pmfm pmfm)

Does the same thing as findPmfmStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(Strategy strategy)

findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy).


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(int pageNumber,
                                                int pageSize,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(int transform,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(int transform,
                                                int pageNumber,
                                                int pageSize,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(int transform,
                                                java.lang.String queryString,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByStrategy(int, fr.ifremer.allegro.administration.programStrategy.Strategy strategy).


findPmfmStrategyByStrategy

java.util.Collection findPmfmStrategyByStrategy(int transform,
                                                java.lang.String queryString,
                                                int pageNumber,
                                                int pageSize,
                                                Strategy strategy)

Does the same thing as findPmfmStrategyByStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.Strategy) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(PrecisionType precisionType)

findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType).


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(int pageNumber,
                                                     int pageSize,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(int transform,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(fr.ifremer.allegro.referential.PrecisionType) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(int transform,
                                                     java.lang.String queryString,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByPrecisionType(int, fr.ifremer.allegro.referential.PrecisionType precisionType).


findPmfmStrategyByPrecisionType

java.util.Collection findPmfmStrategyByPrecisionType(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     PrecisionType precisionType)

Does the same thing as findPmfmStrategyByPrecisionType(int, String, fr.ifremer.allegro.referential.PrecisionType) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(Gear gear)

findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(java.lang.String queryString,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear).


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(int pageNumber,
                                            int pageSize,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(int transform,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(int transform,
                                            int pageNumber,
                                            int pageSize,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(int transform,
                                            java.lang.String queryString,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).


findPmfmStrategyByGear

java.util.Collection findPmfmStrategyByGear(int transform,
                                            java.lang.String queryString,
                                            int pageNumber,
                                            int pageSize,
                                            Gear gear)

Does the same thing as findPmfmStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(FishingMetier fishingMetier)

findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier).


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(int pageNumber,
                                                     int pageSize,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(int transform,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(int transform,
                                                     int pageNumber,
                                                     int pageSize,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(int transform,
                                                     java.lang.String queryString,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier fishingMetier).


findPmfmStrategyByFishingMetier

java.util.Collection findPmfmStrategyByFishingMetier(int transform,
                                                     java.lang.String queryString,
                                                     int pageNumber,
                                                     int pageSize,
                                                     FishingMetier fishingMetier)

Does the same thing as findPmfmStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.


findPmfmStrategyByNaturalId

PmfmStrategy findPmfmStrategyByNaturalId(java.lang.Integer id)

findPmfmStrategyByNaturalId

PmfmStrategy findPmfmStrategyByNaturalId(java.lang.String queryString,
                                         java.lang.Integer id)

Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByNaturalId(java.lang.Integer).


findPmfmStrategyByNaturalId

java.lang.Object findPmfmStrategyByNaturalId(int transform,
                                             java.lang.Integer id)

Does the same thing as findPmfmStrategyByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.


findPmfmStrategyByNaturalId

java.lang.Object findPmfmStrategyByNaturalId(int transform,
                                             java.lang.String queryString,
                                             java.lang.Integer id)

Does the same thing as findPmfmStrategyByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in findPmfmStrategyByNaturalId(int, java.lang.Integer id).


createFromClusterPmfmStrategy

PmfmStrategy createFromClusterPmfmStrategy(ClusterPmfmStrategy clusterPmfmStrategy)

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.