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