Uses of Class
de.hybris.platform.integrationservices.IntegrationObjectBuilder
-
Packages that use IntegrationObjectBuilder Package Description de.hybris.platform.integrationservices de.hybris.platform.integrationservices.util -
-
Uses of IntegrationObjectBuilder in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectBuilder Modifier and Type Method Description IntegrationObjectBuilderIntegrationObjectBuilder. addIntegrationObjectItem(IntegrationObjectItemBuilder spec)Adds anIntegrationObjectItemModelfrom the specification to the integration objectIntegrationObjectBuilderIntegrationObjectBuilder. addIntegrationObjectItem(IntegrationObjectItemModel item)Adds anIntegrationObjectItemModelto the integration objectstatic IntegrationObjectBuilderIntegrationObjectBuilder. integrationObject()Get a new instance of the builderIntegrationObjectBuilderIntegrationObjectBuilder. withCode(java.lang.String code)Methods in de.hybris.platform.integrationservices with parameters of type IntegrationObjectBuilder Modifier and Type Method Description IntegrationObjectItemBuilderIntegrationObjectItemBuilder. withIntegrationObject(IntegrationObjectBuilder spec) -
Uses of IntegrationObjectBuilder in de.hybris.platform.integrationservices.util
Methods in de.hybris.platform.integrationservices.util with parameters of type IntegrationObjectBuilder Modifier and Type Method Description IntegrationObjectModel[]IntegrationObjectsContext. givenExist(IntegrationObjectBuilder... specs)Persists the integration object specifications in the context storage.IntegrationObjectModelIntegrationObjectsContext. givenExists(IntegrationObjectBuilder spec)Persists the integration object specifications in the context storage.
-