Modifier and Type | Method and Description |
---|---|
ResultSetInterface |
ResultSetInterface.getChild(java.lang.String rsId)
Returns the ResultSetInterface of the child result set.
|
ResultSetInterface |
ResultSetInterface.getParentRS()
Returns the ResultSetInterface of the parent result set.
|
ResultSetInterface |
ActionInterface.getResultSet()
Returns the ResultSetInterface for the result set this action was invoked from.
|
ResultSetInterface |
ResultSetInterface.openChild(java.lang.String rsId)
Returns the ResultSetInterface of the child result set.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResultSetInterface> |
ResultSetInterface.getAllChildren()
Returns the List of ResultSetInterfaces of all open children result sets.
|
java.util.ArrayList<ResultSetInterface> |
ResultSetInterface.getMURecalcTree()
Reserved for multicurrency
|
Modifier and Type | Method and Description |
---|---|
short |
AfterRSSave.afterRSSave(ResultSetInterface rs)
This method is invoked after system save process is done(if it was needed).
|
short |
BeforeRSSave.beforeRSSave(ResultSetInterface rs)
This method is invoked before system save process is done(if it was needed).
|
boolean |
ReportingManagerInterface.canModifyArchive(java.lang.String archiveId,
ResultSetInterface rs,
boolean addMessage)
Check whether expiration policy of archived report can be modified.
|
boolean |
ReportingManagerInterface.canViewArchive(java.lang.String archiveId,
ResultSetInterface rs,
boolean addMessage)
Check whether archived report can be viewed.
|
void |
UserQuerySetSelect.modifyUserQuery(ResultSetInterface rs,
UserQuery userQuery)
Use this method to modify User Query condition ( conditions user enters in the query dialog)
|
void |
AfterCreateRSInterface.onAfterCreate(ResultSetInterface rs)
This method is invoked after result set has been created to give developer opportunity to dynamically modify it.
|
void |
CloseRSInterface.onClose(ResultSetInterface rs)
This method is invoked right before ResultSet is considered closed on the server
which means that no further access to this object may occur.
|
void |
CreateDymanicRSInterface.onCreateRSMetaDataInit(ResultSetInterface parentRs,
AppInterface ai,
DynamicColumnFactory colFactory)
This method is invoked to populate rs dynamic columns
|
void |
PopulateRSInterface.populateRS(ResultSetInterface rs)
This method is invoked as the next buffer of data is requested by the system
|
void |
ReInitParentRSInterface.reInitializeParentRS(ResultSetInterface rs)
This method is invoked to re-initialize parent RS (e.g.
|
void |
SetSelectInterface.setRSSelect(ResultSetInterface rs)
This method is invoked to set a Select statement for a result set at run-time
|
boolean |
SqlManager.SqlModifyRSRow(java.lang.String sUpdateOrDelete,
ResultSetInterface rsI)
Prepares and executes sql update or delete statement that updates/deletes one row
in the underlying table ; sql statement's where condition should try to modify
row with ROWVERSION equal to the previously selected one.
|
boolean |
SqlManager.SqlModifyRSRowExecute(ResultSetInterface rsI)
Executes previously prepared sql or delete statement ;
for details refer to the SqlModifyRSRow function
|
short |
RowValidation.validateRow(ResultSetInterface rs)
This method is invoked by the system when row validation needs to happen
|
short |
RSValidation.validateRS(ResultSetInterface rs)
This method is invoked by the system when cross-line result set level validation needs to happen
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExchangeRateInterface.MU_ValExchRate(ResultSetInterface rsI)
Finds the exchange rate between two currencies for a given date.
|
void |
MulticurrencyInterface.MuRecalcLnkAmt(ResultSetInterface curRSInt,
java.lang.String SourceObjId,
ResultSetInterface exchRSInt)
re-calculate all linked for a given object
|
boolean |
MulticurrencyInterface.MuValAmtPrecision(ResultSetInterface curRSInt,
java.lang.String objectId,
ResultSetInterface exchRSInt)
Validates the precision
|
Modifier and Type | Method and Description |
---|---|
void |
InvokeAppInterface.sendMessagesToClient(com.deltek.enterprise.system.serverapi.remoteapi.integration.MethodResponseInterface mgs,
ResultSetInterface rs)
Use this method to send messages returned by invoke* methods back to client as if they were
generated by your parent action
|
Modifier and Type | Method and Description |
---|---|
ResultSetInterface |
WFAManagerInterface.getRs() |
Modifier and Type | Method and Description |
---|---|
static void |
Passwords.addFIDOSecKey(ResultSetInterface rs)
This function is for web client use only.
|
static void |
FileDownload.doContentDownload(ResultSetInterface rsI) |
static void |
FileDownload.doDownload(ResultSetInterface rsI) |
java.lang.Object |
FormulaPrototype.getValueChild(java.lang.String rsId,
ResultSetInterface rsI,
java.lang.String objId) |
java.lang.Object |
FormulaPrototype.getValueChildOrig(java.lang.String rsId,
ResultSetInterface rsI,
java.lang.String objId) |
double |
FormulaPrototype.sum(ResultSetInterface rsI,
java.lang.String objectId,
java.lang.String rsChildren,
com.deltek.enterprise.core.genmetadata.javaformulainterpreter.Cmd c) |
Constructor and Description |
---|
CPDalTable(ResultSetInterface resI)
Constructor
|
Constructor and Description |
---|
CPMetaGenerator(ResultSetInterface rsI) |