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. DATAHANDLER
OneToManyHandler
for 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 YFormData
GeneratedXyformsservicesManager. createYFormData(SessionContext ctx, java.util.Map attributeValues)
YFormData
GeneratedXyformsservicesManager. createYFormData(java.util.Map attributeValues)
YFormData
GeneratedYFormDataHistory. getFormData()
Generated method - Getter of theYFormDataHistory.formData
attribute.YFormData
GeneratedYFormDataHistory. getFormData(SessionContext ctx)
Generated method - Getter of theYFormDataHistory.formData
attribute.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.data
attribute.java.util.Collection<YFormData>
GeneratedYFormDefinition. getData(SessionContext ctx)
Generated method - Getter of theYFormDefinition.data
attribute.Methods in de.hybris.platform.xyformsservices.jalo with parameters of type YFormData Modifier and Type Method Description void
GeneratedYFormDefinition. addToData(SessionContext ctx, YFormData value)
Generated method - Addsvalue
to data.void
GeneratedYFormDefinition. addToData(YFormData value)
Generated method - Addsvalue
to data.void
GeneratedYFormDefinition. removeFromData(SessionContext ctx, YFormData value)
Generated method - Removesvalue
from data.void
GeneratedYFormDefinition. removeFromData(YFormData value)
Generated method - Removesvalue
from data.void
GeneratedYFormDataHistory. setFormData(SessionContext ctx, YFormData value)
Generated method - Setter of theYFormDataHistory.formData
attribute.void
GeneratedYFormDataHistory. setFormData(YFormData value)
Generated method - Setter of theYFormDataHistory.formData
attribute.Method parameters in de.hybris.platform.xyformsservices.jalo with type arguments of type YFormData Modifier and Type Method Description void
GeneratedYFormDefinition. setData(SessionContext ctx, java.util.Collection<YFormData> value)
Generated method - Setter of theYFormDefinition.data
attribute.void
GeneratedYFormDefinition. setData(java.util.Collection<YFormData> value)
Generated method - Setter of theYFormDefinition.data
attribute.
-