- 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
- 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
- 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) - Method in interface com.deltek.enterprise.system.applicationinterface.EmailManager
-
Sends email 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
- 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.
- 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
-
- 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
- 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
-
- setItemClass(String) - Method in interface com.deltek.enterprise.system.applicationinterface.mboard.MBItemInterface
-
- 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
-
- 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
- setMobileListDelimiter(String, String, String) - Method in interface com.deltek.enterprise.system.applicationinterface.ExtendedRSMetadata
-
- 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 .
- 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
-
- 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
-
- 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
- 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
- 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
-
- 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
- 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
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
- 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
-
- 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 .
- 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
-