public class ContractUnlockCmdImpl extends ControllerCommandImpl implements ContractUnlockCmd
Name | Description |
---|---|
ContractId | The ID of the contract. Mandatory. |
RequestProperties | The request properties.Possible values include: redirecturl, contractId, accountId. Mandatory. |
Name | Description |
---|---|
ContractId | The ID of the contract. |
Resources | the access vector accessed by this command |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of the default implementation.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ContractUnlockCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getContractId()
Gets the ID of the unlocked contract.
|
AccessVector | getResources()
Gets the access vector accessed by this command.
|
void | performExecute()
Executes the business logic of this command implementation.
|
void | setContractId(java.lang.Long newContractId)
Sets the ID of the contract to be unlocked.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Retrieves input parameters from the request properties.
|
void | validateParameters()
Validates if the given contract ID exists.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getContractId()
public AccessVector getResources() throws ECException
public void setContractId(java.lang.Long newContractId)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void validateParameters() throws ECException
public void performExecute() throws ECException