|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.AssignSQLInfo
The AssignSQLInfo class specifies the SQL command
and how the result is assigned to the field in a
Set Fields action.
| Constructor Summary | |
AssignSQLInfo()
constructor |
|
AssignSQLInfo(java.lang.String server,
java.lang.String sqlCommand,
long valueIndex,
long noMatchOption,
long multiMatchOption)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
long |
getMultiMatchOption()
Returns integer value indicating the action to take if multiple rows match the selection criteria. |
long |
getNoMatchOption()
Returns integer value indicating the action to take if no rows match the selection criteria. |
java.lang.String |
getServer()
Returns string specifying the name of the server where the database is located. |
java.lang.String |
getSqlCommand()
Returns string specifying the SQL query to execute. |
long |
getValueIndex()
Returns integer value indicating which of the selected columns contains the value to assign. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setMultiMatchOption(long multiMatchOption)
Sets integer value indicating the action to take if multiple rows match the selection criteria. |
void |
setNoMatchOption(long noMatchOption)
Sets integer value indicating the action to take if no rows match the selection criteria. |
void |
setServer(java.lang.String server)
Sets string specifying the name of the server where the database is located. |
void |
setSqlCommand(java.lang.String sqlCommand)
Sets string specifying the SQL query to execute. |
void |
setValueIndex(long valueIndex)
Sets integer value indicating which of the selected columns contains the value to assign. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AssignSQLInfo()
public AssignSQLInfo(java.lang.String server,
java.lang.String sqlCommand,
long valueIndex,
long noMatchOption,
long multiMatchOption)
| Method Detail |
public java.lang.String getServer()
public void setServer(java.lang.String server)
public java.lang.String getSqlCommand()
public void setSqlCommand(java.lang.String sqlCommand)
public long getValueIndex()
public void setValueIndex(long valueIndex)
public long getNoMatchOption()
AR_NO_MATCH_ERROR - AR_NO_MATCH_ERRORAR_NO_MATCH_SET_NULL - AR_NO_MATCH_SET_NULLAR_NO_MATCH_NO_ACTION - AR_NO_MATCH_NO_ACTIONAR_NO_MATCH_SUBMIT - AR_NO_MATCH_SUBMITpublic void setNoMatchOption(long noMatchOption)
AR_NO_MATCH_ERROR - AR_NO_MATCH_ERRORAR_NO_MATCH_SET_NULL - AR_NO_MATCH_SET_NULLAR_NO_MATCH_NO_ACTION - AR_NO_MATCH_NO_ACTIONAR_NO_MATCH_SUBMIT - AR_NO_MATCH_SUBMITpublic long getMultiMatchOption()
AR_MULTI_MATCH_ERROR - AR_MULTI_MATCH_ERRORAR_MULTI_MATCH_SET_NULL - AR_MULTI_MATCH_SET_NULLAR_MULTI_MATCH_USE_FIRST - AR_MULTI_MATCH_USE_FIRSTAR_MULTI_MATCH_PICKLIST - AR_MULTI_MATCH_PICKLISTAR_MULTI_MATCH_MODIFY_ALL - AR_MULTI_MATCH_MODIFY_ALLAR_MULTI_MATCH_NO_ACTION - AR_MULTI_MATCH_NO_ACTIONpublic void setMultiMatchOption(long multiMatchOption)
AR_MULTI_MATCH_ERROR - AR_MULTI_MATCH_ERRORAR_MULTI_MATCH_SET_NULL - AR_MULTI_MATCH_SET_NULLAR_MULTI_MATCH_USE_FIRST - AR_MULTI_MATCH_USE_FIRSTAR_MULTI_MATCH_PICKLIST - AR_MULTI_MATCH_PICKLISTAR_MULTI_MATCH_MODIFY_ALL - AR_MULTI_MATCH_MODIFY_ALLAR_MULTI_MATCH_NO_ACTION - AR_MULTI_MATCH_NO_ACTION
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||