Package | Description |
---|---|
fr.ifremer.adagio.core.dao.referential.regulation |
Modifier and Type | Class and Description |
---|---|
class |
Fishery2GearImpl |
Modifier and Type | Method and Description |
---|---|
Fishery2Gear |
Fishery2GearDaoBase.create(Fishery2Gear fishery2Gear)
Creates an instance of Fishery2Gear and adds it to the persistent store.
|
Fishery2Gear |
Fishery2GearDao.create(Fishery2Gear fishery2Gear)
Creates an instance of Fishery2Gear and adds it to the persistent store.
|
Fishery2Gear |
Fishery2GearDaoBase.create(Fishery fishery,
Gear gear)
Creates a new
Fishery2Gear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Gear |
Fishery2GearDao.create(Fishery fishery,
Gear gear)
Creates a new
Fishery2Gear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Fishery2Gear |
Fishery2GearDaoBase.get(Fishery2GearPK fishery2GearPk)
Gets an instance of Fishery2Gear from the persistent store.
|
Fishery2Gear |
Fishery2GearDao.get(Fishery2GearPK fishery2GearPk)
Gets an instance of Fishery2Gear from the persistent store.
|
Fishery2Gear |
Fishery2GearDaoBase.load(Fishery2GearPK fishery2GearPk)
Loads an instance of Fishery2Gear from the persistent store.
|
Fishery2Gear |
Fishery2GearDao.load(Fishery2GearPK fishery2GearPk)
Loads an instance of Fishery2Gear from the persistent store.
|
static Fishery2Gear |
Fishery2Gear.Factory.newInstance()
Constructs a new instance of
Fishery2Gear . |
static Fishery2Gear |
Fishery2Gear.Factory.newInstance(Fishery fishery,
Gear gear)
Constructs a new instance of
Fishery2Gear , taking all possible properties
(except the identifier(s))as arguments. |
protected Fishery2Gear |
Fishery2GearDaoBase.toEntity(Object[] row) |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2Gear> |
Fishery2GearDaoBase.create(Collection<Fishery2Gear> entities)
Creates a new instance of Fishery2Gear and adds
from the passed in
entities collection |
Collection<Fishery2Gear> |
Fishery2GearDao.create(Collection<Fishery2Gear> entities)
Creates a new instance of Fishery2Gear and adds
from the passed in
entities collection |
Collection<Fishery2Gear> |
Fishery.getFishery2Gears() |
Collection<Fishery2Gear> |
Fishery2GearDaoBase.loadAll()
Loads all entities of type
Fishery2Gear . |
Collection<Fishery2Gear> |
Fishery2GearDao.loadAll()
Loads all entities of type
Fishery2Gear . |
Set<Fishery2Gear> |
Fishery2GearDaoBase.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<Fishery2Gear> |
Fishery2GearDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Modifier and Type | Method and Description |
---|---|
boolean |
Fishery.addFishery2Gears(Fishery2Gear elementToAdd) |
int |
Fishery2Gear.compareTo(Fishery2Gear o) |
Fishery2Gear |
Fishery2GearDaoBase.create(Fishery2Gear fishery2Gear)
Creates an instance of Fishery2Gear and adds it to the persistent store.
|
Fishery2Gear |
Fishery2GearDao.create(Fishery2Gear fishery2Gear)
Creates an instance of Fishery2Gear and adds it to the persistent store.
|
Object |
Fishery2GearDaoBase.create(int transform,
Fishery2Gear fishery2Gear)
Does the same thing as
Fishery2GearDao.create(Fishery2Gear) with an
additional flag called transform . |
Object |
Fishery2GearDao.create(int transform,
Fishery2Gear fishery2Gear)
Does the same thing as
Fishery2GearDao.create(Fishery2Gear) with an
additional flag called transform . |
void |
Fishery2GearDaoBase.remove(Fishery2Gear fishery2Gear)
Removes the instance of Fishery2Gear from the persistent store.
|
void |
Fishery2GearDao.remove(Fishery2Gear fishery2Gear)
Removes the instance of Fishery2Gear from the persistent store.
|
boolean |
Fishery.removeFishery2Gears(Fishery2Gear elementToRemove) |
Object |
Fishery2GearDaoBase.transformEntity(int transform,
Fishery2Gear 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 Fishery2GearDao , please note
that the Fishery2GearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
Object |
Fishery2GearDao.transformEntity(int transform,
Fishery2Gear 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 Fishery2GearDao , please note
that the Fishery2GearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
Fishery2GearDaoBase.update(Fishery2Gear fishery2Gear)
Updates the
fishery2Gear instance in the persistent store. |
void |
Fishery2GearDao.update(Fishery2Gear fishery2Gear)
Updates the
fishery2Gear instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<Fishery2Gear> |
Fishery2GearDaoBase.create(Collection<Fishery2Gear> entities)
Creates a new instance of Fishery2Gear and adds
from the passed in
entities collection |
Collection<Fishery2Gear> |
Fishery2GearDao.create(Collection<Fishery2Gear> entities)
Creates a new instance of Fishery2Gear and adds
from the passed in
entities collection |
Collection<?> |
Fishery2GearDaoBase.create(int transform,
Collection<Fishery2Gear> entities)
Does the same thing as
Fishery2GearDao.create(Fishery2Gear) with an
additional flag called transform . |
Collection<?> |
Fishery2GearDao.create(int transform,
Collection<Fishery2Gear> entities)
Does the same thing as
Fishery2GearDao.create(Fishery2Gear) 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 |
Fishery2GearDaoBase.remove(Collection<Fishery2Gear> entities)
Removes all entities in the given
entities collection. |
void |
Fishery2GearDao.remove(Collection<Fishery2Gear> entities)
Removes all entities in the given
entities collection. |
void |
Fishery.setFishery2Gears(Collection<Fishery2Gear> fishery2GearsIn) |
void |
Fishery2GearDaoBase.update(Collection<Fishery2Gear> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
Fishery2GearDao.update(Collection<Fishery2Gear> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2012–2014 IFREMER. All rights reserved.