Uses of Class
de.hybris.platform.xyformsservices.jalo.YFormData
-
Packages that use YFormData Package Description de.hybris.platform.xyformsservices.jalo -
-
Uses of YFormData in de.hybris.platform.xyformsservices.jalo
Fields in de.hybris.platform.xyformsservices.jalo with type parameters of type YFormData Modifier and Type Field Description protected static OneToManyHandler<YFormData>GeneratedYFormDefinition. DATAHANDLEROneToManyHandlerfor handling 1:n DATA's relation attributes from 'many' side.Methods in de.hybris.platform.xyformsservices.jalo that return YFormData Modifier and Type Method Description YFormDataGeneratedXyformsservicesManager. createYFormData(SessionContext ctx, java.util.Map attributeValues)YFormDataGeneratedXyformsservicesManager. createYFormData(java.util.Map attributeValues)YFormDataGeneratedYFormDataHistory. getFormData()Generated method - Getter of theYFormDataHistory.formDataattribute.YFormDataGeneratedYFormDataHistory. getFormData(SessionContext ctx)Generated method - Getter of theYFormDataHistory.formDataattribute.Methods in de.hybris.platform.xyformsservices.jalo that return types with arguments of type YFormData Modifier and Type Method Description java.util.Collection<YFormData>GeneratedYFormDefinition. getData()Generated method - Getter of theYFormDefinition.dataattribute.java.util.Collection<YFormData>GeneratedYFormDefinition. getData(SessionContext ctx)Generated method - Getter of theYFormDefinition.dataattribute.Methods in de.hybris.platform.xyformsservices.jalo with parameters of type YFormData Modifier and Type Method Description voidGeneratedYFormDefinition. addToData(SessionContext ctx, YFormData value)Generated method - Addsvalueto data.voidGeneratedYFormDefinition. addToData(YFormData value)Generated method - Addsvalueto data.voidGeneratedYFormDefinition. removeFromData(SessionContext ctx, YFormData value)Generated method - Removesvaluefrom data.voidGeneratedYFormDefinition. removeFromData(YFormData value)Generated method - Removesvaluefrom data.voidGeneratedYFormDataHistory. setFormData(SessionContext ctx, YFormData value)Generated method - Setter of theYFormDataHistory.formDataattribute.voidGeneratedYFormDataHistory. setFormData(YFormData value)Generated method - Setter of theYFormDataHistory.formDataattribute.Method parameters in de.hybris.platform.xyformsservices.jalo with type arguments of type YFormData Modifier and Type Method Description voidGeneratedYFormDefinition. setData(SessionContext ctx, java.util.Collection<YFormData> value)Generated method - Setter of theYFormDefinition.dataattribute.voidGeneratedYFormDefinition. setData(java.util.Collection<YFormData> value)Generated method - Setter of theYFormDefinition.dataattribute.
-