Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectClassAttribute
Packages that use IntegrationObjectClassAttribute
-
Uses of IntegrationObjectClassAttribute in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectClassAttributeModifier and TypeFieldDescriptionprotected static final OneToManyHandler<IntegrationObjectClassAttribute>GeneratedIntegrationObjectClass.ATTRIBUTESHANDLEROneToManyHandlerfor handling 1:n ATTRIBUTES's relation attributes from 'many' side.Methods in de.hybris.platform.integrationservices.jalo that return types with arguments of type IntegrationObjectClassAttributeModifier and TypeMethodDescriptionGeneratedIntegrationObjectClass.getAttributes()Generated method - Getter of theIntegrationObjectClass.attributesattribute.GeneratedIntegrationObjectClass.getAttributes(SessionContext ctx) Generated method - Getter of theIntegrationObjectClass.attributesattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectClassAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectClass.addToAttributes(IntegrationObjectClassAttribute value) Generated method - Addsvalueto attributes.voidGeneratedIntegrationObjectClass.addToAttributes(SessionContext ctx, IntegrationObjectClassAttribute value) Generated method - Addsvalueto attributes.voidGeneratedIntegrationObjectClass.removeFromAttributes(IntegrationObjectClassAttribute value) Generated method - Removesvaluefrom attributes.voidGeneratedIntegrationObjectClass.removeFromAttributes(SessionContext ctx, IntegrationObjectClassAttribute value) Generated method - Removesvaluefrom attributes.Method parameters in de.hybris.platform.integrationservices.jalo with type arguments of type IntegrationObjectClassAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectClass.setAttributes(SessionContext ctx, Set<IntegrationObjectClassAttribute> value) Generated method - Setter of theIntegrationObjectClass.attributesattribute.voidGeneratedIntegrationObjectClass.setAttributes(Set<IntegrationObjectClassAttribute> value) Generated method - Setter of theIntegrationObjectClass.attributesattribute.