Uses of Interface
fr.ifremer.isisfish.entities.Cell

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
 List<Cell> ZoneAbstract.cell
           
 

Methods in fr.ifremer.isisfish.entities that return Cell
 Cell PortAbstract.getCell()
          getCell :
 Cell Port.getCell()
          getCell :
 Cell Zone.getCellByTopiaId(String topiaId)
          getCellByTopiaId : Recupère l'attribut cell à partir de son topiaId
 Cell ZoneAbstract.getCellByTopiaId(String topiaId)
          getCellByTopiaId :
 

Methods in fr.ifremer.isisfish.entities that return types with arguments of type Cell
 List<Cell> Zone.getCell()
          getCell :
 List<Cell> FisheryRegion.getCell()
          getCell :
 List<Cell> FisheryRegionImpl.getCell()
           
 List<Cell> ZoneAbstract.getCell()
          getCell :
 List<Cell> MetierSeasonInfoImpl.getCells()
           
 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 :
 List<E> PortDAOAbstract.findAllByCell(Cell v)
          findAllByCell : Retourne les éléments ayant comme valeur pour l'attribut cell le paramètre.
 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(List<Cell> cell)
          addAllCell :
 void ZoneAbstract.addAllCell(List<Cell> values)
          addAllCell :
 void Zone.setCell(List<Cell> cell)
          setCell :
 void ZoneAbstract.setCell(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  Collection<Cell> ZoneDelimiterLayer.cells
           
 

Methods in fr.ifremer.isisfish.map that return types with arguments of type Cell
 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(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)
           
 



Copyright © 1999-2010 CodeLutin. All Rights Reserved.