Uses of Class
de.hybris.platform.integrationservices.jalo.IntegrationObjectItem
-
Packages that use IntegrationObjectItem Package Description de.hybris.platform.integrationservices.jalo -
-
Uses of IntegrationObjectItem in de.hybris.platform.integrationservices.jalo
Fields in de.hybris.platform.integrationservices.jalo with type parameters of type IntegrationObjectItem Modifier and Type Field Description protected static OneToManyHandler<IntegrationObjectItem>
GeneratedIntegrationObject. ITEMSHANDLER
OneToManyHandler
for handling 1:n ITEMS's relation attributes from 'many' side.Methods in de.hybris.platform.integrationservices.jalo that return IntegrationObjectItem Modifier and Type Method Description IntegrationObjectItem
GeneratedIntegrationObjectItemAttribute. getIntegrationObjectItem()
Generated method - Getter of theIntegrationObjectItemAttribute.integrationObjectItem
attribute.IntegrationObjectItem
GeneratedIntegrationObjectItemAttribute. getIntegrationObjectItem(SessionContext ctx)
Generated method - Getter of theIntegrationObjectItemAttribute.integrationObjectItem
attribute.IntegrationObjectItem
GeneratedIntegrationObjectItemAttribute. getReturnIntegrationObjectItem()
Generated method - Getter of theIntegrationObjectItemAttribute.returnIntegrationObjectItem
attribute.IntegrationObjectItem
GeneratedIntegrationObjectItemAttribute. getReturnIntegrationObjectItem(SessionContext ctx)
Generated method - Getter of theIntegrationObjectItemAttribute.returnIntegrationObjectItem
attribute.Methods in de.hybris.platform.integrationservices.jalo that return types with arguments of type IntegrationObjectItem Modifier and Type Method Description java.util.Set<IntegrationObjectItem>
GeneratedIntegrationObject. getItems()
Generated method - Getter of theIntegrationObject.items
attribute.java.util.Set<IntegrationObjectItem>
GeneratedIntegrationObject. getItems(SessionContext ctx)
Generated method - Getter of theIntegrationObject.items
attribute.Methods in de.hybris.platform.integrationservices.jalo with parameters of type IntegrationObjectItem Modifier and Type Method Description void
GeneratedIntegrationObject. addToItems(IntegrationObjectItem value)
Generated method - Addsvalue
to items.void
GeneratedIntegrationObject. addToItems(SessionContext ctx, IntegrationObjectItem value)
Generated method - Addsvalue
to items.void
GeneratedIntegrationObject. removeFromItems(IntegrationObjectItem value)
Generated method - Removesvalue
from items.void
GeneratedIntegrationObject. removeFromItems(SessionContext ctx, IntegrationObjectItem value)
Generated method - Removesvalue
from items.void
GeneratedIntegrationObjectItemAttribute. setIntegrationObjectItem(IntegrationObjectItem value)
Generated method - Setter of theIntegrationObjectItemAttribute.integrationObjectItem
attribute.void
GeneratedIntegrationObjectItemAttribute. setIntegrationObjectItem(SessionContext ctx, IntegrationObjectItem value)
Generated method - Setter of theIntegrationObjectItemAttribute.integrationObjectItem
attribute.void
GeneratedIntegrationObjectItemAttribute. setReturnIntegrationObjectItem(IntegrationObjectItem value)
Generated method - Setter of theIntegrationObjectItemAttribute.returnIntegrationObjectItem
attribute.void
GeneratedIntegrationObjectItemAttribute. setReturnIntegrationObjectItem(SessionContext ctx, IntegrationObjectItem value)
Generated method - Setter of theIntegrationObjectItemAttribute.returnIntegrationObjectItem
attribute.Method parameters in de.hybris.platform.integrationservices.jalo with type arguments of type IntegrationObjectItem Modifier and Type Method Description void
GeneratedIntegrationObject. setItems(SessionContext ctx, java.util.Set<IntegrationObjectItem> value)
Generated method - Setter of theIntegrationObject.items
attribute.void
GeneratedIntegrationObject. setItems(java.util.Set<IntegrationObjectItem> value)
Generated method - Setter of theIntegrationObject.items
attribute.
-