|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.OpenDialogInfo
The OpenDialogInfo
class is used to open all 10 types of
AR System windows, including:
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DLG
Constants.AR_ACTIVE_LINK_ACTION_OPEN_SEARCH
Constants.AR_ACTIVE_LINK_ACTION_OPEN_SUBMIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_LST
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_DETAIL
Constants.AR_ACTIVE_LINK_ACTION_OPEN_MODIFY_SPLIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_LST
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_DETAIL
Constants.AR_ACTIVE_LINK_ACTION_OPEN_DSPLY_SPLIT
Constants.AR_ACTIVE_LINK_ACTION_OPEN_REPORT
Constructor Summary | |
OpenDialogInfo()
constructor |
|
OpenDialogInfo(java.lang.String serverName,
java.lang.String schemaName,
java.lang.String vuiLabel,
boolean closeBox,
FieldAssignInfo[] inputValueFieldPairs,
FieldAssignInfo[] outputValueFieldPairs,
int windowMode,
QualifierInfo query,
boolean noMatchContinue,
MessageInfo msg,
long pollinginterval,
java.lang.String reportString,
SortInfo[] sortOrderList,
java.lang.String targetLocation,
boolean suppressEmptyLst)
|
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. |
boolean |
equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
|
boolean |
getCloseBox()
Returns whether close box appears in the upper-right corner of the dialog box. |
FieldAssignInfo[] |
getInputValueFieldPairs()
Returns field/value pair for values that users enter into Dialog/Search/Submit windows. |
MessageInfo |
getMsg()
Returns message for Modify/Display/Report windows. |
boolean |
getNoMatchContinue()
Returns action to take if no requests match. |
FieldAssignInfo[] |
getOutputValueFieldPairs()
Returns field/value pair for output values from Dialog/Search/Submit windows. |
long |
getPollinginterval()
Returns polling interval (how often to refresh) for reports. |
QualifierInfo |
getQuery()
Returns qualification for Modify/Display/Report windows. |
java.lang.String |
getReportString()
Returns report information in a string format of report windows. |
NameID |
getSchemaName()
Returns the name of the form that you want to open as a dialog box or window. |
ServerNameID |
getServerName()
Returns the server name that contains the form that you want to open as a dialog box. |
SortInfo[] |
getSortOrderList()
Returns list of fields in ascending/descending order included in a report. |
boolean |
getSuppressEmptyLst()
Returns action in Modify/Display/Report windows if no requests match. |
java.lang.String |
getTargetLocation()
Returns whether target is a New or Open window. |
NameID |
getVuiLabel()
Returns the view of the form that you want to appear as a dialog box. |
int |
getWindowMode()
Returns map where data from the dialog box will transfer to the parent form when the dialog box opens/closes. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setCloseBox(boolean closeBox)
Sets whether close box appears in the upper-right corner of the dialog box. |
void |
setInputValueFieldPairs(FieldAssignInfo[] inputValueFieldPairs)
Field/value pair for values that users enter into Dialog/Search/Submit windows. |
void |
setMsg(MessageInfo msg)
Sets message for Modify/Display/Report windows. |
void |
setNoMatchContinue(boolean noMatchContinue)
Sets action to take if no requests match. |
void |
setOutputValueFieldPairs(FieldAssignInfo[] outputValueFieldPairs)
Field/value pair for output values from Dialog/Search/Submit windows. |
void |
setPollinginterval(long pollinginterval)
Sets polling interval (how often to refresh) for reports. |
void |
setQuery(QualifierInfo query)
Sets qualification for Modify/Display/Report windows. |
void |
setReportString(java.lang.String reportString)
Sets report information in a string format of report windows. |
void |
setSchemaName(NameID schemaName)
Defines the name of the form that you want to open as a dialog box or window. |
void |
setServerName(ServerNameID serverName)
Defines the server name that contains the form that you want to open as a dialog box. |
void |
setSortOrderList(SortInfo[] sortOrderList)
Sets list of fields in ascending/descending order included in a report. |
void |
setSuppressEmptyLst(boolean suppressEmptyLst)
Sets action in Modify/Display/Report windows if no requests match. |
void |
setTargetLocation(java.lang.String targetLocation)
Sets whether target is a New or Open window. |
void |
setVuiLabel(NameID vuiLabel)
Defines the view of the form that you want to appear as a dialog box. |
void |
setWindowMode(int windowMode)
Returns map where data from the dialog box will transfer to the parent form when the dialog box opens/closes. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenDialogInfo()
public OpenDialogInfo(java.lang.String serverName, java.lang.String schemaName, java.lang.String vuiLabel, boolean closeBox, FieldAssignInfo[] inputValueFieldPairs, FieldAssignInfo[] outputValueFieldPairs, int windowMode, QualifierInfo query, boolean noMatchContinue, MessageInfo msg, long pollinginterval, java.lang.String reportString, SortInfo[] sortOrderList, java.lang.String targetLocation, boolean suppressEmptyLst)
Method Detail |
public ServerNameID getServerName()
public void setServerName(ServerNameID serverName)
public NameID getSchemaName()
public void setSchemaName(NameID schemaName)
public NameID getVuiLabel()
public void setVuiLabel(NameID vuiLabel)
public boolean getCloseBox()
public void setCloseBox(boolean closeBox)
public FieldAssignInfo[] getInputValueFieldPairs()
public void setInputValueFieldPairs(FieldAssignInfo[] inputValueFieldPairs)
public FieldAssignInfo[] getOutputValueFieldPairs()
public void setOutputValueFieldPairs(FieldAssignInfo[] outputValueFieldPairs)
public int getWindowMode()
public void setWindowMode(int windowMode)
public QualifierInfo getQuery()
public void setQuery(QualifierInfo query)
public boolean getNoMatchContinue()
public void setNoMatchContinue(boolean noMatchContinue)
public MessageInfo getMsg()
FilterStatusInfo.getMessageNum()
FilterStatusInfo.getMessageText()
FilterStatusInfo.getMessageType()
public void setMsg(MessageInfo msg)
FilterStatusInfo.setMessageNum(long)
FilterStatusInfo.setMessageText(java.lang.String)
FilterStatusInfo.setMessageType(long)
public long getPollinginterval()
public void setPollinginterval(long pollinginterval)
public java.lang.String getReportString()
public void setReportString(java.lang.String reportString)
Constants.AR_REPORT_ATTR_LAYOUT
.
public SortInfo[] getSortOrderList()
public void setSortOrderList(SortInfo[] sortOrderList)
public java.lang.String getTargetLocation()
public void setTargetLocation(java.lang.String targetLocation)
public boolean getSuppressEmptyLst()
public void setSuppressEmptyLst(boolean suppressEmptyLst)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |