|
© 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.DeleteShippingAddressPC
Updates the customer profile by deleting the given shipping address.
Constructor Summary | |
DeleteShippingAddressPC()
|
Method Summary | |
void |
updateCustomer(PipelineSession pipelineSession,
Customer customer,
CustomerValue customerValue)
Updates customer's list of shipping address by deleting the given 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 DeleteShippingAddressPC()
Method Detail |
public void updateCustomer(PipelineSession pipelineSession, Customer customer, CustomerValue customerValue) throws PipelineFatalException, PipelineNonFatalException
updateCustomer
in class UpdateUserPC
PipelineSession
- the PipelineSession.customer
- Customer object for current user.customerValue
- CusotmerValue object for current user.PipelineFatalException
- on Remote error.com.beasys.commerce.foundation.exception.PipelineNonFatalException.
-
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |