Uses of Class
de.hybris.platform.xyformsservices.jalo.YFormDataHistory
-
Packages that use YFormDataHistory Package Description de.hybris.platform.xyformsservices.jalo -
-
Uses of YFormDataHistory in de.hybris.platform.xyformsservices.jalo
Fields in de.hybris.platform.xyformsservices.jalo with type parameters of type YFormDataHistory Modifier and Type Field Description protected static OneToManyHandler<YFormDataHistory>
GeneratedYFormData. HISTORYHANDLER
OneToManyHandler
for handling 1:n HISTORY's relation attributes from 'many' side.Methods in de.hybris.platform.xyformsservices.jalo that return YFormDataHistory Modifier and Type Method Description YFormDataHistory
GeneratedXyformsservicesManager. createYFormDataHistory(SessionContext ctx, java.util.Map attributeValues)
YFormDataHistory
GeneratedXyformsservicesManager. createYFormDataHistory(java.util.Map attributeValues)
Methods in de.hybris.platform.xyformsservices.jalo that return types with arguments of type YFormDataHistory Modifier and Type Method Description java.util.List<YFormDataHistory>
GeneratedYFormData. getHistory()
Generated method - Getter of theYFormData.history
attribute.java.util.List<YFormDataHistory>
GeneratedYFormData. getHistory(SessionContext ctx)
Generated method - Getter of theYFormData.history
attribute.Methods in de.hybris.platform.xyformsservices.jalo with parameters of type YFormDataHistory Modifier and Type Method Description void
GeneratedYFormData. addToHistory(SessionContext ctx, YFormDataHistory value)
Generated method - Addsvalue
to history.void
GeneratedYFormData. addToHistory(YFormDataHistory value)
Generated method - Addsvalue
to history.void
GeneratedYFormData. removeFromHistory(SessionContext ctx, YFormDataHistory value)
Generated method - Removesvalue
from history.void
GeneratedYFormData. removeFromHistory(YFormDataHistory value)
Generated method - Removesvalue
from history.Method parameters in de.hybris.platform.xyformsservices.jalo with type arguments of type YFormDataHistory Modifier and Type Method Description void
GeneratedYFormData. setHistory(SessionContext ctx, java.util.List<YFormDataHistory> value)
Generated method - Setter of theYFormData.history
attribute.void
GeneratedYFormData. setHistory(java.util.List<YFormDataHistory> value)
Generated method - Setter of theYFormData.history
attribute.
-