Uses of Class
overit.geocallapp.wfm.roughplanning.bl.BORoughPlanning
Packages that use BORoughPlanning
Package
Description
-
Uses of BORoughPlanning in overit.geocallapp.wfm.planning.ux.roughplanning
Methods in overit.geocallapp.wfm.planning.ux.roughplanning that return BORoughPlanningModifier and TypeMethodDescriptionprotected BORoughPlanningRoughPlanningSearch.getRoughPlanningData(int row) -
Uses of BORoughPlanning in overit.geocallapp.wfm.planning.ux.roughplanning.configuration
Methods in overit.geocallapp.wfm.planning.ux.roughplanning.configuration that return BORoughPlanning -
Uses of BORoughPlanning in overit.geocallapp.wfm.planning.ux.roughplanning.edit
Methods in overit.geocallapp.wfm.planning.ux.roughplanning.edit with parameters of type BORoughPlanningModifier and TypeMethodDescriptionprotected voidEditRoughPlanning.updateRoughPlanning(BORoughPlanning roughPlanning) UI event handler to update the rough planning. -
Uses of BORoughPlanning in overit.geocallapp.wfm.roughplanning.bl.event
Constructors in overit.geocallapp.wfm.roughplanning.bl.event with parameters of type BORoughPlanningModifierConstructorDescriptionInstantiates a new rough planning create event.Instantiates a new rough planning insert event.Instantiates a new rough planning scenario update event.Instantiates a new workload analysis validate event. -
Uses of BORoughPlanning in overit.geocallapp.wfm.roughplanning.bl.resource.result.event
Methods in overit.geocallapp.wfm.roughplanning.bl.resource.result.event that return BORoughPlanningModifier and TypeMethodDescriptionRoughPlanningResourceRunAnalysisInput.getRoughPlanning()Returns the rough planning.Methods in overit.geocallapp.wfm.roughplanning.bl.resource.result.event with parameters of type BORoughPlanningModifier and TypeMethodDescriptionvoidRoughPlanningResourceRunAnalysisInput.setRoughPlanning(BORoughPlanning roughPlanning) Sets the rough planning. -
Uses of BORoughPlanning in overit.geocallapp.wfm.roughplanning.bl.task
Methods in overit.geocallapp.wfm.roughplanning.bl.task that return types with arguments of type BORoughPlanningModifier and TypeMethodDescriptionprotected List<BORoughPlanning> BTRoughPlanningManagement.searchRoughPlanningByCode(String code, PoolKit poolKit) Methods in overit.geocallapp.wfm.roughplanning.bl.task with parameters of type BORoughPlanningModifier and TypeMethodDescriptionprotected voidBTRoughPlanningInsert.validateAndCompleteInput(BORoughPlanning input, PoolKit pk) Validates the data before the insertion.protected voidBTRoughPlanningManagement.validateCodeDuplication(BORoughPlanning input, PoolKit pk) Validates the rough planning code: we cannot insert a new rough planning with the same code of another rough planningprotected voidBTRoughPlanningManagement.validateDateSpan(BORoughPlanning input) Validates the time span of start and end date of theBORoughPlanninginput to be checked : it must be less than a year period.protected voidBTRoughPlanningManagement.validateFieldsLength(BORoughPlanning input) Validates the fields' length of theBORoughPlanninginput to be checked : code's length must not exceed 50 characters and the description's length must not exceed 255 characters.protected voidBTRoughPlanningManagement.validateOversizedLimit(BORoughPlanning input) protected voidBTRoughPlanningManagement.validateTimeSize(BORoughPlanning input) Validates the time size of theBORoughPlanninginput to be checked : it must be a positive value.protected voidBTRoughPlanningManagement.validateTimeUnit(BORoughPlanning input) Validates the time unit of theBORoughPlanninginput to be checked : it must be a positive value.