public interface RetrievePriceRuleCmd
extends com.ibm.commerce.command.TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The name of the default implementation class.
|
static java.lang.String |
NAME
The name of this interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getPriceRuleId()
Gets the price rule Id which is assigned to the contract.
|
void |
setContractId(java.lang.Long contractId)
Sets the contract Id.
|
void |
setEffectiveTime(java.sql.Timestamp effectiveTime)
Sets the effective time.
|
void |
setMemberId(java.lang.Long memberId)
Sets the member Id.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
static final java.lang.String NAME
java.lang.Long getPriceRuleId()
void setContractId(java.lang.Long contractId)
contractId
- The contract Id to set.void setEffectiveTime(java.sql.Timestamp effectiveTime)
effectiveTime
- The effective time of the retrieved price rule. If
it is null, the current time is used.void setMemberId(java.lang.Long memberId)
memberId
- The member Id to set.