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, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
public static final java.lang.String COPYRIGHT
public RFQResponseModifyBaseInfoCmdImpl()
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECApplicationException
- If an application error occurs while updating.ECSystemException
- If a system error occurs while updating the RFQ.ECException
public void setAcceptaction(java.lang.Integer newAcceptaction)
setAcceptaction
in interface RFQResponseModifyBaseInfoCmd
Acceptaction
- Integerpublic void setName(java.lang.String newName)
setName
in interface RFQResponseModifyBaseInfoCmd
Name
- java.lang.Stringpublic void setRemarks(java.lang.String newRemarks)
setRemarks
in interface RFQResponseModifyBaseInfoCmd
Remarks
- java.lang.Stringpublic void setResponseId(java.lang.Long newResponseId)
setResponseId
in interface RFQResponseModifyBaseInfoCmd
ResId
- 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 RFQResponseModifyBaseInfoCmd
field1
- The field1 value to setpublic void setField2(java.lang.Integer newField2)
setField2
in interface RFQResponseModifyBaseInfoCmd
field2
- The field2 value to setpublic void setField3(java.lang.String newField3)
setField3
in interface RFQResponseModifyBaseInfoCmd
field3
- The field3 value to setpublic void setField4(java.lang.String newField4)
setField4
in interface RFQResponseModifyBaseInfoCmd
field4
- The field4 value to setpublic void setField5(java.lang.String newField5)
setField5
in interface RFQResponseModifyBaseInfoCmd
field5
- The field5 value to setpublic void setField6(java.lang.String newField6)
setField6
in interface RFQResponseModifyBaseInfoCmd
field6
- The field6 value to setpublic java.sql.Timestamp getStartTime()
public java.sql.Timestamp getEndTime()
public void setStartTime(java.lang.String newStartTime)
setStartTime
in interface RFQResponseModifyBaseInfoCmd
startTime
- The startTime value to setpublic void setEndTime(java.lang.String newEndTime)
setEndTime
in interface RFQResponseModifyBaseInfoCmd
endTime
- The endTime value to setpublic void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECSystemException
- ECException