public class RFQResponseModifyBaseInfoCmdImpl extends TaskCommandImpl implements RFQResponseModifyBaseInfoCmd
This command uses the following AccessBeans:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
RFQResponseModifyBaseInfoCmdImpl()
RFQResponseModifyBaseInfoCmdImpl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.sql.Timestamp |
getEndTime()
Gets endTime
|
java.lang.Long |
getField1()
Gets the field1 value
|
java.lang.Integer |
getField2()
Gets the field2 value
|
java.lang.String |
getField3()
Gets the field3 value
|
java.lang.String |
getField4()
Gets the field4 value
|
java.sql.Timestamp |
getField5()
Gets the field5 value
|
java.sql.Timestamp |
getField6()
Gets the field6 value
|
java.sql.Timestamp |
getStartTime()
Gets startTime
|
void |
performExecute()
Updates RFQ Response basic information
This method does the following: Sets response name and remarks. |
void |
setAcceptaction(java.lang.Integer newAcceptaction)
Sets RFQ Response accept action
|
void |
setEndTime(java.lang.String newEndTime)
Sets the endTime value
|
void |
setField1(java.lang.Long newField1)
Sets the field1 value
|
void |
setField2(java.lang.Integer newField2)
Sets the field2 value
|
void |
setField3(java.lang.String newField3)
Sets the field3 value
|
void |
setField4(java.lang.String newField4)
Sets the field4 value
|
void |
setField5(java.lang.String newField5)
Sets the field5 value
|
void |
setField6(java.lang.String newField6)
Sets the field6 value
|
void |
setName(java.lang.String newName)
Sets RFQ Response name
|
void |
setRemarks(java.lang.String newRemarks)
Sets RFQ Response remarks
|
void |
setResponseId(java.lang.Long newResponseId)
Sets RFQ Response id
|
void |
setStartTime(java.lang.String newStartTime)
Sets the startTime value
|
void |
validateParameters()
Checks for the validity of the incoming parameters.
This method does the following: Checks the Name to make sure the name is not null. |
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public RFQResponseModifyBaseInfoCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECApplicationException - If an application error occurs while updating.ECSystemException - If a system error occurs while updating the RFQ.ECExceptionpublic void setAcceptaction(java.lang.Integer newAcceptaction)
setAcceptaction in interface RFQResponseModifyBaseInfoCmdAcceptaction - Integerpublic void setName(java.lang.String newName)
setName in interface RFQResponseModifyBaseInfoCmdName - java.lang.Stringpublic void setRemarks(java.lang.String newRemarks)
setRemarks in interface RFQResponseModifyBaseInfoCmdRemarks - java.lang.Stringpublic void setResponseId(java.lang.Long newResponseId)
setResponseId in interface RFQResponseModifyBaseInfoCmdResId - Longpublic java.lang.Long getField1()
public java.lang.Integer getField2()
public java.lang.String getField3()
public java.lang.String getField4()
public java.sql.Timestamp getField5()
public java.sql.Timestamp getField6()
public void setField1(java.lang.Long newField1)
setField1 in interface RFQResponseModifyBaseInfoCmdfield1 - The field1 value to setpublic void setField2(java.lang.Integer newField2)
setField2 in interface RFQResponseModifyBaseInfoCmdfield2 - The field2 value to setpublic void setField3(java.lang.String newField3)
setField3 in interface RFQResponseModifyBaseInfoCmdfield3 - The field3 value to setpublic void setField4(java.lang.String newField4)
setField4 in interface RFQResponseModifyBaseInfoCmdfield4 - The field4 value to setpublic void setField5(java.lang.String newField5)
setField5 in interface RFQResponseModifyBaseInfoCmdfield5 - The field5 value to setpublic void setField6(java.lang.String newField6)
setField6 in interface RFQResponseModifyBaseInfoCmdfield6 - The field6 value to setpublic java.sql.Timestamp getStartTime()
public java.sql.Timestamp getEndTime()
public void setStartTime(java.lang.String newStartTime)
setStartTime in interface RFQResponseModifyBaseInfoCmdstartTime - The startTime value to setpublic void setEndTime(java.lang.String newEndTime)
setEndTime in interface RFQResponseModifyBaseInfoCmdendTime - The endTime value to setpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECSystemException - ECException