Uses of Interface
fr.becpg.repo.formulation.FormulationService
Packages that use FormulationService
Package
Description
-
Uses of FormulationService in fr.becpg.repo.entity.impl
Fields in fr.becpg.repo.entity.impl declared as FormulationServiceModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>EntityTplServiceImpl.formulationService -
Uses of FormulationService in fr.becpg.repo.entity.policy
Fields in fr.becpg.repo.entity.policy declared as FormulationServiceModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>ArchivedEntityPolicy.formulationServiceMethods in fr.becpg.repo.entity.policy with parameters of type FormulationServiceModifier and TypeMethodDescriptionvoidArchivedEntityPolicy.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService. -
Uses of FormulationService in fr.becpg.repo.formulation
Fields in fr.becpg.repo.formulation declared as FormulationServiceModifier and TypeFieldDescriptionprivate FormulationService<T>FormulationChain.formulationServiceMethods in fr.becpg.repo.formulation with parameters of type FormulationServiceModifier and TypeMethodDescriptionvoidFormulationChain.setFormulationService(FormulationService<T> formulationService) Setter for the fieldformulationService. -
Uses of FormulationService in fr.becpg.repo.formulation.impl
Classes in fr.becpg.repo.formulation.impl that implement FormulationServiceModifier and TypeClassDescriptionclassFormulationServiceImpl<T extends FormulatedEntity>FormulationServiceImpl class. -
Uses of FormulationService in fr.becpg.repo.jscript
Fields in fr.becpg.repo.jscript declared as FormulationServiceModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>BeCPGScriptHelper.formulationServiceMethods in fr.becpg.repo.jscript with parameters of type FormulationServiceModifier and TypeMethodDescriptionvoidBeCPGScriptHelper.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService. -
Uses of FormulationService in fr.becpg.repo.web.scripts.entity
Fields in fr.becpg.repo.web.scripts.entity declared as FormulationServiceModifier and TypeFieldDescriptionprivate FormulationService<FormulatedEntity>EntityCatalogWebScript.formulationServiceMethods in fr.becpg.repo.web.scripts.entity with parameters of type FormulationServiceModifier and TypeMethodDescriptionvoidEntityCatalogWebScript.setFormulationService(FormulationService<FormulatedEntity> formulationService) Setter for the fieldformulationService.