fr.ifremer.allegro.referential.vessel
Class ScientificResearchVesselDaoBase

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.ScientificResearchVesselDaoBase
All Implemented Interfaces:
ScientificResearchVesselDao, VesselDao
Direct Known Subclasses:
ScientificResearchVesselDaoImpl

public abstract class ScientificResearchVesselDaoBase
extends VesselDaoImpl
implements ScientificResearchVesselDao

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

See Also:
ScientificResearchVessel

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.referential.vessel.ScientificResearchVesselDao
TRANSFORM_CLUSTERSCIENTIFICRESEARCHVESSEL, TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELFULLVO, TRANSFORM_REMOTESCIENTIFICRESEARCHVESSELNATURALID
 
Fields inherited from interface fr.ifremer.allegro.referential.vessel.VesselDao
TRANSFORM_CLUSTERVESSEL, TRANSFORM_NONE, TRANSFORM_REMOTEVESSELFULLVO, TRANSFORM_REMOTEVESSELNATURALID
 
Constructor Summary
ScientificResearchVesselDaoBase()
           
 
Method Summary
 void clusterScientificResearchVesselToEntity(ClusterScientificResearchVessel source, ScientificResearchVessel target, boolean copyIfNull)
          Copies the fields of ClusterScientificResearchVessel to the specified entity.
 void clusterScientificResearchVesselToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterScientificResearchVessel to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) with an additional flag called transform.
 java.lang.Object create(int transform, ScientificResearchVessel scientificResearchVessel)
           Does the same thing as ScientificResearchVesselDao.create(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) 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 ScientificResearchVesselDao.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 ScientificResearchVesselDao.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.
 ScientificResearchVessel create(ScientificResearchVessel scientificResearchVessel)
          Creates an instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel and adds it to the persistent store.
 ScientificResearchVessel create(java.lang.String code, Status status, VesselType vesselType)
           Creates a new fr.ifremer.allegro.referential.vessel.ScientificResearchVessel instance from only required properties (attributes and association ends) and adds it to the persistent store.
 ScientificResearchVessel 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.ScientificResearchVessel instance from all attributes and properties and adds it to the persistent store.
 ScientificResearchVessel createFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
           
 java.lang.Object findScientificResearchVesselByCode(int transform, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String) with an additional flag called transform.
 java.lang.Object findScientificResearchVesselByCode(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String) with an additional argument called queryString.
 ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String code)
           
 ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String) with an additional argument called queryString.
 java.lang.Object findScientificResearchVesselByNaturalId(int transform, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String) with an additional flag called transform.
 java.lang.Object findScientificResearchVesselByNaturalId(int transform, java.lang.String queryString, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String) with an additional argument called queryString.
 ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String code)
           
 ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String) with an additional argument called queryString.
 java.util.Collection findScientificResearchVesselByStatus(int transform, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByStatus(int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByStatus(int transform, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional flag called transform.
 java.util.Collection findScientificResearchVesselByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByStatus(int transform, java.lang.String queryString, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(int, fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findScientificResearchVesselByStatus(Status status)
           
 java.util.Collection findScientificResearchVesselByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(String, fr.ifremer.allegro.referential.Status) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByStatus(java.lang.String queryString, Status status)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByStatus(fr.ifremer.allegro.referential.Status) with an additional argument called queryString.
 java.util.Collection findScientificResearchVesselByVesselType(int transform, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByVesselType(int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByVesselType(int transform, java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByVesselType(int transform, java.lang.String queryString, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(int, fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findScientificResearchVesselByVesselType(int transform, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional flag called transform.
 java.util.Collection findScientificResearchVesselByVesselType(java.lang.String queryString, int pageNumber, int pageSize, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(String, fr.ifremer.allegro.referential.VesselType) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findScientificResearchVesselByVesselType(java.lang.String queryString, VesselType vesselType)
           Does the same thing as ScientificResearchVesselDao.findScientificResearchVesselByVesselType(fr.ifremer.allegro.referential.VesselType) with an additional argument called queryString.
 java.util.Collection findScientificResearchVesselByVesselType(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)
           
 ClusterScientificResearchVessel[] getAllClusterScientificResearchVesselSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 java.util.Collection getAllScientificResearchVessel()
           
 java.util.Collection getAllScientificResearchVessel(int transform)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an additional flag called transform.
 java.util.Collection getAllScientificResearchVessel(int pageNumber, int pageSize)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVessel(int transform, int pageNumber, int pageSize)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVessel(int transform, java.lang.String queryString)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int) with an additional argument called queryString.
 java.util.Collection getAllScientificResearchVessel(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVessel(java.lang.String queryString)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel() with an additional argument called queryString.
 java.util.Collection getAllScientificResearchVessel(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVessel(String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(int, java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an additional flag called transform.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(String, java.sql.Timestamp) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
           Does the same thing as ScientificResearchVesselDao.getAllScientificResearchVesselSinceDateSynchro(java.sql.Timestamp) with an additional argument called queryString.
 java.util.Collection getAllScientificResearchVesselSinceDateSynchro(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  ScientificResearchVessel handleCreateFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
          Performs the core logic for createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)
protected abstract  ClusterScientificResearchVessel[] handleGetAllClusterScientificResearchVesselSinceDateSynchro(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 getAllClusterScientificResearchVesselSinceDateSynchro(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.
 ScientificResearchVessel 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 remoteScientificResearchVesselFullVOToEntity(RemoteScientificResearchVesselFullVO source, ScientificResearchVessel target, boolean copyIfNull)
          Copies the fields of RemoteScientificResearchVesselFullVO to the specified entity.
 void remoteScientificResearchVesselFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteScientificResearchVesselFullVO to this DAO's entity.
 void remoteScientificResearchVesselNaturalIdToEntity(RemoteScientificResearchVesselNaturalId source, ScientificResearchVessel target, boolean copyIfNull)
          Copies the fields of RemoteScientificResearchVesselNaturalId to the specified entity.
 void remoteScientificResearchVesselNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemoteScientificResearchVesselNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(ScientificResearchVessel scientificResearchVessel)
          Removes the instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel 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  ClusterScientificResearchVessel toClusterScientificResearchVessel(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterScientificResearchVessel toClusterScientificResearchVessel(ScientificResearchVessel entity)
          Converts this DAO's entity to an object of type ClusterScientificResearchVessel.
 void toClusterScientificResearchVessel(ScientificResearchVessel source, ClusterScientificResearchVessel target)
          Copies the fields of the specified entity to the target value object.
 ClusterScientificResearchVessel[] toClusterScientificResearchVesselArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterScientificResearchVessel.
 void toClusterScientificResearchVesselCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterScientificResearchVessel.
protected  ScientificResearchVessel toEntity(java.lang.Object[] row)
           
protected  RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(ScientificResearchVessel entity)
          Converts this DAO's entity to an object of type RemoteScientificResearchVesselFullVO.
 void toRemoteScientificResearchVesselFullVO(ScientificResearchVessel source, RemoteScientificResearchVesselFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemoteScientificResearchVesselFullVO[] toRemoteScientificResearchVesselFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteScientificResearchVesselFullVO.
 void toRemoteScientificResearchVesselFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteScientificResearchVesselFullVO.
protected  RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel entity)
          Converts this DAO's entity to an object of type RemoteScientificResearchVesselNaturalId.
 void toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel source, RemoteScientificResearchVesselNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemoteScientificResearchVesselNaturalId[] toRemoteScientificResearchVesselNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteScientificResearchVesselNaturalId.
 void toRemoteScientificResearchVesselNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemoteScientificResearchVesselNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel) method.
protected  java.lang.Object transformEntity(int transform, ScientificResearchVessel 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.ScientificResearchVesselDao, 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(ScientificResearchVessel scientificResearchVessel)
          Updates the scientificResearchVessel 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.ScientificResearchVesselDao
clusterScientificResearchVesselToEntity, remoteScientificResearchVesselFullVOToEntity, remoteScientificResearchVesselNaturalIdToEntity
 
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

ScientificResearchVesselDaoBase

public ScientificResearchVesselDaoBase()
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 ScientificResearchVesselDao
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:
ScientificResearchVesselDao.load(int, java.lang.String)

load

public ScientificResearchVessel 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 ScientificResearchVesselDao
Specified by:
load in interface VesselDao
Overrides:
load in class VesselDaoBase
See Also:
ScientificResearchVesselDao.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 ScientificResearchVesselDao
Specified by:
loadAll in interface VesselDao
Overrides:
loadAll in class VesselDaoBase
Returns:
the loaded entities.
See Also:
ScientificResearchVesselDao.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 ScientificResearchVesselDao
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:
ScientificResearchVesselDao.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 ScientificResearchVesselDao
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:
ScientificResearchVesselDao.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 ScientificResearchVesselDao
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:
ScientificResearchVesselDao.loadAll(int, int, int)

create

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

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

create

public java.lang.Object create(int transform,
                               ScientificResearchVessel scientificResearchVessel)
Description copied from interface: ScientificResearchVesselDao

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

create

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

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

create

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

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

create

public ScientificResearchVessel 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: ScientificResearchVesselDao

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

Specified by:
create in interface ScientificResearchVesselDao
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: ScientificResearchVesselDao

Does the same thing as ScientificResearchVesselDao.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 ScientificResearchVesselDao
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 ScientificResearchVessel create(java.lang.String code,
                                       Status status,
                                       VesselType vesselType)
Description copied from interface: ScientificResearchVesselDao

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

Specified by:
create in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.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: ScientificResearchVesselDao

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

update

public void update(ScientificResearchVessel scientificResearchVessel)
Description copied from interface: ScientificResearchVesselDao
Updates the scientificResearchVessel instance in the persistent store.

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

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 ScientificResearchVesselDao
Specified by:
update in interface VesselDao
Overrides:
update in class VesselDaoBase
See Also:
VesselDao.update(java.util.Collection)

remove

public void remove(ScientificResearchVessel scientificResearchVessel)
Description copied from interface: ScientificResearchVesselDao
Removes the instance of fr.ifremer.allegro.referential.vessel.ScientificResearchVessel from the persistent store.

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

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 ScientificResearchVesselDao
Specified by:
remove in interface VesselDao
Overrides:
remove in class VesselDaoBase
See Also:
ScientificResearchVesselDao.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 ScientificResearchVesselDao
Specified by:
remove in interface VesselDao
Overrides:
remove in class VesselDaoBase
See Also:
VesselDao.remove(java.util.Collection)

getAllScientificResearchVessel

public java.util.Collection getAllScientificResearchVessel()
Specified by:
getAllScientificResearchVessel in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.getAllScientificResearchVessel()

getAllScientificResearchVessel

public java.util.Collection getAllScientificResearchVessel(int transform)
Description copied from interface: ScientificResearchVesselDao

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

getAllScientificResearchVessel

public java.util.Collection getAllScientificResearchVessel(java.lang.String queryString)
Description copied from interface: ScientificResearchVesselDao

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

Specified by:
getAllScientificResearchVessel in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.getAllScientificResearchVessel(java.lang.String)

getAllScientificResearchVessel

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

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

getAllScientificResearchVessel

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

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

getAllScientificResearchVessel

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

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

Specified by:
getAllScientificResearchVessel in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.getAllScientificResearchVessel(int, String)

getAllScientificResearchVessel

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

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

getAllScientificResearchVessel

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

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

findScientificResearchVesselByCode

public ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String code)
Specified by:
findScientificResearchVesselByCode in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String)

findScientificResearchVesselByCode

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

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

findScientificResearchVesselByCode

public ScientificResearchVessel findScientificResearchVesselByCode(java.lang.String queryString,
                                                                   java.lang.String code)
Description copied from interface: ScientificResearchVesselDao

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

Specified by:
findScientificResearchVesselByCode in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByCode(java.lang.String, java.lang.String)

findScientificResearchVesselByCode

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

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

Specified by:
findScientificResearchVesselByCode in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByCode(int, java.lang.String, java.lang.String)

findScientificResearchVesselByStatus

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

findScientificResearchVesselByStatus

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

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

findScientificResearchVesselByStatus

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

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

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

findScientificResearchVesselByStatus

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

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

findScientificResearchVesselByStatus

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

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

findScientificResearchVesselByStatus

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

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

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

findScientificResearchVesselByStatus

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

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

findScientificResearchVesselByStatus

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

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

findScientificResearchVesselByVesselType

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

findScientificResearchVesselByVesselType

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

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

findScientificResearchVesselByVesselType

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

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

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

findScientificResearchVesselByVesselType

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

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

findScientificResearchVesselByVesselType

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

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

findScientificResearchVesselByVesselType

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

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

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

findScientificResearchVesselByVesselType

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

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

findScientificResearchVesselByVesselType

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

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

findScientificResearchVesselByNaturalId

public ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String code)
Specified by:
findScientificResearchVesselByNaturalId in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String)

findScientificResearchVesselByNaturalId

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

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

findScientificResearchVesselByNaturalId

public ScientificResearchVessel findScientificResearchVesselByNaturalId(java.lang.String queryString,
                                                                        java.lang.String code)
Description copied from interface: ScientificResearchVesselDao

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

Specified by:
findScientificResearchVesselByNaturalId in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(java.lang.String, java.lang.String)

findScientificResearchVesselByNaturalId

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

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

Specified by:
findScientificResearchVesselByNaturalId in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.findScientificResearchVesselByNaturalId(int, java.lang.String, java.lang.String)

getAllScientificResearchVesselSinceDateSynchro

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

getAllScientificResearchVesselSinceDateSynchro

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

getAllScientificResearchVesselSinceDateSynchro

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

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

createFromClusterScientificResearchVessel

public ScientificResearchVessel createFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
Specified by:
createFromClusterScientificResearchVessel in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)

handleCreateFromClusterScientificResearchVessel

protected abstract ScientificResearchVessel handleCreateFromClusterScientificResearchVessel(ClusterScientificResearchVessel clusterScientificResearchVessel)
                                                                                     throws java.lang.Exception
Performs the core logic for createFromClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel)

Throws:
java.lang.Exception

getAllClusterScientificResearchVesselSinceDateSynchro

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

handleGetAllClusterScientificResearchVesselSinceDateSynchro

protected abstract ClusterScientificResearchVessel[] handleGetAllClusterScientificResearchVesselSinceDateSynchro(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 getAllClusterScientificResearchVesselSinceDateSynchro(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,
                                           ScientificResearchVessel 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.ScientificResearchVesselDao, 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 ScientificResearchVesselDao
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.ScientificResearchVessel) 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.ScientificResearchVesselDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

toEntity

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

toRemoteScientificResearchVesselFullVOCollection

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

Specified by:
toRemoteScientificResearchVesselFullVOCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVOCollection(java.util.Collection)

toRemoteScientificResearchVesselFullVOArray

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

Specified by:
toRemoteScientificResearchVesselFullVOArray in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVOArray(java.util.Collection)

toRemoteScientificResearchVesselFullVO

protected RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(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 ScientificResearchVesselDaoImpl class if you intend to use reporting queries.

See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVO(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

remoteScientificResearchVesselFullVOToEntityCollection

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

Specified by:
remoteScientificResearchVesselFullVOToEntityCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.remoteScientificResearchVesselFullVOToEntityCollection(java.util.Collection)

toRemoteScientificResearchVesselFullVO

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

toRemoteScientificResearchVesselFullVO

public RemoteScientificResearchVesselFullVO toRemoteScientificResearchVesselFullVO(ScientificResearchVessel entity)
Description copied from interface: ScientificResearchVesselDao
Converts this DAO's entity to an object of type RemoteScientificResearchVesselFullVO.

Specified by:
toRemoteScientificResearchVesselFullVO in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselFullVO(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

remoteScientificResearchVesselFullVOToEntity

public void remoteScientificResearchVesselFullVOToEntity(RemoteScientificResearchVesselFullVO source,
                                                         ScientificResearchVessel target,
                                                         boolean copyIfNull)
Description copied from interface: ScientificResearchVesselDao
Copies the fields of RemoteScientificResearchVesselFullVO to the specified entity.

Specified by:
remoteScientificResearchVesselFullVOToEntity in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#remoteScientificResearchVesselFullVOToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselFullVO, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

toRemoteScientificResearchVesselNaturalIdCollection

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

Specified by:
toRemoteScientificResearchVesselNaturalIdCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalIdCollection(java.util.Collection)

toRemoteScientificResearchVesselNaturalIdArray

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

Specified by:
toRemoteScientificResearchVesselNaturalIdArray in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalIdArray(java.util.Collection)

toRemoteScientificResearchVesselNaturalId

protected RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(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 ScientificResearchVesselDaoImpl class if you intend to use reporting queries.

See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalId(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

remoteScientificResearchVesselNaturalIdToEntityCollection

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

Specified by:
remoteScientificResearchVesselNaturalIdToEntityCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.remoteScientificResearchVesselNaturalIdToEntityCollection(java.util.Collection)

toRemoteScientificResearchVesselNaturalId

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

toRemoteScientificResearchVesselNaturalId

public RemoteScientificResearchVesselNaturalId toRemoteScientificResearchVesselNaturalId(ScientificResearchVessel entity)
Description copied from interface: ScientificResearchVesselDao
Converts this DAO's entity to an object of type RemoteScientificResearchVesselNaturalId.

Specified by:
toRemoteScientificResearchVesselNaturalId in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toRemoteScientificResearchVesselNaturalId(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

remoteScientificResearchVesselNaturalIdToEntity

public void remoteScientificResearchVesselNaturalIdToEntity(RemoteScientificResearchVesselNaturalId source,
                                                            ScientificResearchVessel target,
                                                            boolean copyIfNull)
Description copied from interface: ScientificResearchVesselDao
Copies the fields of RemoteScientificResearchVesselNaturalId to the specified entity.

Specified by:
remoteScientificResearchVesselNaturalIdToEntity in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#remoteScientificResearchVesselNaturalIdToEntity(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteScientificResearchVesselNaturalId, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

toClusterScientificResearchVesselCollection

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

Specified by:
toClusterScientificResearchVesselCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toClusterScientificResearchVesselCollection(java.util.Collection)

toClusterScientificResearchVesselArray

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

Specified by:
toClusterScientificResearchVesselArray in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toClusterScientificResearchVesselArray(java.util.Collection)

toClusterScientificResearchVessel

protected ClusterScientificResearchVessel toClusterScientificResearchVessel(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 ScientificResearchVesselDaoImpl class if you intend to use reporting queries.

See Also:
ScientificResearchVesselDao.toClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

clusterScientificResearchVesselToEntityCollection

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

Specified by:
clusterScientificResearchVesselToEntityCollection in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.clusterScientificResearchVesselToEntityCollection(java.util.Collection)

toClusterScientificResearchVessel

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

toClusterScientificResearchVessel

public ClusterScientificResearchVessel toClusterScientificResearchVessel(ScientificResearchVessel entity)
Description copied from interface: ScientificResearchVesselDao
Converts this DAO's entity to an object of type ClusterScientificResearchVessel.

Specified by:
toClusterScientificResearchVessel in interface ScientificResearchVesselDao
See Also:
ScientificResearchVesselDao.toClusterScientificResearchVessel(fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

clusterScientificResearchVesselToEntity

public void clusterScientificResearchVesselToEntity(ClusterScientificResearchVessel source,
                                                    ScientificResearchVessel target,
                                                    boolean copyIfNull)
Description copied from interface: ScientificResearchVesselDao
Copies the fields of ClusterScientificResearchVessel to the specified entity.

Specified by:
clusterScientificResearchVesselToEntity in interface ScientificResearchVesselDao
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.ScientificResearchVesselDao#clusterScientificResearchVesselToEntity(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterScientificResearchVessel, fr.ifremer.allegro.referential.vessel.ScientificResearchVessel)

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.