IBM SG24-6320-00 Manuel D’Utilisation

Page de 306
 Chapter 8. Post-migration steps 
131
Draft Document for Review July 28, 2004 7:33 pm
6320ch_DEV_post_migration.fm
Figure 8-1   Sequence diagram for WebSphere Commerce V5.6 command framework
8.2.3  User registration
The following WebSphere Commerce Suite V5.1 command was removed in 
WebSphere Commerce Suite V5.4
com.ibm.commerce.usermanagement.commands.UserRegistrationFormCmd
When executed the command did the following:
1. Check if the userId parameter, if supplied, match the ID of the current user.
2. Invoke the command
com.ibm.commerce.usermanagement.commands.PostUserRegistrationFormCmd
The default implementation for this command does nothing.
3. Direct the user to the view 
UserRegistrationForm
.
If your WebSphere Commerce Suite V5.1 application makes use of the 
UserRegistrationFormCmd
 command, you must either replace the command with 
a custom command or forward directly to the 
UserRegistrationForm
 view. The 
getOwner( )
getResources( )
getOwner( )
performExecute( )
RunTime
Framework
PolicyManager
Command
Resource
isAllowed(User,Action,Resource) : Command level
getAndApplyApplicablePolicies( )
validateParameters( )
isAllowed(User,Action,Resource) : Resource level
getAndApplyApplicablePolicies( )
fulfills(Member, Relationship)