Class ServicelayerJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.JobModel
de.hybris.platform.servicelayer.internal.model.ServicelayerJobModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreateAuditReportJobModel, DestinationTargetCronJobModel, ExcelImportJobModel, MaintenanceCleanupJobModel, ProcessTaskLogMaintenanceJobModel, RetentionJobModel, RuleEngineJobModel, ScriptingJobModel

public class ServicelayerJobModel extends JobModel
Generated model class for type ServicelayerJob first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String SPRINGID
      Generated constant - Attribute key of ServicelayerJob.springId attribute defined at extension processing.
      See Also:
    • SPRINGIDCRONJOBFACTORY

      public static final String SPRINGIDCRONJOBFACTORY
      Generated constant - Attribute key of ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
      See Also:
  • Constructor Details

    • ServicelayerJobModel

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

      public ServicelayerJobModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • ServicelayerJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public ServicelayerJobModel(String _code, String _springId)
      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:
      _code - initial attribute declared by type Job at extension processing
      _springId - initial attribute declared by type ServicelayerJob at extension processing
    • ServicelayerJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public ServicelayerJobModel(String _code, Integer _nodeID, ItemModel _owner, String _springId)
      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:
      _code - initial attribute declared by type Job at extension processing
      _nodeID - initial attribute declared by type Job at extension processing
      _owner - initial attribute declared by type Item at extension core
      _springId - initial attribute declared by type ServicelayerJob at extension processing
  • Method Details

    • getSpringId

      @Accessor(qualifier="springId", type=GETTER) public String getSpringId()
      Generated method - Getter of the ServicelayerJob.springId attribute defined at extension processing.
      Returns:
      the springId
    • getSpringIdCronJobFactory

      @Accessor(qualifier="springIdCronJobFactory", type=GETTER) public String getSpringIdCronJobFactory()
      Generated method - Getter of the ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
      Returns:
      the springIdCronJobFactory
    • setSpringId

      @Accessor(qualifier="springId", type=SETTER) public void setSpringId(String value)
      Generated method - Setter of ServicelayerJob.springId attribute defined at extension processing.
      Parameters:
      value - the springId
    • setSpringIdCronJobFactory

      @Accessor(qualifier="springIdCronJobFactory", type=SETTER) public void setSpringIdCronJobFactory(String value)
      Generated method - Setter of ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
      Parameters:
      value - the springIdCronJobFactory