Class com.ibm.commerce.command. DataBeanCommandImpl

Removed Methods
void  setStoreId (Integer) Sets the store Id associated with this command.
 
Changed Methods
void  execute () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Change from non-final to final.
This method is part of the command framework for execution of a command.
void  finalize () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Final cleans up of resources.
CommandContext  getCommandContext () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Gets the command context associated with this command.
String  getCommandName () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Gets the name of the originating command.
TypedProperty  getDefaultProperties () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Change of visibility from protected to public.
Gets the default properties associated with this command.
Integer  getStoreId () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Change from final to non-final.
Gets the store Id associated with this command from the command context.
UserAccessBean  getUser () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Gets the userAccessBean associated with the user.
Long  getUserId () Method was locally defined, but is now inherited from AbstractECTargetableCommand . Change from final to non-final.
Gets the user Id for the user associated with this command from the command context.
void  setCommandContext (CommandContext) Method was locally defined, but is now inherited from AbstractECTargetableCommand . Sets the command context associated with this command.
void  setDefaultProperties (TypedProperty) Method was locally defined, but is now inherited from AbstractECTargetableCommand . Sets default properties associated with this ECCommand.