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
public class OutboundSyncEssentialData extends ModuleEssentialData
A utility for loading and cleaning data in all essentialdata impex files inside outboundsync module.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<ModuleEssentialData>getDependencies()Retrieves other modules this essential data module depends on.static CronJobModeloutboundCronJob()Retrieves the outbound sync job configured in this essential data.static OutboundSyncEssentialDataoutboundSyncEssentialData()OutboundSyncEssentialDatawithDependencies()-
Methods inherited from class de.hybris.platform.integrationservices.util.impex.ModuleEssentialData
after, before, cleanup, clearAccessRightsForTypes, deleteInboundChannelConfigurations, deleteIntegrationObjects, enableDependencies, getAllIntegrationObjectCodes, getAllIntegrationObjectItemCodes, load, registerIntegrationObjects, toString
-
-
-
-
Method Detail
-
outboundSyncEssentialData
public static OutboundSyncEssentialData outboundSyncEssentialData()
-
withDependencies
public OutboundSyncEssentialData withDependencies()
-
getDependencies
@Nonnull protected java.util.List<ModuleEssentialData> 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
public static CronJobModel 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.
-
-