com.ibm.commerce.command.ControllerCommandImpl
to
com.ibm.commerce.contract.commands.TradingAgreementImportBaseCmdImpl
.Removed Methods | |
Integer
getContractState
() |
Return contract state |
boolean
isInRightStateToUpdate
() |
Checks if the contract is in right state for updating action |
boolean
isUpdate
() |
Returns if the action is update. |
void
setContractId
(Long ) |
Set the contract id parameter |
void
setContractState
(Integer ) |
Set the contract state parameter |
void
setCurrentContractState
(Integer ) |
Set the current contract state parameter |
void
setLanguageId
(Integer ) |
Set the language id parameter |
Changed Methods | ||
Long
getContractId
() |
Method was locally defined, but is now inherited
from
TradingAgreementImportBaseCmdImpl
. Change of
visibility from public to protected. |
Gets the id of the contract. |
String
getUrl
() |
Now deprecated. |
Gets the redirection URL to be called when the command completes successfully. |
void
importContractNLDesc
(Element ) |
Method was locally defined, but is now inherited
from
TradingAgreementImportBaseCmdImpl
. Change of
visibility from public to protected. |
Imports a contract description based on the contract description element |