| Package | Description |
|---|---|
| fr.ifremer.isisfish.entities |
Entité metier d'IsisFish.
|
| fr.ifremer.isisfish.map | |
| fr.ifremer.isisfish.ui.input | |
| fr.ifremer.isisfish.ui.input.check | |
| fr.ifremer.isisfish.ui.input.tree.loadors |
| Modifier and Type | Class and Description |
|---|---|
class |
CellDAOAbstract<E extends Cell> |
class |
CellDAOImpl<E extends Cell> |
| Modifier and Type | Class and Description |
|---|---|
class |
CellAbstract |
class |
CellImpl
Implantation des operations pour l'entité Cell.
|
| Modifier and Type | Field and Description |
|---|---|
protected Cell |
PortAbstract.cell
Nom de l'attribut en BD : cell
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Cell> |
ZoneAbstract.cell
Nom de l'attribut en BD : cell
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
Port.getCell() |
Cell |
PortAbstract.getCell() |
Cell |
Zone.getCellByTopiaId(String topiaId) |
Cell |
ZoneAbstract.getCellByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
FisheryRegion.getCell()
Area represente la région dans lequel on va définir la pêcherie.
|
List<Cell> |
FisheryRegionImpl.getCell() |
List<Cell> |
Zone.getCell() |
List<Cell> |
ZoneAbstract.getCell() |
List<Cell> |
MetierSeasonInfo.getCells() |
List<Cell> |
MetierSeasonInfoImpl.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
Zone.addCell(Cell cell) |
void |
ZoneAbstract.addCell(Cell cell) |
List<E> |
PortDAOAbstract.findAllByCell(Cell v) |
List<E> |
ZoneDAOAbstract.findAllContainsCell(Cell v) |
E |
PortDAOAbstract.findByCell(Cell v) |
E |
ZoneDAOAbstract.findContainsCell(Cell v) |
void |
Zone.removeCell(Cell cell) |
void |
ZoneAbstract.removeCell(Cell cell) |
void |
Port.setCell(Cell cell) |
void |
PortAbstract.setCell(Cell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
Zone.addAllCell(List<Cell> cell) |
void |
ZoneAbstract.addAllCell(List<Cell> cell) |
void |
Zone.setCell(List<Cell> cell) |
void |
ZoneAbstract.setCell(List<Cell> cell) |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Cell> |
ZoneDelimiterLayer.cells |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
IsisMapBean.getSelectedCells()
Retourne la liste des mailles selectionnées.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IsisMapBean.addSelectedCells(Cell... cells) |
void |
IsisMapBean.removeSelectedCells(Cell... cells) |
void |
IsisMapBean.setSelectedCells(Cell... cells) |
| Modifier and Type | Method and Description |
|---|---|
void |
IsisMapBean.setSelectedCells(List<Cell> cells) |
| Modifier and Type | Field and Description |
|---|---|
protected Cell |
CellUI.bean |
| Modifier and Type | Field and Description |
|---|---|
protected jaxx.runtime.validator.swing.SwingValidator<Cell> |
CellUI.validator |
| Modifier and Type | Method and Description |
|---|---|
Cell |
CellUI.getBean() |
| Modifier and Type | Method and Description |
|---|---|
jaxx.runtime.validator.swing.SwingValidator<Cell> |
CellUI.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellUI.setBean(Cell bean) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckRegion.check(Cell maille,
CheckResult result) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
CellsNodeLoador.getData(Class<?> parentClass,
String parentId,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
FisheryTreeNode |
CellsNodeLoador.createNode(Cell cell,
jaxx.runtime.swing.nav.NavDataProvider dataProvider) |
Copyright © 1999–2013 CodeLutin. All rights reserved.