Package com.ibm.commerce.usermanagement.commands

Provides user management commands to add new members and update existing members.

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.
BuyerRegistrationAddCmd Interface for a command for adding a buyer organization.
ECUserConstants Constants File for user commands
ListBusinessOrgEntityCmd This task command is used to give a list of Business OrgEntities.
MemberGroupMemberUpdateCmd The MemberGroupMemberUpdateCmd interface must be implemented to provide a controller command that adds users to a member group.
MemberLockCmd This command is used to set the lock state of a given organization.
MemberRoleAssignCmd The MemberRoleAssign command assigns roles for a member to orgentities.
MemberRoleUnassignCmd The MemberRoleUnassign command unassigns roles for a member from orgentities.
MemberRoleUpdateCmd The MemberRoleUpdateCmd command assigns roles to a member for an organization.
OrgEntityAddCmd This command registers a new organization or organizational unit.
OrgEntityRegistrationAddCheckApprovalCmd This command is used to check if approval is needed for an organization registration.
OrgEntityRegistrationAddPostApprovalCmd This command is used to perform post approval processing for organization registration.
OrgEntityRegistrationAddPostApprovalNotificationCmd This command is used to perform post approval organization registration actions.
OrgEntityRegistrationAddPostRejectCmd This command is used to perform post rejection organization registration actions.
OrgEntityRegistrationAddPreApprovalCmd This command is used to perform pre approval processing for organization registration.
OrgEntityUpdateCmd This command updates information about an organization or organizational unit.
PostAddressAddCmd A task command called by AddressAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressCheckCmd A task command called by AddressCheck command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressDeleteCmd A task command called by AddressDelete command at the end of execution.
User can overwrite this task command to perform additional operation.
PostAddressUpdateCmd A task command called by AddressUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostMemberRoleAssignCmd A task command called by MemberRoleAssign command at the end of execution.
User can overwrite this task command to perform additional operation.
PostMemberRoleUnassignCmd A task command called by MemberRoleUnassign command at the end of execution.
User can overwrite this task command to perform additional operation.
PostOrgEntityAddCmd A task command called by OrgEntityAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostOrgEntityUpdateCmd A task command called by OrgEntityUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostRoleAddCmd A task command called by RoleAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAddCmd A task command called by UserRegistrationAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAdminAddCmd A task command called by UserRegistrationAdminAdd command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationAdminUpdateCmd A task command called by UserRegistrationAdminUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PostUserRegistrationUpdateCmd A task command called by UserRegistrationUpdate command at the end of execution.
User can overwrite this task command to perform additional operation.
PreAddressAddCmd A 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 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 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 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 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 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 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 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 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 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 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 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 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.
ResellerRegistrationAddCmd This command is used to perform reseller organization registration.
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.
UserRegistrationAddPostApprovalNotificationCmd This command is used to perform post approval notification for user registration.
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 This command adds a new address entry for a user, organization or organizational unit.
AddressCheckCmdImpl This command determines whether or not a user or organization has at least one permanent address.
AddressDeleteCmdImpl This command deletes a address for a user, organization, or organiztional unit.
AddressUpdateCmdImpl This command update the address entry for a user, organization or organizational unit.
ApproveGroupUpdateCmdImpl The SegmentSaveControllerCmdImpl class implements the SegmentSaveControllerCmd interface to provide the controller command that saves a segment.
AuditAddressCmdImpl 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.
AuditBaseCmdImpl The base class for AuditAddressCmdImpl, AuditUserRegistrationCmdImpl and AuditOrgEntityCmdImpl.
AuditOrgEntityCmdImpl The AuditOrgEntityCmd task command checks parameters that are passed into the OrgEntityAdd and OrgEntityUpdate commands according what is specified in the OrgEntity.properties file.
AuditUserRegistrationCmdImpl 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.
BuyerRegistrationAddCmdImpl Implementation of a command performing buyer organization registration.
HTMLEncoder The HTMLEncoder class is a utitlity class which is used to do HTML encoding.
ListBusinessOrgEntityCmdImpl This task command is used to give a list of Business OrgEntities.
MemberGroupMemberUpdateCmdImpl The MemberGroupMemberUpdateCmdImpl class implements the MemberGroupMemberUpdateCmd interface to provide the controller command that adds users to a member group.
MemberLockCmdImpl This command is used to set the lock state of a given organization.
MemberRoleAssignCmdImpl The MemberRoleAssign command assigns roles for a member to orgentities.
MemberRoleUnassignCmdImpl The MemberRoleUnassign command unassigns roles for a member from orgentities.
MemberRoleUpdateCmdImpl The MemberRoleUpdateCmdImpl command assigns roles to a member for an organization.
OrgEntityAddCmdImpl This command registers a new organization or organizational unit.
OrgEntityRegistrationAddApprovalBaseCmdImpl This command is a base class for commands in the organization registration approval process.
OrgEntityRegistrationAddCheckApprovalCmdImpl This command is used to check if approval is needed for an organization registration.
OrgEntityRegistrationAddPostApprovalCmdImpl This command is used to perform post approval processing for organization registration.
OrgEntityRegistrationAddPostApprovalNotificationCmdImpl This command is used to perform post approval organization registration actions.
OrgEntityRegistrationAddPostRejectCmdImpl This command is used to perform post rejection organization registration actions.
OrgEntityRegistrationAddPreApprovalCmdImpl This command is used to perform pre approval processing for organization registration.
OrgEntityUpdateCmdImpl This command updates information about an organization or organizational unit.
PostAddressAddCmdImpl The default implementation of the PostAddressAdd command.
PostAddressCheckCmdImpl The default implementation class for PostAddressCheck command.
PostAddressDeleteCmdImpl The default implementation class for PostAddressDelete command.
PostAddressUpdateCmdImpl The default implementation class for PostAddressUpdate command.
PostMemberRoleAssignCmdImpl The default implementation class for PostMemberRoleAssign command.
PostMemberRoleUnassignCmdImpl The implementation class for PostMemberRoleUnassign command.
PostOrgEntityAddCmdImpl The default implementation class for PostOrgEntityAdd command.
PostOrgEntityUpdateCmdImpl The default implementation class for PostOrgEntityUpdate command.
PostRoleAddCmdImpl The default implementation class for PostRoleAdd command..
PostUserRegistrationAddCmdImpl The default implementation class for PostUserRegistrationAdd command.
PostUserRegistrationAdminAddCmdImpl The default implementation class for PostUserRegistrationAdminAdd command.
PostUserRegistrationAdminUpdateCmdImpl The default implementation class for PostUserRegistrationAdminUpdate.
PostUserRegistrationUpdateCmdImpl The default implementation class for PostUserRegistrationUpdate command.
PreAddressAddCmdImpl The default implementation class for PreAddressAdd command..
PreAddressCheckCmdImpl The default implementation class for PreAddressCheck.
PreAddressDeleteCmdImpl The default implementation class for PreAddressDelete command.
PreAddressUpdateCmdImpl The default implementation class for PreAddressUpdate command.
PreMemberRoleAssignCmdImpl The default implementation class for PreMemberRoleAssign command.
PreMemberRoleUnassignCmdImpl The default implementation class for PreMemberRoleUnassign command.
PreOrgEntityAddCmdImpl The default implementation class for PreOrgEntityAdd commnad.
PreOrgEntityUpdateCmdImpl The default implementation class for PreOrgEntityUpdate command.
PreRoleAddCmdImpl The default implementation class for PreRoleAdd command.
PreUserRegistrationAddCmdImpl The default implementation class for PreUserRegistrationAdd command.
PreUserRegistrationAdminAddCmdImpl The default implementation class for PreUserRegistrationAdminAdd command.
PreUserRegistrationAdminUpdateCmdImpl The default implementation class for PreUserRegistrationAdminUpdate command.
PreUserRegistrationUpdateCmdImpl The default implementation class for PreUserRegistrationUpdate command.
ProcessParentMemberCmdImpl This task command is used to calculate parentMemberId from given parentMember property.
ProcessProfileTypeCmdImpl This task command is called by UserRegistration commands to determine the profileType of a user during registration.
ProcessRequestPropertiesCmdImpl This task command is used to process request properties for URL commands.
PropertyResourceBundleReader /**
ResellerRegistrationAddCmdImpl This command is used to perform reseller organization registration.
RoleAddCmdImpl RoleAdd command creates a role at the site level and assigns it to the Root Organization.
SetBusinessEntityCmdImpl This task command is called by OrgEntityAdd commands to set the BusinessEntity attribute.
UserRegistrationAddApprovalBaseCmdImpl Base class for UserRegistrationAddPostRejectCmdImpl and UserRegistrationPostApprovalCmdImpl
UserRegistrationAddCheckApprovalCmdImpl This command is a EntryAction command called by UBF to check if the user registration approval is required.
UserRegistrationAddCmdImpl UserRegistrationAddCmd is depricated in WCS V5.2 because of the addition support for approval.
UserRegistrationAddPostApprovalCmdImpl Internal command called by UBF framework to approval the registration of a user.
UserRegistrationAddPostApprovalNotificationCmdImpl This command is used to perform post approval notification for user registration.
UserRegistrationAddPostRejectCmdImpl Internal command called by UBF framework to reject the registration of a user.
UserRegistrationAddPreApprovalCmdImpl The UserRegistrationAddPreApprovalCmd command register a guest user.
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 This command allows an administrator to update information for a user.
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 This task command is called by UserRegistrationAddPreApproval to assign roles during self-registration.
UserRegistrationUpdateCmdImpl The UserRegistrationUpdate command updates the registration record for a registered user.
 

Package com.ibm.commerce.usermanagement.commands Description

Provides user management commands to add new members and update existing members.