Interface | Description |
---|---|
ChangeMemberGroupCmd |
The interface for command for ChangeMemberGroup
|
ChangeMemberGroupPartActionCmd |
The part command is executed during the Change MemberGroup command.
|
ChangeMemberGroupPartCmd |
The command interface to perform a change operation with MemberGroup noun part.
|
ComposeMemberGroupFromDataBeanCmd |
Composes the member groups in response to a Get Member Group request.
|
ComposeOrganizationFromDataBeanCmd |
Composes the organization in response to a Get request.
|
ComposePersonFromDataBeanCmd |
Composes the person in response to a Get request.
|
FetchMemberGroupCmd |
Fetches member groups based on the
GetType search criteria below. |
FetchOrganizationCmd |
Fetches organizations found based on the
GetType search criteria. |
FetchPersonCmd |
Fetches persons found based on the
GetType search criteria. |
GetMemberGroupCmd |
Implementations of this interface must find the member groups identified by information passed in from
the
setGetMemberGroup method. |
GetOrganizationCmd |
The interface for getting organizations
|
GetPersonCmd |
The interface for getting persons
|
ProcessMemberGroupActionCmd |
This interface represents the commands that perform particular process
actions on MemberGroup nouns.
|
ProcessMemberGroupCmd |
The interface for command for ProcessMemberGroup
|
ProcessPersonCreateGuestCmd |
The purpose of this command is to create a guest user and a session that can be returned
so subsequent requests can use that session.
|
UserRegistrationAddCheckApprovalCmd |
This task command is called by UserRegistrationAddApprovalCmdImpl.
|
UserRegistrationEmailActivateCmd |
This command activates the user account if the user is in "pending activate" state.
|
UserRegistrationEmailActivateResendCmd |
This command re-sends the user account activation e-mail.
|
Class | Description |
---|---|
AbstractChangeMemberGroupMemberPartCmdImpl |
This abstract class is for add/delete member from a member group operation.
|
AbstractFetchMemberGroupCmdImpl |
The base implementation of the fetch MemberGroup command.
|
AbstractMemberResponseBaseCmdImpl |
The base command used to build a response
BOD for a Person or Organization request BOD . |
AbstractUserRegistrationAddCheckApprovalCmdImpl |
This is the base class for the following classes:
UserRegistrationAddCheckApprovalAutoApprovalCmdImpl
UserRegisterationAddCheckApprovalEmailActivationCmdImpl.
|
AcknowledgeOrganizationCmdImpl |
Puts the
OrganizationIdentifier and ContactInfoIdentfier in the
AcknowledgeOrganization BOD in response to the ProcessOrganization BOD request. |
AcknowledgePersonCmdImpl |
Builds the
AcknowledgePerson BOD in response to the ProcessPerson BOD request. |
AcknowledgePersonCreateGuestCmdImpl |
The purpose of this command is to implement the logic used to create the Acknowledge Person response
to a Create Guest Process Person service request.
|
ChangeMemberGroupBasePartCmdImpl |
This class handle the request for changing the name of a member group.
|
ChangeMemberGroupCmdImpl |
This controller command implementation is used for processing
Change MemberGroup requests. |
ChangeMemberGroupConditionElementNVPPartCmdImpl |
The add, update and delete operation of member group condition elements will be
handled by this command.
|
ChangeMemberGroupConditionElementPartCmdImpl |
The add, update and delete operation of member group condition elements will be
handled by this command.
|
ChangeMemberGroupDescriptionPartCmdImpl |
The add, update and delete operation of member group descriptions will be
handled by this command.
|
ChangeMemberGroupExcludedOrganizationPartCmdImpl |
This class add or delete an excluded organization into/from a member group.
|
ChangeMemberGroupExcludedPersonPartCmdImpl |
The add, and delete operation of member group excluded person will be
handled by this command.
|
ChangeMemberGroupIncludedOrganizationPartCmdImpl |
This class add or delete an included organization into/from a member group.
|
ChangeMemberGroupIncludedPersonPartCmdImpl |
The add, and delete operation of member group included person will be
handled by this command.
|
ComposeMemberGroupFromDataBeanBaseCmdImpl |
Base class used for composing the MemberGroup
SDO . |
ComposeMemberGroupFromDataBeanDetailCmdImpl |
Populates the Member Group
SDO with the following detail information:
/MemberGroup/MemberGroupIdentifier/UniqueID |
ComposeMemberGroupFromDataBeanSummaryCmdImpl |
Populates the Member Group
SDO with the following summary information:
/MemberGroup/MemberGroupIdentifier/UniqueID |
ComposeMemberHelper |
Helper class used to compose Person and Organization information.
|
ComposeOrganizationFromDataBeanAllCmdImpl |
Composes the entire
OrganizationType SDO . |
ComposeOrganizationFromDataBeanBaseCmdImpl |
Base class used for composing the Organization
SDO . |
ComposeOrganizationFromDataBeanDetailCmdImpl |
Composes the details of the Organization.
|
ComposeOrganizationFromDataBeanSummaryCmdImpl |
Populates the Organization
SDO with the following summary information:
/Organization/OrganizationIdentifier
/Organization/OrganizationName
/Organization/ParentOrganizationIdentifier
/Organization/@type
/Organization/@status
/Organization/ContactInfo/ContactInfoIdentifier
/Organization/ContactInfo/ContactName |
ComposePersonFromDataBeanAllCmdImpl |
Composes the entire
PersonType SDO . |
ComposePersonFromDataBeanBaseCmdImpl |
Base class used for composing the Person
SDO . |
ComposePersonFromDataBeanCheckoutProfileCmdImpl |
This command populates the Person
SDO with the checkout profile information:
/Person/PersonIdentifier
/Person/CheckoutProfile/PaymentInfo/BillingAddress/ContactInfoIdentifier/UniqueID
/Person/CheckoutProfile/PaymentInfo/BillingAddress/ContactInfoIdentifier/ExternalIdentifier/ContactInfoNickName
/Person/CheckoutProfile/PaymentInfo/BillingAddress/ContactName/LastName
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Address/AddressLine
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Address/City
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Address/StateOrProvinceName
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Address/Country
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Address/PostalCode
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Telephone1
/Person/CheckoutProfile/PaymentInfo/BillingAddress/Telephone2
/Person/CheckoutProfile/PaymentInfo/ProtocolData
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/ContactInfoIdentifier/UniqueID
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/ContactInfoIdentifier/ExternalIdentifier/ContactInfoNickName
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/ContactName/LastName
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Address/AddressLine
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Address/City
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Address/StateOrProvinceName
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Address/Country
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Address/PostalCode
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Telephone1
/Person/CheckoutProfile/ShippingInfo/ShippingAddress/Telephone2
/Person/CheckoutProfile/ShippingInfo/ShippingMode/ShippingModeIdentifier/UniqueID |
ComposePersonFromDataBeanDetailCmdImpl |
Composes the details of the Person.
|
ComposePersonFromDataBeanSummaryCmdImpl |
Populates the Person
SDO with the following summary information:
/Person/PersonIdentifier
/Person/ParentOrganizationIdentifier
/Person/ContactInfo/ContactName
/Person/ContactInfo/ContactInfoIdentifier
/Person/Credential |
ECSAXMemberMessageFlattenerHelper |
A helper class that does the following:
Converts parameters like
addressType from long form (Shipping) to short
form (S) |
ECSAXOrgAddressComponentMessageFlattener |
Processes parameter values that are going to be sent to a command to ensure that they are in a format
that the command can handle.
|
ECSAXOrgEntityAddComponentMessageFlattener |
Processes parameter values that are going to be sent to a command to ensure that they are in a format
that the command can handle.
|
ECSAXOrgEntityUpdateComponentMessageFlattener |
Processes parameter values that are going to be sent to a command to ensure that they are in a format
that the command can handle.
|
ECSAXUserAddressComponentMessageFlattener |
Processes parameter values that are going to be sent to a command to ensure that they are in a format
that the command can handle.
|
ECSAXUserRegistrationComponentMessageFlattener |
Processes parameter values that are going to be sent to a command to ensure that they are in a format
that the command can handle.
|
FetchMemberGroupCmdImpl |
Fetches member groups based on the
GetType search criteria below. |
FetchOrganizationCmdImpl |
Fetches organizations based on the
GetType search criteria. |
FetchPersonCmdImpl |
Fetches persons based on the search criteria specified in the
GetType . |
GetMemberGroupCmdImpl |
Gets member groups based on search criteria and access profile.
|
GetOrganizationCmdImpl |
Gets organizations based on search criteria and access profile.
|
GetPersonCmdImpl |
Gets persons based on search criteria and access profile.
|
MemberHelper |
Member helper class:
Gets the Member and Commerce Foundation factory classes
|
ProcessMemberGroupActivateActionCmdImpl |
The command activates a member group by assembling the information in the member group
condition element tables to form the member group profile xml which contains the conditions of
the member group and store it into the member group condition table.
|
ProcessMemberGroupAddActionCmdImpl |
This command will create a member group based on the following MemberGroup noun top level elements passed in from the request:
MemberGroupIdentifier
Usage
The following errors conditions exists for this command:-
When the member group external identifier provided for the member group already exists for the given owner or store
When the external identifier is missing
When the member group name passed in from the external identifier is missing or the length exceeds 254 characters.
|
ProcessMemberGroupCmdImpl |
The command for processing MemberGroup.
|
ProcessMemberGroupDeleteActionCmdImpl |
This command will delete a member group based on MemberGroup noun passed in from the request.
|
ProcessMemberGroupDeleteAllMembersActionCmdImpl |
This command deletes all the members from the specified member group.
|
ProcessPersonCreateGuestCmdImpl |
This command is an instance of the Create Guest action of the Process Person service.
|
RespondOrganizationCmdImpl |
Puts the
OrganizationIdentifier/UniqueID and ContactInfoIdentfier/UniqueID in the
RespondOrganization BOD in response to the ChangeOrganization BOD request. |
RespondPersonCmdImpl |
Puts the
PersonIdentifier/UniqueID and ContactInfoIdentfier/UniqueID in the
RespondPerson BOD in response to the ChangePerson BOD request. |
UserRegistrationAddCheckApprovalAutoApprovalCmdImpl |
The class is implemented for auto-approval cases.
|
UserRegistrationAddCheckApprovalEmailActivationCmdImpl |
This class implements the e-mail activation approval.
|
UserRegistrationAddWithApprovalCheckCmdImpl |
The UserRegistrationAddWithApprovalCheckCmdImpl command creates a registration record for the user.
|
UserRegistrationEmailActivateCmdImpl |
This class activates the user account if the user is in "pending activate" state.
|
UserRegistrationEmailActivateResendCmdImpl |
This command re-sends the user account activation e-mail.
|