| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.administration.programStrategy | |
| fr.ifremer.adagio.core.dao.referential.taxon |
| Modifier and Type | Method and Description |
|---|---|
TaxonGroupType |
Program.getTaxonGroupType()
Type de classification d'espèce commerciales utilisé par le
programme.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ProgramDaoBase.create(int transform,
String code,
Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType) |
Object |
ProgramDao.create(int transform,
String code,
Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.String,fr.ifremer.adagio.core.dao.referential.gear.GearClassification,java.util.Collection with an
additional flag called transform. |
Object |
ProgramDaoBase.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Object |
ProgramDao.create(int transform,
String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Program |
ProgramDaoBase.create(String code,
Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType) |
Program |
ProgramDao.create(String code,
Date creationDate,
String description,
GearClassification gearClassification,
Collection<LocationClassification> locationClassifications,
String name,
TaxonGroupType taxonGroupType)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Program |
ProgramDaoBase.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments) |
Program |
ProgramDao.create(String code,
String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Creates a new
fr.ifremer.adagio.core.dao.administration.programStrategy.Program
instance from all attributes and
properties and adds it to the persistent store. |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Collection<LocationClassification> locationClassifications,
TaxonGroupType taxonGroupType,
GearClassification gearClassification)
Constructs a new instance of
Program, taking all required and/or
read-only properties as arguments. |
static Program |
Program.Factory.newInstance(String name,
String description,
Date creationDate,
Timestamp updateDate,
Collection<Strategy> strategies,
Collection<Location> locations,
Collection<LocationClassification> locationClassifications,
Collection<Program2Person> programUsers,
TaxonGroupType taxonGroupType,
GearClassification gearClassification,
Collection<Program2Department> program2Departments)
Constructs a new instance of
Program, taking all possible properties
(except the identifier(s))as arguments. |
void |
Program.setTaxonGroupType(TaxonGroupType taxonGroupType) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaxonGroupTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
TaxonGroupType |
TaxonGroupTypeDao.create(String code,
String name)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroupType |
TaxonGroupTypeDaoBase.create(String code,
String name) |
TaxonGroupType |
TaxonGroupTypeDao.create(String code,
String name,
Timestamp updateDate,
Collection<TaxonGroup> taxonGroups)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroupType |
TaxonGroupTypeDaoBase.create(String code,
String name,
Timestamp updateDate,
Collection<TaxonGroup> taxonGroups) |
TaxonGroupType |
TaxonGroupTypeDao.create(TaxonGroupType taxonGroupType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType and adds it to the persistent store.
|
TaxonGroupType |
TaxonGroupTypeDaoBase.create(TaxonGroupType taxonGroupType) |
TaxonGroupType |
TaxonGroup.getTaxonGroupType() |
TaxonGroupType |
TaxonGroupTypeDao.load(String code)
Loads an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType from the persistent store.
|
TaxonGroupType |
TaxonGroupTypeDaoBase.load(String code) |
static TaxonGroupType |
TaxonGroupType.Factory.newInstance()
Constructs a new instance of
TaxonGroupType. |
static TaxonGroupType |
TaxonGroupType.Factory.newInstance(String name)
Constructs a new instance of
TaxonGroupType, taking all required and/or
read-only properties as arguments. |
static TaxonGroupType |
TaxonGroupType.Factory.newInstance(String name,
Timestamp updateDate,
Collection<TaxonGroup> taxonGroups)
Constructs a new instance of
TaxonGroupType, taking all possible properties
(except the identifier(s))as arguments. |
protected TaxonGroupType |
TaxonGroupTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonGroupType> |
TaxonGroupTypeDao.create(Collection<TaxonGroupType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType and adds
from the passed in
entities collection |
Collection<TaxonGroupType> |
TaxonGroupTypeDaoBase.create(Collection<TaxonGroupType> entities) |
Collection<TaxonGroupType> |
TaxonGroupTypeDao.loadAll()
Loads all entities of type
TaxonGroupType. |
Collection<TaxonGroupType> |
TaxonGroupTypeDaoBase.loadAll() |
Set<TaxonGroupType> |
TaxonGroupTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<TaxonGroupType> |
TaxonGroupTypeDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
TaxonGroup |
TaxonGroupDao.create(Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TaxonGroup |
TaxonGroupDaoBase.create(Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType) |
Object |
TaxonGroupDao.create(int transform,
Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType)
Does the same thing as
TaxonGroupDao.create(java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.adagio.core.dao.referential.Status,fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType) with an
additional flag called transform. |
Object |
TaxonGroupDaoBase.create(int transform,
Date creationDate,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
String name,
Status status,
TaxonGroupType taxonGroupType) |
Object |
TaxonGroupDao.create(int transform,
String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Does the same thing as
#create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,java.util.Collection with an
additional flag called transform. |
Object |
TaxonGroupDaoBase.create(int transform,
String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status) |
Object |
TaxonGroupTypeDao.create(int transform,
TaxonGroupType taxonGroupType)
Does the same thing as
TaxonGroupTypeDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType) with an
additional flag called transform. |
Object |
TaxonGroupTypeDaoBase.create(int transform,
TaxonGroupType taxonGroupType) |
TaxonGroup |
TaxonGroupDao.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroup
instance from all attributes and
properties and adds it to the persistent store. |
TaxonGroup |
TaxonGroupDaoBase.create(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status) |
TaxonGroupType |
TaxonGroupTypeDao.create(TaxonGroupType taxonGroupType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType and adds it to the persistent store.
|
TaxonGroupType |
TaxonGroupTypeDaoBase.create(TaxonGroupType taxonGroupType) |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String name,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
TaxonGroupType taxonGroupType,
Status status)
Constructs a new instance of
TaxonGroup, taking all required and/or
read-only properties as arguments. |
static TaxonGroup |
TaxonGroup.Factory.newInstance(String label,
String name,
String comments,
Boolean isChildGroupExclusive,
Boolean isUpdatable,
Date creationDate,
Timestamp updateDate,
Collection<TaxonGroup> childTaxonGroup,
TaxonGroup parentTaxonGroup,
Collection<TaxonGroupHistoricalRecord> taxonGroupHistoricalRecords,
TaxonGroupType taxonGroupType,
Collection<TaxonGroupInformation> taxonGroupInformations,
Status status)
Constructs a new instance of
TaxonGroup, taking all possible properties
(except the identifier(s))as arguments. |
void |
TaxonGroupTypeDao.remove(TaxonGroupType taxonGroupType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType from the persistent store.
|
void |
TaxonGroupTypeDaoBase.remove(TaxonGroupType taxonGroupType) |
void |
TaxonGroup.setTaxonGroupType(TaxonGroupType taxonGroupType) |
protected Object |
TaxonGroupTypeDaoBase.transformEntity(int transform,
TaxonGroupType 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.taxon.TaxonGroupTypeDao, please note
that the TaxonGroupTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
TaxonGroupTypeDao.update(TaxonGroupType taxonGroupType)
Updates the
taxonGroupType instance in the persistent store. |
void |
TaxonGroupTypeDaoBase.update(TaxonGroupType taxonGroupType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TaxonGroupType> |
TaxonGroupTypeDao.create(Collection<TaxonGroupType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType and adds
from the passed in
entities collection |
Collection<TaxonGroupType> |
TaxonGroupTypeDaoBase.create(Collection<TaxonGroupType> entities) |
Collection<?> |
TaxonGroupTypeDao.create(int transform,
Collection<TaxonGroupType> entities)
Does the same thing as
TaxonGroupTypeDao.create(fr.ifremer.adagio.core.dao.referential.taxon.TaxonGroupType) with an
additional flag called transform. |
Collection<?> |
TaxonGroupTypeDaoBase.create(int transform,
Collection<TaxonGroupType> entities) |
void |
TaxonGroupTypeDao.remove(Collection<TaxonGroupType> entities)
Removes all entities in the given
entities |
void |
TaxonGroupTypeDaoBase.remove(Collection<TaxonGroupType> entities) |
void |
TaxonGroupTypeDao.update(Collection<TaxonGroupType> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
TaxonGroupTypeDaoBase.update(Collection<TaxonGroupType> entities) |
Copyright © 2013. All Rights Reserved.