The base interface that defines the signature of all commands that deploy Terms and Conditions (WebSphere Commerce Business Edition only).
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.Integer getTargetStoreId()
public void setTargetStoreId(java.lang.Integer storeId)
storeId
- target store IDpublic void setTermCondition(TermConditionAccessBean abTC)
abTC
- the TermCondtionAccessBean to be
deployed