| Modifier and Type | Method and Description |
|---|---|
ObjectType |
PersonSessionVessel.getObjectType()
type de donnée sur lequel porte ce droit
|
| Modifier and Type | Method and Description |
|---|---|
PersonSessionVessel |
PersonSessionVesselDao.create(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel
instance from all attributes and
properties and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType) |
Object |
PersonSessionVesselDao.create(int transform,
Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Does the same thing as
PersonSessionVesselDao.create(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,java.sql.Timestamp,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.user.PersonSession,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
PersonSessionVesselDaoBase.create(int transform,
Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType) |
Object |
PersonSessionVesselDao.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Does the same thing as
PersonSessionVesselDao.create(java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.user.PersonSession,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.lang.Boolean,java.lang.Boolean,java.sql.Timestamp,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,java.lang.Boolean) with an
additional flag called transform. |
Object |
PersonSessionVesselDaoBase.create(int transform,
Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData) |
PersonSessionVessel |
PersonSessionVesselDao.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData)
Creates a new
fr.ifremer.adagio.core.dao.administration.user.PersonSessionVessel
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PersonSessionVessel |
PersonSessionVesselDaoBase.create(Timestamp endDateTime,
ObjectType objectType,
PersonSession personSession,
Program program,
Boolean readData,
Boolean readVessel,
Timestamp startDateTime,
Timestamp updateDate,
Vessel vessel,
Boolean writeData) |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Boolean readVessel,
Boolean readData,
Boolean writeData,
Boolean validateData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all possible properties
(except the identifier(s))as arguments. |
static PersonSessionVessel |
PersonSessionVessel.Factory.newInstance(Boolean readVessel,
Boolean readData,
Boolean writeData,
Timestamp startDateTime,
Timestamp endDateTime,
Timestamp updateDate,
PersonSession personSession,
Program program,
Vessel vessel,
ObjectType objectType)
Constructs a new instance of
PersonSessionVessel, taking all required and/or
read-only properties as arguments. |
void |
PersonSessionVessel.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
UpdatedItemHistory.getObjectType()
Type d'objet associé
|
ObjectType |
DeletedItemHistory.getObjectType()
|
ObjectType |
InsertedItemHistory.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
InsertedItemHistory |
InsertedItemHistoryDao.create(Integer objectId,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.history.InsertedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
InsertedItemHistory |
InsertedItemHistoryDaoBase.create(Integer objectId,
ObjectType objectType) |
InsertedItemHistory |
InsertedItemHistoryDao.create(Integer objectId,
Timestamp updateDate,
ObjectType objectType,
ProcessingHistory processingHistory)
Creates a new
fr.ifremer.adagio.core.dao.data.history.InsertedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
InsertedItemHistory |
InsertedItemHistoryDaoBase.create(Integer objectId,
Timestamp updateDate,
ObjectType objectType,
ProcessingHistory processingHistory) |
Object |
UpdatedItemHistoryDaoBase.create(int transform,
Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear) |
Object |
UpdatedItemHistoryDao.create(int transform,
Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
|
Object |
InsertedItemHistoryDao.create(int transform,
Integer objectId,
ObjectType objectType)
Does the same thing as
InsertedItemHistoryDao.create(java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
InsertedItemHistoryDaoBase.create(int transform,
Integer objectId,
ObjectType objectType) |
Object |
InsertedItemHistoryDao.create(int transform,
Integer objectId,
Timestamp updateDate,
ObjectType objectType,
ProcessingHistory processingHistory)
Does the same thing as
InsertedItemHistoryDao.create(java.lang.Integer,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.data.history.ProcessingHistory) with an
additional flag called transform. |
Object |
InsertedItemHistoryDaoBase.create(int transform,
Integer objectId,
Timestamp updateDate,
ObjectType objectType,
ProcessingHistory processingHistory) |
Object |
DeletedItemHistoryDaoBase.create(int transform,
ObjectType objectType) |
Object |
DeletedItemHistoryDao.create(int transform,
ObjectType objectType)
Does the same thing as
DeletedItemHistoryDao.create(fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
UpdatedItemHistoryDaoBase.create(int transform,
String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment) |
Object |
UpdatedItemHistoryDao.create(int transform,
String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment)
Does the same thing as
UpdatedItemHistoryDao.create(java.lang.String,java.lang.Boolean,java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.user.Department) with an
additional flag called transform. |
Object |
DeletedItemHistoryDaoBase.create(int transform,
String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory) |
Object |
DeletedItemHistoryDao.create(int transform,
String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Does the same thing as
DeletedItemHistoryDao.create(java.lang.String,java.lang.Long,java.lang.String,java.sql.Timestamp,java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.administration.user.Person,fr.ifremer.adagio.core.dao.data.history.ProcessingHistory) with an
additional flag called transform. |
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(ObjectType objectType) |
DeletedItemHistory |
DeletedItemHistoryDao.create(ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory) |
DeletedItemHistory |
DeletedItemHistoryDao.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Creates a new
fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Constructs a new instance of
UpdatedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
ObjectType objectType,
Department recorderDepartment)
Constructs a new instance of
UpdatedItemHistory, taking all required and/or
read-only properties as arguments. |
static InsertedItemHistory |
InsertedItemHistory.Factory.newInstance(Integer objectId,
ObjectType objectType)
Constructs a new instance of
InsertedItemHistory, taking all required and/or
read-only properties as arguments. |
static InsertedItemHistory |
InsertedItemHistory.Factory.newInstance(Integer objectId,
Timestamp updateDate,
ObjectType objectType,
ProcessingHistory processingHistory)
Constructs a new instance of
InsertedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(ObjectType objectType)
Constructs a new instance of
DeletedItemHistory, taking all required and/or
read-only properties as arguments. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Constructs a new instance of
DeletedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistory.setObjectType(ObjectType objectType) |
void |
DeletedItemHistory.setObjectType(ObjectType objectType) |
void |
InsertedItemHistory.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
MeasurementFile.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
MeasurementFile |
MeasurementFileDao.create(Integer objectId,
ObjectType objectType,
String path,
Pmfm pmfm,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.file.MeasurementFile
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
MeasurementFile |
MeasurementFileDaoBase.create(Integer objectId,
ObjectType objectType,
String path,
Pmfm pmfm,
QualityFlag qualityFlag) |
MeasurementFile |
MeasurementFileDao.create(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.file.MeasurementFile
instance from all attributes and
properties and adds it to the persistent store. |
MeasurementFile |
MeasurementFileDaoBase.create(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument) |
Object |
MeasurementFileDao.create(int transform,
Integer objectId,
ObjectType objectType,
String path,
Pmfm pmfm,
QualityFlag qualityFlag)
Does the same thing as
MeasurementFileDao.create(java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType,java.lang.String,fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm,fr.ifremer.adagio.core.dao.referential.QualityFlag) with an
additional flag called transform. |
Object |
MeasurementFileDaoBase.create(int transform,
Integer objectId,
ObjectType objectType,
String path,
Pmfm pmfm,
QualityFlag qualityFlag) |
Object |
MeasurementFileDao.create(int transform,
Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Does the same thing as
MeasurementFileDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.referential.pmfm.Pmfm,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.AnalysisInstrument) with an
additional flag called transform. |
Object |
MeasurementFileDaoBase.create(int transform,
Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument) |
static MeasurementFile |
MeasurementFile.Factory.newInstance(Integer objectId,
String path,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm)
Constructs a new instance of
MeasurementFile, taking all required and/or
read-only properties as arguments. |
static MeasurementFile |
MeasurementFile.Factory.newInstance(Integer objectId,
String path,
String name,
String comments,
Date controlDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
ObjectType objectType,
QualityFlag qualityFlag,
Pmfm pmfm,
Department department,
AnalysisInstrument analysisInstrument)
Constructs a new instance of
MeasurementFile, taking all possible properties
(except the identifier(s))as arguments. |
void |
MeasurementFile.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
Photo.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
Photo |
PhotoDaoBase.create(Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag) |
Photo |
PhotoDao.create(Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.photo.Photo
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType) |
Photo |
PhotoDao.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.photo.Photo
instance from all attributes and
properties and adds it to the persistent store. |
Object |
PhotoDaoBase.create(int transform,
Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag) |
Object |
PhotoDao.create(int transform,
Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag)
Does the same thing as
PhotoDao.create(java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType,java.lang.String,fr.ifremer.adagio.core.dao.referential.PhotoType,fr.ifremer.adagio.core.dao.referential.QualityFlag) with an
additional flag called transform. |
Object |
PhotoDaoBase.create(int transform,
Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType) |
Object |
PhotoDao.create(int transform,
Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Does the same thing as
PhotoDao.create(java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.util.Date,java.util.Date,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.QualityFlag,fr.ifremer.adagio.core.dao.administration.user.Department,fr.ifremer.adagio.core.dao.referential.PhotoType,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
static Photo |
Photo.Factory.newInstance(Integer objectId,
String path,
QualityFlag qualityFlag,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all required and/or
read-only properties as arguments. |
static Photo |
Photo.Factory.newInstance(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all possible properties
(except the identifier(s))as arguments. |
void |
Photo.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
QualifiedItem.getObjectType()
Type d'entité qualifiée.
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedItem |
QualifiedItemDao.create(Integer objectId,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.qualification.QualifiedItem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
QualifiedItem |
QualifiedItemDaoBase.create(Integer objectId,
ObjectType objectType) |
QualifiedItem |
QualifiedItemDao.create(Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.qualification.QualifiedItem
instance from all attributes and
properties and adds it to the persistent store. |
QualifiedItem |
QualifiedItemDaoBase.create(Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType) |
Object |
QualifiedItemDao.create(int transform,
Integer objectId,
ObjectType objectType)
Does the same thing as
QualifiedItemDao.create(java.lang.Integer,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
QualifiedItemDaoBase.create(int transform,
Integer objectId,
ObjectType objectType) |
Object |
QualifiedItemDao.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType)
Does the same thing as
#create(java.lang.Integer,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
QualifiedItemDaoBase.create(int transform,
Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType) |
static QualifiedItem |
QualifiedItem.Factory.newInstance(Integer objectId,
ObjectType objectType)
Constructs a new instance of
QualifiedItem, taking all required and/or
read-only properties as arguments. |
static QualifiedItem |
QualifiedItem.Factory.newInstance(Integer objectId,
Timestamp updateDate,
Collection<AppliedQualificationRule> appliedQualificationRules,
ObjectType objectType)
Constructs a new instance of
QualifiedItem, taking all possible properties
(except the identifier(s))as arguments. |
void |
QualifiedItem.setObjectType(ObjectType objectType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectTypeDaoBase.create(ObjectType objectType) |
ObjectType |
ObjectTypeDao.create(ObjectType objectType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.ObjectType and adds it to the persistent store.
|
ObjectType |
ObjectTypeDaoBase.create(String code,
String name) |
ObjectType |
ObjectTypeDao.create(String code,
String name)
Creates a new
fr.ifremer.adagio.core.dao.referential.ObjectType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ObjectType |
ObjectTypeDaoBase.create(String code,
String name,
String description,
Timestamp updateDate) |
ObjectType |
ObjectTypeDao.create(String code,
String name,
String description,
Timestamp updateDate)
Creates a new
fr.ifremer.adagio.core.dao.referential.ObjectType
instance from all attributes and
properties and adds it to the persistent store. |
ObjectType |
LinkedItemType.getFromObjectType()
Type d'objet depuis lequel le rapprochement part (source).
|
ObjectType |
LinkedItemType.getToObjectType()
Type d'objet vers lequel le rapprochement pointe (destination).
|
ObjectType |
ObjectTypeDaoBase.load(String code) |
ObjectType |
ObjectTypeDao.load(String code)
Loads an instance of fr.ifremer.adagio.core.dao.referential.ObjectType from the persistent store.
|
static ObjectType |
ObjectType.Factory.newInstance()
Constructs a new instance of
ObjectType. |
static ObjectType |
ObjectType.Factory.newInstance(String name)
Constructs a new instance of
ObjectType, taking all required and/or
read-only properties as arguments. |
static ObjectType |
ObjectType.Factory.newInstance(String name,
String description,
Timestamp updateDate)
Constructs a new instance of
ObjectType, taking all possible properties
(except the identifier(s))as arguments. |
protected ObjectType |
ObjectTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObjectType> |
ObjectTypeDaoBase.create(Collection<ObjectType> entities) |
Collection<ObjectType> |
ObjectTypeDao.create(Collection<ObjectType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.ObjectType and adds
from the passed in
entities collection |
Collection<ObjectType> |
ObjectTypeDaoBase.loadAll() |
Collection<ObjectType> |
ObjectTypeDao.loadAll()
Loads all entities of type
ObjectType. |
Set<ObjectType> |
ObjectTypeDaoBase.search(Search search) |
Set<ObjectType> |
ObjectTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectTypeDaoBase.create(int transform,
ObjectType objectType) |
Object |
ObjectTypeDao.create(int transform,
ObjectType objectType)
Does the same thing as
ObjectTypeDao.create(fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
LinkedItemTypeDao.create(int transform,
ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram)
Does the same thing as
LinkedItemTypeDao.create(fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.lang.String,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.programStrategy.Program) with an
additional flag called transform. |
Object |
LinkedItemTypeDaoBase.create(int transform,
ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram) |
Object |
LinkedItemTypeDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Does the same thing as
LinkedItemTypeDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.programStrategy.Program) with an
additional flag called transform. |
Object |
LinkedItemTypeDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram) |
ObjectType |
ObjectTypeDaoBase.create(ObjectType objectType) |
ObjectType |
ObjectTypeDao.create(ObjectType objectType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.ObjectType and adds it to the persistent store.
|
LinkedItemType |
LinkedItemTypeDao.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram)
Creates a new
fr.ifremer.adagio.core.dao.referential.LinkedItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
LinkedItemType |
LinkedItemTypeDaoBase.create(ObjectType fromObjectType,
Program fromProgram,
String name,
Status status,
ObjectType toObjectType,
Program toProgram) |
LinkedItemType |
LinkedItemTypeDao.create(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Creates a new
fr.ifremer.adagio.core.dao.referential.LinkedItemType
instance from all attributes and
properties and adds it to the persistent store. |
LinkedItemType |
LinkedItemTypeDaoBase.create(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram) |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all required and/or
read-only properties as arguments. |
static LinkedItemType |
LinkedItemType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Program toProgram,
Status status,
ObjectType toObjectType,
ObjectType fromObjectType,
Program fromProgram)
Constructs a new instance of
LinkedItemType, taking all possible properties
(except the identifier(s))as arguments. |
void |
ObjectTypeDaoBase.remove(ObjectType objectType) |
void |
ObjectTypeDao.remove(ObjectType objectType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.ObjectType from the persistent store.
|
void |
LinkedItemType.setFromObjectType(ObjectType fromObjectType) |
void |
LinkedItemType.setToObjectType(ObjectType toObjectType) |
protected Object |
ObjectTypeDaoBase.transformEntity(int transform,
ObjectType 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.ObjectTypeDao, please note
that the ObjectTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ObjectTypeDaoBase.update(ObjectType objectType) |
void |
ObjectTypeDao.update(ObjectType objectType)
Updates the
objectType instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ObjectType> |
ObjectTypeDaoBase.create(Collection<ObjectType> entities) |
Collection<ObjectType> |
ObjectTypeDao.create(Collection<ObjectType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.ObjectType and adds
from the passed in
entities collection |
Collection<?> |
ObjectTypeDaoBase.create(int transform,
Collection<ObjectType> entities) |
Collection<?> |
ObjectTypeDao.create(int transform,
Collection<ObjectType> entities)
Does the same thing as
ObjectTypeDao.create(fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
void |
ObjectTypeDaoBase.remove(Collection<ObjectType> entities) |
void |
ObjectTypeDao.remove(Collection<ObjectType> entities)
Removes all entities in the given
entities |
void |
ObjectTypeDaoBase.update(Collection<ObjectType> entities) |
void |
ObjectTypeDao.update(Collection<ObjectType> entities)
Updates all instances in the
entities collection in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
GroupingClassification.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
GroupingClassificationDaoBase.create(int transform,
String name,
ObjectType objectType) |
Object |
GroupingClassificationDao.create(int transform,
String name,
ObjectType objectType)
Does the same thing as
GroupingClassificationDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
Object |
GroupingClassificationDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
ObjectType objectType) |
Object |
GroupingClassificationDao.create(int transform,
String name,
String description,
Timestamp updateDate,
ObjectType objectType)
Does the same thing as
GroupingClassificationDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType) with an
additional flag called transform. |
GroupingClassification |
GroupingClassificationDaoBase.create(String name,
ObjectType objectType) |
GroupingClassification |
GroupingClassificationDao.create(String name,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
GroupingClassification |
GroupingClassificationDaoBase.create(String name,
String description,
Timestamp updateDate,
ObjectType objectType) |
GroupingClassification |
GroupingClassificationDao.create(String name,
String description,
Timestamp updateDate,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification
instance from all attributes and
properties and adds it to the persistent store. |
static GroupingClassification |
GroupingClassification.Factory.newInstance(String name,
ObjectType objectType)
Constructs a new instance of
GroupingClassification, taking all required and/or
read-only properties as arguments. |
static GroupingClassification |
GroupingClassification.Factory.newInstance(String name,
String description,
Timestamp updateDate,
ObjectType objectType)
Constructs a new instance of
GroupingClassification, taking all possible properties
(except the identifier(s))as arguments. |
void |
GroupingClassification.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
OrderType.getObjectType()
Type d'entités concernés par le type de tri.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OrderTypeDao.create(int transform,
String name,
ObjectType objectType,
Status status)
Does the same thing as
OrderTypeDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
OrderTypeDaoBase.create(int transform,
String name,
ObjectType objectType,
Status status) |
Object |
OrderTypeDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
OrderTypeDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status) |
OrderType |
OrderTypeDao.create(String name,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.order.OrderType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
OrderType |
OrderTypeDaoBase.create(String name,
ObjectType objectType,
Status status) |
OrderType |
OrderTypeDao.create(String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.order.OrderType
instance from all attributes and
properties and adds it to the persistent store. |
OrderType |
OrderTypeDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status) |
static OrderType |
OrderType.Factory.newInstance(String name,
ObjectType objectType,
Status status)
Constructs a new instance of
OrderType, taking all required and/or
read-only properties as arguments. |
static OrderType |
OrderType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<OrderItem> orderItems,
ObjectType objectType,
Status status)
Constructs a new instance of
OrderType, taking all possible properties
(except the identifier(s))as arguments. |
void |
OrderType.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
SpatialItemType.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
SpatialItemTypeDao.create(int transform,
String name,
ObjectType objectType,
Status status)
Does the same thing as
SpatialItemTypeDao.create(java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.Status) with an
additional flag called transform. |
Object |
SpatialItemTypeDaoBase.create(int transform,
String name,
ObjectType objectType,
Status status) |
Object |
SpatialItemTypeDao.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
SpatialItemTypeDaoBase.create(int transform,
String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status) |
SpatialItemType |
SpatialItemTypeDao.create(String name,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
SpatialItemType |
SpatialItemTypeDaoBase.create(String name,
ObjectType objectType,
Status status) |
SpatialItemType |
SpatialItemTypeDao.create(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.spatial.SpatialItemType
instance from all attributes and
properties and adds it to the persistent store. |
SpatialItemType |
SpatialItemTypeDaoBase.create(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status) |
static SpatialItemType |
SpatialItemType.Factory.newInstance(String name,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all required and/or
read-only properties as arguments. |
static SpatialItemType |
SpatialItemType.Factory.newInstance(String name,
String description,
Timestamp updateDate,
Collection<SpatialItem> spatialItems,
ObjectType objectType,
Status status)
Constructs a new instance of
SpatialItemType, taking all possible properties
(except the identifier(s))as arguments. |
void |
SpatialItemType.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
TranscribingItemType.getObjectType()
Nature de l'objet transcodé (Généralement, le nom de la table
portant l'entité)
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TranscribingItemTypeDaoBase.create(int transform,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide) |
Object |
TranscribingItemTypeDao.create(int transform,
String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide)
Does the same thing as
TranscribingItemTypeDao.create(java.lang.String,java.lang.String,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingSide) with an
additional flag called transform. |
Object |
TranscribingItemTypeDaoBase.create(int transform,
String label,
String name,
String description,
Timestamp updateDate,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status,
TranscribingSystem transcribingSystem) |
Object |
TranscribingItemTypeDao.create(int transform,
String label,
String name,
String description,
Timestamp updateDate,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status,
TranscribingSystem transcribingSystem)
Does the same thing as
TranscribingItemTypeDao.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingSide,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingSystem) with an
additional flag called transform. |
TranscribingItemType |
TranscribingItemTypeDaoBase.create(String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide) |
TranscribingItemType |
TranscribingItemTypeDao.create(String label,
String name,
ObjectType objectType,
Status status,
TranscribingSide transcribingSide)
Creates a new
fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItemType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingItemType |
TranscribingItemTypeDaoBase.create(String label,
String name,
String description,
Timestamp updateDate,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status,
TranscribingSystem transcribingSystem) |
TranscribingItemType |
TranscribingItemTypeDao.create(String label,
String name,
String description,
Timestamp updateDate,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status,
TranscribingSystem transcribingSystem)
Creates a new
fr.ifremer.adagio.core.dao.referential.transcribing.TranscribingItemType
instance from all attributes and
properties and adds it to the persistent store. |
static TranscribingItemType |
TranscribingItemType.Factory.newInstance(String label,
String name,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status)
Constructs a new instance of
TranscribingItemType, taking all required and/or
read-only properties as arguments. |
static TranscribingItemType |
TranscribingItemType.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
ObjectType objectType,
TranscribingSide transcribingSide,
Status status,
TranscribingSystem transcribingSystem)
Constructs a new instance of
TranscribingItemType, taking all possible properties
(except the identifier(s))as arguments. |
void |
TranscribingItemType.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
GroupingVesselHierarchy.getObjectType()
|
| Modifier and Type | Method and Description |
|---|---|
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping) |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.grouping.GroupingVesselHierarchy
instance from all attributes and
properties and adds it to the persistent store. |
GroupingVesselHierarchy |
GroupingVesselHierarchyDaoBase.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel) |
GroupingVesselHierarchy |
GroupingVesselHierarchyDao.create(Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel)
Creates a new
fr.ifremer.adagio.core.dao.technical.optimization.grouping.GroupingVesselHierarchy
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping) |
Object |
GroupingVesselHierarchyDao.create(int transform,
Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Does the same thing as
GroupingVesselHierarchyDao.create(java.util.Date,java.util.Date,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.vessel.Vessel,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.referential.grouping.Grouping) with an
additional flag called transform. |
Object |
GroupingVesselHierarchyDaoBase.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel) |
Object |
GroupingVesselHierarchyDao.create(int transform,
Grouping grouping,
GroupingClassification groupingClassification,
Location location,
ObjectType objectType,
Program program,
Date startDate,
Vessel vessel)
Does the same thing as
GroupingVesselHierarchyDao.create(fr.ifremer.adagio.core.dao.referential.grouping.Grouping,fr.ifremer.adagio.core.dao.referential.grouping.GroupingClassification,fr.ifremer.adagio.core.dao.referential.location.Location,fr.ifremer.adagio.core.dao.referential.ObjectType,fr.ifremer.adagio.core.dao.administration.programStrategy.Program,java.util.Date,fr.ifremer.adagio.core.dao.referential.vessel.Vessel) with an
additional flag called transform. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
Date endDate,
Timestamp updateDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Constructs a new instance of
GroupingVesselHierarchy, taking all possible properties
(except the identifier(s))as arguments. |
static GroupingVesselHierarchy |
GroupingVesselHierarchy.Factory.newInstance(Date startDate,
GroupingClassification groupingClassification,
Location location,
Vessel vessel,
Program program,
ObjectType objectType,
Grouping grouping)
Constructs a new instance of
GroupingVesselHierarchy, taking all required and/or
read-only properties as arguments. |
void |
GroupingVesselHierarchy.setObjectType(ObjectType objectType) |
Copyright © 2013. All Rights Reserved.