Uses of Class
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.BOForecastResource
Packages that use BOForecastResource
Package
Description
-
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected Map<Long, BOForecastResource> CapacityPlanningProblemBuilder.resourcesByIdMethods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem that return BOForecastResourceModifier and TypeMethodDescriptionprotected BOForecastResourceCapacityPlanningProblemBuilder.getResourceById(Long resourceId) Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with parameters of type BOForecastResourceModifier and TypeMethodDescriptionprotected CapacityPlanningResourceCapacityPlanningProblemBuilder.buildResource(BOForecastResource forecastResource) protected List<CapacityPlanningConstraint> CapacityPlanningProblemBuilder.getResourceConstraints(BOForecastResource forecastResource) protected List<CapacityPlanningSkill> CapacityPlanningProblemBuilder.getResourceSkills(BOForecastResource forecastResource) Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.calculation.problem with type arguments of type BOForecastResourceModifier and TypeMethodDescriptionCapacityPlanningProblemBuilder.withResources(Collection<BOForecastResource> resources) -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected Map<Long, BOForecastResource> CapacityPlanningAlgorithmInputBuilder.resourcesByIdMethod parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input with type arguments of type BOForecastResourceModifier and TypeMethodDescriptionCapacityPlanningAlgorithmInputBuilder.withResources(Collection<BOForecastResource> resources) -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.input.task that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> BTCapacityPlanningAlgorithmSend.loadForecastResources(Long forecastId, PoolKit poolKit) -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.result.detail.task that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> BTCapacityPlanningResultDetailCalculateCoverage.loadForecastResources(Long forecastId, PoolKit poolKit) -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task
Fields in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected BOCache<BOForecastResource> BTCapacityPlanningScenarioExportExcel.forecastResourceCacheMethods in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> BTCapacityPlanningScenarioCoverageReport.filterResourcesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastResource> resources, Collection<Long> skills, PoolKit poolKit) Filter the resources by skills.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageReport.loadResources(BOCapacityPlanningScenario scenario, Collection<Long> resourceIds, Collection<Long> skills, PoolKit poolKit) Loads the resources of the given capacity planning scenario.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageTimeReport.loadResources(BOCapacityPlanningScenario scenario, Collection<Long> resourceIds, Collection<Long> skills, PoolKit poolKit) Loads the resources of the given capacity planning scenario.protected List<BOForecastResource> BTCapacityPlanningScenarioCoverageResourceReport.searchResources(List<Long> resourceIds, PoolKit poolKit) Search for forecast resources based on the provided resource ids.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.task with type arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> BTCapacityPlanningScenarioCoverageReport.filterResourcesBySkills(BOCapacityPlanningScenario scenario, List<BOForecastResource> resources, Collection<Long> skills, PoolKit poolKit) Filter the resources by skills. -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.event
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.event that return BOForecastResourceModifier and TypeMethodDescriptionForecastResourceImportRow.getForecastResource()Returns the forecast resource to be importedMethods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.importforecast.resource.forecastresource.event with parameters of type BOForecastResourceModifier and TypeMethodDescriptionvoidForecastResourceImportRow.setForecastResource(BOForecastResource forecastResource) Sets the forecast resource to be imported -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.event
Constructors in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.event with parameters of type BOForecastResourceModifierConstructorDescriptionInstantiates a new forecast insert event.Instantiates a new forecast resource update event. -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task
Methods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.forecastresource.task with parameters of type BOForecastResourceModifier and TypeMethodDescriptionprotected voidBTForecastResourceManagement.validateCode(BOForecastResource input, PoolKit pk) Validates the key of a resource: code is mandatory and uniqueprotected voidBTForecastResourceManagement.validateForecastHeaderStatus(BOForecastResource input, PoolKit pk) Validates the forecast header: status must be draftprotected voidBTForecastResourceManagement.validateInput(BOForecastResource input, PoolKit pk) Validates the input.protected voidBTForecastResourceManagement.validateMandatoryFields(BOForecastResource input) protected voidBTForecastResourceManagement.validateName(BOForecastResource input) Validates the key of a resource: at least one of name and surname is mandatory -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task
Fields in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected BOCache<BOForecastResource> BTResourceForecastExportExcel.forecastResourceBOCacheMethods in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> BTResourceForecastExportExcel.getAllForecastResources(Long resourceForecastHeaderId, PoolKit pk) Retrieves a list of forecast resources associated with theBOResourceForecastHeaderinput.Method parameters in overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.task with type arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected voidBTResourceForecastExportExcel.appendResourcesSheet(List<BOForecastResource> forecastResources, XlsxDocument excelDocument) Appends the Forecast Resources Sheet to the specifiedXlsxDocumentobject.protected List<BOForecastResourceDetail> BTResourceForecastExportExcel.getAllForecastDetails(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the details (i.e., calendars) associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput.protected List<BOForecastResourceGroupingConstraint> BTResourceForecastExportExcel.getAllForecastGroupingConstraints(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the grouping constraints associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput.protected List<BOResourceForecastSkill> BTResourceForecastExportExcel.getAllForecastSkills(List<BOForecastResource> resources, PoolKit pk) Retrieves the list of the skills associated with eachBOForecastResourceresource linked to the providedBOResourceForecastHeaderinput. -
Uses of BOForecastResource in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Methods in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource with parameters of type BOForecastResourceModifier and TypeMethodDescriptionvoidForecastResourceValidator.validate(BOForecastResource forecastResource) -
Uses of BOForecastResource in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt
Fields in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected BOCache<BOForecastResource> ServerTableViewCapacityPlanningActivityResultGantt.forecastResourceCache -
Uses of BOForecastResource in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail
Fields in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail with type parameters of type BOForecastResourceModifier and TypeFieldDescriptionprotected List<BOForecastResource> ResourceForecastAvailabilityBuilder.forecastResourcesMethods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail that return BOForecastResourceModifier and TypeMethodDescriptionprotected BOForecastResourceResourceForecastDetailAvailability.getForecastResourceData(int row) Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> ResourceForecastCalendarView.getForecastResources()Returns all resources (eventually filtered) related to the forecast headerMethod parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail with type arguments of type BOForecastResourceModifier and TypeMethodDescriptionvoidResourceForecastAvailabilityBuilder.setForecastResources(List<BOForecastResource> forecastResources) -
Uses of BOForecastResource in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.comparator that return types with arguments of type BOForecastResourceModifier and TypeMethodDescriptionprotected List<BOForecastResource> ResourceForecastComparatorCalendarView.getForecastResources()Returns all resources (eventually filtered) related to the list of forecast headers -
Uses of BOForecastResource in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail
Fields in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.resource.detail.copydetail declared as BOForecastResourceModifier and TypeFieldDescriptionprotected BOForecastResourceCopyForecastResourceDetail.resourceForecast