Uses of Class
de.hybris.y2ysync.jalo.Y2YColumnDefintion
Packages that use Y2YColumnDefintion
-
Uses of Y2YColumnDefintion in de.hybris.y2ysync.jalo
Fields in de.hybris.y2ysync.jalo with type parameters of type Y2YColumnDefintionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Y2YColumnDefintion>GeneratedY2YStreamConfiguration.COLUMNDEFINITIONSHANDLEROneToManyHandlerfor handling 1:n COLUMNDEFINITIONS's relation attributes from 'many' side.Methods in de.hybris.y2ysync.jalo that return Y2YColumnDefintionModifier and TypeMethodDescriptionGeneratedY2ysyncManager.createY2YColumnDefinition(SessionContext ctx, Map attributeValues) GeneratedY2ysyncManager.createY2YColumnDefinition(Map attributeValues) Methods in de.hybris.y2ysync.jalo that return types with arguments of type Y2YColumnDefintionModifier and TypeMethodDescriptionGeneratedY2YStreamConfiguration.getColumnDefinitions()Generated method - Getter of theY2YStreamConfiguration.columnDefinitionsattribute.GeneratedY2YStreamConfiguration.getColumnDefinitions(SessionContext ctx) Generated method - Getter of theY2YStreamConfiguration.columnDefinitionsattribute.Methods in de.hybris.y2ysync.jalo with parameters of type Y2YColumnDefintionModifier and TypeMethodDescriptionvoidGeneratedY2YStreamConfiguration.addToColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value) Generated method - Addsvalueto columnDefinitions.voidGeneratedY2YStreamConfiguration.addToColumnDefinitions(Y2YColumnDefintion value) Generated method - Addsvalueto columnDefinitions.voidGeneratedY2YStreamConfiguration.removeFromColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value) Generated method - Removesvaluefrom columnDefinitions.voidGeneratedY2YStreamConfiguration.removeFromColumnDefinitions(Y2YColumnDefintion value) Generated method - Removesvaluefrom columnDefinitions.Method parameters in de.hybris.y2ysync.jalo with type arguments of type Y2YColumnDefintionModifier and TypeMethodDescriptionvoidGeneratedY2YStreamConfiguration.setColumnDefinitions(SessionContext ctx, Set<Y2YColumnDefintion> value) Generated method - Setter of theY2YStreamConfiguration.columnDefinitionsattribute.voidGeneratedY2YStreamConfiguration.setColumnDefinitions(Set<Y2YColumnDefintion> value) Generated method - Setter of theY2YStreamConfiguration.columnDefinitionsattribute.