public class ProcHandleShippingGroupState extends java.lang.Object implements PipelineProcessor
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
STOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACK| Constructor and Description | 
|---|
| ProcHandleShippingGroupState() | 
| Modifier and Type | Method and Description | 
|---|---|
| int[] | getRetCodes()Returns the valid return codes
 1 - The order remove completion processor
 2 - The order completion processor
 3 - The order failure processor
 4 - The shipping of a shipping group processor
 5 - The unsupported modification processor | 
| int | runProcess(java.lang.Object pParam,
          PipelineResult pResult)Executes an operation on an order after the shipping group's state has been changed
 This method requires that an Order and Modification object be supplied
 in pParam in a HashMap. | 
public int[] getRetCodes()
getRetCodes in interface PipelineProcessorpublic int runProcess(java.lang.Object pParam,
             PipelineResult pResult)
               throws java.lang.Exception
runProcess in interface PipelineProcessorpParam - a HashMap which must contain an Order and Modification objectpResult - a PipelineResult object which stores any information which must
                be returned from this method invokationjava.lang.Exception - throws any exception back to the callerPipelineProcessor.runProcess(Object, PipelineResult)