Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.BOForecastShiftModel
Packages that use BOForecastShiftModel
Package
Description
-
Uses of BOForecastShiftModel in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.event with parameters of type BOForecastShiftModelModifierConstructorDescriptionInstantiates a new forecast shift model copy event.Instantiates a new forecast shift model insert event.Instantiates a new forecast shift model update event. -
Uses of BOForecastShiftModel in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.shiftmodel.task with parameters of type BOForecastShiftModelModifier and TypeMethodDescriptionprotected LongBTForecastShiftModelCopy.insertForecastShiftModel(BOForecastShiftModel forecastShiftModel, PoolKit poolKit) Insert a new forecast shift model.protected voidBTForecastShiftModelCopy.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelInsert.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelUpdate.validateFieldsLength(BOForecastShiftModel input, PoolKit pk) Validates the fields' length of theBOForecastShiftModelinput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTForecastShiftModelCopy.validateInput(BOForecastShiftModel input, PoolKit pk) Validates the data before the copy.protected voidBTForecastShiftModelInsert.validateInput(BOForecastShiftModel input, PoolKit poolKit) Validates the data before the insertion.protected voidBTForecastShiftModelUpdate.validateInput(BOForecastShiftModel input, PoolKit poolKit) Validates the data before the update. -
Uses of BOForecastShiftModel in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.copy with parameters of type BOForecastShiftModelModifier and TypeMethodDescriptionprotected LongCopyForecastShiftModel.copyForecastShiftModel(BOForecastShiftModel forecastShiftModel) Copy the forecast shift model data (header and related details). -
Uses of BOForecastShiftModel in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail
Fields in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.detail declared as BOForecastShiftModelModifier and TypeFieldDescriptionprotected BOForecastShiftModelForecastShiftModelDetail.forecastShiftModel -
Uses of BOForecastShiftModel in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.shiftmodel.edit with parameters of type BOForecastShiftModelModifier and TypeMethodDescriptionprotected LongEditForecastShiftModel.insertForecastShiftModel(BOForecastShiftModel forecastShiftModel) Insert a new forecast shift model.protected voidEditForecastShiftModel.updateForecastShiftModel(BOForecastShiftModel forecastShiftModel) Update an existing forecast shift model.