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   
fr.ifremer.isisfish.ui.input.check   
fr.ifremer.isisfish.ui.input.tree.loadors   
 

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
protected  Cell PortAbstract.cell
          Nom de l'attribut en BD : cell
 

Fields in fr.ifremer.isisfish.entities with type parameters of type Cell
protected  List<Cell> ZoneAbstract.cell
          Nom de l'attribut en BD : cell
 

Methods in fr.ifremer.isisfish.entities that return Cell
 Cell PortAbstract.getCell()
           
 Cell Port.getCell()
           
 Cell ZoneAbstract.getCellByTopiaId(String topiaId)
           
 Cell Zone.getCellByTopiaId(String topiaId)
           
 

Methods in fr.ifremer.isisfish.entities that return types with arguments of type Cell
 List<Cell> FisheryRegionImpl.getCell()
           
 List<Cell> ZoneAbstract.getCell()
           
 List<Cell> FisheryRegion.getCell()
          Area represente la région dans lequel on va définir la pêcherie.
 List<Cell> Zone.getCell()
           
 List<Cell> MetierSeasonInfoImpl.getCells()
           
 List<Cell> MetierSeasonInfo.getCells()
           
 

Methods in fr.ifremer.isisfish.entities with parameters of type Cell
 void ZoneAbstract.addCell(Cell cell)
           
 void Zone.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 ZoneAbstract.removeCell(Cell cell)
           
 void Zone.removeCell(Cell cell)
           
 void PortAbstract.setCell(Cell cell)
           
 void Port.setCell(Cell cell)
           
 

Method parameters in fr.ifremer.isisfish.entities with type arguments of type Cell
 void ZoneAbstract.addAllCell(List<Cell> cell)
           
 void Zone.addAllCell(List<Cell> cell)
           
 void ZoneAbstract.setCell(List<Cell> cell)
           
 void Zone.setCell(List<Cell> cell)
           
 

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
 

Fields in fr.ifremer.isisfish.ui.input declared as Cell
protected  Cell CellUI.bean
           
 

Fields in fr.ifremer.isisfish.ui.input with type parameters of type Cell
protected  jaxx.runtime.validator.swing.SwingValidator<Cell> CellUI.validator
           
 

Methods in fr.ifremer.isisfish.ui.input that return Cell
 Cell CellUI.getBean()
           
 

Methods in fr.ifremer.isisfish.ui.input that return types with arguments of type Cell
 jaxx.runtime.validator.swing.SwingValidator<Cell> CellUI.getValidator()
           
 

Methods in fr.ifremer.isisfish.ui.input with parameters of type Cell
 void CellUI.setBean(Cell bean)
           
 

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)
           
 

Uses of Cell in fr.ifremer.isisfish.ui.input.tree.loadors
 

Methods in fr.ifremer.isisfish.ui.input.tree.loadors that return types with arguments of type Cell
 List<Cell> CellsNodeLoador.getData(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 

Methods in fr.ifremer.isisfish.ui.input.tree.loadors with parameters of type Cell
 FisheryTreeNode CellsNodeLoador.createNode(Cell cell, jaxx.runtime.swing.nav.NavDataProvider dataProvider)
           
 



Copyright © 1999-2012 CodeLutin. All Rights Reserved.