|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VesselMasterPeriod | |
---|---|
fr.ifremer.allegro.referential.vessel |
Uses of VesselMasterPeriod in fr.ifremer.allegro.referential.vessel |
---|
Subclasses of VesselMasterPeriod in fr.ifremer.allegro.referential.vessel | |
---|---|
class |
VesselMasterPeriodImpl
|
Methods in fr.ifremer.allegro.referential.vessel that return VesselMasterPeriod | |
---|---|
VesselMasterPeriod |
VesselMasterPeriodDaoImpl.clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
VesselMasterPeriod |
VesselMasterPeriodDao.clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
Converts an instance of type ClusterVesselMasterPeriod to this DAO's entity. |
VesselMasterPeriod |
VesselMasterPeriodDao.create(java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from all attributes and
properties and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(java.util.Date startDateTime,
java.util.Date endDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
|
VesselMasterPeriod |
VesselMasterPeriodDao.create(FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
Creates a new fr.ifremer.allegro.referential.vessel.VesselMasterPeriod
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(FishingVessel fishingVessel,
java.util.Date startDateTime,
VesselMaster vesselMaster)
|
VesselMasterPeriod |
VesselMasterPeriodDao.create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(VesselMasterPeriod vesselMasterPeriod)
|
VesselMasterPeriod |
VesselMasterPeriodDao.createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.createFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
VesselMasterPeriod |
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
VesselMasterPeriod |
VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByIdentifiers(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.findVesselMasterPeriodByIdentifiers(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
VesselMasterPeriod |
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
VesselMasterPeriod |
VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
VesselMasterPeriod |
VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
Does the same thing as VesselMasterPeriodDao.findVesselMasterPeriodByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.VesselMaster, fr.ifremer.allegro.referential.vessel.FishingVessel) with an
additional argument called queryString . |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.findVesselMasterPeriodByNaturalId(java.lang.String queryString,
java.util.Date startDateTime,
VesselMaster vesselMaster,
FishingVessel fishingVessel)
|
protected VesselMasterPeriod |
VesselMasterPeriodDaoImpl.handleCreateFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
|
protected abstract VesselMasterPeriod |
VesselMasterPeriodDaoBase.handleCreateFromClusterVesselMasterPeriod(ClusterVesselMasterPeriod clusterVesselMasterPeriod)
Performs the core logic for VesselMasterPeriodDaoBase.createFromClusterVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselMasterPeriod) |
VesselMasterPeriod |
VesselMasterPeriodDao.load(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
Loads an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.load(java.util.Date startDateTime,
FishingVessel fishingVessel,
VesselMaster vesselMaster)
|
static VesselMasterPeriod |
VesselMasterPeriod.Factory.newInstance()
Constructs a new instance of VesselMasterPeriod . |
static VesselMasterPeriod |
VesselMasterPeriod.Factory.newInstance(java.util.Date endDateTime)
Constructs a new instance of VesselMasterPeriod , taking all possible properties
(except the identifier(s))as arguments. |
VesselMasterPeriod |
VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVO)
|
VesselMasterPeriod |
VesselMasterPeriodDao.remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVO)
Converts an instance of type RemoteVesselMasterPeriodFullVO to this DAO's entity. |
VesselMasterPeriod |
VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
|
VesselMasterPeriod |
VesselMasterPeriodDao.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId remoteVesselMasterPeriodNaturalId)
Converts an instance of type RemoteVesselMasterPeriodNaturalId to this DAO's entity. |
protected VesselMasterPeriod |
VesselMasterPeriodDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.vessel with parameters of type VesselMasterPeriod | |
---|---|
void |
VesselMasterPeriodDaoImpl.clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source,
VesselMasterPeriod target,
boolean copyIfNull)
|
void |
VesselMasterPeriodDao.clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of ClusterVesselMasterPeriod to the specified entity. |
void |
VesselMasterPeriodDaoBase.clusterVesselMasterPeriodToEntity(ClusterVesselMasterPeriod source,
VesselMasterPeriod target,
boolean copyIfNull)
|
java.lang.Object |
VesselMasterPeriodDao.create(int transform,
VesselMasterPeriod vesselMasterPeriod)
Does the same thing as VesselMasterPeriodDao.create(fr.ifremer.allegro.referential.vessel.VesselMasterPeriod) with an
additional flag called transform . |
java.lang.Object |
VesselMasterPeriodDaoBase.create(int transform,
VesselMasterPeriod vesselMasterPeriod)
|
VesselMasterPeriod |
VesselMasterPeriodDao.create(VesselMasterPeriod vesselMasterPeriod)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod and adds it to the persistent store. |
VesselMasterPeriod |
VesselMasterPeriodDaoBase.create(VesselMasterPeriod vesselMasterPeriod)
|
void |
VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source,
VesselMasterPeriod target,
boolean copyIfNull)
|
void |
VesselMasterPeriodDao.remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodFullVO to the specified entity. |
void |
VesselMasterPeriodDaoBase.remoteVesselMasterPeriodFullVOToEntity(RemoteVesselMasterPeriodFullVO source,
VesselMasterPeriod target,
boolean copyIfNull)
|
void |
VesselMasterPeriodDaoImpl.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source,
VesselMasterPeriod target,
boolean copyIfNull)
|
void |
VesselMasterPeriodDao.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source,
VesselMasterPeriod target,
boolean copyIfNull)
Copies the fields of RemoteVesselMasterPeriodNaturalId to the specified entity. |
void |
VesselMasterPeriodDaoBase.remoteVesselMasterPeriodNaturalIdToEntity(RemoteVesselMasterPeriodNaturalId source,
VesselMasterPeriod target,
boolean copyIfNull)
|
void |
VesselMasterPeriodDao.remove(VesselMasterPeriod vesselMasterPeriod)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselMasterPeriod from the persistent store. |
void |
VesselMasterPeriodDaoBase.remove(VesselMasterPeriod vesselMasterPeriod)
|
ClusterVesselMasterPeriod |
VesselMasterPeriodDaoImpl.toClusterVesselMasterPeriod(VesselMasterPeriod entity)
|
ClusterVesselMasterPeriod |
VesselMasterPeriodDao.toClusterVesselMasterPeriod(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type ClusterVesselMasterPeriod . |
ClusterVesselMasterPeriod |
VesselMasterPeriodDaoBase.toClusterVesselMasterPeriod(VesselMasterPeriod entity)
|
void |
VesselMasterPeriodDaoImpl.toClusterVesselMasterPeriod(VesselMasterPeriod source,
ClusterVesselMasterPeriod target)
|
void |
VesselMasterPeriodDao.toClusterVesselMasterPeriod(VesselMasterPeriod source,
ClusterVesselMasterPeriod target)
Copies the fields of the specified entity to the target value object. |
void |
VesselMasterPeriodDaoBase.toClusterVesselMasterPeriod(VesselMasterPeriod source,
ClusterVesselMasterPeriod target)
|
RemoteVesselMasterPeriodFullVO |
VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
|
RemoteVesselMasterPeriodFullVO |
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodFullVO . |
RemoteVesselMasterPeriodFullVO |
VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod entity)
|
void |
VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source,
RemoteVesselMasterPeriodFullVO target)
|
void |
VesselMasterPeriodDao.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source,
RemoteVesselMasterPeriodFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodFullVO(VesselMasterPeriod source,
RemoteVesselMasterPeriodFullVO target)
|
RemoteVesselMasterPeriodNaturalId |
VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
|
RemoteVesselMasterPeriodNaturalId |
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
Converts this DAO's entity to an object of type RemoteVesselMasterPeriodNaturalId . |
RemoteVesselMasterPeriodNaturalId |
VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod entity)
|
void |
VesselMasterPeriodDaoImpl.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source,
RemoteVesselMasterPeriodNaturalId target)
|
void |
VesselMasterPeriodDao.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source,
RemoteVesselMasterPeriodNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
VesselMasterPeriodDaoBase.toRemoteVesselMasterPeriodNaturalId(VesselMasterPeriod source,
RemoteVesselMasterPeriodNaturalId target)
|
protected java.lang.Object |
VesselMasterPeriodDaoBase.transformEntity(int transform,
VesselMasterPeriod 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.VesselMasterPeriodDao , please note
that the VesselMasterPeriodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselMasterPeriodDao.update(VesselMasterPeriod vesselMasterPeriod)
Updates the vesselMasterPeriod instance in the persistent store. |
void |
VesselMasterPeriodDaoBase.update(VesselMasterPeriod vesselMasterPeriod)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |