Class OutboundSyncEssentialData
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.util.impex.ModuleEssentialData
de.hybris.platform.outboundsync.util.OutboundSyncEssentialData
- All Implemented Interfaces:
org.junit.rules.TestRule
A utility for loading and cleaning data in all essentialdata impex files inside outboundsync module.
-
Method Summary
Modifier and TypeMethodDescriptionprotected List<ModuleEssentialData>Retrieves other modules this essential data module depends on.static CronJobModelRetrieves the outbound sync job configured in this essential data.static OutboundSyncEssentialDataMethods 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
-
outboundSyncEssentialData
-
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.
-
outboundCronJob
Retrieves the outbound sync job configured in this essential data.- Returns:
- the job model or
null, if there are no outbound sync jobs yet exist in the persistent storage.
-