Class 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 Detail

      • getDependencies

        @Nonnull
        protected java.util.List<ModuleEssentialData> getDependencies()
        Description copied from class: ModuleEssentialData
        Retrieves other modules this essential data module depends on.
        Specified by:
        getDependencies in class ModuleEssentialData
        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.