public interface CreateRFQItemCmd 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 of this command.
|
static java.lang.String |
NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getItemId()
Retrieves the ID of the newly created item.
|
void |
setLanguageId(java.lang.Integer newLanguageId)
Stores the language identifier.
|
void |
setName(java.lang.String newName)
Stores the item name.
|
void |
setOfferingId(java.lang.Long newOfferingId)
Stores the RFQ ID.
|
void |
setOwnerId(java.lang.Long newOwnerId)
Stores the ID of the item owner.
|
void |
setParentProductId(java.lang.Long newParentProductId)
Stores the ID of the parent catalog entry under which this item has been created.
|
void |
setShortDescription(java.lang.String newShortDescription)
Stores a brief description of the item.
|
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
java.lang.Long getItemId()
void setLanguageId(java.lang.Integer newLanguageId)
newLanguageId
- The language identifier.void setName(java.lang.String newName)
newName
- The name of the item.void setOfferingId(java.lang.Long newOfferingId)
newOfferingId
- The RFQ ID.void setOwnerId(java.lang.Long newOwnerId)
newOwnerId
- The member ID of the item's owner.void setParentProductId(java.lang.Long newParentProductId)
newParentProductId
- The parent product reference number.void setShortDescription(java.lang.String newShortDescription)
newShortDescription
- The item's short description.