|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining operations for pluggable customer order submit strategy.
CustomerOrderImplServerSideSubmitStrategy
,
CustomerOrderImplClientSideSubmitStrategy
Method Summary | |
void |
submitOrder(User user,
CustomerOrderImpl order,
java.lang.String originalOrderSummary,
boolean doLightValidation)
Submit a customer order. |
void |
submitOrder(User user,
MailOrderBatchImpl mailOrderBatch,
CustomerOrderImpl order,
java.lang.String originalOrderSummary)
Submit a customer order within mail order batch process. |
Method Detail |
public void submitOrder(User user, CustomerOrderImpl order, java.lang.String originalOrderSummary, boolean doLightValidation) throws SystemException, BusinessException
user
- user initiating the order submitorder
- customer order to submitoriginalOrderSummary
- original order summary html string (used on first submit)doLightValidation
- perform light persistence validation (not full/strict business rules)
SystemException
BusinessException
public void submitOrder(User user, MailOrderBatchImpl mailOrderBatch, CustomerOrderImpl order, java.lang.String originalOrderSummary) throws SystemException, BusinessException
user
- user initiating the order submitmailOrderBatch
- mail order batchorder
- customer order to submitoriginalOrderSummary
- original order summary html string (used on first submit)
SystemException
BusinessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |