Uses of Class
overit.geocallapp.wfm.bundler.bl.bundleRequirement.BOBundleRequirement
Packages that use BOBundleRequirement
Package
Description
-
Uses of BOBundleRequirement in overit.geocallapp.wfm.bundler.bl.bundleRequirement.event
Constructors in overit.geocallapp.wfm.bundler.bl.bundleRequirement.event with parameters of type BOBundleRequirementModifierConstructorDescriptionInstantiates a new bundle requirement insert event.Instantiates a new bundle requirement update event. -
Uses of BOBundleRequirement in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task
Methods in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task that return types with arguments of type BOBundleRequirementModifier and TypeMethodDescriptionprotected List<BOBundleRequirement> BTAggregateBundleRequirementsLoad.loadRequirements(PoolKit poolKit, BundleRequirementSearchFilter filter) Loads requirements based on the given filter.Method parameters in overit.geocallapp.wfm.bundler.bl.bundleRequirement.task with type arguments of type BOBundleRequirementModifier and TypeMethodDescriptionprotected Collection<AggregateBundleRequirement> BTAggregateBundleRequirementsLoad.aggregateRequirements(List<BOBundleRequirement> requirements, Collection<Long> bundleIds) Aggregates requirements by bundle ID, grouping resources and teams by type.protected voidBTAggregateBundleRequirementsLoad.fillBundlerRequirements(List<BOBundleRequirement> bundleRequirements, AggregateBundleRequirement aggregate) Fills the aggregated requirement with the given list of requirements.