| Package | Description |
|---|---|
| fr.ifremer.isisfish.entities |
Entité metier d'IsisFish.
|
| fr.ifremer.isisfish.ui.input | |
| fr.ifremer.isisfish.ui.input.check | |
| fr.ifremer.isisfish.ui.input.model |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectivityDAOAbstract<E extends Selectivity> |
class |
SelectivityDAOImpl<E extends Selectivity> |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectivityAbstract |
class |
SelectivityImpl
SelectivityImpl.
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Selectivity> |
PopulationAbstract.gearSelectivity
Nom de l'attribut en BD : gear
|
protected Collection<Selectivity> |
GearAbstract.populationSelectivity
Nom de l'attribut en BD : population
|
| Modifier and Type | Method and Description |
|---|---|
Selectivity |
Gear.getPopulationSelectivity(Population population) |
Selectivity |
GearAbstract.getPopulationSelectivity(Population population) |
Selectivity |
Gear.getPopulationSelectivityByTopiaId(String topiaId) |
Selectivity |
GearAbstract.getPopulationSelectivityByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Selectivity> |
Gear.getPopulationSelectivity() |
Collection<Selectivity> |
GearAbstract.getPopulationSelectivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gear.addPopulationSelectivity(Selectivity populationSelectivity) |
void |
GearAbstract.addPopulationSelectivity(Selectivity populationSelectivity) |
void |
Gear.removePopulationSelectivity(Selectivity populationSelectivity) |
void |
GearAbstract.removePopulationSelectivity(Selectivity populationSelectivity) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gear.addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity) |
void |
GearAbstract.addAllPopulationSelectivity(Collection<Selectivity> populationSelectivity) |
void |
Gear.setPopulationSelectivity(Collection<Selectivity> populationSelectivity) |
void |
GearAbstract.setPopulationSelectivity(Collection<Selectivity> populationSelectivity) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InputAction.removeSelectivity(Gear gear,
Selectivity selectivity) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckRegion.check(Selectivity selectivite,
CheckResult result) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Selectivity> |
GearPopulationSelectivityModel.selectivities |
| Modifier and Type | Method and Description |
|---|---|
List<Selectivity> |
GearPopulationSelectivityModel.getSelectivities()
Get selectivity list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GearPopulationSelectivityModel.setSelectivities(List<Selectivity> selectivities)
Set target species list.
|
| Constructor and Description |
|---|
GearPopulationSelectivityModel(List<Selectivity> selectivities)
Constructor with data.
|
Copyright © 1999-2012 CodeLutin. All Rights Reserved.