Class Odata2WebServicesEssentialData
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.util.impex.ModuleEssentialData
de.hybris.platform.odata2webservices.util.Odata2WebServicesEssentialData
- All Implemented Interfaces:
org.junit.rules.TestRule
A utility for loading and cleaning data in all essentialdata impex files inside odata2webservices module.
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<ModuleEssentialData>Retrieves other modules this essential data module depends on.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
-
odata2WebservicesEssentialData
-
withDependencies
-
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.
-