public interface UserSettingsInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrgSecProfCd(AppInterface appI)
Retrieves the user's Org Security profile code.
|
java.lang.String |
getOrgSecProfCd(AppInterface appI,
java.lang.String appId)
Retrieves the user's Org Security profile code.
|
java.lang.String |
getOrgSecProfName(AppInterface appI)
Retrieves the user's Org Security profile name
|
java.lang.String |
getOrgSecProfName(AppInterface appI,
java.lang.String appId)
Retrieves the user's Org Security profile name
|
java.io.Serializable |
getSettings(SettingsManagerInterface settingsMgr,
java.lang.String sUserId,
int nUserProperty)
Get Company-specific User Settings
|
static final int USER_NAME
static final int USER_PHONE_ID
static final int USER_PHONE_EXT_CD
static final int USER_EMPL_ID
static final int USER_SUPPRESS_LAB_FL
static final int USER_SUPPRESS_CST_FL
static final int USER_SUPPRESS_PRC_FL
static final int USER_CHG_PSWD_FL
static final int USER_CHG_NAME_FL
static final int USER_CHG_PHONE_FL
static final int USER_DE_ACTIVATION_DT
static final int USER_LAST_PSWD_CHNG_DT
static final int USER_DFLT_TAXBLE_ENT_ID
static final int USER_ORG_SEC_GRP_CD
static final int USER_EMAIL_WF_ACTVTY_FL
static final int USER_EMAIL_WF_MSG_FL
static final int USER_EMAIL_NAME
static final int USER_APP_ORG_SEC
static final int USER_MOD_DFLTS
static final int UNSUC_ATTEMPT_NO
static final int COMPANY_NAME
static final int DFLT_COMPANY_ID
static final int USER_WHSE_ID
static final int USER_VAT_TAX_ID
static final int USER_CHG_PRC_NOTIFY_FL
static final int USER_PRC_NOTIFY_FL
static final int USER_ALLOW_PRINT_FL
static final int USER_ALLOW_DOWNLOAD_FL
static final int USER_ALLOW_ARCHIVE_FL
static final int USER_ALLOW_PRINTFILE_FL
static final int USER_ALLOW_EMAIL_FL
static final int USER_DFLT_PRINT_FL
static final int USER_DFLT_DOWNLOAD_FL
static final int USER_DFLT_ARCHIVE_FL
static final int USER_DFLT_PRINTFILE_FL
static final int USER_DFLT_EMAIL_FL
static final int USER_DLFT_LOCALE_ID
static final int USER_ALL_CUST_CONFIG_FL
static final int USER_SUPPRESS_SSN_FL
static final int USER_DFLT_LOCALPRINT_FL
static final int USER_CUST_OWN_CONFIG_FL
static final int USER_OVR_PRIORITY_FL
static final int USER_AUTO_COMPLETE_FL
static final int USER_AUTO_POSITION_FL
static final int USER_HOME_SCREEN_APP_ID
static final int NEW_UI_FL
static final int USER_VEND_ID
static final int AUTH_METHOD
static final int SAML_FL
static final int USER_SUPPRESS_AP_TAX_FL
static final int WS_AUTH_FL
java.lang.String getOrgSecProfCd(AppInterface appI) throws java.sql.SQLException, DEException
appI
- application interfacejava.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.java.lang.String getOrgSecProfCd(AppInterface appI, java.lang.String appId) throws java.sql.SQLException, DEException
appI
- application interfaceappId
- application ID.java.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.java.lang.String getOrgSecProfName(AppInterface appI) throws java.sql.SQLException, DEException
appI
- application interfacejava.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.java.lang.String getOrgSecProfName(AppInterface appI, java.lang.String appId) throws java.sql.SQLException, DEException
appI
- application interfaceappId
- application ID.java.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.java.io.Serializable getSettings(SettingsManagerInterface settingsMgr, java.lang.String sUserId, int nUserProperty) throws DEException, java.sql.SQLException
settingsMgr
- SettingsManagerInterface or Application interfacesUserId
- User ID.nUserProperty
- Constant for desired Corporate User setting.
Possible values: 6-8, 15-16, 27.java.sql.SQLException
- thrown if a SQL error occured.DEException
- thrown if a non SQL error occured.