|
© 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.UpdateBasicInfoPC
UpdateBasicInfoPC
Updates the customer's basic profile information using a CustomerValue
object
from the PipelineSession
.
CustomerValue
object contains all the attributes associated with customer's
basic profile information.
Constructor Summary | |
UpdateBasicInfoPC()
|
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 UpdateBasicInfoPC()
Method Detail |
public void updateCustomer(PipelineSession pSession, Customer customer, CustomerValue customerValue) throws PipelineFatalException
updateCustomer
in class UpdateUserPC
pSession
- 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 basic profile information.
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |