| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential | |
| fr.ifremer.adagio.core.dao.referential.vessel |
| Modifier and Type | Class and Description |
|---|---|
class |
VesselTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
VesselType |
VesselTypeDao.create(String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.VesselType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
VesselType |
VesselTypeDaoBase.create(String name,
Status status) |
VesselType |
VesselTypeDao.create(String name,
Timestamp updateDate,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.VesselType
instance from all attributes and
properties and adds it to the persistent store. |
VesselType |
VesselTypeDaoBase.create(String name,
Timestamp updateDate,
Status status) |
VesselType |
VesselTypeDao.create(VesselType vesselType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.VesselType and adds it to the persistent store.
|
VesselType |
VesselTypeDaoBase.create(VesselType vesselType) |
VesselType |
VesselTypeDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.VesselType from the persistent store.
|
VesselType |
VesselTypeDaoBase.load(Integer id) |
static VesselType |
VesselType.Factory.newInstance()
Constructs a new instance of
VesselType. |
static VesselType |
VesselType.Factory.newInstance(String name,
Status status)
Constructs a new instance of
VesselType, taking all required and/or
read-only properties as arguments. |
static VesselType |
VesselType.Factory.newInstance(String name,
Timestamp updateDate,
Status status)
Constructs a new instance of
VesselType, taking all possible properties
(except the identifier(s))as arguments. |
protected VesselType |
VesselTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselType> |
VesselTypeDao.create(Collection<VesselType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.VesselType and adds
from the passed in
entities collection |
Collection<VesselType> |
VesselTypeDaoBase.create(Collection<VesselType> entities) |
Collection<VesselType> |
VesselTypeDao.loadAll()
Loads all entities of type
VesselType. |
Collection<VesselType> |
VesselTypeDaoBase.loadAll() |
Set<VesselType> |
VesselTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<VesselType> |
VesselTypeDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselTypeDao.create(int transform,
VesselType vesselType)
Does the same thing as
VesselTypeDao.create(fr.ifremer.adagio.core.dao.referential.VesselType) with an
additional flag called transform. |
Object |
VesselTypeDaoBase.create(int transform,
VesselType vesselType) |
VesselType |
VesselTypeDao.create(VesselType vesselType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.VesselType and adds it to the persistent store.
|
VesselType |
VesselTypeDaoBase.create(VesselType vesselType) |
void |
VesselTypeDao.remove(VesselType vesselType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.VesselType from the persistent store.
|
void |
VesselTypeDaoBase.remove(VesselType vesselType) |
protected Object |
VesselTypeDaoBase.transformEntity(int transform,
VesselType 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.adagio.core.dao.referential.VesselTypeDao, please note
that the VesselTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
VesselTypeDao.update(VesselType vesselType)
Updates the
vesselType instance in the persistent store. |
void |
VesselTypeDaoBase.update(VesselType vesselType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VesselType> |
VesselTypeDao.create(Collection<VesselType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.VesselType and adds
from the passed in
entities collection |
Collection<VesselType> |
VesselTypeDaoBase.create(Collection<VesselType> entities) |
Collection<?> |
VesselTypeDao.create(int transform,
Collection<VesselType> entities)
Does the same thing as
VesselTypeDao.create(fr.ifremer.adagio.core.dao.referential.VesselType) with an
additional flag called transform. |
Collection<?> |
VesselTypeDaoBase.create(int transform,
Collection<VesselType> entities) |
void |
VesselTypeDao.remove(Collection<VesselType> entities)
Removes all entities in the given
entities |
void |
VesselTypeDaoBase.remove(Collection<VesselType> entities) |
void |
VesselTypeDao.update(Collection<VesselType> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
VesselTypeDaoBase.update(Collection<VesselType> entities) |
| Modifier and Type | Method and Description |
|---|---|
VesselType |
Vessel.getVesselType()
Type de navire.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
VesselDao.create(int transform,
String code,
Status status,
VesselType vesselType)
Does the same thing as
VesselDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.VesselType) with an
additional flag called transform. |
Object |
VesselDaoBase.create(int transform,
String code,
Status status,
VesselType vesselType) |
Object |
VesselDao.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Does the same thing as
#create(java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
VesselDaoBase.create(int transform,
String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
Vessel |
VesselDao.create(String code,
Status status,
VesselType vesselType)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.Vessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(String code,
Status status,
VesselType vesselType) |
Vessel |
VesselDao.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.vessel.Vessel
instance from all attributes and
properties and adds it to the persistent store. |
Vessel |
VesselDaoBase.create(String code,
Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status) |
static Vessel |
Vessel.Factory.newInstance(Timestamp updateDate,
Collection<RightToProduce> rightToProduces,
VesselType vesselType,
Collection<VesselFeatures> vesselFeatures,
Collection<VesselRegistrationPeriod> vesselRegistrationPeriods,
Collection<VesselOwnerPeriod> vesselOwnerPeriods,
Collection<VesselMasterPeriod> vesselMasterPeriods,
Status status)
Constructs a new instance of
Vessel, taking all possible properties
(except the identifier(s))as arguments. |
static Vessel |
Vessel.Factory.newInstance(VesselType vesselType,
Status status)
Constructs a new instance of
Vessel, taking all required and/or
read-only properties as arguments. |
void |
Vessel.setVesselType(VesselType vesselType) |
Copyright © 2013. All Rights Reserved.