Uses of Interface
fr.ifremer.isisfish.entities.TripType
Package
Description
Entité metier d'IsisFish.
-
Uses of TripType in fr.ifremer.isisfish.entities
Modifier and TypeClassDescriptionclass
TripTypeDAOAbstract<E extends TripType>
class
TripTypeDAOImpl<E extends TripType>
Modifier and TypeClassDescriptionclass
class
Implantation des operations pour l'entité TripType.Modifier and TypeFieldDescriptionprotected TripType
StrategyMonthInfoAbstract.tripType
Nom de l'attribut en BD : tripTypeModifier and TypeFieldDescriptionprotected Collection<TripType>
VesselTypeAbstract.tripType
Nom de l'attribut en BD : tripTypeModifier and TypeMethodDescriptionStrategyMonthInfo.getTripType()
StrategyMonthInfoAbstract.getTripType()
VesselType.getTripTypeByTopiaId
(String topiaId) VesselTypeAbstract.getTripTypeByTopiaId
(String topiaId) Modifier and TypeMethodDescriptionFisheryRegion.getTripType()
FisheryRegionImpl.getTripType()
VesselType.getTripType()
VesselTypeAbstract.getTripType()
Modifier and TypeMethodDescriptionvoid
VesselType.addTripType
(TripType tripType) void
VesselTypeAbstract.addTripType
(TripType tripType) StrategyMonthInfoDAOAbstract.findAllByTripType
(TripType v) VesselTypeDAOAbstract.findAllContainsTripType
(TripType v) StrategyMonthInfoDAOAbstract.findByTripType
(TripType v) VesselTypeDAOAbstract.findContainsTripType
(TripType v) void
VesselType.removeTripType
(TripType tripType) void
VesselTypeAbstract.removeTripType
(TripType tripType) void
StrategyMonthInfo.setTripType
(TripType tripType) void
StrategyMonthInfoAbstract.setTripType
(TripType tripType) void
StrategyMonthInfoImpl.setTripType
(TripType value) Modifier and TypeMethodDescriptionvoid
VesselType.addAllTripType
(Collection<TripType> tripType) void
VesselTypeAbstract.addAllTripType
(Collection<TripType> tripType) void
VesselType.setTripType
(Collection<TripType> tripType) void
VesselTypeAbstract.setTripType
(Collection<TripType> tripType) -
Uses of TripType in fr.ifremer.isisfish.ui.input.check
Modifier and TypeMethodDescriptionstatic void
CheckRegion.check
(TripType tripType, CheckResult result) -
Uses of TripType in fr.ifremer.isisfish.ui.input.strategy
-
Uses of TripType in fr.ifremer.isisfish.ui.input.tree.loadors
Modifier and TypeMethodDescriptionTripTypesNodeLoador.getData
(Class<?> parentClass, String parentId, jaxx.runtime.swing.nav.NavDataProvider dataProvider) Modifier and TypeMethodDescriptionTripTypesNodeLoador.createNode
(TripType tripType, jaxx.runtime.swing.nav.NavDataProvider dataProvider) -
Uses of TripType in fr.ifremer.isisfish.ui.input.triptype
Modifier and TypeFieldDescriptionprotected jaxx.runtime.validator.swing.SwingValidator<TripType>
TripTypeUI.validator
Modifier and TypeMethodDescriptionjaxx.runtime.validator.swing.SwingValidator<TripType>
TripTypeUI.getValidator()
-
Uses of TripType in fr.ifremer.isisfish.ui.input.vesseltype