Class com.ibm.commerce.command. ViewCommandImpl

The superclass changed from com.ibm.commerce.command.ECCommandImpl to com.ibm.commerce.command.AbstractECCommand.
Now deprecated.
Removed Methods
String  getAccCommandName () Gets the name used in the access control command Group table
boolean  isCustomerAgentCommand () This method returns true if this is a customer agent command.
boolean  isCustomerCommand () This method returns true if this is a customer command.
void  setAccCommandName (String) Sets the command name used for access control check in the access control command group table (ACCCMDGRP).
void  setCustomerAgentCommand (boolean) Sets the value to indicate whether this is a customer agent command
void  setCustomerCommand (boolean) Sets the value to indicate whether this is a customer command
   
Changed Methods
boolean  accessControlCheck () Method was locally defined, but is now inherited from AbstractECCommand . Performs command level access control check for this command.
boolean  getAccCheck () Method was locally defined, but is now inherited from AbstractECCommand . Change from final to non-final.
Gets the access control flag.
Long[]  getResourceOwners () Now deprecated.
This method returns all the organization unit that owns the resources accessed by this command.It will return null if no resource is being accessed by this command.
void  setAccCheck (boolean) Method was locally defined, but is now inherited from AbstractECCommand . Change from final to non-final.
Set the access control flag for this command.