Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectItemAttribute
Packages that use IntegrationObjectItemAttribute
-
Uses of IntegrationObjectItemAttribute in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectItemAttributeModifier and TypeFieldDescriptionprotected static final OneToManyHandler<IntegrationObjectItemAttribute>GeneratedIntegrationObjectItem.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 IntegrationObjectItemAttributeModifier and TypeMethodDescriptionGeneratedIntegrationObjectItem.getAttributes()Generated method - Getter of theIntegrationObjectItem.attributesattribute.GeneratedIntegrationObjectItem.getAttributes(SessionContext ctx) Generated method - Getter of theIntegrationObjectItem.attributesattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectItemAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectItem.addToAttributes(IntegrationObjectItemAttribute value) Generated method - Addsvalueto attributes.voidGeneratedIntegrationObjectItem.addToAttributes(SessionContext ctx, IntegrationObjectItemAttribute value) Generated method - Addsvalueto attributes.voidGeneratedIntegrationObjectItem.removeFromAttributes(IntegrationObjectItemAttribute value) Generated method - Removesvaluefrom attributes.voidGeneratedIntegrationObjectItem.removeFromAttributes(SessionContext ctx, IntegrationObjectItemAttribute value) Generated method - Removesvaluefrom attributes.Method parameters in de.hybris.platform.integrationservices.jalo with type arguments of type IntegrationObjectItemAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectItem.setAttributes(SessionContext ctx, Set<IntegrationObjectItemAttribute> value) Generated method - Setter of theIntegrationObjectItem.attributesattribute.voidGeneratedIntegrationObjectItem.setAttributes(Set<IntegrationObjectItemAttribute> value) Generated method - Setter of theIntegrationObjectItem.attributesattribute.