Uses of Class
overit.geocallapp.wfm.bundler.bl.header.event.BundleHeaderStatusUpdateInput
Packages that use BundleHeaderStatusUpdateInput
Package
Description
-
Uses of BundleHeaderStatusUpdateInput in overit.geocallapp.wfm.bundler.bl.header.event
Constructors in overit.geocallapp.wfm.bundler.bl.header.event with parameters of type BundleHeaderStatusUpdateInputModifierConstructorDescriptionInstantiates a new bundle header status update event. -
Uses of BundleHeaderStatusUpdateInput in overit.geocallapp.wfm.bundler.bl.header.task
Methods in overit.geocallapp.wfm.bundler.bl.header.task with parameters of type BundleHeaderStatusUpdateInputModifier and TypeMethodDescriptionBTBundleHeaderStatusUpdate.prepareFilterData(BundleHeaderStatusUpdateInput input) Prepares the filter in order to correctly load theBOBundleHeaderto update.BTBundleHeaderStatusUpdate.prepareUpdateData(BundleHeaderStatusUpdateInput input) Prepares the data to update, i.e. the value of the new status for theBOBundleHeader.protected voidBTBundleHeaderStatusUpdate.update(BundleHeaderStatusUpdateInput input, PoolKit poolKit) Performs the update of theBOBundleHeaderwith the validated change of status.