Uses of Class
fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod

Packages that use VesselOwnerPeriod
fr.ifremer.allegro.referential.vessel   
 

Uses of VesselOwnerPeriod in fr.ifremer.allegro.referential.vessel
 

Subclasses of VesselOwnerPeriod in fr.ifremer.allegro.referential.vessel
 class VesselOwnerPeriodImpl
           
 

Methods in fr.ifremer.allegro.referential.vessel that return VesselOwnerPeriod
 VesselOwnerPeriod VesselOwnerPeriodDaoImpl.clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
          Converts an instance of type ClusterVesselOwnerPeriod to this DAO's entity.
 VesselOwnerPeriod VesselOwnerPeriodDao.create(java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod instance from all attributes and properties and adds it to the persistent store.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.create(java.util.Date startDateTime, java.util.Date endDateTime, VesselOwner vesselOwner, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.create(java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
           Creates a new fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod instance from only required properties (attributes and association ends) and adds it to the persistent store.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.create(java.util.Date startDateTime, Vessel vessel, VesselOwner vesselOwner)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.create(VesselOwnerPeriod vesselOwnerPeriod)
          Creates an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds it to the persistent store.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.create(VesselOwnerPeriod vesselOwnerPeriod)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
           
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.createFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.findVesselOwnerPeriodByIdentifiers(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.findVesselOwnerPeriodByIdentifiers(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           Does the same thing as VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.VesselOwner, java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel) with an additional argument called queryString.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.findVesselOwnerPeriodByNaturalId(java.lang.String queryString, VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.findVesselOwnerPeriodByNaturalId(VesselOwner vesselOwner, java.util.Date startDateTime, Vessel vessel)
           
protected  VesselOwnerPeriod VesselOwnerPeriodDaoImpl.handleCreateFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
           
protected abstract  VesselOwnerPeriod VesselOwnerPeriodDaoBase.handleCreateFromClusterVesselOwnerPeriod(ClusterVesselOwnerPeriod clusterVesselOwnerPeriod)
          Performs the core logic for VesselOwnerPeriodDaoBase.createFromClusterVesselOwnerPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselOwnerPeriod)
 VesselOwnerPeriod VesselOwnerPeriodDao.load(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
          Loads an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.load(java.util.Date startDateTime, VesselOwner vesselOwner, Vessel vessel)
           
static VesselOwnerPeriod VesselOwnerPeriod.Factory.newInstance()
          Constructs a new instance of VesselOwnerPeriod.
static VesselOwnerPeriod VesselOwnerPeriod.Factory.newInstance(java.util.Date endDateTime)
          Constructs a new instance of VesselOwnerPeriod, taking all possible properties (except the identifier(s))as arguments.
 VesselOwnerPeriod VesselOwnerPeriodDaoImpl.remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO remoteVesselOwnerPeriodFullVO)
          Converts an instance of type RemoteVesselOwnerPeriodFullVO to this DAO's entity.
 VesselOwnerPeriod VesselOwnerPeriodDaoImpl.remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId remoteVesselOwnerPeriodNaturalId)
          Converts an instance of type RemoteVesselOwnerPeriodNaturalId to this DAO's entity.
protected  VesselOwnerPeriod VesselOwnerPeriodDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type VesselOwnerPeriod
 void VesselOwnerPeriodDaoImpl.clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
           
 void VesselOwnerPeriodDao.clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of ClusterVesselOwnerPeriod to the specified entity.
 void VesselOwnerPeriodDaoBase.clusterVesselOwnerPeriodToEntity(ClusterVesselOwnerPeriod source, VesselOwnerPeriod target, boolean copyIfNull)
           
 java.lang.Object VesselOwnerPeriodDao.create(int transform, VesselOwnerPeriod vesselOwnerPeriod)
           Does the same thing as VesselOwnerPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod) with an additional flag called transform.
 java.lang.Object VesselOwnerPeriodDaoBase.create(int transform, VesselOwnerPeriod vesselOwnerPeriod)
           
 VesselOwnerPeriod VesselOwnerPeriodDao.create(VesselOwnerPeriod vesselOwnerPeriod)
          Creates an instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod and adds it to the persistent store.
 VesselOwnerPeriod VesselOwnerPeriodDaoBase.create(VesselOwnerPeriod vesselOwnerPeriod)
           
 void VesselOwnerPeriodDaoImpl.remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
           
 void VesselOwnerPeriodDao.remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselOwnerPeriodFullVO to the specified entity.
 void VesselOwnerPeriodDaoBase.remoteVesselOwnerPeriodFullVOToEntity(RemoteVesselOwnerPeriodFullVO source, VesselOwnerPeriod target, boolean copyIfNull)
           
 void VesselOwnerPeriodDaoImpl.remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
           
 void VesselOwnerPeriodDao.remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
          Copies the fields of RemoteVesselOwnerPeriodNaturalId to the specified entity.
 void VesselOwnerPeriodDaoBase.remoteVesselOwnerPeriodNaturalIdToEntity(RemoteVesselOwnerPeriodNaturalId source, VesselOwnerPeriod target, boolean copyIfNull)
           
 void VesselOwnerPeriodDao.remove(VesselOwnerPeriod vesselOwnerPeriod)
          Removes the instance of fr.ifremer.allegro.referential.vessel.VesselOwnerPeriod from the persistent store.
 void VesselOwnerPeriodDaoBase.remove(VesselOwnerPeriod vesselOwnerPeriod)
           
 ClusterVesselOwnerPeriod VesselOwnerPeriodDaoImpl.toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
           
 ClusterVesselOwnerPeriod VesselOwnerPeriodDao.toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type ClusterVesselOwnerPeriod.
 ClusterVesselOwnerPeriod VesselOwnerPeriodDaoBase.toClusterVesselOwnerPeriod(VesselOwnerPeriod entity)
           
 void VesselOwnerPeriodDaoImpl.toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
           
 void VesselOwnerPeriodDao.toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
          Copies the fields of the specified entity to the target value object.
 void VesselOwnerPeriodDaoBase.toClusterVesselOwnerPeriod(VesselOwnerPeriod source, ClusterVesselOwnerPeriod target)
           
 RemoteVesselOwnerPeriodFullVO VesselOwnerPeriodDaoImpl.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
           
 RemoteVesselOwnerPeriodFullVO VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodFullVO.
 RemoteVesselOwnerPeriodFullVO VesselOwnerPeriodDaoBase.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod entity)
           
 void VesselOwnerPeriodDaoImpl.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
           
 void VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselOwnerPeriodDaoBase.toRemoteVesselOwnerPeriodFullVO(VesselOwnerPeriod source, RemoteVesselOwnerPeriodFullVO target)
           
 RemoteVesselOwnerPeriodNaturalId VesselOwnerPeriodDaoImpl.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
           
 RemoteVesselOwnerPeriodNaturalId VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
          Converts this DAO's entity to an object of type RemoteVesselOwnerPeriodNaturalId.
 RemoteVesselOwnerPeriodNaturalId VesselOwnerPeriodDaoBase.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod entity)
           
 void VesselOwnerPeriodDaoImpl.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
           
 void VesselOwnerPeriodDao.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselOwnerPeriodDaoBase.toRemoteVesselOwnerPeriodNaturalId(VesselOwnerPeriod source, RemoteVesselOwnerPeriodNaturalId target)
           
protected  java.lang.Object VesselOwnerPeriodDaoBase.transformEntity(int transform, VesselOwnerPeriod 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.VesselOwnerPeriodDao, please note that the VesselOwnerPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void VesselOwnerPeriodDao.update(VesselOwnerPeriod vesselOwnerPeriod)
          Updates the vesselOwnerPeriod instance in the persistent store.
 void VesselOwnerPeriodDaoBase.update(VesselOwnerPeriod vesselOwnerPeriod)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.