Class IntegrationServicesEssentialData
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.util.impex.ModuleEssentialData
de.hybris.platform.integrationservices.util.impex.IntegrationServicesEssentialData
- All Implemented Interfaces:
org.junit.rules.TestRule
A utility for loading and cleaning data in all essential data impex files inside integrationservices module.
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<ModuleEssentialData>Retrieves other modules this essential data module depends on.Creates instance of this essential data.Methods inherited from class de.hybris.platform.integrationservices.util.impex.ModuleEssentialData
after, before, cleanup, clearAccessRightsForTypes, deleteInboundChannelConfigurations, deleteIntegrationObjects, enableDependencies, getAllIntegrationObjectCodes, getAllIntegrationObjectItemCodes, load, registerIntegrationObjects, toStringMethods inherited from class org.junit.rules.ExternalResource
apply
-
Method Details
-
integrationServicesEssentialData
Creates instance of this essential data.- Returns:
- new instance if an instance of this essential data was not yet created; or the existing instance otherwise.
-
getDependencies
Description copied from class:ModuleEssentialDataRetrieves other modules this essential data module depends on.- Specified by:
getDependenciesin classModuleEssentialData- Returns:
- a list of other modules this essential data depends on or an empty list, if this module does not depend on other modules.
-