Class CheckBeforeQuoteSubmitCommand
java.lang.Object
com.imc.iss.web.services.commands.quote.CheckBeforeQuoteSubmitCommand
This class checks for all the conditions that needs to be satisfied before
quote submit. Type of checks to perform can be passed to this class, else the
types to check will be determined by the settings in the system.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionCheckBeforeQuoteSubmitCommand(BusinessObject quoteBO, Set<CheckBeforeQuoteSubmitCommand.PreCheckType> typesToPreCheck, boolean skipSettings) -
Method Summary
-
Constructor Details
-
CheckBeforeQuoteSubmitCommand
public CheckBeforeQuoteSubmitCommand(BusinessObject quoteBO, Set<CheckBeforeQuoteSubmitCommand.PreCheckType> typesToPreCheck, boolean skipSettings)
-
-
Method Details
-
action
-
execute
public Map<CheckBeforeQuoteSubmitCommand.PreCheckType,Object> execute(BaseContext ctx) throws IMCException - Throws:
IMCException
-