com.ibm.commerce.command.ControllerCommandImpl
to
com.ibm.commerce.usermanagement.commands.AddressBaseCmdImpl
.Removed Methods | |
void
setAddressId
(String ) |
Sets the address id of the address book entry to be deleted. |
Changed Methods | ||
void
checkParameters
() |
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. Now
deprecated. Change of visibility from public to protected. |
Performs server side parameter checking. |
String
getAddressId
() |
Method was locally defined, but is now inherited from AddressBaseCmdImpl . | Returns the address identifier. |
String
getURL
() |
Method was locally defined, but is now inherited from AddressBaseCmdImpl . | Gets the URL to be called when the command successfully completes. |
boolean
isReadyToCallExecute
() |
Method was locally defined, but is now inherited from AddressBaseCmdImpl . | Indicates whether the command is ready to be executed. |
void
setURL
(String ) |
Method was locally defined, but is now inherited from AddressBaseCmdImpl . | Sets the URL to return to after the command finishes executing. |
Changed Fields | ||
String
istrAddressId
|
Field was locally defined, but is now inherited from AddressBaseCmdImpl . | |
String
istrURL
|
Field was locally defined, but is now inherited from AddressBaseCmdImpl . | The name of a name-value pair that the AddressAdd/Update command should add to the redirection specified URL by the url parameter |