|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.foundation.pipeline.CommercePipelineComponent | +--com.beasys.commerce.ebusiness.shipping.pipeline.CalculateShippingPC
This calculates a fixed shipping cost. It uses the price attribute on the selected shipping method to calculate the shipping cost.
Constructor Summary | |
CalculateShippingPC()
|
Method Summary | |
PipelineSession |
process(PipelineSession pipelineSession)
Calculates the shipping cost and updates the shopping cart to reflect the change. |
Methods inherited from class com.beasys.commerce.foundation.pipeline.CommercePipelineComponent |
getConnection, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalculateShippingPC()
Method Detail |
public PipelineSession process(PipelineSession pipelineSession) throws PipelineFatalException
PipelineSession
- the PipelineSession.InvalidPipelineSessionStateException
- if the
ShoppingCart
is missing in the PipelineSession
.PipelineFatalException
- in the following cases:
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |