|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.commerce.fulfillment.processor.ProcExecuteFulfillOrderFragment
atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
public class ProcExecuteFulfillElectronicFragment
This processor will execute the chain to delegate the FulfillOrderFragment messages to the softgood fulfiller systems.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string. |
static java.lang.String |
MSG_INAVLID_MESSAGE_PARAMETER
|
static java.lang.String |
MSG_INAVLID_ORDER_FULFILLER_PARAMETER
|
static java.lang.String |
MSG_INAVLID_ORDER_PARAMETER
|
protected static java.lang.String |
MY_RESOURCE_NAME
Resource bundle name. |
protected static java.util.ResourceBundle |
sResourceBundle
Resource Bundle. |
protected int |
SUCCESS
Success constant. |
Fields inherited from interface atg.service.pipeline.PipelineProcessor |
---|
STOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACK |
Constructor Summary | |
---|---|
ProcExecuteFulfillElectronicFragment()
|
Method Summary | |
---|---|
int |
runProcess(java.lang.Object pParam,
atg.service.pipeline.PipelineResult pResult)
This processor will execute the chain to delegate the FulfillOrderFragment messages to the fulfillers responsible for electronic shipping groups. |
Methods inherited from class atg.commerce.fulfillment.processor.ProcExecuteFulfillOrderFragment |
---|
getChainToRun, getRetCodes, setChainToRun |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String CLASS_VERSION
public static final java.lang.String MSG_INAVLID_ORDER_PARAMETER
public static final java.lang.String MSG_INAVLID_ORDER_FULFILLER_PARAMETER
public static final java.lang.String MSG_INAVLID_MESSAGE_PARAMETER
protected static final java.lang.String MY_RESOURCE_NAME
protected static java.util.ResourceBundle sResourceBundle
protected final int SUCCESS
Constructor Detail |
---|
public ProcExecuteFulfillElectronicFragment()
Method Detail |
---|
public int runProcess(java.lang.Object pParam, atg.service.pipeline.PipelineResult pResult) throws java.lang.Exception
runProcess
in interface atg.service.pipeline.PipelineProcessor
runProcess
in class atg.commerce.fulfillment.processor.ProcExecuteFulfillOrderFragment
pParam
- a HashMap which must contain an Order and OrderFulfiller objectpResult
- a PipelineResult object which stores any information which must
be returned from this method invokation
java.lang.Exception
- throws any exception back to the callerPipelineProcessor.runProcess(Object, PipelineResult)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |