public interface DeletePAttributeValueCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
static java.lang.String |
NAME
The full class name for this interface file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getPAttributeId()
Gets the personalization attribute ID of the deleted personalization attribute value.
|
java.lang.Long |
getRfqProductId()
Gets the RFQ product ID of the deleted personalization attribute value.
|
java.lang.Long |
getRspProductId()
Gets the response product ID of the deleted personalization attribute value.
|
void |
setPAttrValueId(java.lang.Long pAttrValueId)
Sets the personalization attribute value ID.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
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 NAME
static final java.lang.String defaultCommandClassName
void setPAttrValueId(java.lang.Long pAttrValueId)
pAttrValueId
- The personalization attributes value ID.java.lang.Long getRfqProductId()
java.lang.Long getRspProductId()
java.lang.Long getPAttributeId()