Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface | |
com.deltek.enterprise.system.applicationinterface.businessinterface | |
com.deltek.enterprise.system.utils |
Modifier and Type | Method and Description |
---|---|
AppInterface |
ResultSetInterface.getApplication()
Returns the AppInterface for the application this result set is currently in.
|
AppInterface |
ActionInterface.getApplication()
Returns the AppInterface for the application this action was invoked from.
|
Modifier and Type | Method and Description |
---|---|
short |
ReportingManagerInterface.checkUserArchiveRights(java.lang.String archiveId,
AppInterface app)
Checks whether archived report can be accessed by a user.
|
java.util.HashMap<java.lang.Integer,java.lang.String> |
CreateWizardRSInterface.getFormTabLinkedChildren(AppInterface ai) |
java.util.ArrayList<java.lang.String> |
CreateWizardRSInterface.getNonClosableChildren(AppInterface ai) |
java.lang.String |
ReportingManagerInterface.getSystemDfltFont(AppInterface app)
Returns system default font.
|
default boolean |
CreateWizardRSInterface.isValidateOnContinue(AppInterface ai)
return true if we need to validate current tab fields when user clicks on Continue button in Wizard mode
|
void |
AfterCreateAppInterface.onAfterAppCreate(AppInterface app)
This method is invoked after application has been created to give developer opportunity to dynamically modify it.
|
void |
CreateRSInterface.onCreate(AppInterface ai)
This method is invoked to determine if a result set can be created or not
|
void |
CreateDymanicRSInterface.onCreateRSMetaDataInit(ResultSetInterface parentRs,
AppInterface ai,
DynamicColumnFactory colFactory)
This method is invoked to populate rs dynamic columns
|
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
|
int[] |
WhseInterface.getWhseLocLevelInfo(AppInterface appI,
java.lang.String sWhseId)
Return the int[] array of Warehouse Location level lengths
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Strings.checkForSpecialCharacters(java.lang.String value,
java.lang.String templateID,
AppInterface appI)
This method should be used by preprocessor apps where we upload data from external sources , e.g.
|
static java.lang.String |
UIFormat.currencyToStr(AppInterface appI,
double amount,
boolean bSymbol,
boolean bThousSep,
boolean bPadSpaces)
Formats a currency value to the format of the functional currency.
|
static java.lang.String |
UIFormat.dateTimeToStr(AppInterface appI,
java.util.Calendar datetime,
boolean bDate,
boolean bTime,
boolean bFourDigitYear)
Formats a date time value to the format of the functional currency.
|
static java.lang.String |
Dates.formatDate(java.util.Calendar c,
int format,
AppInterface app)
Formats date/time object according to CP locale and format code.
|
static CPLocaleInterface |
Dates.getCPLocale(AppInterface app) |
java.util.ArrayList |
AddOnProducts.getLicensedProducts(AppInterface app)
Retrieves list of licensed add-on products
|
static int[] |
CacheManager.getTemplateStructure(int cacheType,
java.lang.String firstSegment,
AppInterface app) |
static java.lang.String |
UIFormat.numberToStr(AppInterface appI,
double amount,
int nScale,
boolean bThousSep,
boolean bPadDec)
Formats a numeric value to the format of the functional currency.
|
static java.lang.String |
DictionaryTermParser.parseForDictionaryTerms(AppInterface appI,
java.lang.String text)
Use this method only in special use case where you only need to substitute terms .
|
static java.lang.String |
UIFormat.percentToStr(AppInterface appI,
double amount,
int nScale,
boolean bThousSep,
boolean bPadDec)
Formats a percentage amount to the format of the functional currency.
|
static void |
CacheManager.putTemplateStructure(int cacheType,
java.lang.String firstSegment,
int[] value,
AppInterface app) |
static void |
CacheManager.refreshTemplateStructure(int cacheType,
java.lang.String firstSegment,
AppInterface app) |
void |
EntrpFileIntgrAcctHandler.save(AppInterface app) |
static java.lang.String |
PatternMatchFunctions.validateTemplate(java.lang.String value,
java.lang.String templateID,
AppInterface appI)
Call this method to validate a template.
|
Constructor and Description |
---|
PasswordGenerator(AppInterface app)
Creates PasswordGenerator.
|