Uses of Class
de.hybris.platform.odata2services.dto.IntegrationObjectBundleEntity
-
Packages that use IntegrationObjectBundleEntity Package Description de.hybris.platform.odata2services.dto de.hybris.platform.odata2services.export de.hybris.platform.odata2services.export.impl -
-
Uses of IntegrationObjectBundleEntity in de.hybris.platform.odata2services.dto
Methods in de.hybris.platform.odata2services.dto that return types with arguments of type IntegrationObjectBundleEntity Modifier and Type Method Description java.util.Set<IntegrationObjectBundleEntity>ConfigurationBundleEntity. getIntegrationObjectBundles()Method parameters in de.hybris.platform.odata2services.dto with type arguments of type IntegrationObjectBundleEntity Modifier and Type Method Description voidConfigurationBundleEntity. setIntegrationObjectBundles(java.util.Set<IntegrationObjectBundleEntity> integrationObjectBundles) -
Uses of IntegrationObjectBundleEntity in de.hybris.platform.odata2services.export
Methods in de.hybris.platform.odata2services.export with parameters of type IntegrationObjectBundleEntity Modifier and Type Method Description java.util.Set<ItemModel>ExportConfigurationSearchService. findRootItemInstances(IntegrationObjectBundleEntity integrationObjectBundleEntity)Find all the related root item model instances of a given integration object. -
Uses of IntegrationObjectBundleEntity in de.hybris.platform.odata2services.export.impl
Methods in de.hybris.platform.odata2services.export.impl with parameters of type IntegrationObjectBundleEntity Modifier and Type Method Description java.util.Set<ItemModel>DefaultExportConfigurationSearchService. findRootItemInstances(IntegrationObjectBundleEntity integrationObjectBundleEntity)
-