public interface DeployTCCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
static java.lang.String | defaultCommandClassName
The default implementation class name
|
static java.lang.String | NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getTargetStoreId()
Gets the contract deployment target store ID.
|
void | setTargetStoreId(java.lang.Integer storeId)
Sets the contract deployment target store ID.
|
void | setTermCondition(TermConditionAccessBean abTC)
Sets the TermCondtionAccessBean to deploy.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
java.lang.Integer getTargetStoreId()
void setTargetStoreId(java.lang.Integer storeId)
void setTermCondition(TermConditionAccessBean abTC)