Class QuoteMassUpdateAction<T extends Help>
Object
Action
QuoteMassUpdateAction<T>
- All Implemented Interfaces:
Help
public class QuoteMassUpdateAction<T extends Help>
extends Action
-
Field Summary
Fields inherited from class Action
jobs -
Constructor Summary
ConstructorsConstructorDescriptionQuoteMassUpdateAction(T backLink, Invocations<MethodInvocationRecord> invocations, String qmuLabel) -
Method Summary
Modifier and TypeMethodDescriptionback()getCopy()setCalculate(Boolean calculate) Whether the action is valid and should be triggered or not.Whether the action should copy a qoute mass update object and the run the copied one or notsetCopyComment(String copyComment) Comment that is passed also into submitter reason into workflowsetCopyLabel(String label) If copy is true, what should be the new label of the copied qoute mass updatesetSimulation(Boolean simulation) Whether the action on copied object should be a simulation or nottoString()
-
Constructor Details
-
QuoteMassUpdateAction
-
-
Method Details
-
setCalculate
Whether the action is valid and should be triggered or not.- Parameters:
calculate-- true - calculation of the QMU is started as background process
- false - calculation of the QMU is NOT started at all
-
setCopy
Whether the action should copy a qoute mass update object and the run the copied one or not- Parameters:
copy-- true - a quote mass update should be copied before execution
- false - default, the execution will run on the original object
-
setSimulation
Whether the action on copied object should be a simulation or not- Parameters:
simulation- true by default
-
setCopyLabel
If copy is true, what should be the new label of the copied qoute mass update- Parameters:
label-
-
setCopyComment
Comment that is passed also into submitter reason into workflow- Parameters:
copyComment-
-
back
-
getObjectName
-
getQuoteMassUpdateLabel
-
getCalculate
-
getCopy
-
getSimulation
-
getCopyLabel
-
getCopyComment
-
toString
-