Interface com.ibm.commerce.command. CommandContext

Removed Methods
void  changeUser (Long) Changes the user and information associated with user
boolean  getCachePage () Returns true if page has to be cached.
void  setCachePage (boolean) Sets the value to indicate whether a page should be cached or not.
   
Changed Methods
String  getCurrentTradingAgreementIdsAsString () Now deprecated.
Gets the current trading agreement ids as a string seperated by "." For Internal use only.
String  getEligibleTradingAgreementIdsAsString () Now deprecated.
Gets the eligible trading agreement ids as a string seperated by ";" For Internal use only.
String  getEncCurContr () Now deprecated.
Gets the encrypted current contracts.
String  getEncElgContr () Now deprecated.
Gets the encrypted eligible contracts.
String  getEncParOrg () Now deprecated.
Gets the encrypted parent organization.
String  getEncParOrgAndCurContr () Now deprecated.
Gets the encrypted parent organization and current contract.
String  getEncSesContr () Now deprecated.
Gets the encrypted session contracts.
String  getParentOrg () Now deprecated.
Gets the parent Organization.
String  getSessionTradingAgreementIdsAsString () Now deprecated.
Gets the session trading agreement ids as a string seperated by ";" For Internal use only.
void  setEligibleTradingAgreementIdsAsString (String) Now deprecated.
Sets the eligible trading agreement ids as a string.
void  setEncCurContr (String) Now deprecated.
Sets the encrypted current contracts.
void  setEncElgContr (String) Now deprecated.
Sets the encrypted eligible contracts.
void  setEncParOrg (String) Now deprecated.
Sets the encrypted parent organization.
void  setEncSesContr (String) Now deprecated.
Sets the encrypted session contract.
void  setSessionTradingAgreementIdsAsString (String) Now deprecated.
Sets the session trading agreemnt ids as a string.
boolean  userCanExecuteCommand (AccCommand) Now deprecated.
This methods checks whether the user can execute a command.