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