Modifier and Type | Method and Description |
---|---|
java.lang.String |
ANSISelectBuilder.addANSIFromCondition(java.lang.String table,
java.lang.String tableAlias,
java.lang.String joinType,
java.lang.String joinCondition)
Adds ANSI from join condition to the end of the from
clause of ANSI select statement
|
java.lang.String |
ANSISelectBuilder.addANSIJoinCondition(java.lang.String tableAlias,
java.lang.String condition)
Adds condition to the end of the specified ON clause of the ANSI statement
|
java.lang.String |
ANSISelectBuilder.addANSIWhere(java.lang.String condition)
Adds condition to the end of the WHERE clause of the ANSI statement
|
void |
ResultSetInterface.addExtraReportParms(java.lang.String appId,
java.lang.String parmId)
Retrieves previously saved parameters from W_FUNC_PARM_CATLG and adds these extra parameters to current RS.
|
boolean |
ReportingManagerInterface.archiveExists(java.lang.String name)
Tests whether archived report exists.
|
void |
WorkFlowInterface.assignActivity(java.lang.String assignUserId,
java.lang.String companyId,
int workflowKey,
int activityKey,
int caseKey)
Called to assign an activity to a user.
|
void |
ResultSetInterface.beginTransaction()
For transaction control.
|
void |
ActionInterface.cancel()
Cancels the action
|
boolean |
ReportingManagerInterface.canModifyArchive(java.lang.String archiveId,
ResultSetInterface rs,
boolean addMessage)
Check whether expiration policy of archived report can be modified.
|
boolean |
ReportingManagerInterface.canViewArchive(java.lang.String archiveId,
ResultSetInterface rs,
boolean addMessage)
Check whether archived report can be viewed.
|
void |
AppInterface.changeMutableConstant(java.io.Serializable value,
java.lang.String constId)
ver 7.1 .
|
short |
ReportingManagerInterface.checkUserArchiveRights(java.lang.String archiveId,
AppInterface app)
Checks whether archived report can be accessed by a user.
|
boolean |
ActionInterface.checkUserCancel()
Checks if a user voted to cancel this action.
|
void |
ResultSetInterface.cloneRSTree()
version GENERAL 5.1
Performs standard framework clone for a selected context row.
|
void |
ResultSetInterface.cloneRSTree(java.util.List<java.lang.String> includeRSList,
java.util.List<java.lang.String> excludeRSList)
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.
|
void |
WorkFlowInterface.completeActivity(java.lang.String userId,
java.lang.String companyId,
int workflowKey,
int activityKey,
int caseKey,
java.util.Map<java.lang.String,java.lang.String> caseValues,
java.lang.String completionNotes)
Completes an activity.
|
void |
WorkFlowInterface.completeOptionalActivity(java.lang.String userId,
java.lang.String companyId,
int workflowKey,
int activityKey,
int optionKey,
int caseKey,
java.util.Map<java.lang.String,java.lang.String> caseValues,
java.lang.String completionNotes)
Completes an activity.
|
void |
ReportingManagerInterface.deleteArchive(java.lang.String name)
Deletes archived report.
|
void |
ActionInterface.deletePostSemaphoreData()
Delete POST_SEMAPHORE data for an action that it's invoked from.
|
void |
ResultSetInterface.deletePostSemaphoreData(java.lang.String actionId) |
void |
ReportingManagerInterface.deleteReport(java.lang.String name)
Deletes a report.
|
void |
ResultSetInterface.endTransaction()
For transaction control
|
void |
ActionInterface.endTransaction()
Commits all connections associated with this action
|
boolean |
ResultSetInterface.executeReport(java.lang.String rptId,
boolean syncRequest) |
java.util.List |
JobServerManager.findAllJobServerQueues(java.lang.String serverName)
Finds all queues served by the job server
|
java.util.List |
JobServerManager.findAllJobServers()
Finds all job servers
|
int |
ResultSetInterface.findFirstRow(int flagsOn,
int flagsOff)
Use to setup the search criteria before a search loop.
|
RSIterator |
ResultSetInterface.findInit(int flagsOn,
int flagsOff,
boolean setContext)
Use to setup the search criteria before a search loop through the rows in a result set.
|
java.util.List<ResultSetInterface> |
ResultSetInterface.getAllChildren()
Returns the List of ResultSetInterfaces of all open children result sets.
|
java.lang.String |
ResultSetInterface.getAltFileLocationObjectId(java.lang.String fileNameObjectId)
This function allows to determine at run-time the alternate file location Id field for a given file name field.
|
ANSISelectBuilder |
ResultSetInterface.getANSISelectBuilder(java.lang.String sSelect)
Return class which allows to manipulate SQL
written in ANSI format
|
byte[] |
FileHandlerInterface.getBinaryFile(java.lang.String fileName,
java.lang.String fileAltLocation) |
java.util.Map<java.lang.String,java.lang.Object> |
RNTManagerInterface.GetCase(SqlManager sqlM,
long rntIncNo,
java.lang.String caseKey)
Get case status from RNT
if case is not found in RNT return null
|
java.lang.String |
RNTManagerInterface.GetCaseRoot(SqlManager sqlM)
Get Location ID for case attachments
|
ResultSetInterface |
ResultSetInterface.getChild(java.lang.String rsId)
Returns the ResultSetInterface of the child result set.
|
CobraInterface |
AppInterface.getCobraInterface()
ver 7.1
This function returns CobraInterface object that allows Costpoint applications to invoke Cobra web service;
returns null is cobra related properties hasn't been setup in the enterprise.properties file
|
java.io.Serializable |
SettingsManagerInterface.getConstant(java.lang.String constId)
Returns a Constant Value through GlobalData
|
java.io.Serializable |
AppInterface.getConstant(java.lang.String constId)
Returns the value for the passed constant Id.
|
ContentManagerInterface |
ResultSetInterface.getContentManager()
ver 7
Intended for system applications only
|
ContentManagerInterface |
AppInterface.getContentManager()
ver 7
Intended for system applications only
|
PrinterInterface |
ReportingManagerInterface.getDefaultPrinter()
Returns default printer.
|
EmailManager |
AppInterface.getEmailManager()
ver 9
|
FileHandlerInterface |
AppInterface.getFileManager()
ver 8
|
FileHandlerInterface |
ActionInterface.getFileManager()
ver 6
|
FileReaderInterface |
AppInterface.getFileReadManager() |
FileReaderInterface |
ActionInterface.getFileReadManager() |
FileWriterInterface |
AppInterface.getFileWriteManager() |
FileWriterInterface |
ActionInterface.getFileWriteManager() |
GOVWINIQImportInterface |
AppInterface.getGOVWINIQImportInterface(java.lang.String interfaceName,
java.lang.String id)
deprecated , please use method with extra par appId
ver 7.1.1
This function returns GOVWINIQImportInterface object that allows Costpoint applications to import data from GOVWINIQ system
|
GOVWINIQImportInterface |
AppInterface.getGOVWINIQImportInterface(java.lang.String interfaceName,
java.lang.String id,
java.lang.String appId)
same as method above but allow developes to set Cosptoint app data will be imported to
|
HRsmartImportInterface |
AppInterface.getHRsmartImportInterface(java.lang.String interfaceName)
ver 7.0.1
This function returns HRsmartImportInterface object that allows Costpoint applications to import data from HRsmart system
|
HRsmartImportInterface |
AppInterface.getHRsmartImportInterface(java.lang.String interfaceName,
java.util.Map<java.lang.String,java.lang.String> parms)
ver 7.0.1
This function returns HRsmartImportInterface object that allows Costpoint applications to import data from HRsmart system
|
HRsmartInterface |
AppInterface.getHRsmartInterface(java.lang.String interfaceName)
ver 7.0.1
This function returns HRsmartInterface object that allows Costpoint applications to intergate with HRsmart system
|
ICRInterface |
AppInterface.getICRInterface()
ver 8
ICR interface
|
InvokeAppInterface |
AppInterface.getInvokeAppInterface(java.lang.String appId)
ver 7.0.1
This function returns InvokeAppInterface object that allows Costpoint applications to submit data to the
other Costpoint application and invoke actions or reports
|
InvokeLocalGenericWS |
AppInterface.getInvokeLocalGenericWS()
ver 7.0.1
This function returns InvokeLocalGenericWS object that allows Costpoint applications to
invoke generic web services
|
JobServerManager |
AppInterface.getJobServerManager()
ver GENERAL
Intended for system applications only
|
java.util.Map<java.lang.String,java.io.Serializable> |
ActionInterface.getLastPostSemaphoreData() |
java.util.Map<java.lang.String,java.io.Serializable> |
ResultSetInterface.getLastPostSemaphoreData(java.lang.String actionId) |
java.util.List<PrinterInterface> |
ReportingManagerInterface.getListOfPrinters()
Returns list of printers.
|
java.util.List<java.lang.String> |
ReportingManagerInterface.getListOfSystemFonts()
Returns list of available fonts
|
MBManagerInterface |
AppInterface.getMBoardManager()
ver 7.01
Intended for system applications only
|
java.lang.String |
FileHandlerInterface.getMD5CheckSum(java.lang.String fileName,
java.lang.String altFileLocation)
Use method to generate MD5 check sum for any file in CP
|
MESInterface |
AppInterface.getMESInterface(java.lang.String interfaceName)
ver 6.1
This function returns MESInterface object that allows Costpoint applications to intergate with MES system
|
java.util.ArrayList<ResultSetInterface> |
ResultSetInterface.getMURecalcTree()
Reserved for multicurrency
|
NGRPInterface |
AppInterface.getNGRPInterface(java.lang.String interfaceName,
java.lang.String tableName,
java.lang.String plantId)
ver 7.1
This function returns NGRPInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
SqlManager |
AppInterface.getNonTxSqlManager(java.lang.String dsAlias,
java.lang.Object o)
Returns a non transactional instance of SqlManager.
|
java.lang.String |
RNTManagerInterface.GetPrimaryContact(SqlManager sqlM)
Get primary contact email (must be registered as PC in RNT)
|
PrinterInterface |
ReportingManagerInterface.getPrinter(java.lang.String id)
Returns printer.
|
int |
ResultSetInterface.getQueryCount() |
int |
ResultSetInterface.getQueryCount(java.lang.String sWhere,
boolean bReplace,
java.util.HashMap<java.lang.String,java.io.Serializable> hParms) |
ReportingManagerInterface |
SettingsManagerInterface.getReportingManager()
Returns Reporting Manager instance.
|
RNTManagerInterface |
AppInterface.getRNTManager()
ver 7.1.1
Intended for system applications only
|
RowSetInterface |
ResultSetInterface.getRowSet()
Return the RowSetInterface to the row in context.
|
SelectBuilder |
ResultSetInterface.getSelectBuilder(java.lang.String sSelect)
Return class which allows to manipulate SQL
|
SFTInterface |
AppInterface.getSFTInterface(java.lang.String interfaceName)
This function returns SFTInterface object that allows Costpoint applications to intergate with SFT system
|
java.lang.String |
FileHandlerInterface.getSHA256CheckSum(java.lang.String fileName,
java.lang.String altFileLocation)
Use method to generate SHA-256 check sum for any file in CP
|
SilkroadImportInterface |
AppInterface.getSilkroadImportInterface(java.lang.String interfaceName)
ver 7.0.1
This function returns SilkroadImportInterface object that allows Costpoint applications to import data from Silkroad system
|
SilkroadInterface |
AppInterface.getSilkroadInterface(java.lang.String interfaceName,
boolean fullSync)
ver 7.0.1
This function returns SilkroadInterface object that allows Costpoint applications to intergate with Silkroad system
|
SqlManager |
ResultSetInterface.getSqlManager(java.lang.Object o)
Return an instance of SqlManager.
|
SqlManager |
ActionInterface.getSqlManager(java.lang.Object o)
Return an instance of SqlManager.
|
SqlManager |
SettingsManagerInterface.getSqlManager(java.lang.String dsAlias,
java.lang.Object o)
Return an instance of SqlManager.
|
SqlManager |
AppInterface.getSqlManager(java.lang.String dsAlias,
java.lang.Object o)
Return an instance of SqlManager.
|
java.lang.String |
ReportingManagerInterface.getSystemDfltFont(AppInterface app)
Returns system default font.
|
VisionImportInterface |
AppInterface.getVisionImportInterface(java.lang.String infoCenterName,
java.lang.String appId)
ver 7.1
This function returns VisionImportInterface object that allows Costpoint applications to import data from Vision system
|
VisionInterface |
AppInterface.getVisionInfoCenterInterface(java.lang.String infoCenterName,
java.lang.String tableName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> skipUpdateColumns,
java.util.ArrayList<java.lang.String> skipInsertColumns)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
VisionInterface |
AppInterface.getVisionInfoCenterInterface(java.lang.String infoCenterName,
java.lang.String tableName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> skipUpdateColumns,
java.util.ArrayList<java.lang.String> skipInsertColumns,
java.lang.String plantId)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
VisionInterface |
AppInterface.getVisionPickListInterface(java.lang.String pickListName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> allColumns)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
VisionInterface |
AppInterface.getVisionPickListInterface(java.lang.String pickListName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> skipUpdateColumns,
java.util.ArrayList<java.lang.String> skipInsertColumns,
java.util.ArrayList<java.lang.String> allColumns)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
VisionInterface |
AppInterface.getVisionPickListInterface(java.lang.String pickListName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> skipUpdateColumns,
java.util.ArrayList<java.lang.String> skipInsertColumns,
java.util.ArrayList<java.lang.String> allColumns,
java.lang.String plantId)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
VisionInterface |
AppInterface.getVisionPickListInterface(java.lang.String pickListName,
java.util.ArrayList<java.lang.String> pkColumns,
java.util.ArrayList<java.lang.String> allColumns,
java.lang.String plantId)
ver 7.1
This function returns VisionInterface object that allows Costpoint applications to invoke Vision web service;
returns null is Vision related properties hasn't been setup in the enterprise.properties file
|
WFAManagerInterface |
ResultSetInterface.getWFAManager()
ver 7.11
Intended for system applications only
|
WorkFlowInterface |
AppInterface.getWorkflowManager()
ver 9
|
boolean |
AppInterface.hasExternalTimeAndExpense()
This method indicates if External Time and Expense DB segment (TEEXTRNL) is present in the current system.
|
boolean |
AppInterface.hasTimeAndExpenseDBSegment()
ver 7.1
This method indicates if Time and Expense DB segment (TEESS) is present in the current system.
|
java.util.Map<java.lang.String,java.lang.Object> |
ICRInterface.icr(java.lang.String fileName,
byte[] fileBytes,
java.util.List<java.lang.String> categories,
int timeoutInSec)
Performs file ICR by sending BASE64 encoded file directly to ICR provider
|
java.util.Map<java.lang.String,java.lang.Object> |
ICRInterface.icrS3(java.lang.String fileName,
byte[] fileBytes,
java.util.List<java.lang.String> categories,
int timeoutInSec)
Performs file ICR by uploading binary file to Amazon AWS bucket and then requesting ICR from ICR provider
|
int |
WorkFlowInterface.initiate(java.lang.String wfStartUserId,
java.lang.String companyId,
int workflowKey,
java.util.Map<java.lang.String,java.lang.String> caseValues,
java.lang.String caseNotes,
java.lang.String[] userIds)
Initiates a new case instance of a given WORKFLOW KEY by starting
the first level activities
|
int |
WorkFlowInterface.initiate(java.lang.String wfStartUserId,
java.lang.String companyId,
java.lang.String workflowName,
java.util.Map<java.lang.String,java.lang.String> caseValues,
java.lang.String caseNotes,
java.lang.String[] userIds)
Initiates a new case instance for a given WORKFLOW NAME by
starting the first level activities
|
void |
ActionInterface.insertPostSemaphoreData(java.util.HashMap<java.lang.String,java.io.Serializable> hParms)
Inserts a row in POST_SEMAPHORE table.
|
boolean |
AppInterface.isBudgetingAndPlanningDeployed()
ver 7.1
This method indicates if Budgeting And Planning is Deployed in the current system.
|
boolean |
AppInterface.isCostpointDeployed()
ver 7.1
This method indicates if Time and Expense Deployed in the current system.
|
boolean |
JobServerManager.isJobServerRunning(java.lang.String serverName)
Checks whether the job server is running or not
|
boolean |
ActionInterface.isProcessCanceled()
Checks if the action was cancelled
An action is cancelled only when either a developer calls cancel() method or it is cancelled by the framework
This method is intended to be used in report after Action to check whether the reporting process was successful or not
|
boolean |
AppInterface.isTimeAndExpenseDeployed()
ver 7.1
This method indicates if Time and Expense Deployed in the current system.
|
boolean |
JobServerManager.jmsQueueExists(java.lang.String jmsQueueName)
Validates the name of the JMS Queue
|
java.util.Map<java.lang.String,java.io.Serializable> |
SettingsInterface.loadData(SettingsManagerInterface settingsMgr)
Retrieves settings data from the database
|
ResultSetInterface |
ResultSetInterface.openChild(java.lang.String rsId)
Returns the ResultSetInterface of the child result set.
|
void |
AppInterface.reloadAllSettings()
ver 12
Reloads all settings on all servers in the cluster
Primarily used by system applications
|
void |
AppInterface.reloadSettings(java.util.ArrayList<java.lang.String> settingGrpCodes)
ver 12
Reloads settings for specified settings groups on all servers in the cluster
Primarily used by system applications
|
java.lang.String |
ANSISelectBuilder.replaceANSIJoinCondition(java.lang.String tableAlias,
java.lang.String condition)
Replaces specified ON clause of the ANSI statement
|
java.lang.String |
ANSISelectBuilder.replaceANSIWhere(java.lang.String clause)
Replaces WHERE clause of the ANSI statement with
|
boolean |
ReportingManagerInterface.reportExists(java.lang.String name)
Tests whether report exists.
|
void |
WorkFlowInterface.resendEmails(java.lang.String companyId)
Resends emails for activities that are still in activity in box in case
the emails are not yet sent for some reason
Also resends emails for completed activities in MSG inbox for which the
the emails are not yet sent for some reason
|
void |
ResultSetInterface.rollbackTransaction()
For transaction control.
|
void |
ActionInterface.rollbackTransaction()
Rolls back all connections associated with this action
|
void |
FileHandlerInterface.saveBinaryFile(java.lang.String fileName,
java.lang.String fileDesc,
java.lang.String fileContentType,
java.util.Calendar fileExpDt,
java.lang.String fileAltLocation,
byte[] fileContent) |
java.util.Map<java.lang.String,java.lang.Object> |
RNTManagerInterface.SaveCaseToRNT(SqlManager sqlM,
java.lang.String contact,
java.lang.String subject,
java.lang.String message,
java.lang.String caseKey,
java.lang.String priority)
Save (submit) case to RMT
Only user who is registered as PC can submit case to RNT.
|
java.util.Map<java.lang.String,java.lang.String[]> |
EmailManager.sendByteArrayAttachment(java.lang.String fromUserId,
java.lang.String toUserIds,
java.lang.String ccUserIds,
java.lang.String subject,
java.lang.String messageTxt,
java.lang.String fileName,
byte[] data)
Sends mail with attachment to costpoint users.
|
java.util.Map<java.lang.String,java.lang.String[]> |
EmailManager.sendFileAttachmentToUser(java.lang.String fromUserId,
java.lang.String toUserIds,
java.lang.String ccUserIds,
java.lang.String subject,
java.lang.String messageTxt,
java.lang.String fileName)
Sends mail with attachment.
|
java.util.Map<java.lang.String,java.lang.String[]> |
EmailManager.sendMail(java.lang.String fromUserId,
java.lang.String toUserIds,
java.lang.String ccUserIds,
java.lang.String subject,
java.lang.String messageTxt)
Sends email message to costpoint user
|
java.util.Map<java.lang.String,java.lang.String[]> |
EmailManager.sendMultipleAttachments(java.lang.String fromUserId,
java.lang.String toUserIds,
java.lang.String ccUserIds,
java.lang.String subject,
java.lang.String messageTxt,
java.util.LinkedHashMap files)
Sends mail with multiple file attachments to costpoint users.
|
void |
ResultSetInterface.setClientRowSetContext(int contextPos)
7.1.
|
void |
ResultSetInterface.setColCostSuppression(java.lang.String objectId) |
void |
ResultSetInterface.setColLaborSuppression(java.lang.String objectId) |
void |
ResultSetInterface.setColPriceSuppression(java.lang.String objectId) |
void |
ResultSetInterface.setColSSNSuppression(java.lang.String objectId) |
void |
ActionInterface.setDlgCancelText(int optionNo)
Sets the action status meter cancel text property
|
void |
ActionInterface.setDlgCount(int nCount)
Sets the action status count property
|
void |
ActionInterface.setDlgCountText(java.lang.String msgId)
Sets the action status count text property
|
void |
ActionInterface.setDlgCountText(java.lang.String msgId,
java.lang.String[] parms)
Sets the action status count text property
|
void |
ActionInterface.setDlgMeterLimit(int meterLimit)
Sets the action status meter limit property
|
void |
ActionInterface.setDlgMeterTextLine(int lineNo,
java.lang.String msgId)
Sets the action status meter text line property
|
void |
ActionInterface.setDlgMeterTextLine(int lineNo,
java.lang.String msgId,
java.lang.String[] parms)
Sets the action status meter text line property
|
void |
ActionInterface.setDlgMeterValue(int meterValue)
Sets the action status meter value property
|
void |
ResultSetInterface.setMobileClientFieldFocus(java.lang.String objectId)
7.1.
|
boolean |
ResultSetInterface.setRowSetContext(int contextPos)
Set context to the row number passed in.
|
void |
ResultSetInterface.setSelect(java.lang.String sSelect)
Invoked from setRSSelect method of application population class to set a Result
set select at run-time.
|
boolean |
WorkFlowInterface.startActivity(java.lang.String startUserId,
java.lang.String companyId,
int workflowKey,
int activityKey,
int optionKey,
int caseKey)
Starts an activity for a given startUserId.
|
void |
JobServerManager.startAllJobServers()
Starts the job polling for all job servers
|
void |
ReportingManagerInterface.startArchive()
Starts achive/cleanup utility.
|
java.lang.String |
AppInterface.startExternalProcess(java.lang.String[] command,
boolean synchronously)
var 7.0
This method starts external process ( this is a wrapper for java Process class).
|
void |
JobServerManager.startJobServer(java.lang.String serverName)
Starts the job server polling
|
void |
JobServerManager.stopAllJobServers()
Stops all job servers
|
void |
JobServerManager.stopJobServer(java.lang.String serverName)
Stops the job server polling
|
void |
JobServerManager.updateJobServerQueueList(java.lang.String serverName,
java.util.List queues)
This method is called to update the queues
that are linked to this server instance
|
void |
RNTManagerInterface.UpdateRNTCase(SqlManager sqlM,
java.lang.String contact,
java.lang.String message,
long rntIncId,
java.lang.String caseKey,
java.lang.String priority)
Update/Amend RNT Case
|
void |
SettingsManagerInterface.validateDBPatch(java.lang.String patch)
Validates DB patch and throws exception if patch is not applied.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FixedAssetInterface.formatAssetId(AppInterface appI,
java.lang.String sAssetId)
Return the formatted Asset Id
|
java.lang.String |
EmployeeInterface.formatEmployeeId(AppInterface appI,
java.lang.String sEmplId)
Return the int[] array of Employee Number level lengths
|
int[] |
AccountInterface.getAccountLevelInfo(AppInterface appI)
Return the int[] array of Account level lengths
|
int[] |
AltProjInterface.getAltProjLevelInfo(AppInterface appI,
java.lang.String sAltProjId)
Return the int[] array of Alternate Project level lengths
|
int[] |
OrgInterface.getOrgLevelInfo(AppInterface appI,
java.lang.String sOrgId)
Return the int[] array of Organization Number level lengths
|
java.lang.String |
UserSettingsInterface.getOrgSecProfCd(AppInterface appI)
Retrieves the user's Org Security profile code.
|
java.lang.String |
UserSettingsInterface.getOrgSecProfCd(AppInterface appI,
java.lang.String appId)
Retrieves the user's Org Security profile code.
|
java.lang.String |
UserSettingsInterface.getOrgSecProfName(AppInterface appI)
Retrieves the user's Org Security profile name
|
java.lang.String |
UserSettingsInterface.getOrgSecProfName(AppInterface appI,
java.lang.String appId)
Retrieves the user's Org Security profile name
|
int[] |
ProjectInterface.getProjectLevelInfo(AppInterface appI,
java.lang.String sProjId)
Return the int[] array of Project Number level lengths
|
int[] |
RefInterface.getRefLevelInfo(AppInterface appI,
java.lang.String sRefId)
Return the int[] array of Reference Number level lengths
|
int[] |
ReorgInterface.getReorgLevelInfo(AppInterface appI,
java.lang.String sReorgId)
Return the int[] array of Reorg level lengths
|
java.io.Serializable |
UserSettingsInterface.getSettings(SettingsManagerInterface settingsMgr,
java.lang.String sUserId,
int nUserProperty)
Get Company-specific User Settings
|
java.lang.Object |
CPCurrencyInterface.getStng(int nProperty)
Use this method to get any currency related property value.
|
int[] |
WhseInterface.getWhseLocLevelInfo(AppInterface appI,
java.lang.String sWhseId)
Return the int[] array of Warehouse Location level lengths
|
boolean |
ExchangeRateInterface.MU_ValExchRate(ResultSetInterface rsI)
Finds the exchange rate between two currencies for a given date.
|
void |
MulticurrencyInterface.MuRecalcLnkAmt(ResultSetInterface curRSInt,
java.lang.String SourceObjId,
ResultSetInterface exchRSInt)
re-calculate all linked for a given object
|
boolean |
MulticurrencyInterface.MuValAmtPrecision(ResultSetInterface curRSInt,
java.lang.String objectId,
ResultSetInterface exchRSInt)
Validates the precision
|
Modifier and Type | Method and Description |
---|---|
ContentInterface |
ContentManagerInterface.createNewContent(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String cmsFolder,
java.lang.String contentName,
java.lang.String contentTitle,
java.lang.String contentVersion)
Create new Content
|
ContentPropertyTypeInterface |
ContentManagerInterface.createSharepointColumn(java.lang.String endpId,
java.lang.String spTypeId,
java.lang.String repId,
java.lang.String cTypeId,
java.lang.String name,
java.lang.String dataType,
int length) |
java.util.Map<java.lang.String,java.lang.String> |
ContentManagerInterface.createSharepointLibrary(java.lang.String endpId,
java.lang.String name,
java.lang.String description) |
void |
ContentManagerInterface.deleteSharepointColumn(java.lang.String endpId,
java.lang.String repositoryId,
java.lang.String cTypeId,
java.lang.String name) |
void |
ContentManagerInterface.deleteSharepointLibrary(java.lang.String endpId,
java.lang.String name) |
ContentTypeInterface |
ContentManagerInterface.getCmsContentType(java.lang.String cpContentTypeId,
java.lang.String cTypeLocId)
Get the CMS content type definition
|
ContentTypeInterface |
ContentManagerInterface.getCmsContentType(java.lang.String endpointId,
java.lang.String repositoryId,
java.lang.String cmsContentTypeId)
Get the CMS content type definition
|
java.util.Map<java.lang.String,java.lang.String> |
ContentManagerInterface.getCmsContentTypes(java.lang.String endpointId,
java.lang.String repositoryId)
Get the list of defined CMS content types - If root document type is defined in configuration, then
shows only sub-types of the pre-defined root type
|
java.util.Map<java.lang.String,java.lang.String> |
ContentManagerInterface.getCmsEndpoints()
Get CM Systems endpoints.
|
ContentFolderInterface |
ContentManagerInterface.getCmsFolder(java.lang.String cpCTypeId,
java.lang.String cpCTypeLocId,
java.lang.String folderPath)
Get Cms Folder using location as parameter
|
ContentFolderInterface |
ContentManagerInterface.getCmsFolder(java.lang.String endpointId,
java.lang.String repositoryId,
java.lang.String rootFolder,
java.lang.String folderPath)
Get folder details or null if folder does not exist
|
java.util.Map<java.lang.String,java.lang.String> |
ContentManagerInterface.getCmsFolders(java.lang.String endpointId,
java.lang.String repositoryId,
java.lang.String rootFolder)
Get the list of all folders within CMS Repository
|
java.util.Map<java.lang.String,java.lang.String> |
ContentManagerInterface.getCmsRepositories(java.lang.String endpointId)
Get CMS Repositories from given endpoint.
|
ContentRepositoryInterface |
ContentManagerInterface.getCmsRepository(java.lang.String endpointId,
java.lang.String repositoryId)
Get CMS repository info.
|
ContentInterface |
ContentManagerInterface.getContent(java.lang.String endpointId,
java.lang.String repositoryId,
java.lang.String contentId)
Gets a binary content from the CMS
|
ContentInterface |
ContentManagerInterface.getContentExists(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String fileName) |
ContentInterface |
ContentManagerInterface.getContentExists(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String fileName,
java.lang.String folder,
boolean recursive)
Does content exist by filename
|
ContentInterface |
ContentManagerInterface.getContentInfo(java.lang.String cpContentTypeId,
java.lang.String cpCTypeLocId,
java.lang.String contentId)
Get Content details with metadata
|
boolean |
ContentManagerInterface.isSharepoint(java.lang.String endpId) |
java.util.List<ContentInterface> |
ContentManagerInterface.query(java.lang.String cpContentTypeId,
java.lang.Object userQuery,
int skipRows,
int maxRows) |
int |
ContentManagerInterface.queryRowCount(java.lang.String cpCTypeId,
java.lang.Object userQuery) |
int |
ContentManagerInterface.queryRowCount(java.lang.String cpCTypeId,
java.lang.Object userQuery,
int maxQueryCount) |
ContentInterface |
ContentManagerInterface.saveContent(ContentInterface contentInfo,
byte[] content) |
boolean |
ContentManagerInterface.setContentInfo(ContentInterface content)
Update content metadata
Update of content metadata is permitted only through previously cached object.
|
Modifier and Type | Method and Description |
---|---|
IntRowSet |
IntRowSet.addChildRS(java.lang.String childRSId)
adds child rs to the current rs (if third party system supports nested rs)
|
void |
SoluminaInterface.addItem(IntResultSet topLevelRs,
java.lang.String itemID,
java.lang.String revisionId)
Invoke this function to synchronize item ; topLevelRs - data you need to send to the Solumina ; itemID and revisionId - primary keys in the Solumina system
|
void |
IntRowSet.addRow()
adds row to the child result set, assume that tranType is ROW_Merge
|
default void |
IntRowSet.addRow(com.deltek.enterprise.core.utils.integration.BasicRowStatus tranType)
adds row to the child result set, with tranType
|
void |
CommonInterface.addRow(java.util.Calendar timestamp)
adds row to the document that can later be submitted to SFT system using submit();
method also sets 'context' on the row so you can populate its fields by calling set* methods ;
use this method when you what to add new or update existing row in the SFT system ;
addRow can potentially submit request to the rerver if internal buffer of rows gets full
see also addRow(String actionType)
|
void |
CommonInterface.addRow(java.util.Calendar timestamp,
java.lang.String actionType)
adds row to the document that can later be submitted to SFT system using submit();
method also sets 'context' on the row so you can populate its fields by calling set* methods ;
use this method when you what to delete existing row in the SFT system or you know for sure whether Insert or Update action needs to be performed;
addRow can potentially submit request to the rerver if internal buffer of rows gets full
see also addRow()
|
void |
SoluminaInterface.changeLocationToCompany(java.lang.String companyId)
changes location to company - data will be send to all plants that belong to this company;
|
void |
CommonInterface.changeLocationToCompany(java.lang.String companyId)
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
|
void |
SoluminaInterface.changeLocationToCorporate()
changes location to all corporate - data will be send to all plants;
|
void |
CommonInterface.changeLocationToCorporate()
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
|
void |
SoluminaInterface.changeLocationToPlant(java.lang.String plantId)
changes location to plan - data will be send to one plant
|
void |
CommonInterface.changeLocationToPlant(java.lang.String plantId)
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
|
void |
InvokeAppInterface.close()
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
|
void |
CommonInterface.close()
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
|
void |
CobraInterface.close()
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
|
java.lang.String |
GOVWINIQImportInterface.convertHTMLToText(java.lang.String htmlString)
Call this method to convert data from html to text format (use it for fields like description and procurement)
|
IntRowSet |
InvokeAppInterface.createOutputRowSet(java.lang.String rsId)
Use this method to pass data to Costpoint application.
|
IntResultSet |
IntResultSet.getChild(java.lang.String rsId)
Returns IntResultSet of the child result set.
|
IntRowSetRead |
IntRowSetRead.getChildRS(java.lang.String childRSId)
returns child rs to the current rs (if third party system supports nested rs)
|
IntRowSetRead |
CobraInterface.getCobraData(java.lang.String type,
java.lang.String operator,
java.lang.String value)
Lookup methods to return data form Cobra using one of the Get* methods
|
IntRowSetRead |
VisionImportInterface.getData(java.lang.String tableName,
java.util.List<java.lang.String> columns,
java.util.List<java.lang.String> colTypes,
java.lang.String query) |
java.util.Calendar |
CommonInterface.getLastSyncDate()
Returns the earliest successful sync date among all plants for given interface type - interface type you used to get instance of object;
this date should be used to select all entities that were modified after it; method will return null if all plants have empty location
in which case sync process should stop.
|
IntRowSet |
IntResultSet.getRowSet()
Return the IntRowSet to the row in context.
|
IntRowRead |
VisionInterface.getSettings()
invoke this method to get data from GetCMConnectorConfig Vision CRM method;
all settings will be returned as Strings so application should use getString()
method to get them from IntRowRead and do extra data formatting if necessary
|
java.lang.String |
VisionImportInterface.getVisionInfoCenterSchema(java.lang.String infoCenterName)
returns xml schema for given infoCenterName
|
java.lang.String |
ErrorHandler.handleError(IntRowRead failedRow,
java.lang.String errorMessage,
java.lang.String locationId)
application needs to implement this method if it needs to do some custom error
handling and/or override default error message we log into system table
|
void |
MessageHandler.handleMessage(IntRowRead row,
java.lang.String message,
int messageTypes)
application needs to implement this method if it needs to do message handling
|
void |
VisionInterface.initSynchProcess()
call this method once at the beginning of the synch process to clear system table that
keeps track of new records we submit to the Vision CRM system
|
IntRowSetRead |
SilkroadImportInterface.loadRecentChanges()
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
|
IntRowSetRead |
HRsmartImportInterface.loadRecentChanges()
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
|
IntRowSetRead |
GOVWINIQImportInterface.loadRecentChanges()
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
|
void |
IntRowSetRead.markCurrentRowAsBad(java.lang.String errorMessage,
java.lang.Throwable ex)
if current row appears to be ok application needs to call addRow() on the output IntRowSet to submit this row to the Costpoint ;
if row is bad ( e.g.
|
void |
CobraInterface.sendProject(java.lang.String fileName,
java.lang.String data,
java.util.HashMap<java.lang.String,java.lang.String> arguments,
java.util.ArrayList<java.lang.String> fields)
to send project file to Cobra use this method .
|
void |
CobraInterface.sendProjectPart(java.lang.String fileName,
java.lang.String str)
to send large project file peice by peice to Cobra use this method .after you send whole file , you need to call submitProject
|
void |
VisionImportInterface.setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
void |
SilkroadImportInterface.setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
void |
HRsmartImportInterface.setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
void |
GOVWINIQImportInterface.setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
void |
CommonInterface.setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
boolean |
IntResultSet.setRowSetContext(int rowSetContext)
Set context to the row number passed in.
|
void |
VisionInterface.submitNow()
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).
|
void |
NGRPInterface.submitNow()
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).
|
void |
CobraInterface.submitProject(java.util.HashMap<java.lang.String,java.lang.String> arguments,
java.util.ArrayList<java.lang.String> fields)
to send large project file to Cobra use this method .
|
Modifier and Type | Method and Description |
---|---|
void |
MBManagerInterface.addFolderPermission(MBFolderInterface fldr,
java.lang.String userEmail,
MBFolderPermissionInterface.FolderPermissionLevel level)
Add user to folder permissions.
|
void |
MBManagerInterface.addFolderPermission(java.lang.String path,
java.lang.String userEmail,
MBFolderPermissionInterface.FolderPermissionLevel level)
Add user to folder permissions.
|
void |
MBManagerInterface.clearAllFolderPermissions(MBFolderInterface fldr)
Clear (delete) all folder permissions.
|
MBItemInterface |
MBManagerInterface.createEmailItem()
Create Email Item
|
MBFolderIdInterface |
MBManagerInterface.createFolder(MBFolderIdInterface parentId,
java.lang.String name)
Create new folder inside parent folder
|
MBFolderIdInterface |
MBManagerInterface.createFolder(java.lang.String path)
Create folder by given path.
|
MBFolderIdInterface |
MBManagerInterface.createFolderId(java.lang.String id)
Create folder id for string id
|
MBItemInterface |
MBManagerInterface.createPostItem()
Create Post Item
|
void |
MBManagerInterface.deleteFolder(MBFolderInterface folder)
Delete folder
|
boolean |
MBManagerInterface.deleteFolder(java.lang.String path)
Delete folder
|
void |
MBManagerInterface.deleteItem(MBObjectIdInterface itemId)
Delete Item
|
java.util.List<? extends MBFolderInterface> |
MBManagerInterface.findContainedFolders(MBFolderIdInterface parentFolderId)
Get list of folders inside parent folder
|
MBFolderInterface |
MBManagerInterface.findCpRootFolder()
Find root Costpoint root public folder
|
MBFolderInterface |
MBManagerInterface.findFolder(java.lang.String path)
Find folder by full folder path
|
MBFolderInterface |
MBManagerInterface.findFolder(java.lang.String name,
MBFolderIdInterface parentFolderId)
Find folder by name inside parent folder
|
java.util.List<? extends MBObjectIdInterface> |
MBManagerInterface.findFolderItemIds(MBFolderIdInterface folderId,
java.util.List<java.lang.String> contains)
Find Items inside folder - return only IDs
|
java.util.List<? extends MBItemInterface> |
MBManagerInterface.findFolderItems(MBFolderIdInterface folderId,
java.util.List<java.lang.String> contains)
Find Items inside folder - return detailed items
|
boolean |
MBManagerInterface.folderEmailIsUsed(java.lang.String emailAddress)
Verify usage of folder emailAddress
|
MBAttachmentInterface |
MBManagerInterface.getAttachment(java.lang.String attcId)
Get Attachment
|
java.util.List<java.lang.String> |
MBManagerInterface.getCategories()
Get Categories
|
java.lang.String |
MBManagerInterface.getExchangeUPNSuffix()
Get User Principal Name Suffix (usually domain.com) for Exchange Server
|
MBFolderInterface |
MBManagerInterface.getFolder(MBFolderIdInterface folderId)
Get full folder information.
|
MBFolderInterface |
MBManagerInterface.getFolder(java.lang.String path)
Get folder by full folder path
|
java.lang.String |
MBManagerInterface.getFolderEmailAddress(MBFolderInterface fldr)
Get Folder email address.
|
MBItemInterface |
MBManagerInterface.getItem(MBObjectIdInterface objectId)
Get Item by object id
|
MBItemInterface |
MBManagerInterface.getItem(java.lang.String itemId)
Get Item by string id
|
int |
MBManagerInterface.getMBTopicRights(SqlManager sqlM,
java.lang.String topicId)
Get current user rights to particular Exchange folder
|
java.util.List<java.lang.String> |
MBManagerInterface.getWritableMBFolders(SqlManager sqlM,
java.lang.String rsId)
Get list of available full rights folders for posting new messages
Also used to default folder only one is returned
|
MBItemInterface |
MBManagerInterface.saveItem(MBItemInterface item,
MBFolderIdInterface folderId)
Save item to folder
|
void |
MBManagerInterface.sendAndSaveItem(MBItemInterface item,
MBFolderIdInterface folderId)
Send and Save Email Item
|
void |
MBManagerInterface.sendItem(MBItemInterface item)
Send Email Item
|
java.lang.String |
MBManagerInterface.setFolderEmailAddress(java.lang.String path,
java.lang.String emailAddress)
Set email address for the folder
Note: This operation might not succeed because Exchange might not accept requested address if
it is duplicated.
|
void |
MBManagerInterface.setFolderPermissions(MBFolderInterface fldr,
java.util.List<java.lang.String> fullRightsUsers,
java.util.List<java.lang.String> roRightsUsers)
Sett permissions for full rights users and readonly users with the single api call
|
void |
MBManagerInterface.setFolderPermissions(MBFolderInterface fldr,
java.util.List<java.lang.String> users,
MBFolderPermissionInterface.FolderPermissionLevel level)
Set folder permission to specified level for multiple users
|
boolean |
MBManagerInterface.updateFolderEmailAddress(java.lang.String path,
java.lang.String emailAddress)
Update email for folder
|
boolean |
MBManagerInterface.updateMBFolderPermissions(java.lang.String folderName,
SqlManager sqlM,
boolean commit)
Sync Exchange permissions with Costpoint defined access rights for single folder
|
boolean |
MBManagerInterface.updateMBFoldersPermissions(SqlManager sqlM,
boolean commit)
Sync Exchange permissions with Costpoint defined access rights for all folders
|
boolean |
MBManagerInterface.validEmail(java.lang.String emailId)
Validate user email.
|
Modifier and Type | Method and Description |
---|---|
void |
WFAManagerInterface.approveActivity(int wfCaseKey,
int actCaseKey,
java.lang.String completeUserId,
java.lang.String completeNotes,
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> removeUsers)
Approve actual activity for given wf
|
void |
WFAManagerInterface.createRevision(int wfKey,
int revKey) |
void |
WFAManagerInterface.delegateActivities(int wfCaseKey,
java.lang.String userId)
delegate pending activities to specific user
|
void |
WFAManagerInterface.delegateActivity(int wfCaseKey,
int actKey,
java.lang.String userId)
delegate activity to specific user
|
void |
WFAManagerInterface.deleteAllTestCases(int wfKey,
int revKey) |
void |
WFAManagerInterface.deleteCase(int caseKey,
boolean commit) |
void |
WFAManagerInterface.escalateActivities(int wfCaseKey)
Escalate pending activities to escalating role
|
void |
WFAManagerInterface.escalateActivity(int wfCaseKey,
int actKey)
Escalate activity to escalating role
|
java.util.Map<java.lang.Integer,java.lang.String> |
WFAManagerInterface.getApprovedActivities(int wfCaseKey) |
java.util.List<java.lang.String> |
WFAManagerInterface.getRoleUserIds(java.lang.String roleCd,
java.lang.String roleType,
int wfKey,
int revKey)
Get users that belong to role
|
java.util.List<java.util.Map<java.lang.String,java.io.Serializable>> |
WFAManagerInterface.getWfCaseUsers(int wfKey,
int revKey) |
boolean |
WFAManagerInterface.getWfExists()
Does screen has associated wf
|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
WFAManagerInterface.getWfs()
Get the wf key for specific screen
|
void |
WFAManagerInterface.rejectActivity(int wfCaseKey,
int actKey,
java.lang.String completeUserId,
java.lang.String rejectCd,
java.lang.String completeNotes,
int backToKey)
reject activity
|
void |
WFAManagerInterface.rejectCase(int caseKey,
java.lang.String rejectCd,
java.lang.String rejectNotes)
Cancels-Rejects the WF case
|
void |
WFAManagerInterface.runTests(int wfKey,
int revKey) |
void |
WFAManagerInterface.saveModel(java.lang.String xml,
java.lang.String newName,
boolean newRevision) |
void |
WFAManagerInterface.sendReminders(int wfCaseKey) |
com.deltek.enterprise.system.wfa.WorkflowCase |
WFAManagerInterface.startWF(int wfKey,
int revKey,
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> removeUsers)
Start the WF by creating a new instance
|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
WFAManagerInterface.wfCase2Data(int wfCaseKey) |
java.lang.String |
WFAManagerInterface.wfCase2String(int wfCaseKey)
workflow instance to tree helper method
|
java.lang.String |
WFAManagerInterface.wfModel2String(int wfKey,
int revKey)
workflow model to tree helper method
|
java.lang.String |
WFAManagerInterface.wfModel2Xml(int wfKey,
int revKey) |
java.util.Map<java.lang.String,java.lang.Object> |
WFAManagerInterface.xmlModel2Info(java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
EntrpFileIntgrAcctHandler.buildSAMLFedMdXML(java.lang.String spEntityId,
java.lang.String acsURL) |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
EntrpFileIntgrAcctHandler.getCmsData(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getCmsUserPassword(java.lang.String system,
java.lang.String conn) |
java.lang.String |
EntrpFileIntgrAcctHandler.getCobraUserPassword(java.lang.String system) |
java.lang.Object |
FormulaInterface.getConst(java.lang.String constId) |
java.lang.String |
EntrpFileIntgrAcctHandler.getExchangeUserPassword(java.lang.String system) |
java.util.Calendar |
FilePolicy.getExprDate(java.util.Calendar currentDate) |
static java.lang.String |
FilePolicy.getFileExt(java.lang.String fileName) |
static java.util.Map<java.lang.String,FilePolicy> |
FilePolicy.getFilePolicies(java.lang.String companyId,
SqlManager hSql) |
static FilePolicy |
FilePolicy.getFilePolicy(java.lang.String companyId,
java.lang.String fileName,
java.util.Map<java.lang.String,FilePolicy> filePolicies) |
static FilePolicy |
FilePolicy.getFilePolicy(java.lang.String companyId,
java.lang.String fileName,
SqlManager hSql) |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
EntrpFileIntgrAcctHandler.getGovWinIQData(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getGovWinIQUserPassword(java.lang.String system,
java.lang.String location) |
java.lang.String |
EntrpFileIntgrAcctHandler.getGovWinUserPassword(java.lang.String system) |
java.util.ArrayList |
AddOnProducts.getLicensedProducts(AppInterface app)
Retrieves list of licensed add-on products
|
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
EntrpFileIntgrAcctHandler.getProjMnfctMeData(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getProjMnfctMeUserPassword(java.lang.String system,
java.lang.String loc) |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
EntrpFileIntgrAcctHandler.getProjMnfctSftData(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getProjMnfctSftUserPassword(java.lang.String system,
java.lang.String loc) |
java.lang.String |
PasswordGenerator.getRandomPassword(java.lang.String userId)
Generates random password.
|
java.lang.String |
EntrpFileIntgrAcctHandler.getResPlanUserPassword(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getSilkRdFTPUserPassword(java.lang.String system) |
java.lang.String |
EntrpFileIntgrAcctHandler.getSilkRdWSUserPassword(java.lang.String system) |
java.lang.Double |
FormulaInterface.getSum(FormulaPrototype frm,
java.lang.String objectId,
java.lang.String rsChildren,
Command expr) |
java.lang.String |
EntrpFileIntgrAcctHandler.getTlntUserPassword(java.lang.String system) |
java.lang.Object |
FormulaInterface.getVal(java.lang.String rsId,
java.lang.String objectId) |
java.lang.Object |
FormulaPrototype.getValueChild(java.lang.String rsId,
ResultSetInterface rsI,
java.lang.String objId) |
java.lang.Object |
FormulaPrototype.getValueChildOrig(java.lang.String rsId,
ResultSetInterface rsI,
java.lang.String objId) |
java.lang.Boolean |
FormulaInterface.isRowDeleted(java.lang.String rsId) |
java.lang.Boolean |
FormulaInterface.isRowModified(java.lang.String rsId) |
java.lang.Boolean |
FormulaInterface.isRowNew(java.lang.String rsId) |
java.lang.Boolean |
FormulaInterface.isTabActive(java.lang.String tabId) |
java.lang.Boolean |
FormulaInterface.isValidObjId(java.lang.String rsId,
java.lang.String objectId) |
java.util.Map |
CacheManager.loadData(SettingsManagerInterface settingsMgr) |
void |
EntrpFileIntgrAcctHandler.loadSAMLCerts(java.io.InputStream certFile,
java.lang.String system) |
static void |
CacheManager.refreshTemplateStructure() |
static void |
CacheManager.refreshTemplateStructure(int cacheType,
java.lang.String firstSegment,
AppInterface app) |
void |
EntrpFileIntgrAcctHandler.save(AppInterface app) |
void |
EntrpFileIntgrAcctHandler.setCmsPassword(java.lang.String system,
java.lang.String conn,
java.lang.String password) |
void |
EntrpFileIntgrAcctHandler.setCobraUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setExchangeUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setGovWinIQPassword(java.lang.String system,
java.lang.String location,
java.lang.String password) |
void |
EntrpFileIntgrAcctHandler.setGovWinUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setProjMnfctMePassword(java.lang.String system,
java.lang.String loc,
java.lang.String password) |
void |
EntrpFileIntgrAcctHandler.setProjMnfctSftPassword(java.lang.String system,
java.lang.String loc,
java.lang.String password) |
void |
EntrpFileIntgrAcctHandler.setResPlanUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setSilkRdFTPUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setSilkRdWSUserPassword(java.lang.String system,
java.lang.String propValue) |
void |
EntrpFileIntgrAcctHandler.setTlntUserPassword(java.lang.String system,
java.lang.String propValue) |
Constructor and Description |
---|
EntrpFileIntgrAcctHandler() |
PasswordGenerator(AppInterface app)
Creates PasswordGenerator.
|
Modifier and Type | Method and Description |
---|---|
DigitalDocumentInterface |
DigitalDocumentManager.getDigitalDocumentHistory() |
boolean |
DigitalDocumentManager.isDigitalSignEnabled() |
void |
DigitalDocumentManager.viewDigitalDocument(java.lang.String docId,
int revision) |
Modifier and Type | Method and Description |
---|---|
CPMeta |
CPMetaGenerator.generateAndSaveMeta() |