|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VesselGroup | |
---|---|
fr.ifremer.allegro.referential.vessel |
Uses of VesselGroup in fr.ifremer.allegro.referential.vessel |
---|
Subclasses of VesselGroup in fr.ifremer.allegro.referential.vessel | |
---|---|
class |
VesselGroupImpl
|
Methods in fr.ifremer.allegro.referential.vessel that return VesselGroup | |
---|---|
VesselGroup |
VesselGroupDaoImpl.clusterVesselGroupToEntity(ClusterVesselGroup clusterVesselGroup)
|
VesselGroup |
VesselGroupDao.clusterVesselGroupToEntity(ClusterVesselGroup clusterVesselGroup)
Converts an instance of type ClusterVesselGroup to this DAO's entity. |
VesselGroup |
VesselGroupDaoBase.create(java.lang.String code,
Status status,
VesselType vesselType)
|
VesselGroup |
VesselGroupDaoBase.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)
|
VesselGroup |
VesselGroupDaoBase.create(VesselGroup vesselGroup)
|
VesselGroup |
VesselGroupDao.createFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
|
VesselGroup |
VesselGroupDaoBase.createFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
|
VesselGroup |
VesselGroupDao.findVesselGroupByCode(java.lang.String code)
|
VesselGroup |
VesselGroupDaoBase.findVesselGroupByCode(java.lang.String code)
|
VesselGroup |
VesselGroupDao.findVesselGroupByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByCode(java.lang.String) with an
additional argument called queryString . |
VesselGroup |
VesselGroupDaoBase.findVesselGroupByCode(java.lang.String queryString,
java.lang.String code)
|
VesselGroup |
VesselGroupDao.findVesselGroupByNaturalId(java.lang.String code)
|
VesselGroup |
VesselGroupDaoBase.findVesselGroupByNaturalId(java.lang.String code)
|
VesselGroup |
VesselGroupDao.findVesselGroupByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as VesselGroupDao.findVesselGroupByNaturalId(java.lang.String) with an
additional argument called queryString . |
VesselGroup |
VesselGroupDaoBase.findVesselGroupByNaturalId(java.lang.String queryString,
java.lang.String code)
|
protected VesselGroup |
VesselGroupDaoImpl.handleCreateFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
|
protected abstract VesselGroup |
VesselGroupDaoBase.handleCreateFromClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
Performs the core logic for VesselGroupDaoBase.createFromClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup) |
VesselGroup |
VesselGroupDaoBase.load(java.lang.String code)
|
static VesselGroup |
VesselGroup.Factory.newInstance()
Constructs a new instance of VesselGroup . |
static VesselGroup |
VesselGroup.Factory.newInstance(Status status,
VesselType vesselType)
Constructs a new instance of VesselGroup , taking all required and/or
read-only properties as arguments. |
static VesselGroup |
VesselGroup.Factory.newInstance(java.sql.Timestamp updateDate,
java.util.Collection rightToProduces,
java.util.Collection vesselOwnerPeriods,
java.util.Collection vesselRegistrationPeriods,
Status status,
VesselType vesselType)
Constructs a new instance of VesselGroup , taking all possible properties
(except the identifier(s))as arguments. |
VesselGroup |
VesselGroupDaoImpl.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO remoteVesselGroupFullVO)
|
VesselGroup |
VesselGroupDao.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO remoteVesselGroupFullVO)
Converts an instance of type RemoteVesselGroupFullVO to this DAO's entity. |
VesselGroup |
VesselGroupDaoImpl.remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId remoteVesselGroupNaturalId)
|
VesselGroup |
VesselGroupDao.remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId remoteVesselGroupNaturalId)
Converts an instance of type RemoteVesselGroupNaturalId to this DAO's entity. |
protected VesselGroup |
VesselGroupDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.vessel with parameters of type VesselGroup | |
---|---|
void |
VesselGroupDaoImpl.clusterVesselGroupToEntity(ClusterVesselGroup source,
VesselGroup target,
boolean copyIfNull)
|
void |
VesselGroupDao.clusterVesselGroupToEntity(ClusterVesselGroup source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of ClusterVesselGroup to the specified entity. |
void |
VesselGroupDaoBase.clusterVesselGroupToEntity(ClusterVesselGroup source,
VesselGroup target,
boolean copyIfNull)
|
java.lang.Object |
VesselGroupDao.create(int transform,
VesselGroup vesselGroup)
Does the same thing as VesselGroupDao.create(fr.ifremer.allegro.referential.vessel.VesselGroup) with an
additional flag called transform . |
java.lang.Object |
VesselGroupDaoBase.create(int transform,
VesselGroup vesselGroup)
|
Vessel |
VesselGroupDao.create(VesselGroup vesselGroup)
Creates an instance of fr.ifremer.allegro.referential.vessel.VesselGroup and adds it to the persistent store. |
VesselGroup |
VesselGroupDaoBase.create(VesselGroup vesselGroup)
|
void |
VesselGroupDaoImpl.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source,
VesselGroup target,
boolean copyIfNull)
|
void |
VesselGroupDao.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of RemoteVesselGroupFullVO to the specified entity. |
void |
VesselGroupDaoBase.remoteVesselGroupFullVOToEntity(RemoteVesselGroupFullVO source,
VesselGroup target,
boolean copyIfNull)
|
void |
VesselGroupDaoImpl.remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId source,
VesselGroup target,
boolean copyIfNull)
|
void |
VesselGroupDao.remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId source,
VesselGroup target,
boolean copyIfNull)
Copies the fields of RemoteVesselGroupNaturalId to the specified entity. |
void |
VesselGroupDaoBase.remoteVesselGroupNaturalIdToEntity(RemoteVesselGroupNaturalId source,
VesselGroup target,
boolean copyIfNull)
|
void |
VesselGroupDao.remove(VesselGroup vesselGroup)
Removes the instance of fr.ifremer.allegro.referential.vessel.VesselGroup from the persistent store. |
void |
VesselGroupDaoBase.remove(VesselGroup vesselGroup)
|
ClusterVesselGroup |
VesselGroupDaoImpl.toClusterVesselGroup(VesselGroup entity)
|
ClusterVesselGroup |
VesselGroupDao.toClusterVesselGroup(VesselGroup entity)
Converts this DAO's entity to an object of type ClusterVesselGroup . |
ClusterVesselGroup |
VesselGroupDaoBase.toClusterVesselGroup(VesselGroup entity)
|
void |
VesselGroupDaoImpl.toClusterVesselGroup(VesselGroup source,
ClusterVesselGroup target)
|
void |
VesselGroupDao.toClusterVesselGroup(VesselGroup source,
ClusterVesselGroup target)
Copies the fields of the specified entity to the target value object. |
void |
VesselGroupDaoBase.toClusterVesselGroup(VesselGroup source,
ClusterVesselGroup target)
|
RemoteVesselGroupFullVO |
VesselGroupDaoImpl.toRemoteVesselGroupFullVO(VesselGroup entity)
|
RemoteVesselGroupFullVO |
VesselGroupDao.toRemoteVesselGroupFullVO(VesselGroup entity)
Converts this DAO's entity to an object of type RemoteVesselGroupFullVO . |
RemoteVesselGroupFullVO |
VesselGroupDaoBase.toRemoteVesselGroupFullVO(VesselGroup entity)
|
void |
VesselGroupDaoImpl.toRemoteVesselGroupFullVO(VesselGroup source,
RemoteVesselGroupFullVO target)
|
void |
VesselGroupDao.toRemoteVesselGroupFullVO(VesselGroup source,
RemoteVesselGroupFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
VesselGroupDaoBase.toRemoteVesselGroupFullVO(VesselGroup source,
RemoteVesselGroupFullVO target)
|
RemoteVesselGroupNaturalId |
VesselGroupDaoImpl.toRemoteVesselGroupNaturalId(VesselGroup entity)
|
RemoteVesselGroupNaturalId |
VesselGroupDao.toRemoteVesselGroupNaturalId(VesselGroup entity)
Converts this DAO's entity to an object of type RemoteVesselGroupNaturalId . |
RemoteVesselGroupNaturalId |
VesselGroupDaoBase.toRemoteVesselGroupNaturalId(VesselGroup entity)
|
void |
VesselGroupDaoImpl.toRemoteVesselGroupNaturalId(VesselGroup source,
RemoteVesselGroupNaturalId target)
|
void |
VesselGroupDao.toRemoteVesselGroupNaturalId(VesselGroup source,
RemoteVesselGroupNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
VesselGroupDaoBase.toRemoteVesselGroupNaturalId(VesselGroup source,
RemoteVesselGroupNaturalId target)
|
protected java.lang.Object |
VesselGroupDaoBase.transformEntity(int transform,
VesselGroup 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.VesselGroupDao , please note
that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselGroupDao.update(VesselGroup vesselGroup)
Updates the vesselGroup instance in the persistent store. |
void |
VesselGroupDaoBase.update(VesselGroup vesselGroup)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |