fr.ifremer.allegro.administration.programStrategy
Class PmfmAppliedStrategyDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDaoBase
All Implemented Interfaces:
PmfmAppliedStrategyDao
Direct Known Subclasses:
PmfmAppliedStrategyDaoImpl

public abstract class PmfmAppliedStrategyDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PmfmAppliedStrategyDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy.

See Also:
PmfmAppliedStrategy

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao
TRANSFORM_CLUSTERPMFMAPPLIEDSTRATEGY, TRANSFORM_NONE, TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYFULLVO, TRANSFORM_REMOTEPMFMAPPLIEDSTRATEGYNATURALID
 
Constructor Summary
PmfmAppliedStrategyDaoBase()
           
 
Method Summary
 void clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source, PmfmAppliedStrategy target, boolean copyIfNull)
          Copies the fields of ClusterPmfmAppliedStrategy to the specified entity.
 void clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPmfmAppliedStrategy to this DAO's entity.
 PmfmAppliedStrategy create(AppliedStrategy appliedStrategy, Pmfm pmfm)
           Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PmfmAppliedStrategy create(AppliedStrategy appliedStrategy, Pmfm pmfm, AnalysisInstrument analysisInstrument, Gear gear, FishingMetier fishingMetier)
           Creates a new fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds from the passed in entities collection
 java.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.lang.Object create(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm, AnalysisInstrument analysisInstrument, Gear gear, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) with an additional flag called transform.
 java.lang.Object create(int transform, PmfmAppliedStrategy pmfmAppliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) with an additional flag called transform.
 PmfmAppliedStrategy create(PmfmAppliedStrategy pmfmAppliedStrategy)
          Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store.
 PmfmAppliedStrategy createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
           
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)
           
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional flag called transform.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform, java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString, int pageNumber, int pageSize, AnalysisInstrument analysisInstrument)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(String, fr.ifremer.allegro.referential.AnalysisInstrument) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)
           
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional flag called transform.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)
           
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional flag called transform.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString, int pageNumber, int pageSize, FishingMetier fishingMetier)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(String, fr.ifremer.allegro.referential.metier.FishingMetier) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByGear(Gear gear)
           
 java.util.Collection findPmfmAppliedStrategyByGear(int transform, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findPmfmAppliedStrategyByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional flag called transform.
 java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm, AppliedStrategy appliedStrategy)
           
 PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional flag called transform.
 java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform, java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(Pmfm pmfm, AppliedStrategy appliedStrategy)
           
 PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(java.lang.String queryString, Pmfm pmfm, AppliedStrategy appliedStrategy)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByPmfm(int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByPmfm(int transform, java.lang.String queryString, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection findPmfmAppliedStrategyByPmfm(Pmfm pmfm)
           
 java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, int pageNumber, int pageSize, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(String, fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional argument called queryString.
 java.util.Collection getAllPmfmAppliedStrategy()
           
 java.util.Collection getAllPmfmAppliedStrategy(int transform)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an additional flag called transform.
 java.util.Collection getAllPmfmAppliedStrategy(int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmAppliedStrategy(int transform, int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int) with an additional argument called queryString.
 java.util.Collection getAllPmfmAppliedStrategy(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy() with an additional argument called queryString.
 java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(String) with an additional two arguments called pageNumber and pageSize.
protected  AnalysisInstrumentDao getAnalysisInstrumentDao()
          Gets the reference to analysisInstrumentDao.
protected  AppliedStrategyDao getAppliedStrategyDao()
          Gets the reference to appliedStrategyDao.
protected  FishingMetierDao getFishingMetierDao()
          Gets the reference to fishingMetierDao.
protected  GearDao getGearDao()
          Gets the reference to gearDao.
protected  PmfmDao getPmfmDao()
          Gets the reference to pmfmDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  PmfmAppliedStrategy handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
          Performs the core logic for createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)
 PmfmAppliedStrategy load(AppliedStrategy appliedStrategy, Pmfm pmfm)
          Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store.
 java.lang.Object load(int transform, AppliedStrategy appliedStrategy, Pmfm pmfm)
           Does the same thing as PmfmAppliedStrategyDao.load(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PmfmAppliedStrategy.
 java.util.Collection loadAll(int transform)
           Does the same thing as PmfmAppliedStrategyDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as PmfmAppliedStrategyDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source, PmfmAppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemotePmfmAppliedStrategyFullVO to the specified entity.
 void remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePmfmAppliedStrategyFullVO to this DAO's entity.
 void remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source, PmfmAppliedStrategy target, boolean copyIfNull)
          Copies the fields of RemotePmfmAppliedStrategyNaturalId to the specified entity.
 void remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePmfmAppliedStrategyNaturalId to this DAO's entity.
 void remove(AppliedStrategy appliedStrategy, Pmfm pmfm)
          Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy having the given identifiers from the persistent store.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities 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 PmfmAppliedStrategyDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
          Sets the reference to analysisInstrumentDao.
 void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
          Sets the reference to appliedStrategyDao.
 void setFishingMetierDao(FishingMetierDao fishingMetierDao)
          Sets the reference to fishingMetierDao.
 void setGearDao(GearDao gearDao)
          Sets the reference to gearDao.
 void setPmfmDao(PmfmDao pmfmDao)
          Sets the reference to pmfmDao.
protected  ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
          Converts this DAO's entity to an object of type ClusterPmfmAppliedStrategy.
 void toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source, ClusterPmfmAppliedStrategy target)
          Copies the fields of the specified entity to the target value object.
 ClusterPmfmAppliedStrategy[] toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPmfmAppliedStrategy.
 void toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPmfmAppliedStrategy.
protected  PmfmAppliedStrategy toEntity(java.lang.Object[] row)
           
protected  RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
          Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyFullVO.
 void toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePmfmAppliedStrategyFullVO[] toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyFullVO.
 void toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyFullVO.
protected  RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
          Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyNaturalId.
 void toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source, RemotePmfmAppliedStrategyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePmfmAppliedStrategyNaturalId[] toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyNaturalId.
 void toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) method.
protected  java.lang.Object transformEntity(int transform, PmfmAppliedStrategy entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao, please note that the PmfmAppliedStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PmfmAppliedStrategy pmfmAppliedStrategy)
          Updates the pmfmAppliedStrategy instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao
clusterPmfmAppliedStrategyToEntity, remotePmfmAppliedStrategyFullVOToEntity, remotePmfmAppliedStrategyNaturalIdToEntity
 

Constructor Detail

PmfmAppliedStrategyDaoBase

public PmfmAppliedStrategyDaoBase()
Method Detail

setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfmDao.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfmDao.


setAppliedStrategyDao

public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
Sets the reference to appliedStrategyDao.


getAppliedStrategyDao

protected AppliedStrategyDao getAppliedStrategyDao()
Gets the reference to appliedStrategyDao.


setAnalysisInstrumentDao

public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrumentDao.


getAnalysisInstrumentDao

protected AnalysisInstrumentDao getAnalysisInstrumentDao()
Gets the reference to analysisInstrumentDao.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gearDao.


getGearDao

protected GearDao getGearDao()
Gets the reference to gearDao.


setFishingMetierDao

public void setFishingMetierDao(FishingMetierDao fishingMetierDao)
Sets the reference to fishingMetierDao.


getFishingMetierDao

protected FishingMetierDao getFishingMetierDao()
Gets the reference to fishingMetierDao.


load

public java.lang.Object load(int transform,
                             AppliedStrategy appliedStrategy,
                             Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
load in interface PmfmAppliedStrategyDao
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.
See Also:
PmfmAppliedStrategyDao.load(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)

load

public PmfmAppliedStrategy load(AppliedStrategy appliedStrategy,
                                Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao
Loads an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store.

Specified by:
load in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.load(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)

loadAll

public java.util.Collection loadAll()
Description copied from interface: PmfmAppliedStrategyDao
Loads all entities of type PmfmAppliedStrategy.

Specified by:
loadAll in interface PmfmAppliedStrategyDao
Returns:
the loaded entities.
See Also:
PmfmAppliedStrategyDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
loadAll in interface PmfmAppliedStrategyDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
PmfmAppliedStrategyDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
loadAll in interface PmfmAppliedStrategyDao
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.
See Also:
PmfmAppliedStrategyDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
loadAll in interface PmfmAppliedStrategyDao
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.
See Also:
PmfmAppliedStrategyDao.loadAll(int, int, int)

create

public PmfmAppliedStrategy create(PmfmAppliedStrategy pmfmAppliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao
Creates an instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds it to the persistent store.

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

create

public java.lang.Object create(int transform,
                               PmfmAppliedStrategy pmfmAppliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(int transform, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Creates a new instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy and adds from the passed in entities collection

Specified by:
create in interface PmfmAppliedStrategyDao
Parameters:
entities - the collection of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy instances to create.
Returns:
the created instances.
See Also:
PmfmAppliedStrategyDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(int, java.util.Collection)

create

public PmfmAppliedStrategy create(AppliedStrategy appliedStrategy,
                                  Pmfm pmfm,
                                  AnalysisInstrument analysisInstrument,
                                  Gear gear,
                                  FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)

create

public java.lang.Object create(int transform,
                               AppliedStrategy appliedStrategy,
                               Pmfm pmfm,
                               AnalysisInstrument analysisInstrument,
                               Gear gear,
                               FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm,fr.ifremer.allegro.referential.AnalysisInstrument,fr.ifremer.allegro.referential.gear.Gear,fr.ifremer.allegro.referential.metier.FishingMetier)

create

public PmfmAppliedStrategy create(AppliedStrategy appliedStrategy,
                                  Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)

create

public java.lang.Object create(int transform,
                               AppliedStrategy appliedStrategy,
                               Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
create in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.create(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)

update

public void update(PmfmAppliedStrategy pmfmAppliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao
Updates the pmfmAppliedStrategy instance in the persistent store.

Specified by:
update in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.update(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

update

public void update(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.update(java.util.Collection)

remove

public void remove(PmfmAppliedStrategy pmfmAppliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao
Removes the instance of fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy from the persistent store.

Specified by:
remove in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.remove(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

remove

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

Specified by:
remove in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.remove(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy,fr.ifremer.allegro.referential.pmfm.Pmfm)

remove

public void remove(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Removes all entities in the given entities collection.

Specified by:
remove in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.remove(java.util.Collection)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy()
Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy()

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(int transform)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(java.lang.String)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(int pageNumber,
                                                      int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, int)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(String, int, int)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(int transform,
                                                      java.lang.String queryString)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, String)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(int transform,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, int, int)

getAllPmfmAppliedStrategy

public java.util.Collection getAllPmfmAppliedStrategy(int transform,
                                                      java.lang.String queryString,
                                                      int pageNumber,
                                                      int pageSize)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
getAllPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.getAllPmfmAppliedStrategy(int, java.lang.String, int, int)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(Pmfm pmfm)
Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(int pageNumber,
                                                          int pageSize,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform,
                                                          java.lang.String queryString,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, String, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByPmfm

public java.util.Collection findPmfmAppliedStrategyByPmfm(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Pmfm pmfm)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByPmfm in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByPmfm(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Pmfm)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(AppliedStrategy appliedStrategy)
Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(java.lang.String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int pageNumber,
                                                                     int pageSize,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(String, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform,
                                                                     java.lang.String queryString,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, String, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAppliedStrategy

public java.util.Collection findPmfmAppliedStrategyByAppliedStrategy(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAppliedStrategy(int, java.lang.String, int, int, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(AnalysisInstrument analysisInstrument)
Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int pageNumber,
                                                                        int pageSize,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform,
                                                                        java.lang.String queryString,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, String, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByAnalysisInstrument

public java.util.Collection findPmfmAppliedStrategyByAnalysisInstrument(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        AnalysisInstrument analysisInstrument)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByAnalysisInstrument in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByAnalysisInstrument(int, java.lang.String, int, int, fr.ifremer.allegro.referential.AnalysisInstrument)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(Gear gear)
Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(int transform,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(int pageNumber,
                                                          int pageSize,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(int transform,
                                                          java.lang.String queryString,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByGear

public java.util.Collection findPmfmAppliedStrategyByGear(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Gear gear)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByGear in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(FishingMetier fishingMetier)
Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(java.lang.String, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int pageNumber,
                                                                   int pageSize,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, int, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform,
                                                                   java.lang.String queryString,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, String, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByFishingMetier

public java.util.Collection findPmfmAppliedStrategyByFishingMetier(int transform,
                                                                   java.lang.String queryString,
                                                                   int pageNumber,
                                                                   int pageSize,
                                                                   FishingMetier fishingMetier)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByFishingMetier in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByFishingMetier(int, java.lang.String, int, int, fr.ifremer.allegro.referential.metier.FishingMetier)

findPmfmAppliedStrategyByIdentifiers

public PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(Pmfm pmfm,
                                                                AppliedStrategy appliedStrategy)
Specified by:
findPmfmAppliedStrategyByIdentifiers in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByIdentifiers

public java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform,
                                                             Pmfm pmfm,
                                                             AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByIdentifiers in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByIdentifiers

public PmfmAppliedStrategy findPmfmAppliedStrategyByIdentifiers(java.lang.String queryString,
                                                                Pmfm pmfm,
                                                                AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByIdentifiers in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByIdentifiers

public java.lang.Object findPmfmAppliedStrategyByIdentifiers(int transform,
                                                             java.lang.String queryString,
                                                             Pmfm pmfm,
                                                             AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByIdentifiers in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByIdentifiers(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByNaturalId

public PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(Pmfm pmfm,
                                                              AppliedStrategy appliedStrategy)
Specified by:
findPmfmAppliedStrategyByNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByNaturalId

public java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform,
                                                           Pmfm pmfm,
                                                           AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByNaturalId

public PmfmAppliedStrategy findPmfmAppliedStrategyByNaturalId(java.lang.String queryString,
                                                              Pmfm pmfm,
                                                              AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

findPmfmAppliedStrategyByNaturalId

public java.lang.Object findPmfmAppliedStrategyByNaturalId(int transform,
                                                           java.lang.String queryString,
                                                           Pmfm pmfm,
                                                           AppliedStrategy appliedStrategy)
Description copied from interface: PmfmAppliedStrategyDao

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

Specified by:
findPmfmAppliedStrategyByNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.findPmfmAppliedStrategyByNaturalId(int, java.lang.String, fr.ifremer.allegro.referential.pmfm.Pmfm, fr.ifremer.allegro.administration.programStrategy.AppliedStrategy)

createFromClusterPmfmAppliedStrategy

public PmfmAppliedStrategy createFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
Specified by:
createFromClusterPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)

handleCreateFromClusterPmfmAppliedStrategy

protected abstract PmfmAppliedStrategy handleCreateFromClusterPmfmAppliedStrategy(ClusterPmfmAppliedStrategy clusterPmfmAppliedStrategy)
                                                                           throws java.lang.Exception
Performs the core logic for createFromClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           PmfmAppliedStrategy entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao, please note that the PmfmAppliedStrategyDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown PmfmAppliedStrategyDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in PmfmAppliedStrategyDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

toEntity

protected PmfmAppliedStrategy toEntity(java.lang.Object[] row)

toRemotePmfmAppliedStrategyFullVOCollection

public final void toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyFullVO.

Specified by:
toRemotePmfmAppliedStrategyFullVOCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVOCollection(java.util.Collection)

toRemotePmfmAppliedStrategyFullVOArray

public final RemotePmfmAppliedStrategyFullVO[] toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyFullVO.

Specified by:
toRemotePmfmAppliedStrategyFullVOArray in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVOArray(java.util.Collection)

toRemotePmfmAppliedStrategyFullVO

protected RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PmfmAppliedStrategyDaoImpl class if you intend to use reporting queries.

See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

remotePmfmAppliedStrategyFullVOToEntityCollection

public final void remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: PmfmAppliedStrategyDao
Converts a Collection of instances of type RemotePmfmAppliedStrategyFullVO to this DAO's entity.

Specified by:
remotePmfmAppliedStrategyFullVOToEntityCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.remotePmfmAppliedStrategyFullVOToEntityCollection(java.util.Collection)

toRemotePmfmAppliedStrategyFullVO

public void toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy source,
                                              RemotePmfmAppliedStrategyFullVO target)
Description copied from interface: PmfmAppliedStrategyDao
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).

Specified by:
toRemotePmfmAppliedStrategyFullVO in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

toRemotePmfmAppliedStrategyFullVO

public RemotePmfmAppliedStrategyFullVO toRemotePmfmAppliedStrategyFullVO(PmfmAppliedStrategy entity)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyFullVO.

Specified by:
toRemotePmfmAppliedStrategyFullVO in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyFullVO(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

remotePmfmAppliedStrategyFullVOToEntity

public void remotePmfmAppliedStrategyFullVOToEntity(RemotePmfmAppliedStrategyFullVO source,
                                                    PmfmAppliedStrategy target,
                                                    boolean copyIfNull)
Description copied from interface: PmfmAppliedStrategyDao
Copies the fields of RemotePmfmAppliedStrategyFullVO to the specified entity.

Specified by:
remotePmfmAppliedStrategyFullVOToEntity in interface PmfmAppliedStrategyDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao#remotePmfmAppliedStrategyFullVOToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

toRemotePmfmAppliedStrategyNaturalIdCollection

public final void toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to a Collection of instances of type RemotePmfmAppliedStrategyNaturalId.

Specified by:
toRemotePmfmAppliedStrategyNaturalIdCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalIdCollection(java.util.Collection)

toRemotePmfmAppliedStrategyNaturalIdArray

public final RemotePmfmAppliedStrategyNaturalId[] toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an array of instances of type RemotePmfmAppliedStrategyNaturalId.

Specified by:
toRemotePmfmAppliedStrategyNaturalIdArray in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalIdArray(java.util.Collection)

toRemotePmfmAppliedStrategyNaturalId

protected RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PmfmAppliedStrategyDaoImpl class if you intend to use reporting queries.

See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

remotePmfmAppliedStrategyNaturalIdToEntityCollection

public final void remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: PmfmAppliedStrategyDao
Converts a Collection of instances of type RemotePmfmAppliedStrategyNaturalId to this DAO's entity.

Specified by:
remotePmfmAppliedStrategyNaturalIdToEntityCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.remotePmfmAppliedStrategyNaturalIdToEntityCollection(java.util.Collection)

toRemotePmfmAppliedStrategyNaturalId

public void toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy source,
                                                 RemotePmfmAppliedStrategyNaturalId target)
Description copied from interface: PmfmAppliedStrategyDao
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).

Specified by:
toRemotePmfmAppliedStrategyNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)

toRemotePmfmAppliedStrategyNaturalId

public RemotePmfmAppliedStrategyNaturalId toRemotePmfmAppliedStrategyNaturalId(PmfmAppliedStrategy entity)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an object of type RemotePmfmAppliedStrategyNaturalId.

Specified by:
toRemotePmfmAppliedStrategyNaturalId in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toRemotePmfmAppliedStrategyNaturalId(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

remotePmfmAppliedStrategyNaturalIdToEntity

public void remotePmfmAppliedStrategyNaturalIdToEntity(RemotePmfmAppliedStrategyNaturalId source,
                                                       PmfmAppliedStrategy target,
                                                       boolean copyIfNull)
Description copied from interface: PmfmAppliedStrategyDao
Copies the fields of RemotePmfmAppliedStrategyNaturalId to the specified entity.

Specified by:
remotePmfmAppliedStrategyNaturalIdToEntity in interface PmfmAppliedStrategyDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao#remotePmfmAppliedStrategyNaturalIdToEntity(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

toClusterPmfmAppliedStrategyCollection

public final void toClusterPmfmAppliedStrategyCollection(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to a Collection of instances of type ClusterPmfmAppliedStrategy.

Specified by:
toClusterPmfmAppliedStrategyCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategyCollection(java.util.Collection)

toClusterPmfmAppliedStrategyArray

public final ClusterPmfmAppliedStrategy[] toClusterPmfmAppliedStrategyArray(java.util.Collection entities)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an array of instances of type ClusterPmfmAppliedStrategy.

Specified by:
toClusterPmfmAppliedStrategyArray in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategyArray(java.util.Collection)

toClusterPmfmAppliedStrategy

protected ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PmfmAppliedStrategyDaoImpl class if you intend to use reporting queries.

See Also:
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

clusterPmfmAppliedStrategyToEntityCollection

public final void clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection instances)
Description copied from interface: PmfmAppliedStrategyDao
Converts a Collection of instances of type ClusterPmfmAppliedStrategy to this DAO's entity.

Specified by:
clusterPmfmAppliedStrategyToEntityCollection in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.clusterPmfmAppliedStrategyToEntityCollection(java.util.Collection)

toClusterPmfmAppliedStrategy

public void toClusterPmfmAppliedStrategy(PmfmAppliedStrategy source,
                                         ClusterPmfmAppliedStrategy target)
Description copied from interface: PmfmAppliedStrategyDao
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).

Specified by:
toClusterPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy)

toClusterPmfmAppliedStrategy

public ClusterPmfmAppliedStrategy toClusterPmfmAppliedStrategy(PmfmAppliedStrategy entity)
Description copied from interface: PmfmAppliedStrategyDao
Converts this DAO's entity to an object of type ClusterPmfmAppliedStrategy.

Specified by:
toClusterPmfmAppliedStrategy in interface PmfmAppliedStrategyDao
See Also:
PmfmAppliedStrategyDao.toClusterPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

clusterPmfmAppliedStrategyToEntity

public void clusterPmfmAppliedStrategyToEntity(ClusterPmfmAppliedStrategy source,
                                               PmfmAppliedStrategy target,
                                               boolean copyIfNull)
Description copied from interface: PmfmAppliedStrategyDao
Copies the fields of ClusterPmfmAppliedStrategy to the specified entity.

Specified by:
clusterPmfmAppliedStrategyToEntity in interface PmfmAppliedStrategyDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategyDao#clusterPmfmAppliedStrategyToEntity(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterPmfmAppliedStrategy, fr.ifremer.allegro.administration.programStrategy.PmfmAppliedStrategy)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PmfmAppliedStrategyDao
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.

Specified by:
search in interface PmfmAppliedStrategyDao
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.
See Also:
PmfmAppliedStrategyDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PmfmAppliedStrategyDao
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.

Specified by:
search in interface PmfmAppliedStrategyDao
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.
See Also:
PmfmAppliedStrategyDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: PmfmAppliedStrategyDao
Does the same thing as PmfmAppliedStrategyDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface PmfmAppliedStrategyDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PmfmAppliedStrategyDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: PmfmAppliedStrategyDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface PmfmAppliedStrategyDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PmfmAppliedStrategyDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.