com.ibm.commerce.command.ControllerCommandImpl
to
com.ibm.commerce.contract.commands.TradingAgreementImportBaseCmdImpl
.Removed Methods | |
boolean
isInRightStateToUpdate
() |
Check if the contract is in right state for updating action |
boolean
isUpdate
() |
Return 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
importContract
(Element,
Integer |
Now deprecated. |
Import a contract based on the contract element |
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 |