|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell | |
|---|---|
| fr.ifremer.isisfish.entities | Entité metier d'IsisFish. |
| fr.ifremer.isisfish.map | |
| fr.ifremer.isisfish.ui.input.check | |
| Uses of Cell in fr.ifremer.isisfish.entities |
|---|
| Classes in fr.ifremer.isisfish.entities with type parameters of type Cell | |
|---|---|
class |
CellDAOAbstract<E extends Cell>
|
class |
CellDAOImpl<E extends Cell>
|
| Classes in fr.ifremer.isisfish.entities that implement Cell | |
|---|---|
class |
CellAbstract
|
class |
CellImpl
Implantation des operations pour l'entité Cell. |
| Fields in fr.ifremer.isisfish.entities declared as Cell | |
|---|---|
Cell |
PortAbstract.cell
|
| Fields in fr.ifremer.isisfish.entities with type parameters of type Cell | |
|---|---|
java.util.List<Cell> |
ZoneAbstract.cell
|
| Methods in fr.ifremer.isisfish.entities that return Cell | |
|---|---|
Cell |
PortAbstract.getCell()
getCell : |
Cell |
Port.getCell()
getCell : |
Cell |
Zone.getCellByTopiaId(java.lang.String topiaId)
getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId |
Cell |
ZoneAbstract.getCellByTopiaId(java.lang.String topiaId)
getCellByTopiaId : |
| Methods in fr.ifremer.isisfish.entities that return types with arguments of type Cell | |
|---|---|
java.util.List<Cell> |
Zone.getCell()
getCell : |
java.util.List<Cell> |
FisheryRegion.getCell()
getCell : |
java.util.List<Cell> |
FisheryRegionImpl.getCell()
|
java.util.List<Cell> |
ZoneAbstract.getCell()
getCell : |
java.util.List<Cell> |
MetierSeasonInfoImpl.getCells()
|
java.util.List<Cell> |
MetierSeasonInfo.getCells()
getCells : |
| Methods in fr.ifremer.isisfish.entities with parameters of type Cell | |
|---|---|
void |
Zone.addCell(Cell cell)
addCell : |
void |
ZoneAbstract.addCell(Cell cell)
addCell : |
java.util.List<E> |
PortDAOAbstract.findAllByCell(Cell v)
findAllByCell : Retourne les éléments ayant comme valeur pour l'attribut cell le paramètre. |
java.util.List<E> |
ZoneDAOAbstract.findAllContainsCell(Cell... v)
findAllContainsCell : Retourne les éléments trouvé dont l'attribut cell contient le paramètre. |
E |
PortDAOAbstract.findByCell(Cell v)
findByCell : Retourne le premier élément trouvé ayant comme valeur pour l'attribut cell le paramètre. |
E |
ZoneDAOAbstract.findContainsCell(Cell... v)
findContainsCell : Retourne le premier élément trouvé dont l'attribut cell contient le paramètre. |
void |
Zone.removeCell(Cell cell)
removeCell : |
void |
ZoneAbstract.removeCell(Cell value)
removeCell : |
void |
PortAbstract.setCell(Cell value)
setCell : |
void |
Port.setCell(Cell cell)
setCell : |
| Method parameters in fr.ifremer.isisfish.entities with type arguments of type Cell | |
|---|---|
void |
Zone.addAllCell(java.util.List<Cell> cell)
addAllCell : |
void |
ZoneAbstract.addAllCell(java.util.List<Cell> values)
addAllCell : |
void |
Zone.setCell(java.util.List<Cell> cell)
setCell : |
void |
ZoneAbstract.setCell(java.util.List<Cell> values)
setCell : |
| Uses of Cell in fr.ifremer.isisfish.map |
|---|
| Fields in fr.ifremer.isisfish.map with type parameters of type Cell | |
|---|---|
protected java.util.Collection<Cell> |
ZoneDelimiterLayer.cells
|
| Methods in fr.ifremer.isisfish.map that return types with arguments of type Cell | |
|---|---|
java.util.List<Cell> |
IsisMapBean.getSelectedCells()
Retourne la liste des mailles selectionnées. |
| Methods in fr.ifremer.isisfish.map with parameters of type Cell | |
|---|---|
void |
IsisMapBean.addSelectedCells(Cell... cells)
|
void |
IsisMapBean.removeSelectedCells(Cell... cells)
|
void |
IsisMapBean.setSelectedCells(Cell... cells)
|
| Method parameters in fr.ifremer.isisfish.map with type arguments of type Cell | |
|---|---|
void |
IsisMapBean.setSelectedCells(java.util.List<Cell> cells)
|
| Uses of Cell in fr.ifremer.isisfish.ui.input.check |
|---|
| Methods in fr.ifremer.isisfish.ui.input.check with parameters of type Cell | |
|---|---|
static void |
CheckRegion.check(Cell maille,
CheckResult result)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||