Class SyncItemCronJobModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogVersionSyncCronJobModel

public class SyncItemCronJobModel extends CronJobModel
Generated model class for type SyncItemCronJob first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _JOBCRONJOBRELATION

      public static final String _JOBCRONJOBRELATION
      Generated relation code constant for relation JobCronJobRelation defining source attribute job in extension processing.
      See Also:
    • FORCEUPDATE

      public static final String FORCEUPDATE
      Generated constant - Attribute key of SyncItemCronJob.forceUpdate attribute defined at extension catalog.
      See Also:
    • PENDINGITEMS

      public static final String PENDINGITEMS
      Generated constant - Attribute key of SyncItemCronJob.pendingItems attribute defined at extension catalog.
      See Also:
    • FINISHEDITEMS

      public static final String FINISHEDITEMS
      Generated constant - Attribute key of SyncItemCronJob.finishedItems attribute defined at extension catalog.
      See Also:
    • CREATESAVEDVALUES

      public static final String CREATESAVEDVALUES
      Generated constant - Attribute key of SyncItemCronJob.createSavedValues attribute defined at extension catalog.
      See Also:
    • FULLSYNC

      public static final String FULLSYNC
      Generated constant - Attribute key of SyncItemCronJob.fullSync attribute defined at extension catalog.
      See Also:
    • ABORTONCOLLIDINGSYNC

      public static final String ABORTONCOLLIDINGSYNC
      Generated constant - Attribute key of SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • SyncItemCronJobModel

      public SyncItemCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • SyncItemCronJobModel

      public SyncItemCronJobModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • SyncItemCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SyncItemCronJobModel(SyncItemJobModel _job)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _job - initial attribute declared by type SyncItemCronJob at extension catalog
    • SyncItemCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public SyncItemCronJobModel(SyncItemJobModel _job, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _job - initial attribute declared by type SyncItemCronJob at extension catalog
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAbortOnCollidingSync

      @Accessor(qualifier="abortOnCollidingSync", type=GETTER) public Boolean getAbortOnCollidingSync()
      Generated method - Getter of the SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.
      Returns:
      the abortOnCollidingSync
    • getCreateSavedValues

      @Accessor(qualifier="createSavedValues", type=GETTER) public Boolean getCreateSavedValues()
      Generated method - Getter of the SyncItemCronJob.createSavedValues attribute defined at extension catalog.
      Returns:
      the createSavedValues
    • getFinishedItems

      @Accessor(qualifier="finishedItems", type=GETTER) public Collection<ItemModel> getFinishedItems()
      Generated method - Getter of the SyncItemCronJob.finishedItems attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the finishedItems
    • getForceUpdate

      @Accessor(qualifier="forceUpdate", type=GETTER) public Boolean getForceUpdate()
      Generated method - Getter of the SyncItemCronJob.forceUpdate attribute defined at extension catalog.
      Returns:
      the forceUpdate
    • getFullSync

      @Accessor(qualifier="fullSync", type=GETTER) public Boolean getFullSync()
      Generated method - Getter of the SyncItemCronJob.fullSync attribute defined at extension catalog.
      Returns:
      the fullSync
    • getJob

      @Accessor(qualifier="job", type=GETTER) public SyncItemJobModel getJob()
      Generated method - Getter of the CronJob.job attribute defined at extension processing and redeclared at extension catalog.
      Overrides:
      getJob in class CronJobModel
      Returns:
      the job
    • getPendingItems

      @Accessor(qualifier="pendingItems", type=GETTER) public Collection<ItemModel> getPendingItems()
      Generated method - Getter of the SyncItemCronJob.pendingItems attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the pendingItems
    • setAbortOnCollidingSync

      @Accessor(qualifier="abortOnCollidingSync", type=SETTER) public void setAbortOnCollidingSync(Boolean value)
      Generated method - Setter of SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.
      Parameters:
      value - the abortOnCollidingSync
    • setCreateSavedValues

      @Accessor(qualifier="createSavedValues", type=SETTER) public void setCreateSavedValues(Boolean value)
      Generated method - Setter of SyncItemCronJob.createSavedValues attribute defined at extension catalog.
      Parameters:
      value - the createSavedValues
    • setForceUpdate

      @Accessor(qualifier="forceUpdate", type=SETTER) public void setForceUpdate(Boolean value)
      Generated method - Setter of SyncItemCronJob.forceUpdate attribute defined at extension catalog.
      Parameters:
      value - the forceUpdate
    • setFullSync

      @Accessor(qualifier="fullSync", type=SETTER) public void setFullSync(Boolean value)
      Generated method - Setter of SyncItemCronJob.fullSync attribute defined at extension catalog.
      Parameters:
      value - the fullSync
    • setJob

      @Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
      Generated method - Initial setter of CronJob.job attribute defined at extension processing and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type SyncItemJobModel.
      Overrides:
      setJob in class CronJobModel
      Parameters:
      value - the job
    • setPendingItems

      @Accessor(qualifier="pendingItems", type=SETTER) public void setPendingItems(Collection<ItemModel> value)
      Generated method - Setter of SyncItemCronJob.pendingItems attribute defined at extension catalog.
      Parameters:
      value - the pendingItems