Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Class and Description |
---|---|
class |
Fishery2TaxonGroupImpl |
Modifier and Type | Method and Description |
---|---|
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.create(Fishery2TaxonGroup fishery2TaxonGroup)
Creates an instance of Fishery2TaxonGroup and adds it to the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup fishery2TaxonGroup)
Creates an instance of Fishery2TaxonGroup and adds it to the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.create(Fishery fishery,
TaxonGroup taxonGroup)
Creates a new
Fishery2TaxonGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.get(Fishery2TaxonGroupPK fishery2TaxonGroupPk)
Gets an instance of Fishery2TaxonGroup from the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.get(Fishery2TaxonGroupPK fishery2TaxonGroupPk)
Gets an instance of Fishery2TaxonGroup from the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.load(Fishery2TaxonGroupPK fishery2TaxonGroupPk)
Loads an instance of Fishery2TaxonGroup from the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.load(Fishery2TaxonGroupPK fishery2TaxonGroupPk)
Loads an instance of Fishery2TaxonGroup from the persistent store.
|
static Fishery2TaxonGroup |
Fishery2TaxonGroup.Factory.newInstance()
Constructs a new instance of
Fishery2TaxonGroup . |
static Fishery2TaxonGroup |
Fishery2TaxonGroup.Factory.newInstance(TaxonGroup taxonGroup,
Fishery fishery)
Constructs a new instance of
Fishery2TaxonGroup , taking all possible properties
(except the identifier(s))as arguments. |
protected Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDaoBase.create(Collection<Fishery2TaxonGroup> entities)
Creates a new instance of Fishery2TaxonGroup and adds
from the passed in
entities collection |
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDao.create(Collection<Fishery2TaxonGroup> entities)
Creates a new instance of Fishery2TaxonGroup and adds
from the passed in
entities collection |
Collection<Fishery2TaxonGroup> |
Fishery.getFishery2TaxonGroups() |
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDaoBase.loadAll()
Loads all entities of type
Fishery2TaxonGroup . |
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDao.loadAll()
Loads all entities of type
Fishery2TaxonGroup . |
Set<Fishery2TaxonGroup> |
Fishery2TaxonGroupDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2TaxonGroup> |
Fishery2TaxonGroupDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Fishery.addFishery2TaxonGroups(Fishery2TaxonGroup elementToAdd) |
int |
Fishery2TaxonGroup.compareTo(Fishery2TaxonGroup o) |
Fishery2TaxonGroup |
Fishery2TaxonGroupDaoBase.create(Fishery2TaxonGroup fishery2TaxonGroup)
Creates an instance of Fishery2TaxonGroup and adds it to the persistent store.
|
Fishery2TaxonGroup |
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup fishery2TaxonGroup)
Creates an instance of Fishery2TaxonGroup and adds it to the persistent store.
|
Object |
Fishery2TaxonGroupDaoBase.create(int transform,
Fishery2TaxonGroup fishery2TaxonGroup)
Does the same thing as
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup) with an
additional flag called transform . |
Object |
Fishery2TaxonGroupDao.create(int transform,
Fishery2TaxonGroup fishery2TaxonGroup)
Does the same thing as
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup) with an
additional flag called transform . |
void |
Fishery2TaxonGroupDaoBase.remove(Fishery2TaxonGroup fishery2TaxonGroup)
Removes the instance of Fishery2TaxonGroup from the persistent store.
|
void |
Fishery2TaxonGroupDao.remove(Fishery2TaxonGroup fishery2TaxonGroup)
Removes the instance of Fishery2TaxonGroup from the persistent store.
|
boolean |
Fishery.removeFishery2TaxonGroups(Fishery2TaxonGroup elementToRemove) |
Object |
Fishery2TaxonGroupDaoBase.transformEntity(int transform,
Fishery2TaxonGroup 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 Fishery2TaxonGroupDao , please note
that the Fishery2TaxonGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Fishery2TaxonGroupDao.transformEntity(int transform,
Fishery2TaxonGroup 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 Fishery2TaxonGroupDao , please note
that the Fishery2TaxonGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Fishery2TaxonGroupDaoBase.update(Fishery2TaxonGroup fishery2TaxonGroup)
Updates the
fishery2TaxonGroup instance in the persistent store. |
void |
Fishery2TaxonGroupDao.update(Fishery2TaxonGroup fishery2TaxonGroup)
Updates the
fishery2TaxonGroup instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDaoBase.create(Collection<Fishery2TaxonGroup> entities)
Creates a new instance of Fishery2TaxonGroup and adds
from the passed in
entities collection |
Collection<Fishery2TaxonGroup> |
Fishery2TaxonGroupDao.create(Collection<Fishery2TaxonGroup> entities)
Creates a new instance of Fishery2TaxonGroup and adds
from the passed in
entities collection |
Collection<?> |
Fishery2TaxonGroupDaoBase.create(int transform,
Collection<Fishery2TaxonGroup> entities)
Does the same thing as
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup) with an
additional flag called transform . |
Collection<?> |
Fishery2TaxonGroupDao.create(int transform,
Collection<Fishery2TaxonGroup> entities)
Does the same thing as
Fishery2TaxonGroupDao.create(Fishery2TaxonGroup) with an
additional flag called transform . |
static Fishery |
Fishery.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
String comments,
Collection<Fishery2TaxonGroup> fishery2TaxonGroups,
Collection<Fishery2Grouping> fishery2Groupings,
Collection<Corpus> corpuses,
Collection<RegulationArea> regulationAreas,
Collection<Fishery2Gear> fishery2Gears,
Collection<Fishery2Metier> fishery2Metiers)
Constructs a new instance of
Fishery , taking all possible properties
(except the identifier(s))as arguments. |
void |
Fishery2TaxonGroupDaoBase.remove(Collection<Fishery2TaxonGroup> entities)
Removes all entities in the given
entities collection. |
void |
Fishery2TaxonGroupDao.remove(Collection<Fishery2TaxonGroup> entities)
Removes all entities in the given
entities collection. |
void |
Fishery.setFishery2TaxonGroups(Collection<Fishery2TaxonGroup> fishery2TaxonGroupsIn) |
void |
Fishery2TaxonGroupDaoBase.update(Collection<Fishery2TaxonGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Fishery2TaxonGroupDao.update(Collection<Fishery2TaxonGroup> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.