Class com.ibm.commerce.command. CommandFactory

Removed Methods
ECCommand  createCommand (CommandRegistryEntry) This method instantiate an instance of a command based on the commandRegistryEntry information.
ECCommand  createViewCommand (ViewRegistryEntry)  
ViewRegistryEntry  locateViewCommandEntry (String, Integer, Integer, Integer)  
   
Changed Methods
CommandRegistryEntry  locateCommandEntry (String, Integer) Change in return type from com.ibm.commerce.command.CommandRegistryEntry to com.ibm.commerce.registry.CommandRegistryEntry.
Change in exceptions thrown from ECSystemException to ECException.
 
ViewRegistryEntry  locateViewCommandEntry (String, Integer, Integer) Change in return type from com.ibm.commerce.command.ViewRegistryEntry to com.ibm.commerce.registry.ViewRegistryEntry.
 
 
Changed Fields
CommandRegistry  commandRegistry Change in type from com.ibm.commerce.command.CommandRegistry to com.ibm.commerce.registry.CommandRegistry.
 
ViewRegistry  viewRegistry Change in type from com.ibm.commerce.command.ViewRegistry to com.ibm.commerce.registry.ViewRegistry.