Uses of Class
de.hybris.platform.xyformsservices.jalo.YFormDataHistory
Packages that use YFormDataHistory
-
Uses of YFormDataHistory in de.hybris.platform.xyformsservices.jalo
Fields in de.hybris.platform.xyformsservices.jalo with type parameters of type YFormDataHistoryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<YFormDataHistory>GeneratedYFormData.HISTORYHANDLEROneToManyHandlerfor handling 1:n HISTORY's relation attributes from 'many' side.Methods in de.hybris.platform.xyformsservices.jalo that return YFormDataHistoryModifier and TypeMethodDescriptionGeneratedXyformsservicesManager.createYFormDataHistory(SessionContext ctx, Map attributeValues) GeneratedXyformsservicesManager.createYFormDataHistory(Map attributeValues) Methods in de.hybris.platform.xyformsservices.jalo that return types with arguments of type YFormDataHistoryModifier and TypeMethodDescriptionGeneratedYFormData.getHistory()Generated method - Getter of theYFormData.historyattribute.GeneratedYFormData.getHistory(SessionContext ctx) Generated method - Getter of theYFormData.historyattribute.Methods in de.hybris.platform.xyformsservices.jalo with parameters of type YFormDataHistoryModifier and TypeMethodDescriptionvoidGeneratedYFormData.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 YFormDataHistoryModifier and TypeMethodDescriptionvoidGeneratedYFormData.setHistory(SessionContext ctx, List<YFormDataHistory> value) Generated method - Setter of theYFormData.historyattribute.voidGeneratedYFormData.setHistory(List<YFormDataHistory> value) Generated method - Setter of theYFormData.historyattribute.