|
© 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.customer.pipeline.UpdateUserPC | +--com.beasys.commerce.ebusiness.shipping.pipeline.AddShippingAddressPC
Updates the customer profile by adding the new shipping address.
Constructor Summary | |
AddShippingAddressPC()
|
Method Summary | |
void |
updateCustomer(PipelineSession pipelineSession,
Customer customer,
CustomerValue customerValue)
Updates customer's list of shipping address by adding the new shipping address. |
Methods inherited from class com.beasys.commerce.ebusiness.customer.pipeline.UpdateUserPC |
process, setCustomerProperty, setCustomerProperty, setPropertyIntoCache |
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 AddShippingAddressPC()
Method Detail |
public void updateCustomer(PipelineSession pipelineSession, Customer customer, CustomerValue customerValue) throws PipelineFatalException
updateCustomer
in class UpdateUserPC
pipelineSession
- the PipelineSession.customer
- Customer object for current user.customerValue
- CusotmerValue object for current user.PipelineFatalException
- if the shipping address is missing
in the PipelineSession
.
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |