Uses of Interface
fr.becpg.repo.formulation.FormulationHandler
Packages that use FormulationHandler
Package
Description
-
Uses of FormulationHandler in fr.becpg.repo.entity.catalog.formulation
Classes in fr.becpg.repo.entity.catalog.formulation that implement FormulationHandlerModifier and TypeClassDescriptionclassEntityCatalogFormulationHandler class. -
Uses of FormulationHandler in fr.becpg.repo.formulation
Classes in fr.becpg.repo.formulation that implement FormulationHandlerModifier and TypeClassDescriptionclassAbstract FormulationBaseHandler class.Fields in fr.becpg.repo.formulation declared as FormulationHandlerModifier and TypeFieldDescriptionprivate FormulationHandler<T>FormulationBaseHandler.nextHandlerFields in fr.becpg.repo.formulation with type parameters of type FormulationHandlerMethods in fr.becpg.repo.formulation that return types with arguments of type FormulationHandlerMethods in fr.becpg.repo.formulation with parameters of type FormulationHandlerModifier and TypeMethodDescriptionvoidFormulationBaseHandler.setNextHandler(FormulationHandler<T> next) Sets next handler for the current one; called in post-processingvoidFormulationHandler.setNextHandler(FormulationHandler<T> next) Sets next handler for the current one; called in post-processingMethod parameters in fr.becpg.repo.formulation with type arguments of type FormulationHandlerModifier and TypeMethodDescriptionvoidFormulationChain.setHandlers(List<FormulationHandler<T>> handlers) Sets handler list. -
Uses of FormulationHandler in fr.becpg.repo.formulation.impl
Classes in fr.becpg.repo.formulation.impl that implement FormulationHandlerModifier and TypeClassDescriptionclassScriptsFormulationHandler class.