Uses of Interface
fr.ifremer.isisfish.entities.VesselType
Package
Description
Entité metier d'IsisFish.
-
Uses of VesselType in fr.ifremer.isisfish.entities
Modifier and TypeClassDescriptionclass
VesselTypeDAOAbstract<E extends VesselType>
class
VesselTypeDAOImpl<E extends VesselType>
Modifier and TypeClassDescriptionclass
class
Implantation des operations pour l'entité VesselType.Modifier and TypeFieldDescriptionprotected VesselType
SetOfVesselsAbstract.vesselType
Nom de l'attribut en BD : vesselTypeModifier and TypeMethodDescriptionSetOfVessels.getVesselType()
SetOfVesselsAbstract.getVesselType()
Modifier and TypeMethodDescriptionFisheryRegion.getVesselType()
FisheryRegionImpl.getVesselType()
Modifier and TypeMethodDescriptionSetOfVesselsDAOAbstract.findAllByVesselType
(VesselType v) SetOfVesselsDAOAbstract.findByVesselType
(VesselType v) void
SetOfVessels.setVesselType
(VesselType vesselType) void
SetOfVesselsAbstract.setVesselType
(VesselType vesselType) -
Uses of VesselType in fr.ifremer.isisfish.ui.input.check
Modifier and TypeMethodDescriptionstatic void
CheckRegion.check
(VesselType vesselType, CheckResult result) -
Uses of VesselType in fr.ifremer.isisfish.ui.input.setofvessels
Modifier and TypeFieldDescriptionprotected JComboBox<VesselType>
SetOfVesselsBasicsUI.fieldSetOfVesselsVesselType
-
Uses of VesselType in fr.ifremer.isisfish.ui.input.tree.loadors
Modifier and TypeMethodDescriptionVesselTypesNodeLoador.getData
(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider) Modifier and TypeMethodDescriptionVesselTypesNodeLoador.createNode
(VesselType vesselType, jaxx.runtime.swing.nav.NavDataProvider dataProvider) -
Uses of VesselType in fr.ifremer.isisfish.ui.input.vesseltype
Modifier and TypeFieldDescriptionprotected jaxx.runtime.validator.swing.SwingValidator<VesselType>
VesselTypeUI.validator
Modifier and TypeMethodDescriptionjaxx.runtime.validator.swing.SwingValidator<VesselType>
VesselTypeUI.getValidator()