Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectItemClassificationAttribute
Packages that use IntegrationObjectItemClassificationAttribute
-
Uses of IntegrationObjectItemClassificationAttribute in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectItemClassificationAttributeModifier and TypeFieldDescriptionprotected static final OneToManyHandler<IntegrationObjectItemClassificationAttribute>GeneratedIntegrationObjectItem.CLASSIFICATIONATTRIBUTESHANDLEROneToManyHandlerfor handling 1:n CLASSIFICATIONATTRIBUTES's relation attributes from 'many' side.Methods in de.hybris.platform.integrationservices.jalo that return types with arguments of type IntegrationObjectItemClassificationAttributeModifier and TypeMethodDescriptionGeneratedIntegrationObjectItem.getClassificationAttributes()Generated method - Getter of theIntegrationObjectItem.classificationAttributesattribute.GeneratedIntegrationObjectItem.getClassificationAttributes(SessionContext ctx) Generated method - Getter of theIntegrationObjectItem.classificationAttributesattribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectItemClassificationAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectItem.addToClassificationAttributes(IntegrationObjectItemClassificationAttribute value) Generated method - Addsvalueto classificationAttributes.voidGeneratedIntegrationObjectItem.addToClassificationAttributes(SessionContext ctx, IntegrationObjectItemClassificationAttribute value) Generated method - Addsvalueto classificationAttributes.voidGeneratedIntegrationObjectItem.removeFromClassificationAttributes(IntegrationObjectItemClassificationAttribute value) Generated method - Removesvaluefrom classificationAttributes.voidGeneratedIntegrationObjectItem.removeFromClassificationAttributes(SessionContext ctx, IntegrationObjectItemClassificationAttribute value) Generated method - Removesvaluefrom classificationAttributes.Method parameters in de.hybris.platform.integrationservices.jalo with type arguments of type IntegrationObjectItemClassificationAttributeModifier and TypeMethodDescriptionvoidGeneratedIntegrationObjectItem.setClassificationAttributes(SessionContext ctx, Set<IntegrationObjectItemClassificationAttribute> value) Generated method - Setter of theIntegrationObjectItem.classificationAttributesattribute.voidGeneratedIntegrationObjectItem.setClassificationAttributes(Set<IntegrationObjectItemClassificationAttribute> value) Generated method - Setter of theIntegrationObjectItem.classificationAttributesattribute.