Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectItemAttribute
-
Packages that use IntegrationObjectItemAttribute Package Description de.hybris.platform.integrationservices.jalo -
-
Uses of IntegrationObjectItemAttribute in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectItemAttribute Modifier and Type Field Description protected static 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 IntegrationObjectItemAttribute Modifier and Type Method Description java.util.Set<IntegrationObjectItemAttribute>GeneratedIntegrationObjectItem. getAttributes()Generated method - Getter of theIntegrationObjectItem.attributesattribute.java.util.Set<IntegrationObjectItemAttribute>GeneratedIntegrationObjectItem. getAttributes(SessionContext ctx)Generated method - Getter of theIntegrationObjectItem.attributesattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectItemAttribute Modifier and Type Method Description voidGeneratedIntegrationObjectItem. 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 IntegrationObjectItemAttribute Modifier and Type Method Description voidGeneratedIntegrationObjectItem. setAttributes(SessionContext ctx, java.util.Set<IntegrationObjectItemAttribute> value)Generated method - Setter of theIntegrationObjectItem.attributesattribute.voidGeneratedIntegrationObjectItem. setAttributes(java.util.Set<IntegrationObjectItemAttribute> value)Generated method - Setter of theIntegrationObjectItem.attributesattribute.
-