| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.referential.gear |
| Modifier and Type | Class and Description |
|---|---|
class |
FishingGearImpl |
| Modifier and Type | Method and Description |
|---|---|
FishingGear |
FishingGearDao.create(FishingGear fishingGear)
Creates an instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear and adds it to the persistent store.
|
FishingGear |
FishingGearDaoBase.create(FishingGear fishingGear) |
FishingGear |
FishingGearDao.create(GearClassification gearClassification,
String label,
String name,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.gear.FishingGear
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
FishingGear |
FishingGearDaoBase.create(GearClassification gearClassification,
String label,
String name,
Status status) |
FishingGear |
FishingGearDao.create(String label,
String name,
String description,
Timestamp updateDate,
GearClassification gearClassification,
Collection<Gear> childGears,
Gear parentGear,
Status status,
Boolean isActive,
Boolean isTowed)
Creates a new
fr.ifremer.adagio.core.dao.referential.gear.FishingGear
instance from all attributes and
properties and adds it to the persistent store. |
FishingGear |
FishingGearDaoBase.create(String label,
String name,
String description,
Timestamp updateDate,
GearClassification gearClassification,
Collection<Gear> childGears,
Gear parentGear,
Status status,
Boolean isActive,
Boolean isTowed) |
FishingGear |
FishingGearDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear from the persistent store.
|
FishingGear |
FishingGearDaoBase.load(Integer id) |
static FishingGear |
FishingGear.Factory.newInstance()
Constructs a new instance of
FishingGear. |
static FishingGear |
FishingGear.Factory.newInstance(String label,
String name,
GearClassification gearClassification,
Status status)
Constructs a new instance of
FishingGear, taking all required and/or
read-only properties as arguments. |
static FishingGear |
FishingGear.Factory.newInstance(String label,
String name,
String description,
Timestamp updateDate,
GearClassification gearClassification,
Collection<Gear> childGears,
Gear parentGear,
Status status,
Boolean isActive,
Boolean isTowed)
Constructs a new instance of
FishingGear, taking all possible properties
(except the identifier(s))as arguments. |
protected FishingGear |
FishingGearDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FishingGear> |
FishingGearDao.create(Collection<FishingGear> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear and adds
from the passed in
entities collection |
Collection<FishingGear> |
FishingGearDaoBase.create(Collection<FishingGear> entities) |
Collection<FishingGear> |
FishingGearDao.loadAll()
Loads all entities of type
FishingGear. |
Collection<FishingGear> |
FishingGearDaoBase.loadAll() |
Set<FishingGear> |
FishingGearDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<FishingGear> |
FishingGearDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
FishingGear |
FishingGearDao.create(FishingGear fishingGear)
Creates an instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear and adds it to the persistent store.
|
FishingGear |
FishingGearDaoBase.create(FishingGear fishingGear) |
Object |
FishingGearDao.create(int transform,
FishingGear fishingGear)
Does the same thing as
FishingGearDao.create(fr.ifremer.adagio.core.dao.referential.gear.FishingGear) with an
additional flag called transform. |
Object |
FishingGearDaoBase.create(int transform,
FishingGear fishingGear) |
void |
FishingGearDao.remove(FishingGear fishingGear)
Removes the instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear from the persistent store.
|
void |
FishingGearDaoBase.remove(FishingGear fishingGear) |
protected Object |
FishingGearDaoBase.transformEntity(int transform,
FishingGear 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.gear.FishingGearDao, please note
that the FishingGearDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
FishingGearDao.update(FishingGear fishingGear)
Updates the
fishingGear instance in the persistent store. |
void |
FishingGearDaoBase.update(FishingGear fishingGear) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FishingGear> |
FishingGearDao.create(Collection<FishingGear> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.gear.FishingGear and adds
from the passed in
entities collection |
Collection<FishingGear> |
FishingGearDaoBase.create(Collection<FishingGear> entities) |
Collection<?> |
FishingGearDao.create(int transform,
Collection<FishingGear> entities)
Does the same thing as
FishingGearDao.create(fr.ifremer.adagio.core.dao.referential.gear.FishingGear) with an
additional flag called transform. |
Collection<?> |
FishingGearDaoBase.create(int transform,
Collection<FishingGear> entities) |
void |
FishingGearDao.remove(Collection<FishingGear> entities)
Removes all entities in the given
entities |
void |
FishingGearDaoBase.remove(Collection<FishingGear> entities) |
void |
FishingGearDao.update(Collection<FishingGear> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
FishingGearDaoBase.update(Collection<FishingGear> entities) |
Copyright © 2013. All Rights Reserved.