- 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.
- 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.
- 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.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
-
- 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
-
- createDomainDef() - Method in class com.deltek.enterprise.system.utils.word.jaxb.ObjectFactory
-
- 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
-
- 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
-
- 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
-
- 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
-