|
© 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.customer.pipeline.UpdatePaymentInfoPC
UpdatePaymentInfoPC updates the customer's credit card profile information using a CustomerValue object
from the PipelineSession.
CustomerValue object contains credit card map which has customer's
credit card information.
| Constructor Summary | |
UpdatePaymentInfoPC()
|
|
| Method Summary | |
void |
updateCustomer(PipelineSession pSession,
Customer customer,
CustomerValue customerValue)
See the class documentation above. |
| 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 UpdatePaymentInfoPC()
| Method Detail |
public void updateCustomer(PipelineSession pSession,
Customer customer,
CustomerValue customerValue)
throws PipelineFatalException
updateCustomer in class UpdateUserPCpSession - PipelineSession from where it gets CustomerValue object.customer - Customer object for current user.customerValue - CusotmerValue object for current user.PipelineFatalException - If unable to set the the customer's credit card profile
information.
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||