Class AccommodationInventoryCronJobModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CronJobModel
de.hybris.platform.accommodationbackoffice.model.AccommodationInventoryCronJobModel
All Implemented Interfaces:
Serializable

public class AccommodationInventoryCronJobModel extends CronJobModel
Generated model class for type AccommodationInventoryCronJob first defined at extension accommodationbackoffice.

This type represents a cron job that Manages Inventory.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String MANAGESTOCKLEVEL
      Generated constant - Attribute key of AccommodationInventoryCronJob.manageStockLevel attribute defined at extension accommodationbackoffice.
      See Also:
    • STOCKLEVELS

      public static final String STOCKLEVELS
      Generated constant - Attribute key of AccommodationInventoryCronJob.stockLevels attribute defined at extension accommodationbackoffice.
      See Also:
  • Constructor Details

    • AccommodationInventoryCronJobModel

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

      public AccommodationInventoryCronJobModel(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
    • AccommodationInventoryCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public AccommodationInventoryCronJobModel(JobModel _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 CronJob at extension processing
    • AccommodationInventoryCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public AccommodationInventoryCronJobModel(JobModel _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 CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getManageStockLevel

      @Accessor(qualifier="manageStockLevel", type=GETTER) public ManageAccommodationStockLevelInfoModel getManageStockLevel()
      Generated method - Getter of the AccommodationInventoryCronJob.manageStockLevel attribute defined at extension accommodationbackoffice.
      Returns:
      the manageStockLevel
    • getStockLevels

      @Accessor(qualifier="stockLevels", type=GETTER) public List<StockLevelModel> getStockLevels()
      Generated method - Getter of the AccommodationInventoryCronJob.stockLevels attribute defined at extension accommodationbackoffice. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the stockLevels
    • setManageStockLevel

      @Accessor(qualifier="manageStockLevel", type=SETTER) public void setManageStockLevel(ManageAccommodationStockLevelInfoModel value)
      Generated method - Setter of AccommodationInventoryCronJob.manageStockLevel attribute defined at extension accommodationbackoffice.
      Parameters:
      value - the manageStockLevel
    • setStockLevels

      @Accessor(qualifier="stockLevels", type=SETTER) public void setStockLevels(List<StockLevelModel> value)
      Generated method - Setter of AccommodationInventoryCronJob.stockLevels attribute defined at extension accommodationbackoffice.
      Parameters:
      value - the stockLevels