Package com.ibm.commerce.usermanagement.commands

Contains all member subsystem commands.

See:
          Description

Interface Summary
AddressAddCmd This command adds a new address entry for a user, organization or organizational unit.
AddressCheckCmd This command determines whether or not a user or organization has at least one permanent address.
AddressDeleteCmd This command deletes a address for a user, organization, or organiztional unit.
AddressUpdateCmd This command update the address entry for a user, organization or organizational unit.
ApproveGroupUpdateCmd The SegmentSaveControllerCmd interface must be implemented to provide a controller command that saves segments.
AuditAddressCmd The AuditAddressCmd task command checks the parameters that are passed into the AddressAdd and AddressUpdate commands according what is specified in the Address property file.
The command will get store directory from CommandContex and uses store directory to find property files.
AuditBaseCmd The base command for AuditAddressCmd, AuditUserRegistrationCmd and AuditOrgEntityCmd.
AuditOrgEntityCmd The AuditOrgEntityCmd task command checks parameters that are passed into the OrgEntityAdd and OrgEntityUpdate commands according what is specified in the OrgEntity.properties file.
AuditUserRegistrationCmd The AuditUserRegistration task command checks the parameters that are passed into the UserRegistrationAdd and UserRegistrationUpdate commands according what is specified in the UserRegistration property file (base name 'UserRegistration.properties').
The command will get store directory from CommandContex and uses store directory to find property files.
ECUserConstants Constants File for user commands
ListBusinessOrgEntityCmd This task command is used to give a list of Business OrgEntities.
MemberGroupMemberUpdateCmd The SegmentAddUserControllerCmd interface must be implemented to provide a controller command that adds users to a segment.
MemberRoleAssignCmd The MemberRoleAssign command assigns roles for a member to orgentities.
MemberRoleUnassignCmd The MemberRoleUnassign command unassigns roles for a member from orgentities.
OrgEntityAddCmd This command registers a new organization or organizational unit.
OrgEntityUpdateCmd This command updates information about an organization or organizational unit.
PostAddressAddCmd A dummy task command called by AddressAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressCheckCmd A dummy task command called by AddressCheck command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressDeleteCmd A dummy task command called by AddressDelete command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressUpdateCmd A dummy task command called by AddressUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostMemberRoleAssignCmd A dummy task command called by MemberRoleAssign command at the end of execution.
User can overwrite this task command to perform additional operation.
PostMemberRoleUnassignCmd A dummy task command called by MemberRoleUnassign command at the end of execution.
User can overwrite this task command to perform additional operation.
PostOrgEntityAddCmd A dummy task command called by OrgEntityAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostOrgEntityUpdateCmd A dummy task command called by OrgEntityUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostRoleAddCmd A dummy task command called by RoleAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAddCmd A dummy task command called by UserRegistrationAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAdminAddCmd A dummy task command called by UserRegistrationAdminAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAdminUpdateCmd A dummy task command called by UserRegistrationAdminUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationUpdateCmd A dummy task command called by UserRegistrationUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PreAddressAddCmd A dummy task command called by AddressAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreAddressCheckCmd A dummy task command called by AddressCheck command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreAddressDeleteCmd A dummy task command called by AddressDelete command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreAddressUpdateCmd A dummy task command called by AddressUpdate command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreMemberRoleAssignCmd A dummy task command called by MemberRoleAssign command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreMemberRoleUnassignCmd A dummy task command called by MemberRoleUnassign command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreOrgEntityAddCmd A dummy task command called by OrgEntityAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreOrgEntityUpdateCmd A dummy task command called by OrgEntityUpdate command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreRoleAddCmd A dummy task command called by RoleAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreUserRegistrationAddCmd A dummy task command called by UserRegistrationAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreUserRegistrationAdminAddCmd A dummy task command called by UserRegistrationAdminAdd command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreUserRegistrationAdminUpdateCmd A dummy task command called by UserRegistrationAdminUpdate command at the begining of execution.
User can overwrite this task command to change the input to the command.
PreUserRegistrationUpdateCmd A dummy task command called by UserRegistrationUpdate command at the begining of execution.
User can overwrite this task command to change the input to the command.
ProcessParentMemberCmd This task command is used to calculate parentMemberId from given parentMember property.
ProcessProfileTypeCmd This task command is called by UserRegistration commands to determine the profileType of a user during registration.
ProcessRequestPropertiesCmd This task command is used to process request properties for URL commands.
RoleAddCmd RoleAdd command creates a role at the site level and assigns it to the Root Organization.
SetBusinessEntityCmd This task command is called by OrgEntityAdd commands to set the BusinessEntity attribute.
UserRegistrationAddCheckApprovalCmd This command is a EntryAction command called by UBF to check if the user registration approval is required.
UserRegistrationAddCmd UserRegistrationAddCmd is depricated in WCS V5.2 because of the addition support for approval.
UserRegistrationAddPostApprovalCmd Internal command called by UBF framework to approval the registration of a user.
UserRegistrationAddPostRejectCmd Internal command called by UBF framework to reject the registration of a user.
UserRegistrationAddPreApprovalCmd The UserRegistrationAddPreApprovalCmd command register a guest user.
UserRegistrationAdminAddCmd The UserRegistrationAdminAdd command allows an administrator to create a new user.
UserRegistrationAdminCmd The UserRegistrationAdminCmd is the base for UserRegistrationAdminAdd and UserRegistrationAdminUpdate command.
UserRegistrationAdminUpdateCmd This command allows an administrator to update information for a user.
UserRegistrationCmd The UserRegistrationCmd command is the base command for the following user registration commands: UserRegistrationAddPreApprovalCmd (Replace UserRegistrationAddCmd for adding approval) UserRegistrationUpdateCmd UserRegistrationAdminAddCmd UserRegistrationAdminUpdateCmd It is not a URL command.
UserRegistrationRoleAssignCmd This task command is called by UserRegistrationAddPreApproval to assign roles during self-registration.
UserRegistrationUpdateCmd The UserRegistrationUpdate command updates the registration record for a registered user.
 

Class Summary
AddressAddCmdImpl The implementation class for the AddressAddCmd which adds a new address entry to the member's address book.
AddressCheckCmdImpl The implementation for the AddressCheck command which determines whether or not a permanent address book entry exists for the member.
AddressDeleteCmdImpl The implementation for the AddressDelete command which deletes an entry from the member's address book.
AddressUpdateCmdImpl The implementatoin class for the AddressUpdateCmd which updates an entry in the member's address book.
ApproveGroupUpdateCmdImpl The SegmentSaveControllerCmdImpl class implements the SegmentSaveControllerCmd interface to provide the controller command that saves a segment.
AuditAddressCmdImpl The implementation for the AuditAddrBookCmd task command checks the parameters that are passed into the AddressAdd and AddressUpdate commands.
AuditBaseCmdImpl The base class for AuditAddressCmdImpl, AuditUserRegistrationCmdImpl and AuditOrgEntityCmdImpl.
AuditOrgEntityCmdImpl The implementation for the AuditAddrBookCmd task command checks the parameters that are passed into the AddressAdd and AddressUpdate commands.
AuditUserRegistrationCmdImpl The implementation class for AuditUserRegistrationCmd which checks the parameters that are passed into the UserRegistrationAdd and UserRegistrationUpdate commands.
HTMLEncoder The HTMLEncoder class is a utitlity class which is used to do HTML encoding.
ListBusinessOrgEntityCmdImpl The base class for AuditAddressCmdImpl, AuditUserRegistrationCmdImpl and AuditOrgEntityCmdImpl.
MemberGroupMemberUpdateCmdImpl The SegmentAddUserControllerCmdImpl class implements the SegmentAddUserControllerCmd interface to provide the controller command that adds users to a segment.
MemberRoleAssignCmdImpl The implementation for the AddressDelete command which deletes an entry from the member's address book.
MemberRoleUnassignCmdImpl The implementation class for the MemberRoleUnassignCmd.
OrgEntityAddCmdImpl The implementation class for the OrgEntityAddCmd
OrgEntityUpdateCmdImpl The implementation class for the OrgEntityUpdateCmd
PostAddressAddCmdImpl The implementation class for PostAddressAddCmd.
PostAddressCheckCmdImpl The implementation class for PostAddressCheckCmd.
PostAddressDeleteCmdImpl The implementation class for PostAddressDeleteCmd.
PostAddressUpdateCmdImpl The implementation class for PostAddressUpdateCmd.
PostMemberRoleAssignCmdImpl The implementation class for PostMemberRoleAssignCmd.
PostMemberRoleUnassignCmdImpl The implementation class for PostMemberRoleUnassignCmd.
PostOrgEntityAddCmdImpl The implementation class for PostOrgEntityAddCmd.
PostOrgEntityUpdateCmdImpl The implementation class for PostOrgEntityUpdateCmd.
PostRoleAddCmdImpl The implementation class for PostRoleAddCmd.
PostUserRegistrationAddCmdImpl The implementation class for PostUserRegistrationAddCmd.
PostUserRegistrationAdminAddCmdImpl The implementation class for PostUserRegistrationAdminAddCmd.
PostUserRegistrationAdminUpdateCmdImpl The implementation class for PostUserRegistrationAdminUpdateCmd.
PostUserRegistrationUpdateCmdImpl The implementation class for PostUserRegistrationUpdateCmd.
PreAddressAddCmdImpl The implementation class for PreAddressAddCmd.
PreAddressCheckCmdImpl The implementation class for PreAddressCheckCmd.
PreAddressDeleteCmdImpl The implementation class for PreAddressDeleteCmd.
PreAddressUpdateCmdImpl The implementation class for PreAddressUpdateCmd.
PreMemberRoleAssignCmdImpl The implementation class for PreMemberRoleAssignCmd.
PreMemberRoleUnassignCmdImpl The implementation class for PreMemberRoleUnassignCmd.
PreOrgEntityAddCmdImpl The implementation class for PreOrgEntityAddCmd.
PreOrgEntityUpdateCmdImpl The implementation class for PreOrgEntityUpdateCmd.
PreRoleAddCmdImpl The implementation class for PreRoleAddCmd.
PreUserRegistrationAddCmdImpl The implementation class for PreUserRegistrationAddCmd.
PreUserRegistrationAdminAddCmdImpl The implementation class for PreUserRegistrationAdminAddCmd.
PreUserRegistrationAdminUpdateCmdImpl The implementation class for PreUserRegistrationAdminUpdateCmd.
PreUserRegistrationUpdateCmdImpl The implementation class for PreUserRegistrationUpdateCmd.
ProcessParentMemberCmdImpl The implementation class for ProcessParentMemberCmd.
ProcessProfileTypeCmdImpl The implementation class for ProcessProfileTypeCmd.
ProcessRequestPropertiesCmdImpl The implementation class for ProcessRequestPropertiesCmd.
PropertyResourceBundleReader Read property file and output it as a Hashtable or SortedMap.
RoleAddCmdImpl The implementation for the AddressDelete command which deletes an entry from the member's address book.
SetBusinessEntityCmdImpl The implementation class for SetBusinessEntityCmd.
UserRegistrationAddApprovalBaseCmdImpl Base class for UserRegistrationAddPostRejectCmdImpl and UserRegistrationPostApprovalCmdImpl
UserRegistrationAddCheckApprovalCmdImpl Implementation for the RegisterBase command which is the base for RegisterNew and RegisterUpdate command.
UserRegistrationAddCmdImpl Implementation Classfor the RegisterAddCmd.
UserRegistrationAddPostApprovalCmdImpl Implementation class for the UserRegistrationAddPostApprovalCmd.
UserRegistrationAddPostRejectCmdImpl Implementation class for the UserRegistrationAddPostRejectCmd.
UserRegistrationAddPreApprovalCmdImpl Implementation for the RegisterBase command which is the base for RegisterNew and RegisterUpdate command.
UserRegistrationAdminAddCmdImpl The UserRegistrationAdminAdd command allows an administrator to create a new user.
UserRegistrationAdminCmdImpl Implementation for the UserRegistrationAdminCmd command which is the base for the following user registration commands: UserRegistrationAdminAddCmd UserRegistrationAdminUpdateCmd It is not a URL command.
UserRegistrationAdminUpdateCmdImpl Implementation class for the UserRegistrationAdminUpdateCmd.
UserRegistrationCmdImpl Implementation class for the UserRegistrationCmd is the base command for the following user registration commands: UserRegistrationAddPreApprovalCmd (Replace UserRegistrationAddCmd for adding approval) UserRegistrationUpdateCmd UserRegistrationAdminAddCmd UserRegistrationAdminUpdateCmd
UserRegistrationRoleAssignCmdImpl The implementation class for UserRegistrationRoleAssignCmd.
UserRegistrationUpdateCmdImpl Implementation class for the RegisterUpdate commands which updates the user's registration record.
 

Package com.ibm.commerce.usermanagement.commands Description

Contains all member subsystem commands.