Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectClass
Packages that use IntegrationObjectClass
-
Uses of IntegrationObjectClass in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectClassModifier and TypeFieldDescriptionprotected static final OneToManyHandler<IntegrationObjectClass>GeneratedIntegrationObject.CLASSESHANDLEROneToManyHandlerfor handling 1:n CLASSES's relation attributes from 'many' side.Methods in de.hybris.platform.integrationservices.jalo that return IntegrationObjectClassModifier and TypeMethodDescriptionGeneratedIntegrationObjectClassAttribute.getIntegrationObjectClass()Generated method - Getter of theIntegrationObjectClassAttribute.integrationObjectClassattribute.GeneratedIntegrationObjectClassAttribute.getIntegrationObjectClass(SessionContext ctx) Generated method - Getter of theIntegrationObjectClassAttribute.integrationObjectClassattribute.GeneratedIntegrationObjectClassAttribute.getReturnIntegrationObjectClass()Generated method - Getter of theIntegrationObjectClassAttribute.returnIntegrationObjectClassattribute.GeneratedIntegrationObjectClassAttribute.getReturnIntegrationObjectClass(SessionContext ctx) Generated method - Getter of theIntegrationObjectClassAttribute.returnIntegrationObjectClassattribute.Methods in de.hybris.platform.integrationservices.jalo that return types with arguments of type IntegrationObjectClassModifier and TypeMethodDescriptionGeneratedIntegrationObject.getClasses()Generated method - Getter of theIntegrationObject.classesattribute.GeneratedIntegrationObject.getClasses(SessionContext ctx) Generated method - Getter of theIntegrationObject.classesattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectClassModifier and TypeMethodDescriptionvoidGeneratedIntegrationObject.addToClasses(IntegrationObjectClass value) Generated method - Addsvalueto classes.voidGeneratedIntegrationObject.addToClasses(SessionContext ctx, IntegrationObjectClass value) Generated method - Addsvalueto classes.voidGeneratedIntegrationObject.removeFromClasses(IntegrationObjectClass value) Generated method - Removesvaluefrom classes.voidGeneratedIntegrationObject.removeFromClasses(SessionContext ctx, IntegrationObjectClass value) Generated method - Removesvaluefrom classes.voidGeneratedIntegrationObjectClassAttribute.setIntegrationObjectClass(IntegrationObjectClass value) Generated method - Setter of theIntegrationObjectClassAttribute.integrationObjectClassattribute.voidGeneratedIntegrationObjectClassAttribute.setIntegrationObjectClass(SessionContext ctx, IntegrationObjectClass value) Generated method - Setter of theIntegrationObjectClassAttribute.integrationObjectClassattribute.voidGeneratedIntegrationObjectClassAttribute.setReturnIntegrationObjectClass(IntegrationObjectClass value) Generated method - Setter of theIntegrationObjectClassAttribute.returnIntegrationObjectClassattribute.voidGeneratedIntegrationObjectClassAttribute.setReturnIntegrationObjectClass(SessionContext ctx, IntegrationObjectClass value) Generated method - Setter of theIntegrationObjectClassAttribute.returnIntegrationObjectClassattribute.Method parameters in de.hybris.platform.integrationservices.jalo with type arguments of type IntegrationObjectClassModifier and TypeMethodDescriptionvoidGeneratedIntegrationObject.setClasses(SessionContext ctx, Set<IntegrationObjectClass> value) Generated method - Setter of theIntegrationObject.classesattribute.voidGeneratedIntegrationObject.setClasses(Set<IntegrationObjectClass> value) Generated method - Setter of theIntegrationObject.classesattribute.