public class CheckBeforeQuoteSubmitCommand extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CheckBeforeQuoteSubmitCommand.ConfigurableToClassifiedProductInfo |
static class |
CheckBeforeQuoteSubmitCommand.PreCheckType |
Constructor and Description |
---|
CheckBeforeQuoteSubmitCommand(BusinessObject quoteBO,
Set<CheckBeforeQuoteSubmitCommand.PreCheckType> typesToPreCheck,
boolean skipSettings) |
Modifier and Type | Method and Description |
---|---|
CheckBeforeQuoteSubmitCommand |
action(String submitAction) |
Map<CheckBeforeQuoteSubmitCommand.PreCheckType,Object> |
execute(BaseContext ctx) |
public CheckBeforeQuoteSubmitCommand(BusinessObject quoteBO, Set<CheckBeforeQuoteSubmitCommand.PreCheckType> typesToPreCheck, boolean skipSettings)
public CheckBeforeQuoteSubmitCommand action(String submitAction)
public Map<CheckBeforeQuoteSubmitCommand.PreCheckType,Object> execute(BaseContext ctx) throws IMCException
IMCException