Uses of Interface
fr.becpg.repo.formulation.FormulatedEntity
Packages that use FormulatedEntity
Package
Description
-
Uses of FormulatedEntity in fr.becpg.repo.entity.impl
Fields in fr.becpg.repo.entity.impl with type parameters of type FormulatedEntityModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>EntityTplServiceImpl.formulationService -
Uses of FormulatedEntity in fr.becpg.repo.entity.policy
Fields in fr.becpg.repo.entity.policy with type parameters of type FormulatedEntityModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>ArchivedEntityPolicy.formulationServiceMethod parameters in fr.becpg.repo.entity.policy with type arguments of type FormulatedEntityModifier and TypeMethodDescriptionvoidArchivedEntityPolicy.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService. -
Uses of FormulatedEntity in fr.becpg.repo.formulation
Classes in fr.becpg.repo.formulation with type parameters of type FormulatedEntityModifier and TypeClassDescriptionclassFormulationChain<T extends FormulatedEntity>Chain of responsibility executor.interfaceFormulationService<T extends FormulatedEntity>FormulationService interface.Subinterfaces of FormulatedEntity in fr.becpg.repo.formulationMethods in fr.becpg.repo.formulation with parameters of type FormulatedEntityModifier and TypeMethodDescriptionstatic voidFormulatedEntityHelper.incrementReformulateCount(FormulatedEntity entity) incrementReformulateCount.static booleanFormulatedEntityHelper.isLastFormulation(FormulatedEntity entity) isLastFormulation. -
Uses of FormulatedEntity in fr.becpg.repo.formulation.impl
Classes in fr.becpg.repo.formulation.impl with type parameters of type FormulatedEntityModifier and TypeClassDescriptionclassFormulationServiceImpl<T extends FormulatedEntity>FormulationServiceImpl class.Methods in fr.becpg.repo.formulation.impl with parameters of type FormulatedEntityModifier and TypeMethodDescriptionbooleanScriptsFormulationHandler.process(FormulatedEntity entity) Implements processing element logic in a chain. -
Uses of FormulatedEntity in fr.becpg.repo.jscript
Fields in fr.becpg.repo.jscript with type parameters of type FormulatedEntityModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>BeCPGScriptHelper.formulationServiceMethod parameters in fr.becpg.repo.jscript with type arguments of type FormulatedEntityModifier and TypeMethodDescriptionvoidBeCPGScriptHelper.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService. -
Uses of FormulatedEntity in fr.becpg.repo.web.scripts.entity
Fields in fr.becpg.repo.web.scripts.entity with type parameters of type FormulatedEntityModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>EntityCatalogWebScript.formulationServiceMethod parameters in fr.becpg.repo.web.scripts.entity with type arguments of type FormulatedEntityModifier and TypeMethodDescriptionvoidEntityCatalogWebScript.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService.