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. HISTORYHANDLEROneToManyHandlerfor 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 YFormDataHistoryGeneratedXyformsservicesManager. createYFormDataHistory(SessionContext ctx, java.util.Map attributeValues)YFormDataHistoryGeneratedXyformsservicesManager. 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.historyattribute.java.util.List<YFormDataHistory>GeneratedYFormData. getHistory(SessionContext ctx)Generated method - Getter of theYFormData.historyattribute.Methods in de.hybris.platform.xyformsservices.jalo with parameters of type YFormDataHistory Modifier and Type Method Description voidGeneratedYFormData. addToHistory(SessionContext ctx, YFormDataHistory value)Generated method - Addsvalueto history.voidGeneratedYFormData. addToHistory(YFormDataHistory value)Generated method - Addsvalueto history.voidGeneratedYFormData. removeFromHistory(SessionContext ctx, YFormDataHistory value)Generated method - Removesvaluefrom history.voidGeneratedYFormData. removeFromHistory(YFormDataHistory value)Generated method - Removesvaluefrom history.Method parameters in de.hybris.platform.xyformsservices.jalo with type arguments of type YFormDataHistory Modifier and Type Method Description voidGeneratedYFormData. setHistory(SessionContext ctx, java.util.List<YFormDataHistory> value)Generated method - Setter of theYFormData.historyattribute.voidGeneratedYFormData. setHistory(java.util.List<YFormDataHistory> value)Generated method - Setter of theYFormData.historyattribute.
-