Class Summary |
RegisterUserPC |
RegisterUserPC helps to register a user by extracting CutstomerValue and
password from the PipelineSesion . |
UpdateBasicInfoPC |
UpdateBasicInfoPC Updates the customer's basic profile information using a CustomerValue object
from the PipelineSession . |
UpdateDemographicInfoPC |
UpdateDemographicInfoPC Updates the customer's demographic profile information
using a CustomerValue object from the PipelineSession . |
UpdatePasswordPC |
UpdatePasswordPC updates the password for a user by extracting user name and password from the PipelineSession . |
UpdatePaymentInfoPC |
UpdatePaymentInfoPC updates the customer's credit card profile information using a CustomerValue object
from the PipelineSession . |
UpdateShippingInfoPC |
UpdateShippingInfoPC updates the customer's shipping adddress profile information using a CustomerValue object
from the PipelineSession . |
UpdateUserPC |
This class is the base class for several pipeline components
that update the Customer in the database. |
This package contains pipeline components for customer registration, customer profile creation and customer profile updates.