fr.ifremer.allegro.referential.regulation
Class MinimumSizeAllowedDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.regulation.MinimumSizeAllowedDaoBase
All Implemented Interfaces:
MinimumSizeAllowedDao
Direct Known Subclasses:
MinimumSizeAllowedDaoImpl

public abstract class MinimumSizeAllowedDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements MinimumSizeAllowedDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed.

See Also:
MinimumSizeAllowed

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.regulation.MinimumSizeAllowedDao
TRANSFORM_CLUSTERMINIMUMSIZEALLOWED, TRANSFORM_NONE, TRANSFORM_REMOTEMINIMUMSIZEALLOWEDFULLVO, TRANSFORM_REMOTEMINIMUMSIZEALLOWEDNATURALID
 
Constructor Summary
MinimumSizeAllowedDaoBase()
           
 
Method Summary
 void clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed source, MinimumSizeAllowed target, boolean copyIfNull)
          Copies the fields of ClusterMinimumSizeAllowed to the specified entity.
 void clusterMinimumSizeAllowedToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterMinimumSizeAllowed to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds from the passed in entities collection
 MinimumSizeAllowed create(Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instance from only required properties (attributes and association ends) and adds it to the persistent store.
 MinimumSizeAllowed create(java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) with an additional flag called transform.
 java.lang.Object create(int transform, Corpus corpus, java.util.Collection locations, java.lang.Float minimumSize, Unit sizeUnit, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.Float minimumSize, java.sql.Timestamp updateDate, Corpus corpus, TaxonGroup taxonGroup, java.util.Collection locations, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit) with an additional flag called transform.
 java.lang.Object create(int transform, MinimumSizeAllowed minimumSizeAllowed)
           Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) with an additional flag called transform.
 MinimumSizeAllowed create(MinimumSizeAllowed minimumSizeAllowed)
          Creates an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds it to the persistent store.
 MinimumSizeAllowed createFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
           
 java.util.Collection findMinimumSizeAllowedByCorpus(Corpus corpus)
           
 java.util.Collection findMinimumSizeAllowedByCorpus(int transform, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional flag called transform.
 java.util.Collection findMinimumSizeAllowedByCorpus(int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByCorpus(int transform, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedByCorpus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString, int pageNumber, int pageSize, Corpus corpus)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(String, fr.ifremer.allegro.referential.regulation.Corpus) with an additional two arguments called pageNumber and pageSize.
 MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.Integer id)
           
 java.lang.Object findMinimumSizeAllowedById(int transform, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMinimumSizeAllowedById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedById(int, java.lang.Integer) with an additional argument called queryString.
 MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedById(java.lang.Integer) with an additional argument called queryString.
 MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.Integer id)
           
 java.lang.Object findMinimumSizeAllowedByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findMinimumSizeAllowedByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform, int pageNumber, int pageSize, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(int pageNumber, int pageSize, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform, java.lang.String queryString, int pageNumber, int pageSize, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform, java.lang.String queryString, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an additional flag called transform.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString, int pageNumber, int pageSize, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(String, fr.ifremer.allegro.referential.pmfm.Unit) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString, Unit sizeUnit)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedBySizeUnit(Unit sizeUnit)
           
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform, java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional flag called transform.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString, int pageNumber, int pageSize, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString, TaxonGroup taxonGroup)
           Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 java.util.Collection findMinimumSizeAllowedByTaxonGroup(TaxonGroup taxonGroup)
           
 java.util.Collection getAllMinimumSizeAllowed()
           
 java.util.Collection getAllMinimumSizeAllowed(int transform)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed() with an additional flag called transform.
 java.util.Collection getAllMinimumSizeAllowed(int pageNumber, int pageSize)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowed(int transform, int pageNumber, int pageSize)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowed(int transform, java.lang.String queryString)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int) with an additional argument called queryString.
 java.util.Collection getAllMinimumSizeAllowed(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowed(java.lang.String queryString)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed() with an additional argument called queryString.
 java.util.Collection getAllMinimumSizeAllowed(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  CorpusDao getCorpusDao()
          Gets the reference to corpusDao.
protected  LocationDao getLocationDao()
          Gets the reference to locationDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  TaxonGroupDao getTaxonGroupDao()
          Gets the reference to taxonGroupDao.
protected  UnitDao getUnitDao()
          Gets the reference to unitDao.
protected abstract  MinimumSizeAllowed handleCreateFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
          Performs the core logic for createFromClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterMinimumSizeAllowed)
 MinimumSizeAllowed load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as MinimumSizeAllowedDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type MinimumSizeAllowed.
 java.util.Collection loadAll(int transform)
           Does the same thing as MinimumSizeAllowedDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as MinimumSizeAllowedDao.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 MinimumSizeAllowedDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO source, MinimumSizeAllowed target, boolean copyIfNull)
          Copies the fields of RemoteMinimumSizeAllowedFullVO to the specified entity.
 void remoteMinimumSizeAllowedFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMinimumSizeAllowedFullVO to this DAO's entity.
 void remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId source, MinimumSizeAllowed target, boolean copyIfNull)
          Copies the fields of RemoteMinimumSizeAllowedNaturalId to the specified entity.
 void remoteMinimumSizeAllowedNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteMinimumSizeAllowedNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed having the given identifier from the persistent store.
 void remove(MinimumSizeAllowed minimumSizeAllowed)
          Removes the instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed 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 MinimumSizeAllowedDao.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 setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpusDao.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to locationDao.
 void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
          Sets the reference to taxonGroupDao.
 void setUnitDao(UnitDao unitDao)
          Sets the reference to unitDao.
 ClusterMinimumSizeAllowed toClusterMinimumSizeAllowed(MinimumSizeAllowed entity)
          Converts this DAO's entity to an object of type ClusterMinimumSizeAllowed.
 void toClusterMinimumSizeAllowed(MinimumSizeAllowed source, ClusterMinimumSizeAllowed target)
          Copies the fields of the specified entity to the target value object.
protected  ClusterMinimumSizeAllowed toClusterMinimumSizeAllowed(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterMinimumSizeAllowed[] toClusterMinimumSizeAllowedArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterMinimumSizeAllowed.
 void toClusterMinimumSizeAllowedCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterMinimumSizeAllowed.
protected  MinimumSizeAllowed toEntity(java.lang.Object[] row)
           
 RemoteMinimumSizeAllowedFullVO toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed entity)
          Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedFullVO.
 void toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed source, RemoteMinimumSizeAllowedFullVO target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteMinimumSizeAllowedFullVO toRemoteMinimumSizeAllowedFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMinimumSizeAllowedFullVO[] toRemoteMinimumSizeAllowedFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMinimumSizeAllowedFullVO.
 void toRemoteMinimumSizeAllowedFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMinimumSizeAllowedFullVO.
 RemoteMinimumSizeAllowedNaturalId toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed entity)
          Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedNaturalId.
 void toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed source, RemoteMinimumSizeAllowedNaturalId target)
          Copies the fields of the specified entity to the target value object.
protected  RemoteMinimumSizeAllowedNaturalId toRemoteMinimumSizeAllowedNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMinimumSizeAllowedNaturalId[] toRemoteMinimumSizeAllowedNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMinimumSizeAllowedNaturalId.
 void toRemoteMinimumSizeAllowedNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteMinimumSizeAllowedNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) method.
protected  java.lang.Object transformEntity(int transform, MinimumSizeAllowed 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.referential.regulation.MinimumSizeAllowedDao, please note that the MinimumSizeAllowedDao.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(MinimumSizeAllowed minimumSizeAllowed)
          Updates the minimumSizeAllowed 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.referential.regulation.MinimumSizeAllowedDao
clusterMinimumSizeAllowedToEntity, remoteMinimumSizeAllowedFullVOToEntity, remoteMinimumSizeAllowedNaturalIdToEntity
 

Constructor Detail

MinimumSizeAllowedDaoBase

public MinimumSizeAllowedDaoBase()
Method Detail

setTaxonGroupDao

public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroupDao.


getTaxonGroupDao

protected TaxonGroupDao getTaxonGroupDao()
Gets the reference to taxonGroupDao.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to locationDao.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to locationDao.


setUnitDao

public void setUnitDao(UnitDao unitDao)
Sets the reference to unitDao.


getUnitDao

protected UnitDao getUnitDao()
Gets the reference to unitDao.


setCorpusDao

public void setCorpusDao(CorpusDao corpusDao)
Sets the reference to corpusDao.


getCorpusDao

protected CorpusDao getCorpusDao()
Gets the reference to corpusDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
load in interface MinimumSizeAllowedDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
MinimumSizeAllowedDao.load(int, java.lang.Integer)

load

public MinimumSizeAllowed load(java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao
Loads an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed from the persistent store.

Specified by:
load in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.load(java.lang.Integer)

loadAll

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

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

loadAll

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

Does the same thing as MinimumSizeAllowedDao.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 MinimumSizeAllowedDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
MinimumSizeAllowedDao.loadAll(int)

loadAll

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

Does the same thing as MinimumSizeAllowedDao.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 MinimumSizeAllowedDao
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:
MinimumSizeAllowedDao.loadAll(int, int)

loadAll

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

Does the same thing as MinimumSizeAllowedDao.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 MinimumSizeAllowedDao
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:
MinimumSizeAllowedDao.loadAll(int, int, int)

create

public MinimumSizeAllowed create(MinimumSizeAllowed minimumSizeAllowed)
Description copied from interface: MinimumSizeAllowedDao
Creates an instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds it to the persistent store.

Specified by:
create in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

create

public java.lang.Object create(int transform,
                               MinimumSizeAllowed minimumSizeAllowed)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) 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 MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(int transform, fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: MinimumSizeAllowedDao
Creates a new instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed and adds from the passed in entities collection

Specified by:
create in interface MinimumSizeAllowedDao
Parameters:
entities - the collection of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instances to create.
Returns:
the created instances.
See Also:
MinimumSizeAllowedDao.create(java.util.Collection)

create

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

Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed) 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 MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(int, java.util.Collection)

create

public MinimumSizeAllowed create(java.lang.Float minimumSize,
                                 java.sql.Timestamp updateDate,
                                 Corpus corpus,
                                 TaxonGroup taxonGroup,
                                 java.util.Collection locations,
                                 Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Creates a new fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit)

create

public java.lang.Object create(int transform,
                               java.lang.Float minimumSize,
                               java.sql.Timestamp updateDate,
                               Corpus corpus,
                               TaxonGroup taxonGroup,
                               java.util.Collection locations,
                               Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.create(java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit) 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 MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(int, java.lang.Float,java.sql.Timestamp,fr.ifremer.allegro.referential.regulation.Corpus,fr.ifremer.allegro.referential.taxon.TaxonGroup,java.util.Collection,fr.ifremer.allegro.referential.pmfm.Unit)

create

public MinimumSizeAllowed create(Corpus corpus,
                                 java.util.Collection locations,
                                 java.lang.Float minimumSize,
                                 Unit sizeUnit,
                                 TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
create in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup)

create

public java.lang.Object create(int transform,
                               Corpus corpus,
                               java.util.Collection locations,
                               java.lang.Float minimumSize,
                               Unit sizeUnit,
                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.create(fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup) 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 MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.create(int, fr.ifremer.allegro.referential.regulation.Corpus,java.util.Collection,java.lang.Float,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.taxon.TaxonGroup)

update

public void update(MinimumSizeAllowed minimumSizeAllowed)
Description copied from interface: MinimumSizeAllowedDao
Updates the minimumSizeAllowed instance in the persistent store.

Specified by:
update in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.update(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

update

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

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

remove

public void remove(MinimumSizeAllowed minimumSizeAllowed)
Description copied from interface: MinimumSizeAllowedDao
Removes the instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed from the persistent store.

Specified by:
remove in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.remove(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

remove

public void remove(java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao
Removes the instance of fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed having the given identifier from the persistent store.

Specified by:
remove in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.remove(java.lang.Integer)

remove

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

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

getAllMinimumSizeAllowed

public java.util.Collection getAllMinimumSizeAllowed()
Specified by:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed()

getAllMinimumSizeAllowed

public java.util.Collection getAllMinimumSizeAllowed(int transform)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed() 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:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int)

getAllMinimumSizeAllowed

public java.util.Collection getAllMinimumSizeAllowed(java.lang.String queryString)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(java.lang.String)

getAllMinimumSizeAllowed

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

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed() 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:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int, int)

getAllMinimumSizeAllowed

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

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(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:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(String, int, int)

getAllMinimumSizeAllowed

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

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

Specified by:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int, String)

getAllMinimumSizeAllowed

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

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(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:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int, int, int)

getAllMinimumSizeAllowed

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

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowed(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:
getAllMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowed(int, java.lang.String, int, int)

findMinimumSizeAllowedById

public MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.Integer id)
Specified by:
findMinimumSizeAllowedById in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedById(java.lang.Integer)

findMinimumSizeAllowedById

public java.lang.Object findMinimumSizeAllowedById(int transform,
                                                   java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedById in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedById(int, java.lang.Integer)

findMinimumSizeAllowedById

public MinimumSizeAllowed findMinimumSizeAllowedById(java.lang.String queryString,
                                                     java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedById in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedById(java.lang.String, java.lang.Integer)

findMinimumSizeAllowedById

public java.lang.Object findMinimumSizeAllowedById(int transform,
                                                   java.lang.String queryString,
                                                   java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedById in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedById(int, java.lang.String, java.lang.Integer)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(TaxonGroup taxonGroup)
Specified by:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(java.lang.String, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(int pageNumber,
                                                               int pageSize,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(String, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
                                                               java.lang.String queryString,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup taxonGroup).

Specified by:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedByTaxonGroup

public java.util.Collection findMinimumSizeAllowedByTaxonGroup(int transform,
                                                               java.lang.String queryString,
                                                               int pageNumber,
                                                               int pageSize,
                                                               TaxonGroup taxonGroup)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, String, fr.ifremer.allegro.referential.taxon.TaxonGroup) 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:
findMinimumSizeAllowedByTaxonGroup in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByTaxonGroup(int, java.lang.String, int, int, fr.ifremer.allegro.referential.taxon.TaxonGroup)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(Unit sizeUnit)
Specified by:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) 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:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(java.lang.String, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(int pageNumber,
                                                             int pageSize,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(fr.ifremer.allegro.referential.pmfm.Unit) 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:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, int, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(String, fr.ifremer.allegro.referential.pmfm.Unit) 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:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(String, int, int, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
                                                             java.lang.String queryString,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, fr.ifremer.allegro.referential.pmfm.Unit) 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:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, int, int, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedBySizeUnit

public java.util.Collection findMinimumSizeAllowedBySizeUnit(int transform,
                                                             java.lang.String queryString,
                                                             int pageNumber,
                                                             int pageSize,
                                                             Unit sizeUnit)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, String, fr.ifremer.allegro.referential.pmfm.Unit) 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:
findMinimumSizeAllowedBySizeUnit in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedBySizeUnit(int, java.lang.String, int, int, fr.ifremer.allegro.referential.pmfm.Unit)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(Corpus corpus)
Specified by:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) 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:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(java.lang.String, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(int pageNumber,
                                                           int pageSize,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(fr.ifremer.allegro.referential.regulation.Corpus) 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:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, int, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(String, fr.ifremer.allegro.referential.regulation.Corpus) 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:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(String, int, int, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
                                                           java.lang.String queryString,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus corpus).

Specified by:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, fr.ifremer.allegro.referential.regulation.Corpus) 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:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, int, int, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByCorpus

public java.util.Collection findMinimumSizeAllowedByCorpus(int transform,
                                                           java.lang.String queryString,
                                                           int pageNumber,
                                                           int pageSize,
                                                           Corpus corpus)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, String, fr.ifremer.allegro.referential.regulation.Corpus) 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:
findMinimumSizeAllowedByCorpus in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByCorpus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.regulation.Corpus)

findMinimumSizeAllowedByNaturalId

public MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.Integer id)
Specified by:
findMinimumSizeAllowedByNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(java.lang.Integer)

findMinimumSizeAllowedByNaturalId

public java.lang.Object findMinimumSizeAllowedByNaturalId(int transform,
                                                          java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedByNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(int, java.lang.Integer)

findMinimumSizeAllowedByNaturalId

public MinimumSizeAllowed findMinimumSizeAllowedByNaturalId(java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedByNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(java.lang.String, java.lang.Integer)

findMinimumSizeAllowedByNaturalId

public java.lang.Object findMinimumSizeAllowedByNaturalId(int transform,
                                                          java.lang.String queryString,
                                                          java.lang.Integer id)
Description copied from interface: MinimumSizeAllowedDao

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

Specified by:
findMinimumSizeAllowedByNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.findMinimumSizeAllowedByNaturalId(int, java.lang.String, java.lang.Integer)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) 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:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp).

Specified by:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int pageNumber,
                                                                     int pageSize,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(java.sql.Timestamp) 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:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, int, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(String, java.sql.Timestamp) 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:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
                                                                     java.lang.String queryString,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString. This queryString argument allows you to override the query string defined in MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp updateDate).

Specified by:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, String, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.sql.Timestamp) 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:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllMinimumSizeAllowedSinceDateSynchro

public java.util.Collection getAllMinimumSizeAllowedSinceDateSynchro(int transform,
                                                                     java.lang.String queryString,
                                                                     int pageNumber,
                                                                     int pageSize,
                                                                     java.sql.Timestamp updateDate)
Description copied from interface: MinimumSizeAllowedDao

Does the same thing as MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, String, java.sql.Timestamp) 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:
getAllMinimumSizeAllowedSinceDateSynchro in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.getAllMinimumSizeAllowedSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)

createFromClusterMinimumSizeAllowed

public MinimumSizeAllowed createFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
Specified by:
createFromClusterMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.createFromClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterMinimumSizeAllowed)

handleCreateFromClusterMinimumSizeAllowed

protected abstract MinimumSizeAllowed handleCreateFromClusterMinimumSizeAllowed(ClusterMinimumSizeAllowed clusterMinimumSizeAllowed)
                                                                         throws java.lang.Exception
Performs the core logic for createFromClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterMinimumSizeAllowed)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           MinimumSizeAllowed 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.referential.regulation.MinimumSizeAllowedDao, please note that the MinimumSizeAllowedDao.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 MinimumSizeAllowedDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in MinimumSizeAllowedDao
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.referential.regulation.MinimumSizeAllowed) 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.referential.regulation.MinimumSizeAllowedDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

toEntity

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

toRemoteMinimumSizeAllowedFullVOCollection

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

Specified by:
toRemoteMinimumSizeAllowedFullVOCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedFullVOCollection(java.util.Collection)

toRemoteMinimumSizeAllowedFullVOArray

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

Specified by:
toRemoteMinimumSizeAllowedFullVOArray in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedFullVOArray(java.util.Collection)

toRemoteMinimumSizeAllowedFullVO

protected RemoteMinimumSizeAllowedFullVO toRemoteMinimumSizeAllowedFullVO(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 MinimumSizeAllowedDaoImpl class if you intend to use reporting queries.

See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedFullVO(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

remoteMinimumSizeAllowedFullVOToEntityCollection

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

Specified by:
remoteMinimumSizeAllowedFullVOToEntityCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.remoteMinimumSizeAllowedFullVOToEntityCollection(java.util.Collection)

toRemoteMinimumSizeAllowedFullVO

public void toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed source,
                                             RemoteMinimumSizeAllowedFullVO target)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMinimumSizeAllowedFullVO(), 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:
toRemoteMinimumSizeAllowedFullVO in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedFullVO(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

toRemoteMinimumSizeAllowedFullVO

public RemoteMinimumSizeAllowedFullVO toRemoteMinimumSizeAllowedFullVO(MinimumSizeAllowed entity)
Description copied from interface: MinimumSizeAllowedDao
Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedFullVO.

Specified by:
toRemoteMinimumSizeAllowedFullVO in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedFullVO(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

remoteMinimumSizeAllowedFullVOToEntity

public void remoteMinimumSizeAllowedFullVOToEntity(RemoteMinimumSizeAllowedFullVO source,
                                                   MinimumSizeAllowed target,
                                                   boolean copyIfNull)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of RemoteMinimumSizeAllowedFullVO to the specified entity.

Specified by:
remoteMinimumSizeAllowedFullVOToEntity in interface MinimumSizeAllowedDao
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.referential.regulation.MinimumSizeAllowedDao#remoteMinimumSizeAllowedFullVOToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

toRemoteMinimumSizeAllowedNaturalIdCollection

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

Specified by:
toRemoteMinimumSizeAllowedNaturalIdCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedNaturalIdCollection(java.util.Collection)

toRemoteMinimumSizeAllowedNaturalIdArray

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

Specified by:
toRemoteMinimumSizeAllowedNaturalIdArray in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedNaturalIdArray(java.util.Collection)

toRemoteMinimumSizeAllowedNaturalId

protected RemoteMinimumSizeAllowedNaturalId toRemoteMinimumSizeAllowedNaturalId(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 MinimumSizeAllowedDaoImpl class if you intend to use reporting queries.

See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedNaturalId(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

remoteMinimumSizeAllowedNaturalIdToEntityCollection

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

Specified by:
remoteMinimumSizeAllowedNaturalIdToEntityCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.remoteMinimumSizeAllowedNaturalIdToEntityCollection(java.util.Collection)

toRemoteMinimumSizeAllowedNaturalId

public void toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed source,
                                                RemoteMinimumSizeAllowedNaturalId target)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteMinimumSizeAllowedNaturalId(), 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:
toRemoteMinimumSizeAllowedNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedNaturalId(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)

toRemoteMinimumSizeAllowedNaturalId

public RemoteMinimumSizeAllowedNaturalId toRemoteMinimumSizeAllowedNaturalId(MinimumSizeAllowed entity)
Description copied from interface: MinimumSizeAllowedDao
Converts this DAO's entity to an object of type RemoteMinimumSizeAllowedNaturalId.

Specified by:
toRemoteMinimumSizeAllowedNaturalId in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toRemoteMinimumSizeAllowedNaturalId(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

remoteMinimumSizeAllowedNaturalIdToEntity

public void remoteMinimumSizeAllowedNaturalIdToEntity(RemoteMinimumSizeAllowedNaturalId source,
                                                      MinimumSizeAllowed target,
                                                      boolean copyIfNull)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of RemoteMinimumSizeAllowedNaturalId to the specified entity.

Specified by:
remoteMinimumSizeAllowedNaturalIdToEntity in interface MinimumSizeAllowedDao
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.referential.regulation.MinimumSizeAllowedDao#remoteMinimumSizeAllowedNaturalIdToEntity(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId, fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

toClusterMinimumSizeAllowedCollection

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

Specified by:
toClusterMinimumSizeAllowedCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toClusterMinimumSizeAllowedCollection(java.util.Collection)

toClusterMinimumSizeAllowedArray

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

Specified by:
toClusterMinimumSizeAllowedArray in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toClusterMinimumSizeAllowedArray(java.util.Collection)

toClusterMinimumSizeAllowed

protected ClusterMinimumSizeAllowed toClusterMinimumSizeAllowed(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 MinimumSizeAllowedDaoImpl class if you intend to use reporting queries.

See Also:
MinimumSizeAllowedDao.toClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

clusterMinimumSizeAllowedToEntityCollection

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

Specified by:
clusterMinimumSizeAllowedToEntityCollection in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.clusterMinimumSizeAllowedToEntityCollection(java.util.Collection)

toClusterMinimumSizeAllowed

public void toClusterMinimumSizeAllowed(MinimumSizeAllowed source,
                                        ClusterMinimumSizeAllowed target)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterMinimumSizeAllowed(), 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:
toClusterMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed, fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterMinimumSizeAllowed)

toClusterMinimumSizeAllowed

public ClusterMinimumSizeAllowed toClusterMinimumSizeAllowed(MinimumSizeAllowed entity)
Description copied from interface: MinimumSizeAllowedDao
Converts this DAO's entity to an object of type ClusterMinimumSizeAllowed.

Specified by:
toClusterMinimumSizeAllowed in interface MinimumSizeAllowedDao
See Also:
MinimumSizeAllowedDao.toClusterMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

clusterMinimumSizeAllowedToEntity

public void clusterMinimumSizeAllowedToEntity(ClusterMinimumSizeAllowed source,
                                              MinimumSizeAllowed target,
                                              boolean copyIfNull)
Description copied from interface: MinimumSizeAllowedDao
Copies the fields of ClusterMinimumSizeAllowed to the specified entity.

Specified by:
clusterMinimumSizeAllowedToEntity in interface MinimumSizeAllowedDao
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.referential.regulation.MinimumSizeAllowedDao#clusterMinimumSizeAllowedToEntity(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterMinimumSizeAllowed, fr.ifremer.allegro.referential.regulation.MinimumSizeAllowed)

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: MinimumSizeAllowedDao
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 MinimumSizeAllowedDao
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:
MinimumSizeAllowedDao.search(int, int, int, fr.ifremer.allegro.Search)

search

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

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: MinimumSizeAllowedDao
Does the same thing as MinimumSizeAllowedDao.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 MinimumSizeAllowedDao
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:
MinimumSizeAllowedDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.