Uses of Class
de.hybris.platform.xyformsservices.model.YFormDataModel
Packages that use YFormDataModel
Package
Description
Contains generated models for each type of de.hybris.platform.xyformsservices.jalo package.
-
Uses of YFormDataModel in de.hybris.platform.xyformsfacades.form.converters.populator
Classes in de.hybris.platform.xyformsfacades.form.converters.populator with type parameters of type YFormDataModelModifier and TypeClassDescriptionclassYFormDataPopulator<SOURCE extends YFormDataModel,TARGET extends YFormDataData> Converter implementation forYFormDataModelas source andYFormDataDataas target type. -
Uses of YFormDataModel in de.hybris.platform.xyformsfacades.form.impl
Methods in de.hybris.platform.xyformsfacades.form.impl that return YFormDataModelModifier and TypeMethodDescriptionprotected YFormDataModelDefaultYFormFacade.getYFormDataModel(String formDataId) For a given id a form data is returned, if there is first a DRAFT document it will be return, else the DATA version of itMethods in de.hybris.platform.xyformsfacades.form.impl that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionprotected Converter<YFormDataModel,YFormDataData> DefaultYFormFacade.getYFormDataConverter() -
Uses of YFormDataModel in de.hybris.platform.xyformsfacades.strategy
Methods in de.hybris.platform.xyformsfacades.strategy that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionprotected Converter<YFormDataModel,YFormDataData> GetYFormDefinitionsForProductStrategy.getYFormDataConverter() -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.daos
Methods in de.hybris.platform.xyformsservices.daos that return YFormDataModelModifier and TypeMethodDescriptionYFormDao.findYFormData(String formDataId, YFormDataTypeEnum type) Retrieves a Form Data given a data id and type.YFormDao.findYFormData(String applicationId, String formId, String refId, YFormDataTypeEnum type) Retrieves a Form Data given an application id, form id and reference id.Methods in de.hybris.platform.xyformsservices.daos that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionYFormDao.findYFormDataByRefId(String refId) Retrieves a Form Data given a refeernce id. -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.daos.impl
Methods in de.hybris.platform.xyformsservices.daos.impl that return YFormDataModelModifier and TypeMethodDescriptionDefaultYFormDao.findYFormData(String formDataId, YFormDataTypeEnum type) DefaultYFormDao.findYFormData(String applicationId, String formId, String refId, YFormDataTypeEnum type) Methods in de.hybris.platform.xyformsservices.daos.impl that return types with arguments of type YFormDataModel -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.form
Methods in de.hybris.platform.xyformsservices.form that return YFormDataModelModifier and TypeMethodDescriptionYFormService.createOrUpdateYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content) Create or Update YFormDataModel.YFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content) Creates YFormData if it doesn't exist and assigns it to the corresponding YFormDefinition.YFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content, String ownerApplicationId, String ownerFormId) Creates YFormData if it doesn't exist already and assigns it to the corresponding YFormDefinition.YFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content, String ownerApplicationId, String ownerFormId, boolean system) Creates YFormData if it doesn't exist already and assigns it to the corresponding YFormDefinition.YFormService.getYFormData(String formDataId, YFormDataTypeEnum type) Return form data model with specific id and type.YFormService.getYFormData(String applicationId, String formId, String refId, YFormDataTypeEnum type) Return the form data model with the specified parameters.YFormService.updateYFormData(String formDataId, YFormDataTypeEnum type, String content) Update YFormData content of form data with specific id and type.Methods in de.hybris.platform.xyformsservices.form that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionYFormService.getYFormDataByRefId(String refId) Return a list of the form data models with specified reference id. -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.form.impl
Methods in de.hybris.platform.xyformsservices.form.impl that return YFormDataModelModifier and TypeMethodDescriptionDefaultYFormService.createOrUpdateYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content) Create or Update YFormDataModel.DefaultYFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content) Create YFormData if no previous exists.DefaultYFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content, String ownerApplicationId, String ownerFormId) Create YFormData if no previous exists.DefaultYFormService.createYFormData(String applicationId, String formId, String formDataId, YFormDataTypeEnum type, String refId, String content, String ownerApplicationId, String ownerFormId, boolean system) Create YFormData if no previous exists.DefaultYFormService.getYFormData(String formDataId, YFormDataTypeEnum type) For a given id and type a form data is returned.DefaultYFormService.getYFormData(String applicationId, String formId, String refId, YFormDataTypeEnum type) For the given parameters a YFormDataModel is returned.DefaultYFormService.updateYFormData(String formDataId, YFormDataTypeEnum type, String content) Update YFormData by the given form data id.DefaultYFormService.updateYFormData(String formDataId, YFormDataTypeEnum type, String content, String refId) Update YFormData by the given form data id.Methods in de.hybris.platform.xyformsservices.form.impl that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionDefaultYFormService.getYFormDataByRefId(String refId) For the given refId a list of YFormDataModel is returned. -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.interceptors
Methods in de.hybris.platform.xyformsservices.interceptors with parameters of type YFormDataModelModifier and TypeMethodDescriptionvoidYFormDataPrepareInterceptor.onPrepare(YFormDataModel yFormData, InterceptorContext paramInterceptorContext) -
Uses of YFormDataModel in de.hybris.platform.xyformsservices.model
Methods in de.hybris.platform.xyformsservices.model that return YFormDataModelModifier and TypeMethodDescriptionYFormDataHistoryModel.getFormData()Generated method - Getter of theYFormDataHistory.formDataattribute defined at extensionxyformsservices.Methods in de.hybris.platform.xyformsservices.model that return types with arguments of type YFormDataModelModifier and TypeMethodDescriptionYFormDefinitionModel.getData()Generated method - Getter of theYFormDefinition.dataattribute defined at extensionxyformsservices.Methods in de.hybris.platform.xyformsservices.model with parameters of type YFormDataModelModifier and TypeMethodDescriptionvoidYFormDataHistoryModel.setFormData(YFormDataModel value) Generated method - Setter ofYFormDataHistory.formDataattribute defined at extensionxyformsservices.Method parameters in de.hybris.platform.xyformsservices.model with type arguments of type YFormDataModelModifier and TypeMethodDescriptionvoidYFormDefinitionModel.setData(Collection<YFormDataModel> value) Generated method - Setter ofYFormDefinition.dataattribute defined at extensionxyformsservices.