fr.ifremer.allegro.referential.vessel
Class ShellfishGathererDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.referential.vessel.VesselDaoBase
          extended by fr.ifremer.allegro.referential.vessel.VesselDaoImpl
              extended by fr.ifremer.allegro.referential.vessel.ShellfishGathererDaoBase
All Implemented Interfaces:
ShellfishGathererDao, VesselDao
Direct Known Subclasses:
ShellfishGathererDaoImpl

public abstract class ShellfishGathererDaoBase
extends VesselDaoImpl
implements ShellfishGathererDao

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

See Also:
ShellfishGatherer

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.vessel.ShellfishGathererDao
TRANSFORM_CLUSTERSHELLFISHGATHERER, TRANSFORM_REMOTESHELLFISHGATHERERFULLVO, TRANSFORM_REMOTESHELLFISHGATHERERNATURALID
 
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID
 
Constructor Summary
ShellfishGathererDaoBase()
           
 
Method Summary
 void clusterShellfishGathererToEntity(ClusterShellfishGatherer source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of ClusterShellfishGatherer to the specified entity.
 void clusterShellfishGathererToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterShellfishGatherer to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as ShellfishGathererDao.create(fr.ifremer.allegro.referential.vessel.ShellfishGatherer) with an additional flag called transform.
 java.lang.Object create(int transform, ShellfishGatherer shellfishGatherer)
           Does the same thing as ShellfishGathererDao.create(fr.ifremer.allegro.referential.vessel.ShellfishGatherer) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String code, Status status, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 ShellfishGatherer create(ShellfishGatherer shellfishGatherer)
          Creates an instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer and adds it to the persistent store.
 ShellfishGatherer create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ShellfishGatherer instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ShellfishGatherer create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ShellfishGatherer instance from all attributes and properties and adds it to the persistent store.
 ShellfishGatherer createFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 java.lang.Object findShellfishGathererByCode(int transform, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByCode(java.lang.String) with an additional flag called transform.
 java.lang.Object findShellfishGathererByCode(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByCode(int, java.lang.String) with an additional argument called queryString.
 ShellfishGatherer findShellfishGathererByCode(java.lang.String code)
           
 ShellfishGatherer findShellfishGathererByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByCode(java.lang.String) with an additional argument called queryString.
 java.lang.Object findShellfishGathererByNaturalId(int transform, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String) with an additional flag called transform.
 java.lang.Object findShellfishGathererByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByNaturalId(int, java.lang.String) with an additional argument called queryString.
 ShellfishGatherer findShellfishGathererByNaturalId(java.lang.String code)
           
 ShellfishGatherer findShellfishGathererByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String) with an additional argument called queryString.
 java.util.Collection findShellfishGathererByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByStatus(int transform, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection findShellfishGathererByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findShellfishGathererByStatus(Status status)
           
 java.util.Collection findShellfishGathererByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByStatus(java.lang.String queryString, Status status)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findShellfishGathererByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByVesselType(int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findShellfishGathererByVesselType(int transform, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.util.Collection findShellfishGathererByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findShellfishGathererByVesselType(java.lang.String queryString, VesselType vesselType)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findShellfishGathererByVesselType(VesselType vesselType)
           
 java.lang.Object findVesselByCode(int transform, java.lang.String code)
           Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an additional flag called transform.
 java.lang.Object findVesselByCode(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as VesselDao.findVesselByCode(int, java.lang.String) with an additional argument called queryString.
 Vessel findVesselByCode(java.lang.String code)
           
 Vessel findVesselByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as VesselDao.findVesselByCode(java.lang.String) with an additional argument called queryString.
 java.lang.Object findVesselByNaturalId(int transform, java.lang.String code)
           Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an additional flag called transform.
 java.lang.Object findVesselByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String) with an additional argument called queryString.
 Vessel findVesselByNaturalId(java.lang.String code)
           
 Vessel findVesselByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) with an additional argument called queryString.
 java.util.Collection findVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByStatus(int transform, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findVesselByStatus(Status status)
           
 java.util.Collection findVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByStatus(java.lang.String queryString, Status status)
           Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findVesselByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByVesselType(int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findVesselByVesselType(int transform, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.util.Collection findVesselByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findVesselByVesselType(java.lang.String queryString, VesselType vesselType)
           Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findVesselByVesselType(VesselType vesselType)
           
 ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllShellfishGatherer()
           
 java.util.Collection getAllShellfishGatherer(int transform)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer() with an additional flag called transform.
 java.util.Collection getAllShellfishGatherer(int pageNumber, int pageSize)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGatherer(int transform, int pageNumber, int pageSize)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGatherer(int transform, java.lang.String queryString)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer(int) with an additional argument called queryString.
 java.util.Collection getAllShellfishGatherer(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGatherer(java.lang.String queryString)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer() with an additional argument called queryString.
 java.util.Collection getAllShellfishGatherer(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ShellfishGathererDao.getAllShellfishGatherer(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ShellfishGathererDao.getAllShellfishGathererSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllShellfishGathererSinceDateSynchro(java.sql.Timestamp updateDate)
           
 java.util.Collection getAllVessel()
           
 java.util.Collection getAllVessel(int transform)
           Does the same thing as VesselDao.getAllVessel() with an additional flag called transform.
 java.util.Collection getAllVessel(int pageNumber, int pageSize)
           Does the same thing as VesselDao.getAllVessel() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVessel(int transform, int pageNumber, int pageSize)
           Does the same thing as VesselDao.getAllVessel(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVessel(int transform, java.lang.String queryString)
           Does the same thing as VesselDao.getAllVessel(int) with an additional argument called queryString.
 java.util.Collection getAllVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselDao.getAllVessel(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVessel(java.lang.String queryString)
           Does the same thing as VesselDao.getAllVessel() with an additional argument called queryString.
 java.util.Collection getAllVessel(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as VesselDao.getAllVessel(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllVesselSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  ShellfishGatherer handleCreateFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
          Performs the core logic for createFromClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)
protected abstract  ClusterShellfishGatherer[] handleGetAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 java.lang.Object load(int transform, java.lang.String code)
           Does the same thing as VesselDao.load(java.lang.String) with an additional flag called transform.
 ShellfishGatherer load(java.lang.String code)
          Loads an instance of fr.ifremer.allegro.referential.vessel.Vessel from the persistent store.
 java.util.Collection loadAll()
          Loads all entities of type Vessel.
 java.util.Collection loadAll(int transform)
           Does the same thing as VesselDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as VesselDao.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 VesselDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of RemoteShellfishGathererFullVO to the specified entity.
 void remoteShellfishGathererFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteShellfishGathererFullVO to this DAO's entity.
 void remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of RemoteShellfishGathererNaturalId to the specified entity.
 void remoteShellfishGathererNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteShellfishGathererNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ShellfishGatherer shellfishGatherer)
          Removes the instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer from the persistent store.
 void remove(java.lang.String code)
          Removes the instance of fr.ifremer.allegro.referential.vessel.Vessel having the given identifier 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 VesselDao.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.
protected  ClusterShellfishGatherer toClusterShellfishGatherer(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterShellfishGatherer toClusterShellfishGatherer(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type ClusterShellfishGatherer.
 void toClusterShellfishGatherer(ShellfishGatherer source, ClusterShellfishGatherer target)
          Copies the fields of the specified entity to the target value object.
 ClusterShellfishGatherer[] toClusterShellfishGathererArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterShellfishGatherer.
 void toClusterShellfishGathererCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterShellfishGatherer.
protected  ShellfishGatherer toEntity(java.lang.Object[] row)
           
protected  RemoteShellfishGathererFullVO toRemoteShellfishGathererFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteShellfishGathererFullVO toRemoteShellfishGathererFullVO(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type RemoteShellfishGathererFullVO.
 void toRemoteShellfishGathererFullVO(ShellfishGatherer source, RemoteShellfishGathererFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteShellfishGathererFullVO[] toRemoteShellfishGathererFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteShellfishGathererFullVO.
 void toRemoteShellfishGathererFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteShellfishGathererFullVO.
protected  RemoteShellfishGathererNaturalId toRemoteShellfishGathererNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteShellfishGathererNaturalId toRemoteShellfishGathererNaturalId(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type RemoteShellfishGathererNaturalId.
 void toRemoteShellfishGathererNaturalId(ShellfishGatherer source, RemoteShellfishGathererNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteShellfishGathererNaturalId[] toRemoteShellfishGathererNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteShellfishGathererNaturalId.
 void toRemoteShellfishGathererNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteShellfishGathererNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.ShellfishGatherer) method.
protected  java.lang.Object transformEntity(int transform, ShellfishGatherer 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.vessel.ShellfishGathererDao, please note that the VesselDao.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(ShellfishGatherer shellfishGatherer)
          Updates the shellfishGatherer instance in the persistent store.
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.VesselDaoImpl
clusterVesselToEntity, clusterVesselToEntity, remoteVesselFullVOToEntity, remoteVesselFullVOToEntity, remoteVesselNaturalIdToEntity, remoteVesselNaturalIdToEntity, toClusterVessel, toClusterVessel, toRemoteVesselFullVO, toRemoteVesselFullVO, toRemoteVesselNaturalId, toRemoteVesselNaturalId
 
Methods inherited from class fr.ifremer.allegro.referential.vessel.VesselDaoBase
clusterVesselToEntityCollection, getRightToProduceDao, getStatusDao, getVesselOwnerPeriodDao, getVesselRegistrationPeriodDao, getVesselTypeDao, remoteVesselFullVOToEntityCollection, remoteVesselNaturalIdToEntityCollection, remove, setRightToProduceDao, setStatusDao, setVesselOwnerPeriodDao, setVesselRegistrationPeriodDao, setVesselTypeDao, toClusterVessel, toClusterVesselArray, toClusterVesselCollection, toRemoteVesselFullVO, toRemoteVesselFullVOArray, toRemoteVesselFullVOCollection, toRemoteVesselNaturalId, toRemoteVesselNaturalIdArray, toRemoteVesselNaturalIdCollection, transformEntity, update
 
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.vessel.ShellfishGathererDao
clusterShellfishGathererToEntity, remoteShellfishGathererFullVOToEntity, remoteShellfishGathererNaturalIdToEntity
 
Methods inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao
clusterVesselToEntity, clusterVesselToEntity, clusterVesselToEntityCollection, remoteVesselFullVOToEntity, remoteVesselFullVOToEntity, remoteVesselFullVOToEntityCollection, remoteVesselNaturalIdToEntity, remoteVesselNaturalIdToEntity, remoteVesselNaturalIdToEntityCollection, remove, toClusterVessel, toClusterVessel, toClusterVesselArray, toClusterVesselCollection, toRemoteVesselFullVO, toRemoteVesselFullVO, toRemoteVesselFullVOArray, toRemoteVesselFullVOCollection, toRemoteVesselNaturalId, toRemoteVesselNaturalId, toRemoteVesselNaturalIdArray, toRemoteVesselNaturalIdCollection, update
 

Constructor Detail

ShellfishGathererDaoBase

public ShellfishGathererDaoBase()
Method Detail

load

public java.lang.Object load(int transform,
                             java.lang.String code)
Description copied from interface: VesselDao

Does the same thing as VesselDao.load(java.lang.String) 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 ShellfishGathererDao
Specified by:
load in interface VesselDao
Overrides:
load in class VesselDaoBase
code - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
ShellfishGathererDao.load(int, java.lang.String)

load

public ShellfishGatherer load(java.lang.String code)
Description copied from interface: VesselDao
Loads an instance of fr.ifremer.allegro.referential.vessel.Vessel from the persistent store.

Specified by:
load in interface ShellfishGathererDao
Specified by:
load in interface VesselDao
Overrides:
load in class VesselDaoBase
See Also:
ShellfishGathererDao.load(java.lang.String)

loadAll

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

Specified by:
loadAll in interface ShellfishGathererDao
Specified by:
loadAll in interface VesselDao
Overrides:
loadAll in class VesselDaoBase
Returns:
the loaded entities.
See Also:
ShellfishGathererDao.loadAll()

loadAll

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

Does the same thing as VesselDao.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 ShellfishGathererDao
Specified by:
loadAll in interface VesselDao
Overrides:
loadAll in class VesselDaoBase
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
ShellfishGathererDao.loadAll(int)

loadAll

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

Does the same thing as VesselDao.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 ShellfishGathererDao
Specified by:
loadAll in interface VesselDao
Overrides:
loadAll in class VesselDaoBase
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:
ShellfishGathererDao.loadAll(int, int)

loadAll

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

Does the same thing as VesselDao.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 ShellfishGathererDao
Specified by:
loadAll in interface VesselDao
Overrides:
loadAll in class VesselDaoBase
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:
ShellfishGathererDao.loadAll(int, int, int)

create

public ShellfishGatherer create(ShellfishGatherer shellfishGatherer)
Description copied from interface: ShellfishGathererDao
Creates an instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer and adds it to the persistent store.

Specified by:
create in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.create(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

create

public java.lang.Object create(int transform,
                               ShellfishGatherer shellfishGatherer)
Description copied from interface: ShellfishGathererDao

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

create

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

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

create

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

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

create

public ShellfishGatherer create(java.lang.String code,
                                java.sql.Timestamp updateDate,
                                java.util.Collection rightToProduces,
                                java.util.Collection vesselOwnerPeriods,
                                java.util.Collection vesselRegistrationPeriods,
                                Status status,
                                VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

Specified by:
create in interface ShellfishGathererDao
See Also:
fr.ifremer.allegro.referential.vessel.VesselDao#create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)

create

public java.lang.Object create(int transform,
                               java.lang.String code,
                               java.sql.Timestamp updateDate,
                               java.util.Collection rightToProduces,
                               java.util.Collection vesselOwnerPeriods,
                               java.util.Collection vesselRegistrationPeriods,
                               Status status,
                               VesselType vesselType)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.create(java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) 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 ShellfishGathererDao
See Also:
fr.ifremer.allegro.referential.vessel.VesselDao#create(int, java.lang.String,java.sql.Timestamp,java.util.Collection,java.util.Collection,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)

create

public ShellfishGatherer create(java.lang.String code,
                                Status status,
                                VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

Specified by:
create in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)

create

public java.lang.Object create(int transform,
                               java.lang.String code,
                               Status status,
                               VesselType vesselType)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.create(java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType) 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 ShellfishGathererDao
See Also:
ShellfishGathererDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.VesselType)

update

public void update(ShellfishGatherer shellfishGatherer)
Description copied from interface: ShellfishGathererDao
Updates the shellfishGatherer instance in the persistent store.

Specified by:
update in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.update(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

update

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

Specified by:
update in interface ShellfishGathererDao
Specified by:
update in interface VesselDao
Overrides:
update in class VesselDaoBase
See Also:
VesselDao.update(java.util.Collection)

remove

public void remove(ShellfishGatherer shellfishGatherer)
Description copied from interface: ShellfishGathererDao
Removes the instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer from the persistent store.

Specified by:
remove in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.remove(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

remove

public void remove(java.lang.String code)
Description copied from interface: VesselDao
Removes the instance of fr.ifremer.allegro.referential.vessel.Vessel having the given identifier from the persistent store.

Specified by:
remove in interface ShellfishGathererDao
Specified by:
remove in interface VesselDao
Overrides:
remove in class VesselDaoBase
See Also:
ShellfishGathererDao.remove(java.lang.String)

remove

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

Specified by:
remove in interface ShellfishGathererDao
Specified by:
remove in interface VesselDao
Overrides:
remove in class VesselDaoBase
See Also:
VesselDao.remove(java.util.Collection)

getAllShellfishGatherer

public java.util.Collection getAllShellfishGatherer()
Specified by:
getAllShellfishGatherer in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.getAllShellfishGatherer()

getAllShellfishGatherer

public java.util.Collection getAllShellfishGatherer(int transform)
Description copied from interface: ShellfishGathererDao

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

getAllShellfishGatherer

public java.util.Collection getAllShellfishGatherer(java.lang.String queryString)
Description copied from interface: ShellfishGathererDao

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

Specified by:
getAllShellfishGatherer in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.getAllShellfishGatherer(java.lang.String)

getAllShellfishGatherer

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

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

getAllShellfishGatherer

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

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

getAllShellfishGatherer

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

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

Specified by:
getAllShellfishGatherer in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.getAllShellfishGatherer(int, String)

getAllShellfishGatherer

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

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

getAllShellfishGatherer

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

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

findShellfishGathererByCode

public ShellfishGatherer findShellfishGathererByCode(java.lang.String code)
Specified by:
findShellfishGathererByCode in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByCode(java.lang.String)

findShellfishGathererByCode

public java.lang.Object findShellfishGathererByCode(int transform,
                                                    java.lang.String code)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByCode

public ShellfishGatherer findShellfishGathererByCode(java.lang.String queryString,
                                                     java.lang.String code)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByCode in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByCode(java.lang.String, java.lang.String)

findShellfishGathererByCode

public java.lang.Object findShellfishGathererByCode(int transform,
                                                    java.lang.String queryString,
                                                    java.lang.String code)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByCode(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in ShellfishGathererDao.findShellfishGathererByCode(int, java.lang.String code).

Specified by:
findShellfishGathererByCode in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByCode(int, java.lang.String, java.lang.String)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(Status status)
Specified by:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(int transform,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) 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:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(java.lang.String queryString,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(int pageNumber,
                                                          int pageSize,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(fr.ifremer.allegro.referential.Status) 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:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(int, int, fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(int transform,
                                                          java.lang.String queryString,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(int, String, fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(int transform,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByStatus(int, fr.ifremer.allegro.referential.Status) 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:
findShellfishGathererByStatus in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByStatus(int, int, int, fr.ifremer.allegro.referential.Status)

findShellfishGathererByStatus

public java.util.Collection findShellfishGathererByStatus(int transform,
                                                          java.lang.String queryString,
                                                          int pageNumber,
                                                          int pageSize,
                                                          Status status)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(VesselType vesselType)
Specified by:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(int transform,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType) 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:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(int, fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(java.lang.String queryString,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(int pageNumber,
                                                              int pageSize,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(fr.ifremer.allegro.referential.VesselType) 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:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(int transform,
                                                              java.lang.String queryString,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(int transform,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByVesselType(int, fr.ifremer.allegro.referential.VesselType) 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:
findShellfishGathererByVesselType in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)

findShellfishGathererByVesselType

public java.util.Collection findShellfishGathererByVesselType(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize,
                                                              VesselType vesselType)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByNaturalId

public ShellfishGatherer findShellfishGathererByNaturalId(java.lang.String code)
Specified by:
findShellfishGathererByNaturalId in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String)

findShellfishGathererByNaturalId

public java.lang.Object findShellfishGathererByNaturalId(int transform,
                                                         java.lang.String code)
Description copied from interface: ShellfishGathererDao

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

findShellfishGathererByNaturalId

public ShellfishGatherer findShellfishGathererByNaturalId(java.lang.String queryString,
                                                          java.lang.String code)
Description copied from interface: ShellfishGathererDao

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

Specified by:
findShellfishGathererByNaturalId in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String, java.lang.String)

findShellfishGathererByNaturalId

public java.lang.Object findShellfishGathererByNaturalId(int transform,
                                                         java.lang.String queryString,
                                                         java.lang.String code)
Description copied from interface: ShellfishGathererDao

Does the same thing as ShellfishGathererDao.findShellfishGathererByNaturalId(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in ShellfishGathererDao.findShellfishGathererByNaturalId(int, java.lang.String code).

Specified by:
findShellfishGathererByNaturalId in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.findShellfishGathererByNaturalId(int, java.lang.String, java.lang.String)

getAllShellfishGathererSinceDateSynchro

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

getAllShellfishGathererSinceDateSynchro

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

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

getAllShellfishGathererSinceDateSynchro

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

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

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

getAllShellfishGathererSinceDateSynchro

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

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

getAllShellfishGathererSinceDateSynchro

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

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

getAllShellfishGathererSinceDateSynchro

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

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

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

getAllShellfishGathererSinceDateSynchro

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

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

getAllShellfishGathererSinceDateSynchro

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

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

getAllVessel

public java.util.Collection getAllVessel()
Specified by:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel()

getAllVessel

public java.util.Collection getAllVessel(int transform)
Description copied from interface: VesselDao

Does the same thing as VesselDao.getAllVessel() 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:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(int)

getAllVessel

public java.util.Collection getAllVessel(java.lang.String queryString)
Description copied from interface: VesselDao

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

Specified by:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(java.lang.String)

getAllVessel

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

Does the same thing as VesselDao.getAllVessel() 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:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(int, int)

getAllVessel

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

Does the same thing as VesselDao.getAllVessel(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:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(String, int, int)

getAllVessel

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

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

Specified by:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(int, String)

getAllVessel

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

Does the same thing as VesselDao.getAllVessel(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:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(int, int, int)

getAllVessel

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

Does the same thing as VesselDao.getAllVessel(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:
getAllVessel in interface VesselDao
Overrides:
getAllVessel in class VesselDaoBase
See Also:
VesselDao.getAllVessel(int, java.lang.String, int, int)

findVesselByCode

public Vessel findVesselByCode(java.lang.String code)
Specified by:
findVesselByCode in interface VesselDao
Overrides:
findVesselByCode in class VesselDaoBase
See Also:
VesselDao.findVesselByCode(java.lang.String)

findVesselByCode

public java.lang.Object findVesselByCode(int transform,
                                         java.lang.String code)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByCode(java.lang.String) 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:
findVesselByCode in interface VesselDao
Overrides:
findVesselByCode in class VesselDaoBase
See Also:
VesselDao.findVesselByCode(int, java.lang.String)

findVesselByCode

public Vessel findVesselByCode(java.lang.String queryString,
                               java.lang.String code)
Description copied from interface: VesselDao

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

Specified by:
findVesselByCode in interface VesselDao
Overrides:
findVesselByCode in class VesselDaoBase
See Also:
VesselDao.findVesselByCode(java.lang.String, java.lang.String)

findVesselByCode

public java.lang.Object findVesselByCode(int transform,
                                         java.lang.String queryString,
                                         java.lang.String code)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByCode(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselDao.findVesselByCode(int, java.lang.String code).

Specified by:
findVesselByCode in interface VesselDao
Overrides:
findVesselByCode in class VesselDaoBase
See Also:
VesselDao.findVesselByCode(int, java.lang.String, java.lang.String)

findVesselByStatus

public java.util.Collection findVesselByStatus(Status status)
Specified by:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(int transform,
                                               Status status)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) 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:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(java.lang.String queryString,
                                               Status status)
Description copied from interface: VesselDao

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

Specified by:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(int pageNumber,
                                               int pageSize,
                                               Status status)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByStatus(fr.ifremer.allegro.referential.Status) 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:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(int, int, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByStatus(String, fr.ifremer.allegro.referential.Status) 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:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(String, int, int, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(int transform,
                                               java.lang.String queryString,
                                               Status status)
Description copied from interface: VesselDao

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

Specified by:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(int transform,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByStatus(int, fr.ifremer.allegro.referential.Status) 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:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(int, int, int, fr.ifremer.allegro.referential.Status)

findVesselByStatus

public java.util.Collection findVesselByStatus(int transform,
                                               java.lang.String queryString,
                                               int pageNumber,
                                               int pageSize,
                                               Status status)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) 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:
findVesselByStatus in interface VesselDao
Overrides:
findVesselByStatus in class VesselDaoBase
See Also:
VesselDao.findVesselByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(VesselType vesselType)
Specified by:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(int transform,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) 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:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(java.lang.String queryString,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

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

Specified by:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(java.lang.String, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(int pageNumber,
                                                   int pageSize,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByVesselType(fr.ifremer.allegro.referential.VesselType) 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:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(int, int, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) 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:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(String, int, int, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(int transform,
                                                   java.lang.String queryString,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

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

Specified by:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(int transform,
                                                   int pageNumber,
                                                   int pageSize,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) 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:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(int, int, int, fr.ifremer.allegro.referential.VesselType)

findVesselByVesselType

public java.util.Collection findVesselByVesselType(int transform,
                                                   java.lang.String queryString,
                                                   int pageNumber,
                                                   int pageSize,
                                                   VesselType vesselType)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) 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:
findVesselByVesselType in interface VesselDao
Overrides:
findVesselByVesselType in class VesselDaoBase
See Also:
VesselDao.findVesselByVesselType(int, java.lang.String, int, int, fr.ifremer.allegro.referential.VesselType)

findVesselByNaturalId

public Vessel findVesselByNaturalId(java.lang.String code)
Specified by:
findVesselByNaturalId in interface VesselDao
Overrides:
findVesselByNaturalId in class VesselDaoBase
See Also:
VesselDao.findVesselByNaturalId(java.lang.String)

findVesselByNaturalId

public java.lang.Object findVesselByNaturalId(int transform,
                                              java.lang.String code)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByNaturalId(java.lang.String) 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:
findVesselByNaturalId in interface VesselDao
Overrides:
findVesselByNaturalId in class VesselDaoBase
See Also:
VesselDao.findVesselByNaturalId(int, java.lang.String)

findVesselByNaturalId

public Vessel findVesselByNaturalId(java.lang.String queryString,
                                    java.lang.String code)
Description copied from interface: VesselDao

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

Specified by:
findVesselByNaturalId in interface VesselDao
Overrides:
findVesselByNaturalId in class VesselDaoBase
See Also:
VesselDao.findVesselByNaturalId(java.lang.String, java.lang.String)

findVesselByNaturalId

public java.lang.Object findVesselByNaturalId(int transform,
                                              java.lang.String queryString,
                                              java.lang.String code)
Description copied from interface: VesselDao

Does the same thing as VesselDao.findVesselByNaturalId(int, java.lang.String) with an additional argument called queryString. This queryString argument allows you to override the query string defined in VesselDao.findVesselByNaturalId(int, java.lang.String code).

Specified by:
findVesselByNaturalId in interface VesselDao
Overrides:
findVesselByNaturalId in class VesselDaoBase
See Also:
VesselDao.findVesselByNaturalId(int, java.lang.String, java.lang.String)

getAllVesselSinceDateSynchro

public java.util.Collection getAllVesselSinceDateSynchro(java.sql.Timestamp updateDate)
Specified by:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(int, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

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

Specified by:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(java.lang.String, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(int, int, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(String, int, int, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

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

Specified by:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(int, String, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

Does the same thing as VesselDao.getAllVesselSinceDateSynchro(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:
getAllVesselSinceDateSynchro in interface VesselDao
Overrides:
getAllVesselSinceDateSynchro in class VesselDaoBase
See Also:
VesselDao.getAllVesselSinceDateSynchro(int, int, int, java.sql.Timestamp)

getAllVesselSinceDateSynchro

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

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

createFromClusterShellfishGatherer

public ShellfishGatherer createFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
Specified by:
createFromClusterShellfishGatherer in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.createFromClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)

handleCreateFromClusterShellfishGatherer

protected abstract ShellfishGatherer handleCreateFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
                                                                       throws java.lang.Exception
Performs the core logic for createFromClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)

Throws:
java.lang.Exception

getAllClusterShellfishGathererSinceDateSynchro

public ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                 java.lang.Integer userId,
                                                                                 java.lang.Integer[] registrationLocationIds,
                                                                                 java.lang.Integer pageNumber,
                                                                                 java.lang.Integer pageSize)
Specified by:
getAllClusterShellfishGathererSinceDateSynchro in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterShellfishGathererSinceDateSynchro

protected abstract ClusterShellfishGatherer[] handleGetAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                   java.lang.Integer userId,
                                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                                   java.lang.Integer pageNumber,
                                                                                                   java.lang.Integer pageSize)
                                                                                            throws java.lang.Exception
Performs the core logic for getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           ShellfishGatherer 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.vessel.ShellfishGathererDao, please note that the VesselDao.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 VesselDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in ShellfishGathererDao
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.vessel.ShellfishGatherer) method. This method does not instantiate a new collection.

This method is to be used internally only.

Overrides:
transformEntities in class VesselDaoBase
Parameters:
transform - one of the constants declared in fr.ifremer.allegro.referential.vessel.ShellfishGathererDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

toEntity

protected ShellfishGatherer toEntity(java.lang.Object[] row)
Overrides:
toEntity in class VesselDaoBase

toRemoteShellfishGathererFullVOCollection

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

Specified by:
toRemoteShellfishGathererFullVOCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererFullVOCollection(java.util.Collection)

toRemoteShellfishGathererFullVOArray

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

Specified by:
toRemoteShellfishGathererFullVOArray in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererFullVOArray(java.util.Collection)

toRemoteShellfishGathererFullVO

protected RemoteShellfishGathererFullVO toRemoteShellfishGathererFullVO(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 ShellfishGathererDaoImpl class if you intend to use reporting queries.

See Also:
ShellfishGathererDao.toRemoteShellfishGathererFullVO(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

remoteShellfishGathererFullVOToEntityCollection

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

Specified by:
remoteShellfishGathererFullVOToEntityCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.remoteShellfishGathererFullVOToEntityCollection(java.util.Collection)

toRemoteShellfishGathererFullVO

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

toRemoteShellfishGathererFullVO

public RemoteShellfishGathererFullVO toRemoteShellfishGathererFullVO(ShellfishGatherer entity)
Description copied from interface: ShellfishGathererDao
Converts this DAO's entity to an object of type RemoteShellfishGathererFullVO.

Specified by:
toRemoteShellfishGathererFullVO in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererFullVO(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

remoteShellfishGathererFullVOToEntity

public void remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO source,
                                                  ShellfishGatherer target,
                                                  boolean copyIfNull)
Description copied from interface: ShellfishGathererDao
Copies the fields of RemoteShellfishGathererFullVO to the specified entity.

Specified by:
remoteShellfishGathererFullVOToEntity in interface ShellfishGathererDao
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.vessel.ShellfishGathererDao#remoteShellfishGathererFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

toRemoteShellfishGathererNaturalIdCollection

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

Specified by:
toRemoteShellfishGathererNaturalIdCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererNaturalIdCollection(java.util.Collection)

toRemoteShellfishGathererNaturalIdArray

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

Specified by:
toRemoteShellfishGathererNaturalIdArray in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererNaturalIdArray(java.util.Collection)

toRemoteShellfishGathererNaturalId

protected RemoteShellfishGathererNaturalId toRemoteShellfishGathererNaturalId(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 ShellfishGathererDaoImpl class if you intend to use reporting queries.

See Also:
ShellfishGathererDao.toRemoteShellfishGathererNaturalId(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

remoteShellfishGathererNaturalIdToEntityCollection

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

Specified by:
remoteShellfishGathererNaturalIdToEntityCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.remoteShellfishGathererNaturalIdToEntityCollection(java.util.Collection)

toRemoteShellfishGathererNaturalId

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

toRemoteShellfishGathererNaturalId

public RemoteShellfishGathererNaturalId toRemoteShellfishGathererNaturalId(ShellfishGatherer entity)
Description copied from interface: ShellfishGathererDao
Converts this DAO's entity to an object of type RemoteShellfishGathererNaturalId.

Specified by:
toRemoteShellfishGathererNaturalId in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toRemoteShellfishGathererNaturalId(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

remoteShellfishGathererNaturalIdToEntity

public void remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId source,
                                                     ShellfishGatherer target,
                                                     boolean copyIfNull)
Description copied from interface: ShellfishGathererDao
Copies the fields of RemoteShellfishGathererNaturalId to the specified entity.

Specified by:
remoteShellfishGathererNaturalIdToEntity in interface ShellfishGathererDao
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.vessel.ShellfishGathererDao#remoteShellfishGathererNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId, fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

toClusterShellfishGathererCollection

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

Specified by:
toClusterShellfishGathererCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toClusterShellfishGathererCollection(java.util.Collection)

toClusterShellfishGathererArray

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

Specified by:
toClusterShellfishGathererArray in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toClusterShellfishGathererArray(java.util.Collection)

toClusterShellfishGatherer

protected ClusterShellfishGatherer toClusterShellfishGatherer(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 ShellfishGathererDaoImpl class if you intend to use reporting queries.

See Also:
ShellfishGathererDao.toClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

clusterShellfishGathererToEntityCollection

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

Specified by:
clusterShellfishGathererToEntityCollection in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.clusterShellfishGathererToEntityCollection(java.util.Collection)

toClusterShellfishGatherer

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

toClusterShellfishGatherer

public ClusterShellfishGatherer toClusterShellfishGatherer(ShellfishGatherer entity)
Description copied from interface: ShellfishGathererDao
Converts this DAO's entity to an object of type ClusterShellfishGatherer.

Specified by:
toClusterShellfishGatherer in interface ShellfishGathererDao
See Also:
ShellfishGathererDao.toClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

clusterShellfishGathererToEntity

public void clusterShellfishGathererToEntity(ClusterShellfishGatherer source,
                                             ShellfishGatherer target,
                                             boolean copyIfNull)
Description copied from interface: ShellfishGathererDao
Copies the fields of ClusterShellfishGatherer to the specified entity.

Specified by:
clusterShellfishGathererToEntity in interface ShellfishGathererDao
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.vessel.ShellfishGathererDao#clusterShellfishGathererToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer, fr.ifremer.allegro.referential.vessel.ShellfishGatherer)

getPrincipal

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

Overrides:
getPrincipal in class VesselDaoBase
Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: VesselDao
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 ShellfishGathererDao
Specified by:
search in interface VesselDao
Overrides:
search in class VesselDaoBase
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:
ShellfishGathererDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: VesselDao
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 ShellfishGathererDao
Specified by:
search in interface VesselDao
Overrides:
search in class VesselDaoBase
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:
ShellfishGathererDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: VesselDao
Does the same thing as VesselDao.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 ShellfishGathererDao
Specified by:
search in interface VesselDao
Overrides:
search in class VesselDaoBase
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:
ShellfishGathererDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.