Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X Y 

A

acceptWarnings(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Controls in true B2B mode whether all subsequent warning messages for this Result Set are accepted (treated as informational messages) or declined (treated as errors)
ACCESS_FULL - Static variable in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
 
ACCESS_NONE - Static variable in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
 
ACCESS_READONLY - Static variable in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
 
AccountInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
ActionInterface - Interface in com.deltek.enterprise.system.applicationinterface
ActionInterface provides methods to access info at the application level or result set when action is invoked.
addActionLink(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
addActionLink(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addANSIFromCondition(String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ANSISelectBuilder
Adds ANSI from join condition to the end of the from clause of ANSI select statement
addANSIJoinCondition(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ANSISelectBuilder
Adds condition to the end of the specified ON clause of the ANSI statement
addANSIWhere(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ANSISelectBuilder
Adds condition to the end of the WHERE clause of the ANSI statement
addAppKey(String, String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Adds key based on APP_ID and Key value
addAppKey(String, String, String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Adds key based on APP_ID and Key value
addAppLink(String, String, String, int, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
addAppLink(String, String, String, int, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addAppLinkNewRow(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
to setup New button from rs column objectId to application appToOpen in which we will application and clicks on New button
addAttachment(MBAttachmentInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
addBcc(MBEmailAddressInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
addCategory(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
addCc(MBEmailAddressInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
addCertificateToLocalTruststore(String, byte[], boolean, AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
addChildRS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSet
adds child rs to the current rs (if third party system supports nested rs)
addChildRSLink(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addDownloadLink(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addDynamicColumn() - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumnFactory
 
addExtraReportParms(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Retrieves previously saved parameters from W_FUNC_PARM_CATLG and adds these extra parameters to current RS.
addFIDOSecKey(ResultSetInterface) - Static method in class com.deltek.enterprise.system.utils.Passwords
This function is for web client use only.
addField(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to add fields
addFolderPermission(String, String, MBFolderPermissionInterface.FolderPermissionLevel) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Add user to folder permissions.
addFolderPermission(MBFolderInterface, String, MBFolderPermissionInterface.FolderPermissionLevel) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Add user to folder permissions.
addFrom(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds list of tables to the select statement
addGroupBy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds group by clause to the select statement
addHaving(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds having clause to the select statement
addHaving(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds having clause to the select statement , can only pass String values and numbers ( did not test numbers but hope they will work as is )
addHelpTipFormula(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
method currently works for dashboard result sets only .
addItem(IntResultSet, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SoluminaInterface
Invoke this function to synchronize item ; topLevelRs - data you need to send to the Solumina ; itemID and revisionId - primary keys in the Solumina system
addKeyValue(String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
addLineMessage(String, short) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this row to the message collection.
addLineMessage(String, short, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this row to the message collection.
addLineMessage(String, short, String[], String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this row to the message collection.
addMessage(String, short) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Add message for this action to the message collection.
addMessage(String, short, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Add message for this action to the message collection.
addMessage(String, short) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Add message for this application to the message collection.
addMessage(String, short, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Add message for this application to the message collection.
addNewRow() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Add a new empty row to the row set.
addNotificationLineMessage(String, short, String[], String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add notification message for this row to the message collection.
addNotificationObjectMessage(String, String, short, String[], String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add notification message for this object to the message collection.
addNotificationRSMessage(String, short, String[], String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add notification message for this result set to the message collection.
addObjectMessage(String, String, short) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this object to the message collection.
addObjectMessage(String, String, short, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this object to the message collection.
addObjectMessage(String, String, short, String[], String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this object to the message collection.
AddOnProducts - Class in com.deltek.enterprise.system.utils
Copyright: Copyright (c) 2004
AddOnProducts() - Constructor for class com.deltek.enterprise.system.utils.AddOnProducts
 
addOrderBy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds order by clause to the select statement
addReqParm(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function is provided only to compile code that needs to be converted to JavaScript.
addReqParm(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Adds a key/value pair to the next server request.
addRow(Calendar) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
adds row to the document that can later be submitted to SFT system using submit(); method also sets 'context' on the row so you can populate its fields by calling set* methods ; use this method when you what to add new or update existing row in the SFT system ; addRow can potentially submit request to the rerver if internal buffer of rows gets full see also addRow(String actionType)
addRow(Calendar, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
adds row to the document that can later be submitted to SFT system using submit(); method also sets 'context' on the row so you can populate its fields by calling set* methods ; use this method when you what to delete existing row in the SFT system or you know for sure whether Insert or Update action needs to be performed; addRow can potentially submit request to the rerver if internal buffer of rows gets full see also addRow()
addRow() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSet
adds row to the child result set, assume that tranType is ROW_Merge
addRow(BasicRowStatus) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSet
adds row to the child result set, with tranType
addRowAppLink(String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
addRowAppLink(String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addRowAppLinkDyn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
addRSColumns(ArrayList<RSColumn>) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds columns the select statement
addRSMessage(String, short) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this result set to the message collection.
addRSMessage(String, short, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this result set to the message collection.
addRSMessage(String, short, String[], String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Add message for this result set to the message collection.
addSystemMessage(String, int, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SystemResultSet
 
addTo(MBEmailAddressInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
addWhere(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds where clause to the select statement
addWhere(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Adds where clause to the select statement , can only pass String values and numbers ( did not test numbers but hope they will work as is )
ADMIN_NOTIFICATION_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
AfterCreateAppInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
AfterCreateRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
AfterRSSave - Interface in com.deltek.enterprise.system.applicationinterface
 
afterRSSave(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.AfterRSSave
This method is invoked after system save process is done(if it was needed).
allowOverrideExpr() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
allowPasswordReuse() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator.PasswordPolicy
Checks whether reuse of passwords is allowed.
allowUpload() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
ALTPROJ_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
AltProjInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
ANSISelectBuilder - Interface in com.deltek.enterprise.system.applicationinterface
Interface extends SelectBuilder and provides ANSI specific functionality
app - Variable in class com.deltek.enterprise.system.utils.word.jaxb.AppsDef
 
app_id - Variable in class com.deltek.enterprise.system.utils.CPDalTable.Params
 
AppContext - Interface in com.deltek.enterprise.system.applicationinterface
 
AppDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for appDef complex type.
AppDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.AppDef
 
appId - Static variable in class com.deltek.enterprise.system.utils.CPDalTable
 
appId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
appInCtxAddCondition(boolean, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 This method allow to add search condition see also appInCtxInit,appInCtxAddCondition,appInCtxOpen
appInCtxAddCondition(boolean, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 Same function as appInCtxAddCondition(isAnd,objectId,value) except that it allows you to pass different comparison operator ( by default we use = ).
appInCtxAddCondition(String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxAddConditionDyn(String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxAddConditionDyn2(String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxInit(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 This function is intended to be used to start generating app context info to be used by appInCtxOpen, see also appInCtxSetResultSet,appInCtxAddCondition,appInCtxOpen
appInCtxInit(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxInitDyn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxOpen() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 This function is intended to be used to programmatically open application on client in a given context info .
appInCtxSetResultSet(String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 This function is intended to be used to generate app context info .
appInCtxSetResultSet(String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxSetResultSetDyn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
appInCtxStartOrCondition() - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
call this method to let framework know that the next condition (uisng one of the appInCtxAddCondition* methods) should be added with OR .
AppInterface - Interface in com.deltek.enterprise.system.applicationinterface
AppInterface provides methods to access info at the application level.
appName - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
APPROVAL_WORKFLOW_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
approveActivity(int, int, String, String, List<Map<String, Object>>) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Approve actual activity for given wf
apps - Variable in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
 
AppsDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for appsDef complex type.
AppsDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.AppsDef
 
ARCH_FULL_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies ARCH_FULL_RIGHTS code.
ARCH_MODIFY_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies ARCH_MODIFY_RIGHTS code.
ARCH_VIEW_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies ARCH_VIEW_RIGHTS code.
archiveExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Tests whether archived report exists.
assignActivity(String, String, int, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Called to assign an activity to a user.
AUTH_METHOD - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
AUTHENTICATION_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
AutotimeInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
NOT USED ANYMORE PELASE DELETE !

B

BeforeRSSave - Interface in com.deltek.enterprise.system.applicationinterface
 
beforeRSSave(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.BeforeRSSave
This method is invoked before system save process is done(if it was needed).
BEGINS_LIKE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
BEGINS_LIKE - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
beginTransaction() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
For transaction control.
buildJsArray(StringBuilder, String, Map) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
buildJsArray(StringBuilder, String, Object[]) - Static method in class com.deltek.enterprise.system.utils.JSUtils
Builds a JS Script array from a Java Array.
buildJsArrayExpression(StringBuilder, Map, String) - Static method in class com.deltek.enterprise.system.utils.JSUtils
Builds JavaScript Expression that when evaluated will create an arrau Example map( (key1, val1) , (key2, val2), (key3, val3) ) with array name aTest will return aTest=new Array(); aTest.key1="val1"; aTest.key2="val2"; aTest.key3="val3";
buildJsVariable(String, Object) - Static method in class com.deltek.enterprise.system.utils.JSUtils
Deprecated.
, use buildJsVariable(StringBuilder out,String var, Object value)or buildJsVariable(StringBuilder out,StringBuilder var, Object value) instead
buildJsVariable(StringBuilder, String, Object) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
buildJsVariable(StringBuilder, StringBuilder, Object) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
buildSAMLFedMdXML(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
buildWhereItem(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Use this method to construct where item; you can use it to pass result to the ResultSetInterface.getQueryCount() .
BulkInserter - Interface in com.deltek.enterprise.system.applicationinterface
BulkInserter is a helper class to efficiently copy data from one table to another.
BUTTON_APPROVE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
BUTTON_APPROVE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_ATTACH - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_CLOSE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_COPY - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_DELETE_UNDELETE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_DOCK_UNDOCK - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_EMAIL - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_MAXIMIZE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_MINIMIZE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_NAVIGATE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_NEW - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_OPEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
BUTTON_QUERY - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_REJECT - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
BUTTON_SELECT_RECORD - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 
BUTTON_TABLE_FORM - Static variable in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
 

C

CacheManager - Class in com.deltek.enterprise.system.utils
 
CacheManager(int, String, String, String) - Constructor for class com.deltek.enterprise.system.utils.CacheManager
 
cancel() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Cancels the action
CANCEL_TXT_HARD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
CANCEL_TXT_SOFT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
canModifyArchive(String, ResultSetInterface, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Check whether expiration policy of archived report can be modified.
canViewArchive(String, ResultSetInterface, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Check whether archived report can be viewed.
capitalizeFully(String) - Static method in class com.deltek.enterprise.system.utils.Strings
Converts all the whitespace separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
capitalizeFully(String, char[]) - Static method in class com.deltek.enterprise.system.utils.Strings
Converts all the delimiter separated words in a String into capitalized words, that is each word is made up of a titlecase character and then a series of lowercase characters.
CertificateUtil - Class in com.deltek.enterprise.system.utils.digitalsign.cert
 
CertificateUtil() - Constructor for class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
changeLocationToCompany(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
changes location to company - data will be send to all plants that belong to this company; this method submits request to the previous location if internal buffer contains any rows; after that object reinitialyzes its state so new documents will be submitted to the new location
changeLocationToCompany(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SoluminaInterface
changes location to company - data will be send to all plants that belong to this company;
changeLocationToCorporate() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
changes location to all corporate ( which is also a default setting) - data will be send to all plants; this method submits request to the previous location if internal buffer contains any rows; after that object reinitialyzes its state so new documents will be submitted to the new location
changeLocationToCorporate() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SoluminaInterface
changes location to all corporate - data will be send to all plants;
changeLocationToPlant(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
changes location to plan - data will be send to one plant this method submits request to the previous location if internal buffer contains any rows; after that object reinitialyzes its state so new documents will be submitted to the new location
changeLocationToPlant(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SoluminaInterface
changes location to plan - data will be send to one plant
changeMutableConstant(Serializable, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 .
CHART_AMOUNT_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
CHART_BUCKET_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
CHART_ENTITY_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
checkForSpecialCharacters(String, String, AppInterface) - Static method in class com.deltek.enterprise.system.utils.Strings
This method should be used by preprocessor apps where we upload data from external sources , e.g.
checkObjectId(String) - Method in interface com.deltek.enterprise.system.utils.userquery.QueryDataFormatter
 
checkParentForBind(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Tells Sqlmanager to look for bind variables in parent classes; Use only when the class you pass to SqlManager via setBindClasses() or setClass() functions is derived from other class and you use variables from both classes in your sql statements ( bind variables should be public in this case)
checkPswdForLength(String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Checks password for length.
checkPswdForMixedCase(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Checks password for mixed case chars
checkPswdForNumbers(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Checks password for numbers
checkPswdForSplChars(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Checks password for special chars
checkRowStatus(byte) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
checks whether given flag is set
checkSpace(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
 
checkSpecialCharacter(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Call this method to verify whether the template value has any special characters.
checkTemplateSpaces(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
 
checkUserArchiveRights(String, AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Checks whether archived report can be accessed by a user.
checkUserCancel() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Checks if a user voted to cancel this action.
childConditions - Variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
clear() - Method in class com.deltek.enterprise.system.utils.SoftHashMap
 
clearAllFolderPermissions(MBFolderInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Clear (delete) all folder permissions.
clearAllRowsStatus() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Clears all flags in all rows in the result set
clearRowStatus() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Clears all flags in context row in the result set
clone() - Method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
cloneRSTree() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
version GENERAL 5.1 Performs standard framework clone for a selected context row.
cloneRSTree(List<String>, List<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
version 6.0 Performs standard framework clone for a selected context row with an option to overwrite which results sets in the RS tree should be included in the clone process.
close() - Method in interface com.deltek.enterprise.system.applicationinterface.BulkInserter
after inserting all rows please call this method to finish copying process .
close() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
close method submits document to the Cobra systen;then it closes all resources so no other methods of this instance of CobraInterface can be called after that
close() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
close method submits unsubmitted documents ( previously built by calling addRow ) to all locations unless one of the change location method was invoked ; then it updates last synchronization time and then it closes all resourses so no other methods can be called after that
close() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
close method submits unsubmitted documents ( previously built by calling addRow on output row set ) ; then it closes all resourses so no other methods can be called after that
close() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
After you finish using SlqManager call this function which will take care of cleaning all resourses
CloseRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
CNTL_CHECK_BOX - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
CNTL_TYPE_MULTI_LINE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
CNTL_TYPE_TEXT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
CobraInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
CobraInterface provides methods to allow Costpoint application to interface with Cobra system ; use Application object getCobraInterface() method to get CobraInterface
ColumnMetadata - Interface in com.deltek.enterprise.system.applicationinterface
 
com.deltek.enterprise.system.applicationinterface - package com.deltek.enterprise.system.applicationinterface
 
com.deltek.enterprise.system.applicationinterface.businessinterface - package com.deltek.enterprise.system.applicationinterface.businessinterface
 
com.deltek.enterprise.system.applicationinterface.cmi - package com.deltek.enterprise.system.applicationinterface.cmi
 
com.deltek.enterprise.system.applicationinterface.integration - package com.deltek.enterprise.system.applicationinterface.integration
 
com.deltek.enterprise.system.applicationinterface.mboard - package com.deltek.enterprise.system.applicationinterface.mboard
 
com.deltek.enterprise.system.applicationinterface.wfa - package com.deltek.enterprise.system.applicationinterface.wfa
 
com.deltek.enterprise.system.utils - package com.deltek.enterprise.system.utils
 
com.deltek.enterprise.system.utils.digitalsign - package com.deltek.enterprise.system.utils.digitalsign
 
com.deltek.enterprise.system.utils.digitalsign.cert - package com.deltek.enterprise.system.utils.digitalsign.cert
 
com.deltek.enterprise.system.utils.digitalsign.document - package com.deltek.enterprise.system.utils.digitalsign.document
 
com.deltek.enterprise.system.utils.userquery - package com.deltek.enterprise.system.utils.userquery
 
com.deltek.enterprise.system.utils.word - package com.deltek.enterprise.system.utils.word
 
com.deltek.enterprise.system.utils.word.jaxb - package com.deltek.enterprise.system.utils.word.jaxb
 
Command - Interface in com.deltek.enterprise.system.applicationinterface
 
CommonInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
COMPANY - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
company_id - Variable in class com.deltek.enterprise.system.utils.CPDalTable.Params
 
COMPANY_ID_COLUMN - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
 
COMPANY_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
companyId - Static variable in class com.deltek.enterprise.system.utils.CPDalTable
 
completeActivity(String, String, int, int, int, Map<String, String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Completes an activity.
completeOptionalActivity(String, String, int, int, int, int, Map<String, String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Completes an activity.
compressEncodedArray(StringBuilder) - Method in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
compressNumArray(ArrayList<Integer>, StringBuilder) - Static method in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
compressNumsSequence(ArrayList<Integer>, StringBuilder) - Static method in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
computeStatistics(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to compute statistics on temporary Oracle table; This method is a 'no op' for databases other then Oracle.
conditions - Variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
confirm(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invokes JavaScript confirm() method
confirm(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invokes JavaScript confirm() method
CONTAINS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
CONTAINS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
ContentFolderInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
Interface content is the basic representation of folder within CMS system
ContentInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
Interface content is the basic representation of content within CMS system In order to retrieve Costpoint content type information user must select those values from the database
ContentManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
Title: Content Manager Interface
ContentPropertyInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
 
ContentPropertyTypeInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
 
ContentPropertyTypeInterface.DATATYPE - Enum in com.deltek.enterprise.system.applicationinterface.cmi
 
ContentRepositoryInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
 
ContentRepositoryInterface.QUERY_CAPABILITY - Enum in com.deltek.enterprise.system.applicationinterface.cmi
 
ContentTypeInterface - Interface in com.deltek.enterprise.system.applicationinterface.cmi
 
ContextURLBuilder - Class in com.deltek.enterprise.system.utils
 
ContextURLBuilder() - Constructor for class com.deltek.enterprise.system.utils.ContextURLBuilder
 
convertHTMLToText(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQImportInterface
Call this method to convert data from html to text format (use it for fields like description and procurement)
convertNumberToString - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
copyTable(SqlManager, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.BulkInserter
Call this method to copy data between tables with identical structures ( Same number of columns with the same name and same type .
CORPORATE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
CP_ACCT_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_COLOR_DEFAULT - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_COLOR_GREEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_COLOR_GREY - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_COLOR_RED - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_COLOR_YELLOW - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_LOCATION_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MARGIN_BOTTOM_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies bottom margin parameter code.
CP_MARGIN_LEFT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies left margin parameter code.
CP_MARGIN_RIGHT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies right margin parameter code.
CP_MARGIN_TOP_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies top margin parameter code.
CP_MAX_ACCT_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_ACCT_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_NUM_PDS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_NUM_SUB_PDS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_ORG_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_ORG_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_PROD_LICENSE - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_PROJ_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_PROJ_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_PROJ_RPT_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_PROJ_RPT_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_REF_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_REF_STRUC_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_REORG_LEN - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MAX_REORG_LVLS - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_MEASURE_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies units of measurements parameter code.
CP_OK - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_ORG_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_PAGE_HEIGHT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies page height parameter code.
CP_PAGE_SIZE_A4_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies A4 paper code.
CP_PAGE_SIZE_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies page size parameter code.
CP_PAGE_SIZE_CUSTOM_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies Custom paper code.
CP_PAGE_SIZE_LETTER_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies Letter paper code.
CP_PAGE_WIDTH_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies page width parameter code.
CP_PROJ_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_PROJ_RPT_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_REF_NO_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_REORG_DELIM - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
CP_SYS_FLD_INVALID_EMAIL - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
error message when field does not contain a properly formatted email address
CP_SYS_FLD_INVALID_EMPL_ID - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
error message when field does not contain a properly formatted employee ID
CP_UNIT_COST_SCALE - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
CP_UNIT_QTY_SCALE - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
CP_UNITS_OF_MEASURE_METRIC - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies metric units of measurement code.
CP_UNITS_OF_MEASURE_US - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies US units of measurement code.
CPConstants - Interface in com.deltek.enterprise.system.applicationinterface
Constants used across Costpoint.
CPCurrencyInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
 
CPDalTable - Class in com.deltek.enterprise.system.utils
 
CPDalTable(ResultSetInterface) - Constructor for class com.deltek.enterprise.system.utils.CPDalTable
Constructor
CPDalTable() - Constructor for class com.deltek.enterprise.system.utils.CPDalTable
 
CPDalTable.Params - Class in com.deltek.enterprise.system.utils
 
CPLocaleInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
 
CPMeta - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for anonymous complex type.
CPMeta() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.CPMeta
 
CPMetaGenerator - Class in com.deltek.enterprise.system.utils.word
 
CPMetaGenerator(ResultSetInterface) - Constructor for class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
CPStartupListener - Class in com.deltek.enterprise.system.utils
 
CPStartupListener() - Constructor for class com.deltek.enterprise.system.utils.CPStartupListener
 
cpwwsgenericexport(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Use this method to invoke data export geenrci web service.
cpwwsgenericimport(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Use this method to invoke data import generic web service.
cpwwsgenericprocess(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Use this method to invoke action synchronously .
cpwwsgenericreportexcelreturn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Same as invokeReportPDF() but it returns back report in Excel format
cpwwsgenericreporthtmlreturn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Same as invokeReportPDF() but it returns back report in PDF format
cpwwsgenericreportnoreturn(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
method renerates report asynchronously ; it works same way as invokeReportPDF() except we submit generate report request to the framework and immidiately return control back.
cpwwsgenericreportpdfreturnResponse(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeLocalGenericWS
Use this method to invoke report synchronously .
createAddress() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create instance of Email Address
createAddress(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create instance of Email Address
createAppDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of AppDef
createAttachment() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create empty attachment object
createAttachment(String, byte[]) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create attachment object with filename and content
createCPMeta() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of CPMeta
createDomainDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of DomainDef
CreateDymanicRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
createEmailItem() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create Email Item
createFieldDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of FieldDef
createFolder(MBFolderIdInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create new folder inside parent folder
createFolder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create folder by given path.
createFolderId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create folder id for string id
createModuleDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of ModuleDef
createNewContent(String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Create new Content
createOutputRowSet(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
Use this method to pass data to Costpoint application.
createPostItem() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Create Post Item
createRevision(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
createRSColumn(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Creates new RSColumn object
createRsDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create an instance of RsDef
CreateRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
createSharepointColumn(String, String, String, String, String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
createSharepointLibrary(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
createSqlServerTempTable(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
ask framework to create/drop a sqlserver 'local temporary table' based on the structure of the our 'temp' table ( Z_ table ) Please discuss it with framework team first if you believe this method will benefit your app.
createTopLevelResultSet(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SoluminaInterface
This mehtod returns an instance of the top level result set that use can use to populate data for any method you need to invoke later , e.g.
CreateWizardRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
CRNCY_AM_DESC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_FMT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_FMT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_FMTYYYY - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_PIC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_PICYYYY - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DATE_SEP - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DEC_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DEC_SEP - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DT_MASK - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_DT_MASKYYYY - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_NEG_FMT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_NODEC_NOSYMB - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_PIC_NODEC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_PIC_NOSYMB - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_PICTURE - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_PLUR_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_PM_DESC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_POS_FMT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_SING_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_ACTVDT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_EUROACTDT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_EUROCRNCYFL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_EUROCRNCYRT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_EUROEXPIRDT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_ST_EXPIRDT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_SYMBOL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_THOU_SEP - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_TIME_FMT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_TIME_FMT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_TIME_MASK - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_TIME_PIC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
CRNCY_TIME_SEP - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
 
currencyToStr(AppInterface, double, boolean, boolean, boolean) - Static method in class com.deltek.enterprise.system.utils.UIFormat
Formats a currency value to the format of the functional currency.
CUSTOM_API_PATH - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.NGRPInterface
 

D

D_M_Y - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
 
DashboardConfig - Interface in com.deltek.enterprise.system.applicationinterface
 
dataType - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
DATE_FORMAT_DATE - Static variable in class com.deltek.enterprise.system.utils.Dates
 
DATE_FORMAT_DATE_TIME - Static variable in class com.deltek.enterprise.system.utils.Dates
 
DATE_FORMAT_DATE_TIME_YYYY - Static variable in class com.deltek.enterprise.system.utils.Dates
 
DATE_FORMAT_DATE_YYYY - Static variable in class com.deltek.enterprise.system.utils.Dates
 
DATE_FORMAT_TIME - Static variable in class com.deltek.enterprise.system.utils.Dates
 
DATE_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
DATE_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
 
dateConstruct(int, int, int) - Static method in class com.deltek.enterprise.system.utils.Dates
 
dateConstruct(int, int, int, int, int) - Static method in class com.deltek.enterprise.system.utils.Dates
 
dateConstruct(TimeZone) - Static method in class com.deltek.enterprise.system.utils.Dates
 
dateConstruct(Locale) - Static method in class com.deltek.enterprise.system.utils.Dates
 
Dates - Class in com.deltek.enterprise.system.utils
 
Dates() - Constructor for class com.deltek.enterprise.system.utils.Dates
 
dateTimeToStr(AppInterface, Calendar, boolean, boolean, boolean) - Static method in class com.deltek.enterprise.system.utils.UIFormat
Formats a date time value to the format of the functional currency.
DAY_IS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
DB_ADMIN - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DB_BNP - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DB_DATA - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DB_SYS - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DB_TESS - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DBV_BRAND_ODBC - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DBV_BRAND_ORACLE - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DBV_BRAND_SQL - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
DBV_BRAND_SYBASE - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
decryptEnterprise(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Decrypts password from enterprise.properties.
decryptPassword(String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Decrypts new password by using old password as the key.
decryptPswdMUS(String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Decrypts password - (P + P_STRING_DELIM + TIME_STAMP; key = H(U))
DEException - Exception in com.deltek.enterprise.system.applicationinterface
 
DEException() - Constructor for exception com.deltek.enterprise.system.applicationinterface.DEException
 
DEException(String) - Constructor for exception com.deltek.enterprise.system.applicationinterface.DEException
 
DEException(String, Throwable) - Constructor for exception com.deltek.enterprise.system.applicationinterface.DEException
 
DEFAULT_FILE_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies default content type (text/plain).
DEFAULT_FILE_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Specifies default content type (text/plain).
DEFAULT_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
delegateActivities(int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
delegate pending activities to specific user
delegateActivity(int, int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
delegate activity to specific user
DELETE_ACTION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
deleteAllTestCases(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
deleteAppKey(String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Deletes key based on APP_ID and Key value
deleteAppKey(String, String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Deletes key based on APP_ID and Key value
deleteAppStatistics(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to delete statistics on all temporary Oracle tables that start with 'Z_'+appName; This method is a 'no op' for databases other then Oracle.
deleteArchive(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Deletes archived report.
deleteCase(int, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
deleteFile(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Deletes file.
deleteFile(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Deletes file.
deleteFile(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Deletes file.
deleteFile(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Deletes file from the alternative file location or database.
deleteFolder(MBFolderInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Delete folder
deleteFolder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Delete folder
deleteItem(MBObjectIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Delete Item
deleteKeyValue(String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
deleteOrTruncatePartition(String, HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Special method to optimize delete from large tables .
deletePostSemaphoreData() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Delete POST_SEMAPHORE data for an action that it's invoked from.
deletePostSemaphoreData(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
deleteReport(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Deletes a report.
deleteSharepointColumn(String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
deleteSharepointLibrary(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
deleteStatistics(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to delete statistics on temporary Oracle table; This method is a 'no op' for databases other then Oracle.
DFLT_COMPANY_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
DFLT_FONT_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies system default font name.
diagnose(String, String) - Static method in class com.deltek.enterprise.system.utils.WebDiagnosis
 
DictionaryTermParser - Class in com.deltek.enterprise.system.utils
 
DictionaryTermParser() - Constructor for class com.deltek.enterprise.system.utils.DictionaryTermParser
 
DigitalDocumentDataInterface - Interface in com.deltek.enterprise.system.utils.digitalsign.document
 
DigitalDocumentInterface - Interface in com.deltek.enterprise.system.utils.digitalsign.document
 
DigitalDocumentManager - Interface in com.deltek.enterprise.system.utils.digitalsign
 
DigitalDocumentSignatureInterface - Interface in com.deltek.enterprise.system.utils.digitalsign.document
 
disableDynTableCleanup() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver Orion Intended for applications which need to stop framework from dropping dynamic tables.
disableParallelDML() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to disable Oracle parallel DML feature; This method also disables autocommit mode.
disableParallelExecution() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to disable Oracle parallel DML and Query features; This method also disables autocommit mode.
disablePreferIndexMode() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to disable preferIndexMode;
DLG_BOTTOM_LINE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
DLG_NO_COUNT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
DLG_TOP_LINE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
doContentDownload(ResultSetInterface) - Static method in class com.deltek.enterprise.system.utils.FileDownload
 
doDownload(ResultSetInterface) - Static method in class com.deltek.enterprise.system.utils.FileDownload
 
domain - Variable in class com.deltek.enterprise.system.utils.word.jaxb.DomainsDef
 
DomainDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for domainDef complex type.
DomainDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
 
domainId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
domainName - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
domains - Variable in class com.deltek.enterprise.system.utils.word.jaxb.CPMeta
 
DomainsDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for domainsDef complex type.
DomainsDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.DomainsDef
 
downloadAfterAction(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Performs a file download after action is done.
downloadFile(String, String) - Static method in class com.deltek.enterprise.system.utils.FileDownload
 
downloadFileAnyApp(String, String, String) - Static method in class com.deltek.enterprise.system.utils.FileDownload
 
dropPartition(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Ask Alex before use ! Special function you need to use to drop 'logical table partition with data'
DynamicColumn - Interface in com.deltek.enterprise.system.applicationinterface
 
DynamicColumnFactory - Interface in com.deltek.enterprise.system.applicationinterface
 

E

EDIT_FORMULA - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
EDIT_NEW_ROWS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
EDIT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
EDIT_YES - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
editAppKey(String, String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Edits key based on APP_ID and Key value
editAppKey(String, String, String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Edits key based on APP_ID and Key value
editKeyValue(String, String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
EM_BATCH_VALIDATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
EM_HIGH_SPEED - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
EM_LOW_SPEED - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
EmailManager - Interface in com.deltek.enterprise.system.applicationinterface
Interface for the Email API
EmployeeInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
enableDigitalSign(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Enables or disables digital signature for context row in the RS.
enableHeyDeltek(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 This function enables/disables Hey Deltek
enableParallelDML() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to allow Oracle parallel DML feature; This method also puts connection into autocommit mode; This method is a 'no op' for databases other then Oracle.
enableParallelQuery() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to enable Oracle parallel Query; This method is a 'no op' for databases other then Oracle.
enablePreferIndexMode() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to change how Oracle optimizer generates plans by encouraging it to use index lookup ( This method is currently no-op for SqlServer - it will do nothing).
ENCODE_COMMA - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_NULL - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_PREV_FOUND - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_PREV_SUBSTR - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_PREV_SUBSTR2 - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_RANGE_DELIM - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
ENCODE_RUN_LEN - Static variable in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
encodeBindValue(String) - Static method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
encodeBytes(byte[]) - Static method in class com.deltek.enterprise.system.utils.IntegrationUtils
Encodes a byte array into Base64 notation.
encodePassword(String, String) - Method in class com.deltek.enterprise.system.utils.PasswordGenerator
Generates password to store in CP database: H2(U + H2(P))
encodeRunLen(ArrayList<String>, StringBuilder) - Static method in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
encodeStr(String, int, int) - Method in class com.deltek.enterprise.system.utils.JSArrayEncoder
 
encryptEnterprise(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Encrypts password for enterprise.properties (e.g.
encryptPasswords(String, String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Use this function to encrypt userId , oldPassword and newPassword ; This function is for web client use only
encryptPasswords2(String, String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
This function is for web client use only.
encryptPswdMUS(String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
This function is for web client use only.
ENDS_LIKE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
ENDS_LIKE - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
endTransaction() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Commits all connections associated with this action
endTransaction() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
For transaction control
ENGLISH_LANG - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppContext
 
EntrpFileIntgrAcctHandler - Class in com.deltek.enterprise.system.utils
 
EntrpFileIntgrAcctHandler() - Constructor for class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
equals(Object) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
ERR_CANNOT_LOAD_CASE - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_CANNOT_LOAD_MODEL - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_COMPLETING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_COMPLETING_CASE - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_CONDITION_FAILED - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_DELEGATING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_DELETING_CASE - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_ESCALATING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_EXTENDING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_MISSING_RJCODES - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_MISSING_ROLES - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_REJECTING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_ROLE_USERS_NOT_FOUND - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_STARTING_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_STARTING_WF - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_SYSTEM - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_USER_NOT_IN_ROLE - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERR_WF_ALREADY_COMPLETED - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ERROR - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MessageHandler
 
ErrorHandler - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
escalateActivities(int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Escalate pending activities to escalating role
escalateActivity(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Escalate activity to escalating role
escapeChars(String) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
evalLookupWhere(String, HashMap<String, Serializable>) - Static method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
ExchangeRateInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
ExchangeRateInterface provides methods to retrieve exchange rates
executeReport(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
EXPR_DAYS - Static variable in class com.deltek.enterprise.system.utils.FilePolicy
 
EXPR_MONTHS - Static variable in class com.deltek.enterprise.system.utils.FilePolicy
 
EXPR_WEEKS - Static variable in class com.deltek.enterprise.system.utils.FilePolicy
 
EXPR_YEARS - Static variable in class com.deltek.enterprise.system.utils.FilePolicy
 
ExtendedAppMetadata - Interface in com.deltek.enterprise.system.applicationinterface
 
ExtendedRSMetadata - Interface in com.deltek.enterprise.system.applicationinterface
 
extra - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
ExtraActionConfig - Interface in com.deltek.enterprise.system.applicationinterface
 

F

F_DEL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
FETCH_Delete - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
FETCH_EOF - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
FETCH_Ok - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
FETCH_Update - Static variable in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
fetchStatus() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Returns the results of last SqlFetch
field - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldsDef
 
FIELD_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
FIELD_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
fieldDataType - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
FieldDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for fieldDef complex type.
FieldDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
fieldFormat - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
fieldId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
fieldName - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
fieldPrecision - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
fields - Variable in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
 
fieldScale - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
FieldsDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for fieldsDef complex type.
FieldsDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.FieldsDef
 
FILE_EXT_NONE - Static variable in class com.deltek.enterprise.system.utils.FilePolicy
 
FILE_SeekBegin - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies FILE_SeekBegin constant.
FILE_SeekCurrent - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies FILE_SeekCurrent constant.
FILE_SeekEnd - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies FILE_SeekEnd constant.
fileClose() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Closes a file.
fileClose() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Closes a file.
fileClose() - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Closes a file.
fileCopy(String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Copies the content of one file to another.
fileCopy(String, String, String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Copies the content of one file to another.
FileDownload - Class in com.deltek.enterprise.system.utils
 
FileDownload() - Constructor for class com.deltek.enterprise.system.utils.FileDownload
 
fileExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether a file exists in the database.
fileExists(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether a file exists in the alternative file location.
fileExists(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Checks whether a file exists in the alternative file location or database.
fileExists(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Checks whether a file exists in the alternative file location or database.
fileGetStr() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Reads next line as String from an opened file.
fileGetStr() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Reads next line as String from an opened file.
FileHandlerInterface - Interface in com.deltek.enterprise.system.applicationinterface
Objects that implements this interface enables applications to access files.
fileOpen(String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Opens, creates or deletes a file.
fileOpen(String, int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Opens, creates or deletes a file.
fileOpen(String, int, String, String, Calendar) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Opens, creates or deletes a file.
fileOpen(String, int, String, String, Calendar, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Opens, creates or deletes a file.
fileOpen(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Opens, creates or deletes a file.
fileOpen(String, int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Opens, creates or deletes a file.
fileOpen(String, int, String, String, Calendar, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Opens, creates or deletes a file.
FilePolicy - Class in com.deltek.enterprise.system.utils
 
filePutChar(int) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Adds a character to a file.
filePutChar(int) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Adds a character to a file.
filePutStr(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Adds a line to a file.
filePutStr(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Adds a line to a file.
fileRead(int) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Reads a buffer of characters from a file to a string starting from the current position and moves the current position.
FileReaderInterface - Interface in com.deltek.enterprise.system.applicationinterface
Objects that implements this interface enables applications to efficiently read large text files.
fileRename(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Renames file.
fileRename(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Renames file.
fileSeek(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Sets current position in an open file (use in conjunction with fileRead(), fileWrite()).
fileWrite(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Writes a string to an open file.
fileWrite(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Writes a string to an open file.
FileWriterInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
findAllJobServerQueues(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Finds all queues served by the job server
findAllJobServers() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Finds all job servers
findContainedFolders(MBFolderIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get list of folders inside parent folder
findCpRootFolder() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Find root Costpoint root public folder
findFirstRow(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Use to setup the search criteria before a search loop.
findFolder(String, MBFolderIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Find folder by name inside parent folder
findFolder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Find folder by full folder path
findFolderItemIds(MBFolderIdInterface, List<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Find Items inside folder - return only IDs
findFolderItems(MBFolderIdInterface, List<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Find Items inside folder - return detailed items
findInit(int, int, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Use to setup the search criteria before a search loop through the rows in a result set.
findRSColumn(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Tries to find column in the select based on it's objectId
FixedAssetInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
folderEmailIsUsed(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Verify usage of folder emailAddress
format - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
formatAssetId(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.FixedAssetInterface
Return the formatted Asset Id
formatDate(Calendar, int, AppInterface) - Static method in class com.deltek.enterprise.system.utils.Dates
Formats date/time object according to CP locale and format code.
formatEmployeeId(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.EmployeeInterface
Return the int[] array of Employee Number level lengths
FormulaInterface - Interface in com.deltek.enterprise.system.utils
 
FormulaPrototype - Class in com.deltek.enterprise.system.utils
 
FormulaPrototype() - Constructor for class com.deltek.enterprise.system.utils.FormulaPrototype
 
Frmt_Currency - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Date - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_DateAndTime - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_LowerCase - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_MonthAndDay - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Password - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Percent - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Revision - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_SSN - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Time - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_UpperCase - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_Year - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
Frmt_ZeroPadded - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
fromUserQuery() - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
fromUserQuerySort() - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 

G

genCapabilityURL(String, String, String, String, String, SqlManager) - Static method in class com.deltek.enterprise.system.utils.Passwords
Generates capability URL.
generateAndSaveMeta() - Method in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
generateCSR(String, String, String, String, String, String, String, String, ResultSetInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
genMFA2Secret(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Returns secret key used to generate MFA code.
get(Object) - Method in class com.deltek.enterprise.system.utils.SoftHashMap
The caller should not have any strong reference to key.
getAccountLevelInfo(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.AccountInterface
Return the int[] array of Account level lengths
getActionId() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Returns action id.
getAddress() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
getADFSSAMLProviderId(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getAlias() - Method in interface com.deltek.enterprise.system.applicationinterface.RSColumn
Returns select column's alias
getAllAppKeys(String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
Get all keys values associated with application id
getAllChildren() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the List of ResultSetInterfaces of all open children result sets.
getAllRows() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSetRead
returns Iterator that allows you to get all rows , next() method also sets context on the row it returns
getAllSystemSqlBindVars(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Builds a Map of system bind variables necessary to execute this statement.
getAltFileLocationObjectId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
This function allows to determine at run-time the alternate file location Id field for a given file name field.
getAltProjLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.AltProjInterface
Return the int[] array of Alternate Project level lengths
getAmDesc() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns time AM description.
getANSISelectBuilder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return class which allows to manipulate SQL written in ANSI format
getApp() - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppsDef
Gets the value of the app property.
getAppId() - Method in interface com.deltek.enterprise.system.applicationinterface.AppContext
Returns the App Id for this App.
getAppId() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Returns application Id that is associated with given SqlManager , can be null is SqlManager was created by framework classes
getApplication() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Returns the AppInterface for the application this action was invoked from.
getApplication() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the AppInterface for the application this result set is currently in.
getAppLogger() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 12
getAppLogger() - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
 
getAppName() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns the App Name for this App.
getAppointment(String, String, String, String, Calendar, Calendar, String, boolean, boolean, boolean, Map<String, String>) - Method in class com.deltek.enterprise.system.utils.IcsGenerator
Builds a String containing a simple appointment based on iCalendar specification and Outlook specific extensions
getApprovedActivities(int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
getApps() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
Gets the value of the apps property.
getAttachment(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get Attachment
getAttachments() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getAttachProperty() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Attached property
getAzureSAMLProviderId(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getBackEnd() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
returns database backend type
getBcc() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getBinaryFile(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
 
getBindsTable() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
If you use HashMap to store into variables you have to call this function after every SqlFetchNext() to get fresh row from database
getBody() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getBodyType() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getBoolean(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getBulkInserter() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
returns BulkInserter that can be used to efficiently copy data from one table to another.
getCalendarValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getCanonicalLocale() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns Java locale.
getCapabilityQuery() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Capability to Query repository content
GetCase(SqlManager, long, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Get case status from RNT if case is not found in RNT return null
GetCaseRoot(SqlManager) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Get Location ID for case attachments
getCategories() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getCategories() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get Categories
getCc() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getChangeKey() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBObjectIdInterface
Change Key
getChangeToken() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Change Token (usd for optimistic locking)
getchar(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as a char.
getCheckOutUser() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Who is check-out user
getChild(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
Returns IntResultSet of the child result set.
getChild(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the ResultSetInterface of the child result set.
getChildFolderCount() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
Child folder count
getChildFormatter(String) - Method in interface com.deltek.enterprise.system.utils.userquery.QueryDataFormatter
 
getChildNo() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns child no of the current result set
getChildRS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSetRead
returns child rs to the current rs (if third party system supports nested rs)
getChildRSs() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSetRead
returns list of child result sets
getChoices() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Valid Choices for choice data
getClientIP(HttpServletRequest) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
getCmsContentType(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get the CMS content type definition
getCmsContentType(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get the CMS content type definition
getCmsContentTypes(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get the list of defined CMS content types - If root document type is defined in configuration, then shows only sub-types of the pre-defined root type
getCmsData(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getCmsEndpoints() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get CM Systems endpoints.
getCmsFolder(String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get folder details or null if folder does not exist
getCmsFolder(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get Cms Folder using location as parameter
getCmsFolders(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get the list of all folders within CMS Repository
getCmsRepositories(String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get CMS Repositories from given endpoint.
getCmsRepository(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get CMS repository info.
getCmsUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getCmsUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getCobraData(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Lookup methods to return data form Cobra using one of the Get* methods
getCobraInterface() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns CobraInterface object that allows Costpoint applications to invoke Cobra web service; returns null is cobra related properties hasn't been setup in the enterprise.properties file
getCobraUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getCobraUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getColumn() - Method in interface com.deltek.enterprise.system.applicationinterface.RSColumn
Returns select column's text without alias
getColumnDelta(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns back delta of all changes made to the specified column.
getColumnDelta(String, double) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns back the difference between the delta of all changes made to the specified column and the columnTotal number or 0 if they are equal according to the framework number compare algorithm ( you cannot use java == method because java computations are not precise ).
getCompanyId() - Method in interface com.deltek.enterprise.system.applicationinterface.AppContext
Returns the Company Id for this app/user session.
getCompanyId() - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Returns the Company Id for this session.
getCompanyId() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getConst(String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
getConstant(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns the value for the passed constant Id.
getConstant(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Returns a Constant Value through GlobalData
getContent(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Gets a binary content from the CMS
getContent() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getContentBaseFolder() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Base folder for this content type
getContentExists(String, String, String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Does content exist by filename
getContentExists(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
getContentId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getContentInfo(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Get Content details with metadata
getContentLocation() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getContentManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7 Intended for system applications only
getContentManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
ver 7 Intended for system applications only
getContentStream() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Content Stream
getContentType() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
CMS content type of the content
getContentType() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns content type.
getContentType() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Returns content type.
getContentType() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getConversationTopic() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getCpContentTypeId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Costpoint content type
getCpContentTypeName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
 
getCPLocale(AppInterface) - Static method in class com.deltek.enterprise.system.utils.Dates
 
getCreateable() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute indicates whether new objects of this type can be created.
getCreated() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getCreatedBy() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Created By
getCreatedBy() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Created By
getCreationDate() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Creation date
getCreationDate() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Creation date
getCRLFileBytes(String) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getCTypeLocId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Location ID
getCulture() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getData(String, List<String>, List<String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
 
getDataType() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the dataType property.
getDate(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getDate(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as a Calendar.
getDateFmtNo() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns date format number.
getDateSeparator() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns date separator.
getDateValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getDecSeparator() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns decimal separator.
getDefaultContextRowFinder() - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Invoke getDefaultContextRowFinder() from RSOpen class to get reference to 'default context row finder' which you can use to automatically set conditions that framework will use to decide where to put context row to in the autopopulate result sets after executing query first time; this is to overwrite default behavior where we put context on the first row
getDefaultPrinter() - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Returns default printer.
getDefaultUserQuery() - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Invoke getDefaultUserQuery() from RSOpen class to get reference to 'default user query' which you can use to automatically set conditions that user would most likely use in the Query dialog to initially limit the number of returning records .
getDefaultUserQuery() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Deprecated.
Use getExtendedRSMetadata().getDefaultUserQuery() method instead.
getDefaultValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute is optional and is only aplicable to application-maintained properties.
getDeleteItems() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
getDesc() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns description.
getDesc() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Returns description.
getDescription() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This is an optional attribute containing a description of the property.
getDescription() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Description
getDescription() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This is an application’s description of this object type, such as the nature of content, or its intended use.
getDigitalDocumentHistory() - Method in interface com.deltek.enterprise.system.utils.digitalsign.DigitalDocumentManager
 
getDigitalDocumentManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns digital document manager instance for the RS.
getDisplayCc() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getDisplayName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute is used for presentation by CMS application.
getDisplayName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute is used for presentation by application.
getDisplayName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
Name
getDisplayName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBUserInterface
 
getDisplayTo() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getDistinguishedUser() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBUserInterface
 
getDocumentId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentLastRevision() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentRevisions() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentTimestamp() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentTypeId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentTypeName() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDocumentUserId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentInterface
 
getDomain() - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainsDef
Gets the value of the domain property.
getDomainName() - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
getDomains() - Method in class com.deltek.enterprise.system.utils.word.jaxb.CPMeta
Gets the value of the domains property.
getDouble(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getdouble(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as a double.
getDouble(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as a Double.
getDoubleValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getEditItems() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
getEmailManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 9
getEndpointId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
CMS Endpoint
getEndpointId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
CMS Endpoint for this content
getEndpointId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Endpoint ID
getEndpointName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
 
getEnterpriseAppURL(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getEnvironmentName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getExchangeUPNSuffix() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get User Principal Name Suffix (usually domain.com) for Exchange Server
getExchangeUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getExchangeUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getExecProfileCd() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns the execution profile of the application.
getExpDate() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns file exp date.
getExpDate() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Returns file exp date.
getExprAge() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getExprDate(Calendar) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getExprTimeIncrementCd() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getExtendedAppMetadata() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
getExtendedRSMetadata() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getExtraActionConfig() - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
 
getField() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldsDef
Gets the value of the field property.
getFields() - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Gets the value of the fields property.
getFileDateTime() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns last modified date/time.
getFileDateTime(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns last modified date/time.
getFileDateTime(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns last modified date/time.
getFileDateTime(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns last modified date/time.
getFileDateTime() - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Returns last modified date/time.
getFileDescr() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFileExt() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFileExt(String) - Static method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFileInputStream() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns file content as input stream.
getFileInputStream(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns file content as input stream.
getFileLength(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns file length.
getFileLength(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns file size.
getFileManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
ver 6
getFileManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8
getFilePointer() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns the current offset in the open file.
getFilePolicies(String, SqlManager) - Static method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFilePolicy(String, String, SqlManager) - Static method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFilePolicy(String, String, Map<String, FilePolicy>) - Static method in class com.deltek.enterprise.system.utils.FilePolicy
 
getFileReadManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
getFileReadManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
getFileWriteManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
getFileWriteManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
getFolder() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Actual folder where the content is stored
getFolder(MBFolderIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get full folder information.
getFolder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get folder by full folder path
getFolderEmailAddress(MBFolderInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get Folder email address.
getFolderName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderIdInterface
 
getFormat() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the format property.
getFormTabLinkedChildren(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateWizardRSInterface
 
getFrom() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getFullName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
Full name (path)
getGlobalTrustStore(String) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getGlobalTrustStoreCertificates(AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getGovWinIQClientId(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGovWinIQClientSecret(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGovWinIQData(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGOVWINIQImportInterface(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
deprecated , please use method with extra par appId ver 7.1.1 This function returns GOVWINIQImportInterface object that allows Costpoint applications to import data from GOVWINIQ system
getGOVWINIQImportInterface(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
same as method above but allow developes to set Cosptoint app data will be imported to
getGovWinIQUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGovWinIQUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGovWinUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getGovWinUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getHasAttachments() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getHRsmartImportInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns HRsmartImportInterface object that allows Costpoint applications to import data from HRsmart system
getHRsmartImportInterface(String, Map<String, String>) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns HRsmartImportInterface object that allows Costpoint applications to import data from HRsmart system
getHRsmartInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns HRsmartInterface object that allows Costpoint applications to intergate with HRsmart system
getICRInterface() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8 ICR interface
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns locale ID.
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Unique Id of the folder (implemented differently for different CMS systems but should stay the same for the folder lifetime
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Unique Id of the content (implemented differently for different CMS systems but should stay the same for the lifetime and travel of the content in CMS
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
Property Id
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute contains a system-assigned ID which uniquely identifies this property.
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
ID
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute uniquely identifies this object type in the repository.
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
Id
getId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
Gets the value of the id property.
getId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
Gets the value of the id property.
getId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the id property.
getId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
Gets the value of the id property.
getId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Gets the value of the id property.
getImportance() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getInherited() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute indicates whether the property is inherited from the parent object type or it is explicitly defined for this object type.
getInReplyTo() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getint(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as an int.
getInteger(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getInteger(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as an Integer.
getIntegerValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getInterfaceScope() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
returns interafce scope : PLANT,COMPANY or CORPORATE
getInternetMessageId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getInvokeAppInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns InvokeAppInterface object that allows Costpoint applications to submit data to the other Costpoint application and invoke actions or reports
getInvokeLocalGenericWS() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns InvokeLocalGenericWS object that allows Costpoint applications to invoke generic web services
getIsAssociated() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsAttachment() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsCheckedOut() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Is it checked-out (Locked)
getIsContactPhoto() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getIsDraft() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsFromMe() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsInline() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getIsNew() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsReminderSet() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsResend() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsSubmitted() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getIsUnmodified() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getItem(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get Item by string id
getItem(MBObjectIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get Item by object id
getItemClass() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getJobServerManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver GENERAL Intended for system applications only
getKeysMap(String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
getLangId() - Method in interface com.deltek.enterprise.system.applicationinterface.AppContext
Returns language no selected by current user.
getLangId() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns locale language id.
getLangId() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns language id selected by current user
getLastErrorInfo() - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Get last error
getLastErrorMessage() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
getLastErrors() - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Users of Workflow interface can call this method to determine if there is any error during the previous API call Currently the API returns any errors that are associated with sending email
getLastModifiedName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getLastModifiedTime() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getLastModifiedTime() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getLastPostSemaphoreData() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
getLastPostSemaphoreData(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getLastSyncDate() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
Returns the earliest successful sync date among all plants for given interface type - interface type you used to get instance of object; this date should be used to select all entities that were modified after it; method will return null if all plants have empty location in which case sync process should stop.
getLicensedProducts(AppInterface) - Method in class com.deltek.enterprise.system.utils.AddOnProducts
Retrieves list of licensed add-on products
getListInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Used only on the client side .Returns ListControlInterface which allows delelopers to invoke listbox specific functions on the client side
getListMultiSelect() - Method in interface com.deltek.enterprise.system.applicationinterface.ListControlInterface
get method returns an array of selected values
getListOfPrinters() - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Returns list of printers.
getListOfSystemFonts() - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Returns list of available fonts
getLkpObjectId() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return the object id of the column/cell in the parent RS which the lookup was opened for
getLocalTrustStore(SqlManager) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getLocalTrustStoreCertificates(AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getLocalTrustStoreCertificates(AppInterface, SqlManager) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
getLocations() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
Returns list of all locations
getLong(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getlong(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as long.
getLong(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as Long.
getLongValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getLookupFieldId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Id of a field in the lookup that provides valid choices for this data
getLookupId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Id of a lookup that provides choices for this data
getMailboxType() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
GetMasterProjects - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
getMaxDate() - Static method in class com.deltek.enterprise.system.utils.Dates
 
getMaxIntValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Maximum value for Integer data type
getMaxStringLength() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Maximum length for String data type
getMBoardManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.01 Intended for system applications only
getMBTopicRights(SqlManager, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get current user rights to particular Exchange folder
getMD5CheckSum(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Use method to generate MD5 check sum for any file in CP
getMenuJsDef(StringBuilder, String, List) - Static method in class com.deltek.enterprise.system.utils.JSUtils
This methods builds JavaScript for menu Called from LoginServlet and MasterServlet Change company.
getMESInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 6.1 This function returns MESInterface object that allows Costpoint applications to intergate with MES system
getMessageText(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Retrieve message text by message Id substituting CP constants, parms, value object references and terms.
getMetaData(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Returns java.sql.ResultSetMetaData for the prepared select statement
getMetaData(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Returns java.sql.ResultSetMetaData for the diven select statement
getMimeType() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
MIME type
getMinDate() - Static method in class com.deltek.enterprise.system.utils.Dates
 
getMinIntValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Minimum value for Integer data type
getMinLength() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator.PasswordPolicy
Returns password minimum length.
getModifiedBy() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Last modified by user
getModifiedBy() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Last modified by user
getModifiedDate() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Last Modified Date
getModifiedDate() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Last Modified Date
getModule() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModulesDef
Gets the value of the module property.
getModules() - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
Gets the value of the modules property.
getMsgType() - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Returns previously set Message Type.
getMUFreeObjIds() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Reserved for multicurrency
getMUInfo() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the hashmap of currFuncType-objectId combinations for the result set.
getMULinkedObjIds(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Reserved for multicurrency
getMultiValued() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute indicates whether the property is “single-valued” or “multi-valued”.
getMURecalcTree() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Reserved for multicurrency
getMyMenuJsDef(StringBuilder, String, List) - Static method in class com.deltek.enterprise.system.utils.JSUtils
This methods builds JavaScript for MyMenu Called from LoginServlet and MasterServlet Change company.
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns locale name.
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Name of the folder
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Name of the content
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute identifies this property among all properties of this object type, including inherited properties.
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Name
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
Content type name
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getName() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
getName() - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
Gets the value of the name property.
getName() - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
Gets the value of the name property.
getName() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the name property.
getName() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
Gets the value of the name property.
getName() - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Gets the value of the name property.
getNewRecordsWhereConditon(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionInterface
invoke this method to get extra WHERE condition you can use to figure out which records current synch process tried to send ( including records that failed with errors ) as new to the Vision CRM system .
getNGRPInterface(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns NGRPInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getNonClosableChildren(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateWizardRSInterface
 
getNonTxSqlManager(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns a non transactional instance of SqlManager.
getObject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getObject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return the object stored by the system (previously stored with storeObject).
getObject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Return the object stored by the system (previously stored with storeObject).
getObject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Return the object stored by the system (previously stored with storeObject).
getObjectId() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return the String containing the Object Id of the object being validated.
getObjectId() - Method in interface com.deltek.enterprise.system.applicationinterface.RSColumn
Returns select column's object Id
getObjectIdType(String) - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
getOpenAppsList() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 6.0 Intended for system applications only (Help About)
getOpenChoice() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute is only applicable to properties that provide a value for the “Choices” attribute.
getOrderable() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Orderable This attribute defines whether or not the property can appear in the ORDER BY clause of a SQL SELECT statement.
getOrgLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.OrgInterface
Return the int[] array of Organization Number level lengths
getOrgSecProfCd(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
Retrieves the user's Org Security profile code.
getOrgSecProfCd(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
Retrieves the user's Org Security profile code.
getOrgSecProfName(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
Retrieves the user's Org Security profile name
getOrgSecProfName(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
Retrieves the user's Org Security profile name
getOriginalValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
Original property value from the CMS system
getOrigObjectId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns back the system assigned object id of the system-created column that stores the previous value of the sObjectId column.
getOrigSelect() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getOtherSAMLProviderId(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getParent() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Parent folder path
getParentFolderId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getParentId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
parentId
getParentId() - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Gets the value of the parentId property.
getParentRS() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
 
getParentRS() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the ResultSetInterface of the parent result set.
getParmsValue() - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
getParmsValue(Map) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
getPartition(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Ask Alex before use ! Special function you need to use to get cached by lockPartition() data
getPasswordPolicy() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator
Returns password policy.
getPath() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
Folder path
getPermissionLevel() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
getPermissions() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderInterface
Permissions
getPmDesc() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns time PM description.
getPostedTime() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getPrecision() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the precision property.
getPrevObjectId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns back the system assigned object id of the system-created column that stores the previous value (the one that was already validated) of the sObjectId column.
GetPrimaryContact(SqlManager) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Get primary contact email (must be registered as PC in RNT)
getPrimarySmtpAddress() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBUserInterface
 
getPrinter(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Returns printer.
getProductCode() - Method in interface com.deltek.enterprise.system.applicationinterface.ProductLicenseInterface
Gets product code
getProductName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Product Name
getProductName() - Method in interface com.deltek.enterprise.system.applicationinterface.ProductLicenseInterface
Gets product code
getProductTermDt() - Method in interface com.deltek.enterprise.system.applicationinterface.ProductLicenseInterface
Gets product code
getProductVersion() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns the version of the product version 6
getProductVersion() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Product Version
GetProjectClasses - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
GetProjectFields - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
GetProjectFiles - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
getProjectLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.ProjectInterface
Return the int[] array of Project Number level lengths
GetProjectProperties - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
GetProjects - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
getProjMnfctMeData(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProjMnfctMeUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProjMnfctMeUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProjMnfctSftData(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProjMnfctSftUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProjMnfctSftUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getProperties() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Get content properties (Metadata)
getProperties() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
Get Property definitions for this Content Type
getProperty(String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Get specific property
getPropertyType() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
This attribute indicates the type of this property.
getQueryable() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
Queryable This attribute defines whether or not the property can appear in the WHERE clause of a SQL SELECT statement.
getQueryable() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute indicates whether or not this object type is queryable.
getQueryCount() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getQueryCount(String, boolean, HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getQueryName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute is used as a table name in a SQL query.
getQueueActiveFlag() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
getQueueId() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
getRandomPassword(String) - Method in class com.deltek.enterprise.system.utils.PasswordGenerator
Generates random password.
getReadItems() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
getReadOnly() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
A “read-only” property is a system property that is either maintained or computed by the repository.
getRealTableName(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Returns real database table name
getReceived() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getRefLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.RefInterface
Return the int[] array of Reference Number level lengths
getRegParm(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Returns the value for the named parameter if one was passed from the client
getRegParm(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the value for the named parameter if one was passed from the client
getRegularActionReportParams() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
Use this method to get reference to the parameters row that you can populate with data using set* methods and then pass as a parameter to one of the method that invokes action or report; you only need to do it if you invoke action/report with regular parameters as opposed to the saved parameter or archive report id
getRemoteIP(HttpServletRequest) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
getReorgLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.ReorgInterface
Return the int[] array of Reorg level lengths
getReplyTo() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getReportId() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function can be used from report before/after action if the same class/method is re-used for more then one report ver 6
getReportId() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns report ID for currently executing report.
getReportingManager() - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Returns Reporting Manager instance.
getRepositoryId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
CMS Repository
getRepositoryId() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
CMS Repository for this content
getRepositoryName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
 
getRequireCheckOut() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Require Checkout
getRequired() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface
For non-read-only properties: The value of a required property MUST always be set.
getResourceFile(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns reference to application resource file (pdf, xml.
GetResourceFileProperties - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
GetResourceFiles - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
GetResources - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
getResPlanUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getResPlanUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getRestrictAuthMethods(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Returns array containing restricted authentication methods.
getResultSet() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Returns the ResultSetInterface for the result set this action was invoked from.
getRevision() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentDataInterface
 
getRNTManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1.1 Intended for system applications only
getRoleUserIds(String, String, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Get users that belong to role
getRoutingType() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
getRowColumns() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSetRead
returns list of result set columns in this row
getRowData() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns context row from the row set as ArrayList.
getRowSet() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
Return the IntRowSet to the row in context.
getRowSet() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return the RowSetInterface to the row in context.
getRowSetContext() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
Get current context row in a result set.
getRowSetContext() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Get the context row in a result set.
getRowStatus() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns the status of the row (whether it is new, edited, marked deleted or a combination of them).
getRowVersion(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Allows developer to get value of the system ROWVERSION column,should be used only on exceptional basic because ROWVERSION manipulation can break system logic of saving data
getRs() - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
getRs() - Method in class com.deltek.enterprise.system.utils.word.jaxb.RssDef
Gets the value of the rs property.
getRSButtonsConfig() - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
use this method to get class that allows you ot customize rs toolbar buttons
getRSColumns() - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
returns back the ArrayList of RSColumn objects
getRsets() - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
Gets the value of the rsets property.
getRsFetchSize() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
getRSId() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
 
getRSId() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the RS Id of the current Result Set
getRSItemExprById(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Use this method to get RSItem text as it appears on the original select statement
getRSName() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the name of the current result set.
getRSSize() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getRSType() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns to the type of the current result set (ie.
getSAMLAdDomain(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSAMLIdPFedMdXMLFile(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSAMLSPEntityId(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getScale() - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Gets the value of the scale property.
getSelect() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getSelect() - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Returns current select statement
getSelectBuilder(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return class which allows to manipulate SQL
getSelectNoUserWhere() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
getSender() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getSensitivity() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getSent() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getSequentialFlag() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
getSessionId() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Returns the unique identifier for this session.
getSetting(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Allows to cache commonly used data in cluster wide store.
getSettings(SettingsManagerInterface, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
Get Company-specific User Settings
getSettings() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionInterface
invoke this method to get data from GetCMConnectorConfig Vision CRM method; all settings will be returned as Strings so application should use getString() method to get them from IntRowRead and do extra data formatting if necessary
getSFTInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
This function returns SFTInterface object that allows Costpoint applications to intergate with SFT system
getSHA256CheckSum(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Use method to generate SHA-256 check sum for any file in CP
getSID() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBUserInterface
 
getSignAppId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSignatureCount() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentDataInterface
 
getSignatures() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentDataInterface
 
getSignCertData() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSignRSId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSignTimestamp() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSignUserId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSignValue() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getSilkRdFTPUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSilkRdFTPUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSilkRdWSUserName(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSilkRdWSUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getSilkroadImportInterface(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns SilkroadImportInterface object that allows Costpoint applications to import data from Silkroad system
getSilkroadInterface(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.0.1 This function returns SilkroadInterface object that allows Costpoint applications to intergate with Silkroad system
getSize() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Size in bytes
getSize() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
getSize() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getSqlManager(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Return an instance of SqlManager.
getSqlManager(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
Return an instance of SqlManager.
getSqlManager(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Return an instance of SqlManager.
getSqlManager(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Return an instance of SqlManager.
getStng(int) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPCurrencyInterface
Use this method to get any currency related property value.
getString(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowRead
 
getStringValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
getStringValue(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as a String.
getSubject() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
GetSubProjects - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
 
getSum(FormulaPrototype, String, String, Command) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
getSystemDfltFont(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Returns system default font.
getSystemName() - Method in interface com.deltek.enterprise.system.applicationinterface.AppContext
Returns the system name selected by the current user when login.
getSystemName() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the system name selected by the current user when login.
getSystemName() - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
 
getTemplateStructure(int, String, AppInterface) - Static method in class com.deltek.enterprise.system.utils.CacheManager
 
getText() - Method in interface com.deltek.enterprise.system.applicationinterface.RSColumn
Returns select column's text
getThouSeparator() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns thousand separator.
getTimeFmtNo() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns time format number.
getTimeSeparator() - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Returns time separator.
getTimestamp() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentDataInterface
 
getTitle() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
Title or Description of the content
getTlntUserPassword(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getTo() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getTwilioAcctSid(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getTwilioAuthKey(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getTwilioAuthSecret(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getTwilioFromPhone(String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
getType() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
Property type definition
getType() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
getUniqueId() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBObjectIdInterface
Unique Id
getUnsignTimestamp() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getUnsignUserId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
getUploadMaxSize() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
getURI() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentFolderInterface
URI
getURI() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
URI
getUser() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
getUserId() - Method in interface com.deltek.enterprise.system.applicationinterface.AppContext
Returns the user Id of the current user.
getUserId() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentDataInterface
 
getUserValueBinds() - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
getVal(String, String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
getValue() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
Get Property Value
getValue(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Returns value of the field (specified with ObjectId) as an Object.
getValueChild(String, ResultSetInterface, String) - Method in class com.deltek.enterprise.system.utils.FormulaPrototype
 
getValueChildOrig(String, ResultSetInterface, String) - Method in class com.deltek.enterprise.system.utils.FormulaPrototype
 
getValues() - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
getValues(String) - Method in class com.deltek.enterprise.system.utils.CPDalTable
 
getVendorName() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface
Vendor Name
getVersion() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentInterface
File version in the repository
getVersionable() - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentTypeInterface
This attribute Indicates whether or not objects of this type are versionable.
getVisionImportInterface(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionImportInterface object that allows Costpoint applications to import data from Vision system
getVisionInfoCenterInterface(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getVisionInfoCenterInterface(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getVisionInfoCenterSchema(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
returns xml schema for given infoCenterName
getVisionPickListInterface(String, ArrayList<String>, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getVisionPickListInterface(String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getVisionPickListInterface(String, ArrayList<String>, ArrayList<String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getVisionPickListInterface(String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service; returns null is Vision related properties hasn't been setup in the enterprise.properties file
getWFAManager() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
ver 7.11 Intended for system applications only
getWfCaseUsers(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
getWfExists() - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Does screen has associated wf
getWfs() - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Get the wf key for specific screen
getWhseLocLevelInfo(AppInterface, String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.WhseInterface
Return the int[] array of Warehouse Location level lengths
getWorkflowManager() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 9
getWritableMBFolders(SqlManager, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Get list of available full rights folders for posting new messages Also used to default folder only one is returned
GOVWINIQImportInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
HRsmart provides methods to allow Constpoint application to import data from GOVWINIQ system ; use Application object getGOVWINIQImportInterface method to get GOVWINIQImportInterfaceImportInterface Use createOutputRowSet method to convert GOVWINIQ IntRowSetRead into data structure we can pass to Costpoint application.
GOVWINIQInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
provides methods to allow Constpoint application to interate with one of the Interfaces in the GOVWINIQ system ; use Application object getHRsmartInterface method to get GOVWINIQInterface
GREATER - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
GREATER - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
GREATER_EQUAL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
GREATER_EQUAL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 

H

H_LKP_CTX_OBJECT - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
H_LKP_QRY_ONELEVEL - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
H_LKP_QUERY_OBJECT - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
H_LKP_SEL_LVL - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
H_LKP_SEL_ROW - Static variable in interface com.deltek.enterprise.system.applicationinterface.CPConstants
 
handleError(IntRowRead, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.ErrorHandler
application needs to implement this method if it needs to do some custom error handling and/or override default error message we log into system table
handleMessage(IntRowRead, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.MessageHandler
application needs to implement this method if it needs to do message handling
hasExternalTimeAndExpense() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
This method indicates if External Time and Expense DB segment (TEEXTRNL) is present in the current system.
hashCode() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
hashPassword(String, String) - Static method in class com.deltek.enterprise.system.utils.Passwords
Use this function to create hash from userId and password combination ; This function is for web client use only
hasTimeAndExpenseDBSegment() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This method indicates if Time and Expense DB segment (TEESS) is present in the current system.
hasUnsavedChanges() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This function is for compilation only, it's called on client
hasValue() - Method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
hex(byte[]) - Static method in class com.deltek.enterprise.system.utils.Passwords
 
hideListElements(String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ListControlInterface
makes list entries hidden
hideRSButtonForm(int) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
hideRSButtonForm allows you to hide rs button in form view
hideRSButtonTable(int) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
hideRSButtonTable allows you to hide rs button in table view
HOURS_12 - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
 
HOURS_24 - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
 
HRsmartImportInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
HRsmart provides methods to allow Constpoint application to import data from HRsmart system ; use Application object getHRsmartImportInterface method to get HRsmartImportInterface Use createOutputRowSet method to convert HRsmart IntRowSetRead into data structure we can pass to Costpoint application.
HRsmartInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
HRsmart provides methods to allow Constpoint application to interate with one of the Interfaces in the HRsmart system ; use Application object getHRsmartInterface method to get HRsmartInterface

I

icr(String, byte[], List<String>, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ICRInterface
Performs file ICR by sending BASE64 encoded file directly to ICR provider
ICRInterface - Interface in com.deltek.enterprise.system.applicationinterface
Performs file (receipts, bills) ICR - Intelligent Character Recognition
icrS3(String, byte[], List<String>, int) - Method in interface com.deltek.enterprise.system.applicationinterface.ICRInterface
Performs file ICR by uploading binary file to Amazon AWS bucket and then requesting ICR from ICR provider
IcsGenerator - Class in com.deltek.enterprise.system.utils
 
IcsGenerator() - Constructor for class com.deltek.enterprise.system.utils.IcsGenerator
 
id - Variable in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
 
id - Variable in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
 
id - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
id - Variable in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
 
id - Variable in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
 
ignoreCase - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
index - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
initiate(String, String, String, Map<String, String>, String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Initiates a new case instance for a given WORKFLOW NAME by starting the first level activities
initiate(String, String, int, Map<String, String>, String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Initiates a new case instance of a given WORKFLOW KEY by starting the first level activities
initSynchProcess() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionInterface
call this method once at the beginning of the synch process to clear system table that keeps track of new records we submit to the Vision CRM system
INSERT_ACTION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
insertPostSemaphoreData(HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Inserts a row in POST_SEMAPHORE table.
insertRow(HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.BulkInserter
Call this method to bulk insert data into table .
IntegrationUtils - Class in com.deltek.enterprise.system.utils
Title: Integration Utils Facade
IntegrationUtils() - Constructor for class com.deltek.enterprise.system.utils.IntegrationUtils
 
IntegrationWSHandlerResolver - Class in com.deltek.enterprise.system.utils
Title: Facade for WSHandlerResolver to help developers Invoke WS
IntegrationWSHandlerResolver(WSProps) - Constructor for class com.deltek.enterprise.system.utils.IntegrationWSHandlerResolver
 
IntegrationWSProps - Class in com.deltek.enterprise.system.utils
Title: Facade for WSProps to help developers to invoke WS
IntegrationWSProps() - Constructor for class com.deltek.enterprise.system.utils.IntegrationWSProps
 
INTERFACE_ACCRUAL - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_ACTION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_ACTIVITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_BOM_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_CHARGE_ELEMENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_COMPANIES - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQInterface
 
INTERFACE_DELEGATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_DEPARTMENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_DEPARTMENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadInterface
 
INTERFACE_EMPLOYEE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_EMPLOYEE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadInterface
 
INTERFACE_EMPLOYEE_AD_HOC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_HIERARCHY - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_INVENTORY_ABBREVIATIONS_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_JOB - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadInterface
 
INTERFACE_JOB_TEMPLATE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_JOB_TITLE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_LOCATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_LOCATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadInterface
 
INTERFACE_LOCATION_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_MATERIAL_ISSUE_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_MESSAGE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_OPER_TYPE_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_OPERATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_OPPORTUNITIES - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQInterface
 
INTERFACE_ORDER - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_ORGANIZATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_PART_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_PERSON - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSON_ASSIGNMENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSON_GROUP - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSON_SCHEDULE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSON_SCHEDULE_EVENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSON_SETTING - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SFTInterface
 
INTERFACE_PERSONNEL_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_PO_LINE_RECEIPT_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_PROJECT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_PROJECT_MEMBER - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_PROJECT_PAO_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_PURCHASE_ORDER_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_REQUISITIONS - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_REQUISITIONS - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadInterface
 
INTERFACE_SKILL - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_SKILL_CATEGORY - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_SKILL_LAST_USED - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_SKILL_LEVEL - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_SKILL_USAGE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_SUPPLIER_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_USER_SKILL - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartInterface
 
INTERFACE_WAREHOUSE_INV_LOC_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_WORK_ORDER_ISSUE_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_WORK_ORDER_OPERATION_SCHEDULE_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
INTERFACE_WORK_ORDER_STATUS_SYNC - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MESInterface
 
IntResultSet - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
IntRowRead - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
IntRowSet - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
IntRowSetRead - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
IntRowWrite - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
invokeAction(String, String, String, IntRowWrite, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
You this method to invoke action synchronously .
invokeActionAsync(String, String, String, IntRowWrite, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
You this method to invoke action asynchronously ; it works same way as invokeAction() except we submit invoke action request to the framework and immidiately return control back.
InvokeAppInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
invokeExcelReportAsync(String, String, String, IntRowWrite, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
 
invokeHTMLReportAsync(String, String, String, IntRowWrite, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
 
InvokeLocalGenericWS - Interface in com.deltek.enterprise.system.applicationinterface.integration
This helper class helps you to invoke generic webs erivces that are deployed locally to the same system .
invokePDFReportAsync(String, String, String, IntRowWrite, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
method renerates report asynchronously ; it works same way as invokeReportPDF() except we submit generate report request to the framework and immidiately return control back.
invokeReportExcel(String, String, String, IntRowWrite, String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
Same as invokeReportPDF() but it returns back report in Excel format
invokeReportHTML(String, String, String, IntRowWrite, String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
Same as invokeReportPDF() but it returns back report in PDF format
invokeReportPDF(String, String, String, IntRowWrite, String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
You this method to invoke report synchronously .
inWhere - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
IS_ME - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
IS_NOT_ME - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
IS_NOT_NULL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
IS_NOT_NULL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
IS_NULL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
IS_NULL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
IS_TODAY - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
isAlphaNumeric(String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Call this method to verify whether the template value has only alphanumeri characters.
isAlphaNumeric(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Call this method to verify whether the template value has only alphanumeri characters with some allowed delimiters embedded in the value
isBudgetingAndPlanningDeployed() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This method indicates if Budgeting And Planning is Deployed in the current system.
isCanCreateItems() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
isCanCreateSubFolders() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
isChanged() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Checks if the row set contains rows with either of the following flags: ROW_Edited|ROW_New|ROW_MarkDeleted|ROW_ChildModified.
isComparison() - Method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
isCompleted(String, int, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Checks whether the activity for the case has already been completed
isConfigured() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Is Exchange Integration configured for current system?
isConfigured(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Is Exchange Integration configured?
isConfigured() - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Is RNT Integration configured for CP ?
isCostpointDeployed() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This method indicates if Time and Expense Deployed in the current system.
isDescend - Variable in class com.deltek.enterprise.system.utils.userquery.UserSortItem
 
isDigitalSignEnabled() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Checks whether digital signature is enabled for the RS.
isDigitalSignEnabled() - Method in interface com.deltek.enterprise.system.utils.digitalsign.DigitalDocumentManager
 
isEmailConfigured() - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
isEmpty() - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
isExactMatch(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Call this method to test whether the value has the same format as the supplied pattern string
isExpression() - Method in interface com.deltek.enterprise.system.applicationinterface.RSColumn
Tells whether select column is expression
isFullQuery() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
isHeyDeltekEnabled() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 returns true if HeyDeltek is enabled, false otherwise
isIMConfigured() - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
isInQueryCountMode() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
isIsFolderContact() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
isIsFolderOwner() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
isIsFolderVisible() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
isIsRead() - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
isItemMaxExpr - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
isJobServerRunning(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Checks whether the job server is running or not
isLeapYear(int) - Static method in class com.deltek.enterprise.system.utils.Dates
 
isLike() - Method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
isORCondition - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
isParallelExecution() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to check where Oracle process executed from parallel queue Oracle
isPreferIndexMode() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Invoke this method to check current preferIndexMode
isPrime() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
isProcessCanceled() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Checks if the action was cancelled An action is cancelled only when either a developer calls cancel() method or it is cancelled by the framework This method is intended to be used in report after Action to check whether the reporting process was successful or not
isPushSubscribed() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 Returns true if user is subscribed for push notifications with the current server, false if not subscribed
isRowDeleted() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Checks if the row has been marked deleted.
isRowDeleted(String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
isRowModified() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Checks if the row has been modified.
isRowModified(String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
isRowNew() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Checks if the row is a new row Example:
isRowNew(String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
isRowUnvalidated() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
 
isSharepoint(String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
isTabActive(String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
isTableEmpty(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
utility method to check where table has any data , it works very fast , use it when you need to check large tables
isTimeAndExpenseDeployed() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 7.1 This method indicates if Time and Expense Deployed in the current system.
isUPPER - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
isUpperCase(String) - Method in interface com.deltek.enterprise.system.utils.userquery.QueryDataFormatter
 
isValidateOnContinue(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateWizardRSInterface
return true if we need to validate current tab fields when user clicks on Continue button in Wizard mode
isValidEmailAddress(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Verify email address format
isValidIP(String) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
isValidObjectId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Verifies if a provided objectId exists in the result set
isValidObjId(String, String) - Method in interface com.deltek.enterprise.system.utils.FormulaInterface
 
isVendor() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
isWizardUI(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateWizardRSInterface
return true if application needs to be open in Wizard mode ( with vertical tab bar and Continue/Back navigation buttons)

J

jmsQueueExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Validates the name of the JMS Queue
JOB_SERVER_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
JobServerManager - Interface in com.deltek.enterprise.system.applicationinterface
 
JobServerQueueInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
JSArrayEncoder - Class in com.deltek.enterprise.system.utils
 
JSArrayEncoder(int) - Constructor for class com.deltek.enterprise.system.utils.JSArrayEncoder
 
JSUtils - Class in com.deltek.enterprise.system.utils
 
JSUtils() - Constructor for class com.deltek.enterprise.system.utils.JSUtils
 

L

LAST_DAYS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
LAST_MONTH - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
leftAlignRSButtons(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
for use in TESS wizards where designers want to should result set buttons on the left side of the result set toolbar
length() - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns length of an opened file.
LESS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
LESS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
LESS_EQUAL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
LESS_EQUAL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
LicensedAppsBuilder - Class in com.deltek.enterprise.system.utils
Title: Use this class to rebuild W_LICENSED_APPS table
LicensedAppsBuilder(SqlManager, SqlManager, boolean) - Constructor for class com.deltek.enterprise.system.utils.LicensedAppsBuilder
 
ListControlInterface - Interface in com.deltek.enterprise.system.applicationinterface
!!! Attention: this is a dummy interface provided only for generation of client-side JavaScript code ListControlInterface provides methods specific to multi-select list box and combo box client-side contriols.
listFiles(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns list of file names in given Alt file location.
listFiles(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns list of file names in given Alt file location.
listFiles(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns list of file names in given Alt file location and subfolder If location does not exist or contains no files, then null is returned.
listFiles(String, String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Returns list of file names in given Alt file location and subfolder If location does not exist or contains no files, then null is returned.
loadData(SettingsManagerInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsInterface
Retrieves settings data from the database
loadData(SettingsManagerInterface) - Method in class com.deltek.enterprise.system.utils.CacheManager
 
loadRecentChanges() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQImportInterface
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
loadRecentChanges() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartImportInterface
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
loadRecentChanges() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadImportInterface
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
loadSAMLCerts(InputStream, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
loadState(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Restores SqlMananger state using variable obtained using saveState() method
locationCanWrite(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether the process can write to alternative file location.
locationCanWrite(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether the process can write to alternative file location.
locationExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether alternative file location exists and whether a user has rights to access it.
locationExists(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Checks whether alternative file location exists and whether a user has rights to access it.
locationExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileReaderInterface
Checks whether alternative file location exists and whether a user has rights to access it.
locationExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Checks whether alternative file location exists and whether a user has rights to access it.
lockPartition(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Ask Alex before use ! Special function you can use to populate 'logical table partition with data'
LoggerInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
LOOKUP_EQUAL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
LOOKUP_FUNC - Static variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 

M

M_D_Y - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
 
main(String[]) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
 
mapKeys - Static variable in class com.deltek.enterprise.system.utils.CPDalTable
 
markCurrentRowAsBad(String, Throwable) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowSetRead
if current row appears to be ok application needs to call addRow() on the output IntRowSet to submit this row to the Costpoint ; if row is bad ( e.g.
MBAttachmentInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBEmailAddressInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBEmailAddressInterface.MailboxType - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderIdInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderIdInterface.WellKnownFolderName - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderPermissionInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderPermissionInterface.FolderPermissionLevel - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderPermissionInterface.FolderPermissionReadAccess - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBFolderPermissionInterface.PermissionScope - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBItemInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBItemInterface.BodyType - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBItemInterface.Importance - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBItemInterface.ItemType - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBItemInterface.Sensitivity - Enum in com.deltek.enterprise.system.applicationinterface.mboard
 
MBManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBObjectIdInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MBUserInterface - Interface in com.deltek.enterprise.system.applicationinterface.mboard
 
MEMORY_FILE_LOCATION - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies virtual location to create file on the fly in memory.
MESInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
SoluminaInterface provides methods to allow Constpoint application to interate with one of the web service in Solumina system ; use Application object getSoluminaInterface() method to get SoluminaInterface
MessageHandler - Interface in com.deltek.enterprise.system.applicationinterface.integration
 
modifyUserQuery(ResultSetInterface, UserQuery) - Method in interface com.deltek.enterprise.system.applicationinterface.UserQuerySetSelect
Use this method to modify User Query condition ( conditions user enters in the query dialog)
module - Variable in class com.deltek.enterprise.system.utils.word.jaxb.ModulesDef
 
ModuleDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for moduleDef complex type.
ModuleDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
 
moduleId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
moduleName - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
modules - Variable in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
 
ModulesDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for modulesDef complex type.
ModulesDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.ModulesDef
 
MONTH_IS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
MU_ValExchRate(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.ExchangeRateInterface
Finds the exchange rate between two currencies for a given date.
MulticurrencyInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Multicurrency Interface provides methods to perform currency conversions and formatting routines.
MuRecalcLnkAmt(ResultSetInterface, String, ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.MulticurrencyInterface
re-calculate all linked for a given object
MuValAmtPrecision(ResultSetInterface, String, ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.MulticurrencyInterface
Validates the precision
MY_COLUMN_CHART - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
MY_LINKS - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
MY_LIST - Static variable in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 

N

name - Variable in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
 
name - Variable in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
 
name - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
name - Variable in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
 
name - Variable in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
 
neverDelete() - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
NEW_UI_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
next() - Method in interface com.deltek.enterprise.system.applicationinterface.RSIterator
 
NEXT_DAYS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
NEXT_MONTH - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
nextBufferRow() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the starting row of the range being selected.
NGRPInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
NGRPInterface provides methods to allow Constpoint application to interate with one of the Interfaces in the Vision system ; use Application object getNGRPInterface method to get NGRPInterface
NO_ARCH_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_ARCH_RIGHTS code.
NO_COST_SUPP_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_COST_SUPP_RIGHTS code.
NO_LABOR_SUPP_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_LABOR_SUPP_RIGHTS code.
NO_LD_SP - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Code to check "No Leading space"
NO_LDTR_SP - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Code to check "No Leading or Trailing space"
NO_ORG_SEC_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_ORG_SEC_RIGHTS code.
NO_PRICE_SUPP_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_PRICE_SUPP_RIGHTS code.
NO_SP - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Code to check "Does not contain a space"
NO_SSN_SUPP_RIGHTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_SSN_SUPP_RIGHTS code.
NO_SUCH_ARCHIVE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies NO_SUCH_ARCHIVE code.
NO_TR_SP - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Code to check "No Trailing space"
NOT_EQ_SP - Static variable in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Code to check "Not equal to space"
NOT_EQUAL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
NOT_EQUAL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
Numbers - Class in com.deltek.enterprise.system.utils
 
Numbers() - Constructor for class com.deltek.enterprise.system.utils.Numbers
 
numberToStr(AppInterface, double, int, boolean, boolean) - Static method in class com.deltek.enterprise.system.utils.UIFormat
Formats a numeric value to the format of the functional currency.
NUMERIC_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
NUMERIC_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
 

O

O_DEL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
ObjectFactory - Class in com.deltek.enterprise.system.utils.word.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the com.deltek.enterprise.system.utils.word.jaxb package.
ObjectFactory() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.deltek.enterprise.system.utils.word.jaxb
objectId - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
objectId - Variable in class com.deltek.enterprise.system.utils.userquery.UserSortItem
 
OF_Append - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies File Append constant.
OF_Append - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Specifies File Append constant.
OF_Create - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies File Create constant.
OF_Create - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Specifies File Create constant.
OF_Delete - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies File Delete constant.
OF_Delete - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Specifies File Delete constant.
OF_Exist - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies File Exist constant.
OF_Exist - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileWriterInterface
Specifies File Exist constant.
OF_Read - Static variable in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
Specifies File Read constant.
onAfterAppCreate(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.AfterCreateAppInterface
This method is invoked after application has been created to give developer opportunity to dynamically modify it.
onAfterCreate(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.AfterCreateRSInterface
This method is invoked after result set has been created to give developer opportunity to dynamically modify it.
onClose(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CloseRSInterface
This method is invoked right before ResultSet is considered closed on the server which means that no further access to this object may occur.
onCreate(AppInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateRSInterface
This method is invoked to determine if a result set can be created or not
onCreateRSMetaDataInit(ResultSetInterface, AppInterface, DynamicColumnFactory) - Method in interface com.deltek.enterprise.system.applicationinterface.CreateDymanicRSInterface
This method is invoked to populate rs dynamic columns
openChild(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Returns the ResultSetInterface of the child result set.
openDirectChildresultSet(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function is provided only to compile code that needs to be converted to JavaScript.
openWorkflowApp(String, int, int, int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 12 This function is intended to be used in system Workflow management applications (like Activity Inbox) to open applications programmatically through JS actions in Workflow mode.
ORG_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
OrgInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.

P

p_appId - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
p_companyId - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
p_parms_value - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
p_resId - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
Params() - Constructor for class com.deltek.enterprise.system.utils.CPDalTable.Params
 
parentId - Variable in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
 
PARM_CS_SEPARATOR - Static variable in class com.deltek.enterprise.system.utils.CPDalTable
 
parms_value - Variable in class com.deltek.enterprise.system.utils.CPDalTable.Params
 
parms_value - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
parseForDictionaryTerms(AppInterface, String) - Static method in class com.deltek.enterprise.system.utils.DictionaryTermParser
Use this method only in special use case where you only need to substitute terms .
parseMetaForDictionaryTerms(StringBuilder, Map, ArrayList) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
parseMetaForDictionaryTerms(StringBuilder, Map, ArrayList, String) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
partitionDynamicTables(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 
PasswordGenerator - Class in com.deltek.enterprise.system.utils
Defines a helper class to generate paswords.
PasswordGenerator(AppInterface) - Constructor for class com.deltek.enterprise.system.utils.PasswordGenerator
Creates PasswordGenerator.
PasswordGenerator.PasswordPolicy - Class in com.deltek.enterprise.system.utils
Class that defines password policy.
Passwords - Class in com.deltek.enterprise.system.utils
 
Passwords() - Constructor for class com.deltek.enterprise.system.utils.Passwords
 
PatternMatchFunctions - Class in com.deltek.enterprise.system.utils
Provides all pattern matching utility functions.
PatternMatchFunctions() - Constructor for class com.deltek.enterprise.system.utils.PatternMatchFunctions
 
percentToStr(AppInterface, double, int, boolean, boolean) - Static method in class com.deltek.enterprise.system.utils.UIFormat
Formats a percentage amount to the format of the functional currency.
PLANT - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
populateRS(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.PopulateRSInterface
This method is invoked as the next buffer of data is requested by the system
PopulateRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
postData(String, URL, int, int, String, HashMap<String, String>) - Static method in class com.deltek.enterprise.system.utils.IntegrationUtils
Reads data from the data reader and posts it to a server via POST request.
postStart(ApplicationLifecycleEvent) - Method in class com.deltek.enterprise.system.utils.CPStartupListener
 
precision - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
prepareInsert(String, HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.BulkInserter
Call this method to prepare for bulk insert data into table
PrinterInterface - Interface in com.deltek.enterprise.system.applicationinterface
Provide application access to a printer.
ProductLicenseInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
PROJ_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
ProjectInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
prompt(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invokes JavaScript prompt() method
prompt(String, String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invokes JavaScript prompt() method
PS_NOT_IMPLEMENTED - Static variable in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
 
put(Object, Object) - Method in class com.deltek.enterprise.system.utils.SoftHashMap
 
putAll(Map) - Method in class com.deltek.enterprise.system.utils.SoftHashMap
 
putSetting(String, String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Allows to cache commonly used data in cluster wide store.
putTemplateStructure(int, String, int[], AppInterface) - Static method in class com.deltek.enterprise.system.utils.CacheManager
 

Q

Q_EQUAL - Static variable in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
Q_EQUAL - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
QUARTER_IS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
query(String, Object, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
QueryDataFormatter - Interface in com.deltek.enterprise.system.utils.userquery
 
queryFolderContent(String, String, Object, String, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
queryRowCount(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
queryRowCount(String, Object, int) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 

R

RANGE_MAX_CHAR - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_MIN_CHAR - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_SELECT_ALL - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_SELECT_FRBEG - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_SELECT_ONE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_SELECT_RANGE - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RANGE_SELECT_TOEND - Static variable in interface com.deltek.enterprise.system.applicationinterface.RangeControlInterface
 
RangeControlInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
REF_ID_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
RefInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
refreshSettings(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Call this method to let framework know that table that was cached by putSetting() has been modified by application code
refreshTemplateStructure(int, String, AppInterface) - Static method in class com.deltek.enterprise.system.utils.CacheManager
 
refreshTemplateStructure() - Static method in class com.deltek.enterprise.system.utils.CacheManager
 
refreshValues() - Method in interface com.deltek.enterprise.system.applicationinterface.ListControlInterface
can be called only from client size java script fiels validation method ; it will refresh vallues of dynamic list box control ( it will do nothing for the regular list box control - control type 'L')
reInitializeParentRS(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.ReInitParentRSInterface
This method is invoked to re-initialize parent RS (e.g.
ReInitParentRSInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
rejectActivity(int, int, String, String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
reject activity
rejectCase(int, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Cancels-Rejects the WF case
relation - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
reloadAllSettings() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 12 Reloads all settings on all servers in the cluster Primarily used by system applications
reloadSettings(ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 12 Reloads settings for specified settings groups on all servers in the cluster Primarily used by system applications
remove(Object) - Method in class com.deltek.enterprise.system.utils.SoftHashMap
 
removeNewRowsMarkedForDeletion() - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Call this method from server side action to permanently delete rows that have both flags : ROW_New ROW_MarkDeleted .
REORG_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
ReorgInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
replaceANSIJoinCondition(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ANSISelectBuilder
Replaces specified ON clause of the ANSI statement
replaceANSIWhere(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ANSISelectBuilder
Replaces WHERE clause of the ANSI statement with
replaceGroupBy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Replaces group by clause in the select statement
replaceHaving(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Replaces having clause to the select statement
replaceOrderBy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Replaces order by clause to the select statement
replaceRSColumns(ArrayList<RSColumn>) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Replaces columns in the select statement
replaceWhere(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Replaces where clause in the select statement
reportExists(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Tests whether report exists.
ReportingManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface
Provides application access to reporting functionality.
REQ_NOT_REQUIRED - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
REQ_ON_CLIENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
REQ_ON_SERVER - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
reQuery(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Executes the previously submitted query
requireMixedCase() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator.PasswordPolicy
Checks whether the password requires to have mixed-case characters.
requireNumber() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator.PasswordPolicy
Checks whether the password requires to have a number.
requireSpecChar() - Method in class com.deltek.enterprise.system.utils.PasswordGenerator.PasswordPolicy
Checks whether the password requires to have a special character.
resendEmails(String) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Resends emails for activities that are still in activity in box in case the emails are not yet sent for some reason Also resends emails for completed activities in MSG inbox for which the the emails are not yet sent for some reason
resId - Static variable in class com.deltek.enterprise.system.utils.CPDalTable
 
ResultSetInterface - Interface in com.deltek.enterprise.system.applicationinterface
ResultSetInterface provides methods to access the data in the Result Set and across Result Sets (eg.
RNTManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
ROLE_TYPE_DELEGATED - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ROLE_TYPE_ESCALATED - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ROLE_TYPE_REGULAR - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
ROLE_TYPE_START - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
rollbackTransaction() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Rolls back all connections associated with this action
rollbackTransaction() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
For transaction control.
ROW_ChildModified - Static variable in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set by the system in parent row set.Indicates that child has been modified in always validate mode.
ROW_Loaded - Static variable in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Indicates row is loaded in memory on the server.
ROW_Selected - Static variable in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Indicates row is selected.
ROW_Unvalidated - Static variable in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Indicates row is not validated through the client.
RowSetInterface - Interface in com.deltek.enterprise.system.applicationinterface
RowSetInterface provides methods to access and manipulate data in a row.
RowValidation - Interface in com.deltek.enterprise.system.applicationinterface
 
rs - Variable in class com.deltek.enterprise.system.utils.word.jaxb.RssDef
 
rs_id - Variable in class com.deltek.enterprise.system.utils.CPDalTable.Params
 
RSButtonsConfig - Interface in com.deltek.enterprise.system.applicationinterface
 
rsChildNo - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
RSColumn - Interface in com.deltek.enterprise.system.applicationinterface
 
RsDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for rsDef complex type.
RsDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.RsDef
 
rsets - Variable in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
 
rsI - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
rsId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
rsItemExpr - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
rsItemMaxExpr - Variable in class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
RSIterator - Interface in com.deltek.enterprise.system.applicationinterface
 
rsName - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
rsParentId - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
rsParentNo - Variable in class com.deltek.enterprise.system.utils.word.CPMetaGenerator
 
RssDef - Class in com.deltek.enterprise.system.utils.word.jaxb
Java class for rssDef complex type.
RssDef() - Constructor for class com.deltek.enterprise.system.utils.word.jaxb.RssDef
 
RSValidation - Interface in com.deltek.enterprise.system.applicationinterface
 
runTests(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 

S

SAML_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
sanitizeInput(String) - Static method in class com.deltek.enterprise.system.utils.Strings
This method replaces certain chars with escape char.
save(AppInterface) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
saveAfterAction() - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
performs "Save And Continue" after action is done, effectively doing requery and placing context on the row action was run from, if row still exists after the action
saveAfterAction(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
performs "Save&Continue" only if bSaveAndContinue is true, performs "Save" if false
saveBeforeAction() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function is provided only to compile code that needs to be converted to JavaScript.
saveBinaryFile(String, String, String, Calendar, String, byte[]) - Method in interface com.deltek.enterprise.system.applicationinterface.FileHandlerInterface
 
SaveCaseToRNT(SqlManager, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Save (submit) case to RMT Only user who is registered as PC can submit case to RNT.
saveContent(ContentInterface, byte[]) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
 
saveItem(MBItemInterface, MBFolderIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Save item to folder
saveModel(String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
saveState() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Stores SqlMananger state in the variable
scale - Variable in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
 
SelectBuilder - Interface in com.deltek.enterprise.system.applicationinterface
 
sendAndSaveItem(MBItemInterface, MBFolderIdInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Send and Save Email Item
sendByteArrayAttachment(String, String, String, String, String, String, byte[]) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends mail with attachment to costpoint users.
sendFileAttachmentToUser(String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends mail with attachment.
sendItem(MBItemInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Send Email Item
sendMail(String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends notification message to costpoint user.
sendMail(String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends email message to costpoint user.
sendMailWithBcc(String, String, String, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends notification message to costpoint user.
sendMessagesToClient(MethodResponseInterface, ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
Use this method to send messages returned by invoke* methods back to client as if they were generated by your parent action
sendMultipleAttachments(String, String, String, String, String, LinkedHashMap) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Sends mail with multiple file attachments to costpoint users.
sendProject(String, String, HashMap<String, String>, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
to send project file to Cobra use this method .
sendProjectPart(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
to send large project file peice by peice to Cobra use this method .after you send whole file , you need to call submitProject
sendReminders(int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
setAddress(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
setAdvanceCalendar(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to add fields
setAllowOverrideExpr(boolean) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setAllowUpload(boolean) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setAmDesc(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets AM description
setAsyncCall(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to set AsyncCall
setAttachment(List<? extends MBAttachmentInterface>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setAutoLoad(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedAppMetadata
 
setBcc(List<? extends MBEmailAddressInterface>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setBindClasses(Object, Object, HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Initialize all objects which stores information about bind variables
setBindClasses(Object, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Call init() function first , then initialize objClass and objIntoClass , which stores information about bind variables
setBindClasses(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Call init() function first , then initialize objClass , which stores information about bind variables
setBindsTable(HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
HasgMap where key - name of the bind (or into) variable which can be used in any Sql statement , value - values of bind variable .
setBody(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setBodyType(MBItemInterface.BodyType) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setBoolean(Boolean, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setCalculateResult(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to add fields
setCanCreateItems(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setCanCreateSubFolders(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setCategory(List<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setCc(List<? extends MBEmailAddressInterface>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setchar(char, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a character.
setClass(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Sets object whose class variables can be used as bind and into variables in any Sql statement
setClearOnClone(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setClearOnCopy(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setClientRowSetContext(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
7.1.
setCmsPassword(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setCmsUserName(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setCobraUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setCobraUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setColCostSuppression(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
setColLaborSuppression(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
setColorFormula(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setColPriceSuppression(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
setColSSNSuppression(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
setContent(byte[]) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setContentId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setContentInfo(ContentInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentManagerInterface
Update content metadata Update of content metadata is permitted only through previously cached object.
setContentLocation(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setContentType(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setConversationTopic(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setCulture(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setCustomAppJS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedAppMetadata
 
setCustomDashpartJS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
setCustomRSJS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
 
setDashboardInfo(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
setDashboardOptions(int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
setDashboardStyle(int) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
setDashboardTitle(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtraActionConfig
 
setDataSource(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DashboardConfig
 
setDataType(char) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setDataType(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the dataType property.
setDate(Calendar, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setDate(Calendar, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a date.
setDateFmtNo(int) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets date format number.
setDateSeparator(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets date separator.
setDBReadOnly(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setDecSeparator(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets decimal separator.
setDefaultErrorMessage(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
Call this method to set default eror message you want to log into system table if document submission to 3rd party system fails.
setDefaultErrorMessage(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQImportInterface
Call this method to set default eror message you want to log into system table if document submission to 3rd party system fails.
setDefaultErrorMessage(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.HRsmartImportInterface
Call this method to set default eror message you want to log into system table if document submission to 3rd party system fails.
setDefaultErrorMessage(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.SilkroadImportInterface
Call this method to set default eror message you want to log into system table if document submission to 3rd party system fails.
setDefaultErrorMessage(String, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
Call this method to set default eror message you want to log into system table if document submission to 3rd party system fails.
setDefaultOfflineRows(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
call this method to modify number of rows we need to prepare .
setDefaultValue(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setDeleteItems(MBFolderPermissionInterface.PermissionScope) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setDisplayCc(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setDisplayLength(int) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setDisplayTo(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setDlgCancelText(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status meter cancel text property
setDlgCount(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status count property
setDlgCountText(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status count text property
setDlgCountText(String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status count text property
setDlgMeterLimit(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status meter limit property
setDlgMeterTextLine(int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status meter text line property
setDlgMeterTextLine(int, String, String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status meter text line property
setDlgMeterValue(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Sets the action status meter value property
setDontSave(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setDouble(Double, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setdouble(double, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number.
setDouble(Double, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number.
setDynDataTypeObjId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
to support dynamic data type columns you need to add extra column that would store dynamic data type ( in format DATA_TYPE '(' DATA_PRECISION ( ',' DATA_SCALE)? ')' where DATA_TYPE can be N,T and D , precision is int and DATA_SCALE used for numeric columns and can be either int or 'Q' for quarter e.g.
setEditable(char) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setEditableFormula(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setEditItems(MBFolderPermissionInterface.PermissionScope) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setEnvironmentName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setErrorHandler(ErrorHandler) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
If application needs to do some custom error handling it needs to invoke setDefaultErrorMessage() to setup default error handling logic and then call setErrorHandler to pass ErrorHandler to the framework that would allow application to get back reference to the failed rows; error message returned by 3party system and it can potentially overwride default error message set up by setDefaultErrorMessage
setErrorHandler(ErrorHandler) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
If application needs to do error handling it needs to invoke setErrorHandler to pass ErrorHandler to the framework that would allow application to get back reference to the failed rows; error message returned by 3party system
setExchangeUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setExchangeUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setExprAge(int) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setExprTimeIncrementCd(String) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setFieldValidationMethod(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setFileDescr(String) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setFolderEmailAddress(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Set email address for the folder Note: This operation might not succeed because Exchange might not accept requested address if it is duplicated.
setFolderName(MBFolderIdInterface.WellKnownFolderName) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderIdInterface
 
setFolderPermissions(MBFolderInterface, List<String>, MBFolderPermissionInterface.FolderPermissionLevel) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Set folder permission to specified level for multiple users
setFolderPermissions(MBFolderInterface, List<String>, List<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Sett permissions for full rights users and readonly users with the single api call
setForeignKey(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setFormat(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setFormat(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the format property.
setFrom(MBEmailAddressInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setFromSelect(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setGovWinIQClientId(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setGovWinIQClientSecret(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setGovWinIQPassword(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setGovWinIQUserName(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setGovWinUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setGovWinUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setHDRPKDelimiters(String[], String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
use this method to customize delimiter characters we use to display primary keys in the minimized result set
setHeaderMessages(String[], int, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Call this method to set up a result set header area .
setHeaderTexts(String[], int, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Same method as setHeaderMessages , except you pass message texts directly instead of using message ids.
setId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
Sets the value of the id property.
setId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
Sets the value of the id property.
setId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the id property.
setId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
Sets the value of the id property.
setId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Sets the value of the id property.
setImportance(MBItemInterface.Importance) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setInReplyTo(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setint(int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number or a string.
setInteger(Integer, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setInteger(Integer, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number or a string.
setIntoClass(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Sets object whose class variables can be used as into variables in select statement
setIsAssociated(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setIsAttachment(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setIsContactPhoto(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setIsFolderContact(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setIsFolderOwner(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setIsFolderVisible(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setIsInline(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setIsRead(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setIsReminderSet(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setIsTxOn(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
For native notifications we need to do cleanup and delete bad device registrations So depending if we are inside transaction or not we may not do commit sometimes.
setItemClass(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setKeepOrigValue(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setLabelFormula(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setLangId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets laguage id.
setLastModifiedTime(Date) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setListMultiSelect(String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ListControlInterface
sets selected values in the list box
setLocale(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Inits locale with given ID.
setLocale(Locale) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Inits locale with locale object.
setLong(Long, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setlong(long, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number or a string.
setLong(Long, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number or a string.
setLookupMultiSelect(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Turns on/off multiselection submit in lookups - when more than one row is selected and lookup is submitted, new rows are created in parent.
setMailboxType(MBEmailAddressInterface.MailboxType) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
setMessageActions(int, String, int, String) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
When sending messages - there is an option to add buttons and corresponding links to message that will be shown as separate buttons in native notifications.
setMessageHandler(MessageHandler) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.InvokeAppInterface
If application needs to do message handling it needs to invoke setMessageHandler to pass MessageHandler to the framework that would allow application to get back reference to the rows that returned messages.
setMobileClientFieldFocus(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
7.1.
setMobileFocusRS(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
in mobile mode we show one rs at a time so it is important to specify which rs you want to see when app opens; usually either on top level rs or its child
setMobileGlobalTitle(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
To customize title we show in the blogal tool bar - by default we show application title
setMobileGroupBoxContext(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
comma separated list of columns you want to see in the result set header when context switches from main result set view into group box ( in mobile portrait mode )
setMobileLargeFonts(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
pass true if you want framework to use larger than normal fonts in mobile landscape view
setMobileListDelimiter(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
use this method to customize delimiters in mobile List view .
setMobileListView(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Invoke this mehtod to show result set table view as a List View .
setMsgType(int) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
Use this method to set message type before sending message.
setName(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets locale name/description.
setName(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setName(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
setName(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.AppDef
Sets the value of the name property.
setName(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.DomainDef
Sets the value of the name property.
setName(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the name property.
setName(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.ModuleDef
Sets the value of the name property.
setName(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Sets the value of the name property.
setNeverDelete(boolean) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setObjCntlType(char) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setObjectId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setObjectMeta(HashMap<String, RSMetaDataRow>) - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
setOfflineRSJS(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Optional javascript file for offline support .
setOptionalLookup(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
should only be used with non validated lookups .
setParentId(String) - Method in class com.deltek.enterprise.system.utils.word.jaxb.RsDef
Sets the value of the parentId property.
setPermissionLevel(MBFolderPermissionInterface.FolderPermissionLevel) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setPersistWhenDisabled(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setPmDesc(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets PM description
setPrecision(int) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setPrecision(Integer) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the precision property.
setPrimaryKey(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setProject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to set project id
setProjMnfctMePassword(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setProjMnfctMeUserName(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setProjMnfctSftPassword(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setProjMnfctSftUserName(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setQueriable(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setQueueActiveFlag(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
setQueueId(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
setReadItems(MBFolderPermissionInterface.FolderPermissionReadAccess) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setReplyTo(MBEmailAddressInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setRequired(char) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setResPlanUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setResPlanUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setRoutingType(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface
 
setRowSetContext(int) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntResultSet
Set context to the row number passed in.
setRowSetContext(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Set context to the row number passed in.
setRowStatus(byte, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Turns row flags on or off for the row in context.
setRowStatusOnPopulate(byte, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Turns row flags on or off for the row in context.
setRowVersion(double, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Allows developer to set value of the system ROWVERSION column,should be used only on exceptional basic because ROWVERSION manipulation can break system logic of saving data
setRSHidden(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
 
setRSSelect(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.SetSelectInterface
This method is invoked to set a Select statement for a result set at run-time
setRSSize(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invoked from populateRS method of application population class to set a Result set total number of rows
setRSToolbarTitleCopy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set New button text
setRSToolbarTitleDelete(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Delete button texts
setRSToolbarTitleForm(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Form button texts
setRSToolbarTitleNew(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set New button text
setRSToolbarTitleQuery(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set New button text
setRSToolbarToolTipCopy(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Copy button tooltip
setRSToolbarToolTipDelete(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Delete tooltip
setRSToolbarToolTipForm(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Form button tooltip
setRSToolbarToolTipNew(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set New button tooltip
setRSToolbarToolTipQuery(String) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
Use this method to customize result set Query tooltip
setSAMLAdDomain(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSAMLIdPFedMdXMLFile(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSAMLSPEntityId(String, String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setScale(int) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setScale(Integer) - Method in class com.deltek.enterprise.system.utils.word.jaxb.FieldDef
Sets the value of the scale property.
setSelect(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Invoked from setRSSelect method of application population class to set a Result set select at run-time.
SetSelectInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
setSensitivity(MBItemInterface.Sensitivity) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setSequentialFlag(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerQueueInterface
 
setSilkRdFTPUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSilkRdFTPUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSilkRdWSUserName(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSilkRdWSUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setSize(int) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBAttachmentInterface
 
setString(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.IntRowWrite
sets field value in the row you previously added by using addRow() method
setStringValue(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number or a string.
setSubject(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setTableLabel(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setTargetRSLinkWidth(int) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
in case rs has many rs links that are conditionally hidden this method allows developers to tell framework how much space to allocate for the links
setTemplateType(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setThouSeparator(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets thousand separator.
setTimeFmtNo(int) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets time format number.
setTimeSeparator(String) - Method in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
Sets time separator.
SettingsInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
SettingsManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface
This interface is used by Settings package to provide methods to access SqlManager, AppLogger and other System objects as needed to load Constants
setTlntUserPassword(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setTo(List<? extends MBEmailAddressInterface>) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
 
setTransactionFile(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to set transactionFile location
setTwilioAcctSid(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setTwilioAuthKey(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setTwilioAuthSecret(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setTwilioFromPhone(String, String) - Method in class com.deltek.enterprise.system.utils.EntrpFileIntgrAcctHandler
 
setUnvalidatedData(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Allows developer to change system behavior to treat programmatically set values as unvalidated.
setUploadMaxSize(double) - Method in class com.deltek.enterprise.system.utils.FilePolicy
 
setUser(MBUserInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface
 
setUserValueBinds(HashMap<String, Serializable>) - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
setValidateOnly(String) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
Invoke this function to add fields
setValue(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
Set Property Value
setValue(String) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Integer) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Long) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Double) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Date) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Calendar) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyInterface
 
setValue(Object, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
Set the value of the specified column to a number, string or date.
setValueFormula(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setValueIfNull(Object, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RowSetInterface
The same as setValue() but only sets the value if the column specified by objectId is currently empty.
setVisibilityFormula(String) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setVisible(char) - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumn
 
setVoiceJSHandler(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
Set reference to java script file that will be used by framework to handle voice recognition in the application resutl set belongs to .
setWizardSaveContinueId(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
in TESS wizards use this method to customize Save&Continue button label .
SFTInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
SFT provides methods to allow Constpoint application to interate with one of the Interfaces in the Automite system ; use Application object getSFTInterface method to get SFTInterface
sha(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
 
shaBase64(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
 
showAsWizardNavigateButton(String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
to dynamically override resutl set 'Auto Load' property, use it for result sets with 'Auto Load' proprty On to determine whether or not we need to load data on open rs event
showFirstTab() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
this is a client only method for Expense Wizard, allows client action, assigned to the result set to set focus into first tab after action is complete
showListElements(String[]) - Method in interface com.deltek.enterprise.system.applicationinterface.ListControlInterface
makes list entries visible
showRSTabButton(int, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.RSButtonsConfig
showRSTabButton allows you to override default show/hide algorithm for specific tab in the form view.
showSaveOkMessage(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
to suppress Record modifications successfully completed.
SilkroadImportInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
Silkroad provides methods to allow Constpoint application to import data from Silkroad system ; use Application object getSilkroadImportInterface method to get SilkroadImportInterface Use createOutputRowSet method to convert Silkroad IntRowSetRead into data structure we can pass to Costpoint application.
SilkroadInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
Silkroad provides methods to allow Constpoint application to interate with one of the Interfaces in the Silkroad system ; use Application object getSilkroadInterface method to get SilkroadInterface
SINGLE_USER_PROCESS_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
SoftHashMap - Class in com.deltek.enterprise.system.utils
A hashtable-based Map implementation with soft references keys.
SoftHashMap() - Constructor for class com.deltek.enterprise.system.utils.SoftHashMap
 
SoluminaInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
SoluminaInterface provides methods to allow Constpoint application to interate with one of the web service in Solumina system ; use Application object getSoluminaInterface() method to get SoluminaInterface
sortItems - Variable in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
sParmId - Variable in class com.deltek.enterprise.system.utils.CPDalTable
 
SPException - Exception in com.deltek.enterprise.system.utils
 
SPException(String, String) - Constructor for exception com.deltek.enterprise.system.utils.SPException
 
SqlCommit() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Commits transaction
SqlCountRows(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Counts rows in the select statement
SqlExecSP(String, boolean, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
To invoke stored procedure use this function
SqlExecSP(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Use this method to execute previously prepared stored procedure
SqlExecSP(String, boolean, String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
calls above function then commits if necessary .
SqlExecSP(String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
To invoke generic stored procedure that doesnt follow Costpoint conventions use this function
SqlExecSPParallel(String, boolean, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
call this method to execute stored procedure in multiple concurrent threads .
SqlExecSPParallel(String, boolean, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
this function executes stored procedure in parallel query and dml modes if it's turn on on the system level; it executes in autocommit mode
SqlExecSPParallel(String, boolean, String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
This function adds forceDML that allows you to turn parallel DML off
SqlExecTESSSP(String, String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
to invoke TESS stored procedure that returns data back in the jdbc result set
SqlExecute() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Executes Sql statement (like Centura's SqlExecute)
SqlExecute(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Executes Sql statement them commits statement if bCommit is true
SqlExecuteBlock() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Executes previously prepared by SqlPrepareBlock Sql Block
SqlExecuteQuery(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares and executes select statement then fetches first row from result set .
SqlFetchNext() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Fetches data from database into objects you provided to BasicSqlManager in setBindClasses(Object objClass,Object objIntoClass,HashMap binds).
SqlFetchNext(Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Sets objIntoClass object before fetching data then does the same as SqlFetchNext() function
SqlGenerateLongSequenceNo(String, String, long) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Updates LAST_KEY in SEQ_GENERATOR table
SqlGenerateSequenceNo(String, String, int) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Deprecated.
Use SqlGenerateLongSequenceNo() method instead.
SqlGetModifiedRows() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
returns number of modified rows by previous sql statement
SqlGetServerDateTime(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Deprecated.
Use SqlGetServerDateTime() method instead.
SqlGetServerDateTime() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
returns current server date, doesn't commit transaction
SqlIsTablePartitioned(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
To check whether Oracle table is partitioned.
SqlIsTablePartitionedByColumns(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
To check whether Oracle table is partitioned by specific columns.
SqlManager - Interface in com.deltek.enterprise.system.applicationinterface
SqlManager class is an extention to the JDBC .
SqlModifyRSRow(String, ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
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.
SqlModifyRSRowExecute(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Executes previously prepared sql or delete statement ; for details refer to the SqlModifyRSRow function
SqlModifyRSRowPrepare(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Prepares sql or delete statement ; for details refer to the SqlModifyRSRow function
SqlPrepare(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares any Sql statement (like Centura's SqlPrepare)
SqlPrepareAndExecute(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares and executes any Sql statement (like Centura's SqlPrepareAndExecute ) Use SqlFetchNext() if you want to get data from select command
SqlPrepareAndExecute(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares and executes any Sql statement (like Centura's SqlPrepareAndExecute ) Commmits statement if bCommit is true
SqlPrepareAndExecute(String, boolean, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Advanced version of SqlPrepareAndExecute
SqlPrepareAndExecuteBlock(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares and executes any Sql block statement You can use only bind ( not into) variables in the sql blocks .
SqlPrepareBlock(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Parepares Sql Block statement You can use only bind ( not into) variables in the sql blocks .
SqlPrepareSP(String, boolean, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
To prepare stored procedure that you intend to execute multiple times inside the loop.
SqlQueryFetchAll(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
similar to SqlExecuteQuery but fetches all rows instead of one.
SqlRollback() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Rollback's transaction
SqlTruncate(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Truncates table
startActivity(String, String, int, int, int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.WorkFlowInterface
Starts an activity for a given startUserId.
startAllJobServers() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Starts the job polling for all job servers
startArchive() - Method in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Starts achive/cleanup utility.
startEmail(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 This function calls default email handler to intiate a new email to a given address note that if the default email handler is not configured, nothing may happen depending on operating system (e.g.
startExternalProcess(String[], boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
var 7.0 This method starts external process ( this is a wrapper for java Process class).
startJobServer(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Starts the job server polling
startPhoneCall(String) - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 This function calls default phone handler to intiate a new phone call to a given number note that if the default phone handler is not configured, the system may pop up a prompt, suggesting to configure a new phone handler (this happens on Windows)
startWF(int, int, List<Map<String, Object>>) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
Start the WF by creating a new instance
STNG_APPORGSECURITY - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_APSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_ARSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_AUTOCRSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_BILLEDISETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_BILLSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_BOMSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_CBSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_COMPSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_CTSSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_CURRENCY - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_ECSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_EEOSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_ESSCONFIG - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_ESSGLBLSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_FABOOKSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_FALABELS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_FASETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_GLACCTSTRUC - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_GLCONFIG - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_HAFFSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_HBSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_HCOBRASETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_HPERADMSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_INVTSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_ITEMSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_LABSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_LICENSE - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_LVSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_MESETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_MRPSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_MULTIUSERCNTL - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_MUSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_OESETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_OTSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_PCSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_POSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_PRODLICENSED - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_PROJCNTL - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_PRSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_RECVSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_RFQSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_RQSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_RUSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_SFAAUDITSETTING - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_SYSSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_TVLACCRLSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_TVLSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_VCHRSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_VENDSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
STNG_WSYSSETTINGS - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
stopAllJobServers() - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Stops all job servers
stopJobServer(String) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
Stops the job server polling
stopReport() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function can be used only from report before action in order to stop report from executing but consider this process a success from a business standpoint Typical scenario is "no data found" situation in posting apps.
storeObject(String, Serializable) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Allows developer to store objects for a specific result set for information sharing between method calls.
storeObject(String, Serializable) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Allows to store objects for a specific session for information sharing between method calls.
storeObject(String, Object) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Deprecated.
Use storeObject(String sObjCode,Serializable obj) method instead.
storeObject(String, Serializable) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Allows to store objects for a specific application for information sharing between method calls.
STRING_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
STRING_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
 
Strings - Class in com.deltek.enterprise.system.utils
 
Strings() - Constructor for class com.deltek.enterprise.system.utils.Strings
 
submitNow() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.NGRPInterface
call this method to flush internal buffer by submitting all rows to the target system regardless of whether row buffer is full or not ( see maxRowsPerCall in enterprise.properties).
submitNow() - Method in interface com.deltek.enterprise.system.applicationinterface.integration.VisionInterface
call this method to flush internal buffer by submitting all rows to the target system regardless of whether row buffer is full or not ( see maxRowsPerCall in enterprise.properties).
submitProject(HashMap<String, String>, ArrayList<String>) - Method in interface com.deltek.enterprise.system.applicationinterface.integration.CobraInterface
to send large project file to Cobra use this method .
subscribeToPushNotifications() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 This function subscribes current user for Push Notifications with the current server.
SUCCESS - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MessageHandler
 
sum(ResultSetInterface, String, String, Cmd) - Method in class com.deltek.enterprise.system.utils.FormulaPrototype
 
SYNC_ALL - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQInterface
 
SYNC_CHANGED - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.GOVWINIQInterface
 
SystemResultSet - Interface in com.deltek.enterprise.system.applicationinterface
 

T

TDDL_All_Table(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
creates all dynamic tables for the application
TDDL_All_View(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
creates all dynamic views for the application
TDDL_Index(String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Recreates index on dynamic table
TDDL_Some_Table(String, String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Recreates given dynamic tables for the application
TDDL_Table(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Recreates dynamic table
TDDL_View(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Recreates dynamic view
TE_EMPL_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
TE_OTHER_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.EmailManager
 
THIS_MONTH - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
THIS_QUARTER - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
TMPL_Acctid - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_AltProjId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_AssetId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_CurPdNo - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_CustId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_DocId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_EmailId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_EmplId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_EndDate - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_FileLocationId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_FileName - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_FyCD - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_InvcAbbrv - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_InvcId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ItemId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_LineNo - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Loc1 - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Loc2 - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_NotZero - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_OrgAbbrv - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_OrgId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_PayrollYear - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_PdNo - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Positive - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_PosLessThanOne - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ProjAbbrv - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ProjAcctAbbrv - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ProjId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Ref1Id - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Ref1Name - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Ref2Id - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Ref2Name - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_RefId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ReOrgId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_Revision - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_StartDate - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_SubPd - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_VchrNo - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_VendId - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_WHSE_1 - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_WHSE_2 - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ZeroOrPositive - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
TMPL_ZeroOrPosLessThanOne - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
toJsFormat(StringBuilder, Object, boolean) - Static method in class com.deltek.enterprise.system.utils.JSUtils
 
toRuntimeSQLCondition(UserQuery) - Method in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
toServerOrderBy() - Method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
toServerValue(String, String) - Method in interface com.deltek.enterprise.system.utils.userquery.QueryDataFormatter
 
toString() - Method in exception com.deltek.enterprise.system.applicationinterface.DEException
 
toUserQuery(String) - Static method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
toUserQuery(String, QueryDataFormatter) - Static method in class com.deltek.enterprise.system.utils.userquery.UserQuery
 
treatRSAsStatic() - Method in interface com.deltek.enterprise.system.applicationinterface.DynamicColumnFactory
 
truncatePartition(String, HashMap<String, Serializable>) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
 

U

UIFormat - Class in com.deltek.enterprise.system.utils
Formats numbers and dates with with format settings for the given functional currency
UIFormat() - Constructor for class com.deltek.enterprise.system.utils.UIFormat
 
UNFORTATTED_TYPE - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.VisionImportInterface
 
unhex(String) - Static method in class com.deltek.enterprise.system.utils.Passwords
 
unlockPartition() - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
Ask Alex before use ! Special function you need to use after you populate 'logical table partition with data' You have to call this method before you ( or framework ) close sql manager you used to call lockPartition() method .
unsigned() - Method in interface com.deltek.enterprise.system.utils.digitalsign.document.DigitalDocumentSignatureInterface
 
unsubscribeFromPushNotifications() - Method in interface com.deltek.enterprise.system.applicationinterface.AppInterface
ver 8.1 This function unsubscribes current user from Push Notifications with the current server.
UNSUC_ATTEMPT_NO - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
UPDATE_ACTION - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.CommonInterface
 
updateFolderEmailAddress(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Update email for folder
updateJobServerQueueList(String, List) - Method in interface com.deltek.enterprise.system.applicationinterface.JobServerManager
This method is called to update the queues that are linked to this server instance
updateMBFolderPermissions(String, SqlManager, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Sync Exchange permissions with Costpoint defined access rights for single folder
updateMBFoldersPermissions(SqlManager, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Sync Exchange permissions with Costpoint defined access rights for all folders
UpdateRNTCase(SqlManager, String, String, long, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.RNTManagerInterface
Update/Amend RNT Case
updateSelect(ArrayList<String>, String, String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.SelectBuilder
Modifies select statement
UPLOADED_FILE_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
 
uploadFile(String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
This function is provided only to compile code that needs to be converted to JavaScript.
USA_LOCALE - Static variable in interface com.deltek.enterprise.system.applicationinterface.ReportingManagerInterface
Specifies US locale.
useDynamicOrBaseTables() - Method in interface com.deltek.enterprise.system.applicationinterface.ActionInterface
Special method that should be called in report before action class to turn on a special mode that will use dynamic tables inside report when report was invoked manually and will use temporary tables when report was invoked programmatically using executeReport() method
USER_ALL_CUST_CONFIG_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ALLOW_ARCHIVE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ALLOW_DOWNLOAD_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ALLOW_EMAIL_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ALLOW_PRINT_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ALLOW_PRINTFILE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_APP_ORG_SEC - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_AUTO_COMPLETE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_AUTO_POSITION_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CHG_FIDO_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CHG_NAME_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CHG_PHONE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CHG_PRC_NOTIFY_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CHG_PSWD_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_CUST_OWN_CONFIG_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DE_ACTIVATION_DT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_ARCHIVE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_DOWNLOAD_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_EMAIL_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_LOCALPRINT_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_PRINT_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_PRINTFILE_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DFLT_TAXBLE_ENT_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_DLFT_LOCALE_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_EMAIL_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_EMAIL_WF_ACTVTY_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_EMAIL_WF_MSG_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_EMPL_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_HOME_SCREEN_APP_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_LAST_PSWD_CHNG_DT - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_MOD_DFLTS - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_NAME - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_ORG_SEC_GRP_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_OVR_PRIORITY_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_PHONE_EXT_CD - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_PHONE_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_PRC_NOTIFY_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_RIGHTS_DENY - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
USER_RIGHTS_FULL - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
 
USER_RIGHTS_READ_ONLY - Static variable in interface com.deltek.enterprise.system.applicationinterface.AppInterface
App, RS, Actions, etc.
USER_SUPPRESS_AP_TAX_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_SUPPRESS_CST_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_SUPPRESS_LAB_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_SUPPRESS_PRC_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_SUPPRESS_SSN_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_VAT_TAX_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_VEND_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
USER_WHSE_ID - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 
UserCondition - Class in com.deltek.enterprise.system.utils.userquery
 
UserCondition() - Constructor for class com.deltek.enterprise.system.utils.userquery.UserCondition
 
UserConditionExtra - Class in com.deltek.enterprise.system.utils.userquery
 
UserConditionExtra() - Constructor for class com.deltek.enterprise.system.utils.userquery.UserConditionExtra
 
UserMenuBuilder - Class in com.deltek.enterprise.system.utils
Title: Use this class to rebuild W_MENU_APP_RIGHTS table
UserMenuBuilder(SqlManager, boolean) - Constructor for class com.deltek.enterprise.system.utils.UserMenuBuilder
 
UserQuery - Class in com.deltek.enterprise.system.utils.userquery
 
UserQuery() - Constructor for class com.deltek.enterprise.system.utils.userquery.UserQuery
 
UserQuery(boolean) - Constructor for class com.deltek.enterprise.system.utils.userquery.UserQuery
 
UserQuerySetSelect - Interface in com.deltek.enterprise.system.applicationinterface
 
UserSettingsInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
 
UserSortItem - Class in com.deltek.enterprise.system.utils.userquery
 
UserSortItem() - Constructor for class com.deltek.enterprise.system.utils.userquery.UserSortItem
 
useSqlServerTempTable(boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.SqlManager
ask framework to create a dynamic sqlserver table as 'local temporary table' instead of usual permanent ( D_ table) .

V

VALIDATE_OK - Static variable in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
 
validateDBPatch(String) - Method in interface com.deltek.enterprise.system.applicationinterface.SettingsManagerInterface
Validates DB patch and throws exception if patch is not applied.
validateEmailAddress(String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Validates a email address
validateFidoCertificate(String, String, byte[], AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
validateFormat(String, String) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
 
validateRootCertificate(byte[], AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
validateRow(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.RowValidation
This method is invoked by the system when row validation needs to happen
validateRS(ResultSetInterface) - Method in interface com.deltek.enterprise.system.applicationinterface.RSValidation
This method is invoked by the system when cross-line result set level validation needs to happen
validateTemplate(String, String, AppInterface) - Static method in class com.deltek.enterprise.system.utils.PatternMatchFunctions
Call this method to validate a template.
validateWSAuthCertificate(byte[], AppInterface) - Static method in class com.deltek.enterprise.system.utils.digitalsign.cert.CertificateUtil
 
validEmail(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBManagerInterface
Validate user email.
value - Variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface.DATATYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface.QUERY_CAPABILITY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface.MailboxType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderIdInterface.WellKnownFolderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.FolderPermissionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.FolderPermissionReadAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.PermissionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.Importance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.ItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.Sensitivity
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.cmi.ContentPropertyTypeInterface.DATATYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.cmi.ContentRepositoryInterface.QUERY_CAPABILITY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBEmailAddressInterface.MailboxType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderIdInterface.WellKnownFolderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.FolderPermissionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.FolderPermissionReadAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBFolderPermissionInterface.PermissionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.Importance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.ItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface.Sensitivity
Returns an array containing the constants of this enum type, in the order they are declared.
viewArchive(String, boolean) - Method in interface com.deltek.enterprise.system.applicationinterface.ResultSetInterface
Reserved for archive viewing/printing purposes.
viewDigitalDocument(String, int) - Method in interface com.deltek.enterprise.system.utils.digitalsign.DigitalDocumentManager
 
VIS_FORMULA - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
VIS_HIDDEN_ON_CLIENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
VIS_ON_CLIENT - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
VIS_ONLY_ON_SERVER - Static variable in interface com.deltek.enterprise.system.applicationinterface.ColumnMetadata
 
VisionImportInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
HRsmart provides methods to allow Constpoint application to import data from GOVWINIQ system ; use Application object getGOVWINIQImportInterface method to get GOVWINIQImportInterfaceImportInterface Use createOutputRowSet method to convert GOVWINIQ IntRowSetRead into data structure we can pass to Costpoint application.
VisionInterface - Interface in com.deltek.enterprise.system.applicationinterface.integration
VisionInterface provides methods to allow Constpoint application to interate with one of the Interfaces in the Vision system ; use Application object getVisionInterface method to get VisionInterface

W

WARN_FIELD_MODIFIED - Static variable in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
WARNING - Static variable in interface com.deltek.enterprise.system.applicationinterface.integration.MessageHandler
 
WebDiagnosis - Class in com.deltek.enterprise.system.utils
 
WebDiagnosis() - Constructor for class com.deltek.enterprise.system.utils.WebDiagnosis
 
WFAManagerInterface - Interface in com.deltek.enterprise.system.applicationinterface.wfa
 
wfCase2Data(int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
wfCase2String(int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
workflow instance to tree helper method
wfModel2String(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
workflow model to tree helper method
wfModel2Xml(int, int) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 
WHSE_LOC_SEGMENT_CACHE - Static variable in class com.deltek.enterprise.system.utils.CacheManager
 
WhseInterface - Interface in com.deltek.enterprise.system.applicationinterface.businessinterface
Interface for application class to implement.
WorkFlowInterface - Interface in com.deltek.enterprise.system.applicationinterface
 
WS_AUTH_FL - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.UserSettingsInterface
 

X

xmlModel2Info(String) - Method in interface com.deltek.enterprise.system.applicationinterface.wfa.WFAManagerInterface
 

Y

Y_M_D - Static variable in interface com.deltek.enterprise.system.applicationinterface.businessinterface.CPLocaleInterface
 
YEAR_IS - Static variable in class com.deltek.enterprise.system.utils.userquery.UserCondition
 
A B C D E F G H I J L M N O P Q R S T U V W X Y 
Skip navigation links