Package org.compiere.model
Class MSysConfig
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_SysConfig
org.compiere.model.MSysConfig
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_AD_SysConfig
,I_Persistent
,Evaluatee
System Configuration
- Version:
- $Id: MSysConfig.java,v 1.5 2005/11/28 11:56:45 armen Exp $ Contributor: Carlos Ruiz - globalqss - [ 1800371 ] System Configurator Enhancements
- Author:
- Armen Rizal, Teo Sarca, SC ARHIPAC SERVICE SRL
- BF [ 1885496 ] Performance NEEDS
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant for Predefine System Configuration Names (in alphabetical order)static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.not use for the new billboard implementationstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.compiere.model.X_AD_SysConfig
CONFIGURATIONLEVEL_AD_Reference_ID, CONFIGURATIONLEVEL_Client, CONFIGURATIONLEVEL_Organization, CONFIGURATIONLEVEL_System, ENTITYTYPE_AD_Reference_ID
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_AD_SysConfig
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_SysConfig_ID, COLUMNNAME_AD_SysConfig_UU, COLUMNNAME_ConfigurationLevel, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_IsActive, COLUMNNAME_Name, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_Value, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionMSysConfig
(Properties ctx, int AD_SysConfig_ID, String trxName) Standard ConstructorMSysConfig
(Properties ctx, String AD_SysConfig_UU, String trxName) UUID based ConstructorMSysConfig
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
afterDelete
(boolean success) Execute after Delete operations.protected boolean
afterSave
(boolean newRecord, boolean success) Called after Save for Post-Save Operation.
Default implementation is nop, to be implemented in sub-classes that needed it.protected boolean
beforeSave
(boolean newRecord) Called before Save for Pre-Save Operation.
Default implementation is nop, to be implemented in sub-classes that needed it.protected static Timestamp
Convert a string to a time stamp.
The method uses the length of the text argument to determine the time stamp format pattern to use.static BigDecimal
getBigDecimalValue
(String Name, BigDecimal defaultValue) Get system configuration property of type BigDecimalstatic BigDecimal
getBigDecimalValue
(String Name, BigDecimal defaultValue, int AD_Client_ID) Get system configuration property of type BigDecimalstatic BigDecimal
getBigDecimalValue
(String Name, BigDecimal defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type BigDecimalstatic boolean
getBooleanValue
(String Name, boolean defaultValue) Get system configuration property of type booleanstatic boolean
getBooleanValue
(String Name, boolean defaultValue, int AD_Client_ID) Get system configuration property of type booleanstatic boolean
getBooleanValue
(String Name, boolean defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type booleanstatic double
getDoubleValue
(String Name, double defaultValue) Deprecated.replace by getBigDecimalValuestatic double
getDoubleValue
(String Name, double defaultValue, int AD_Client_ID) Deprecated.replace by getBigDecimalValuestatic double
getDoubleValue
(String Name, double defaultValue, int AD_Client_ID, int AD_Org_ID) Deprecated.replace by getBigDecimalValuestatic int
getIntValue
(String Name, int defaultValue) Get system configuration property of type integerstatic int
getIntValue
(String Name, int defaultValue, int AD_Client_ID) Get system configuration property of type intstatic int
getIntValue
(String Name, int defaultValue, int AD_Client_ID, int AD_Org_ID) Get organization configuration property of type integerstatic Timestamp
getTimestampValue
(String Name) Get system configuration property of type Timestampstatic Timestamp
getTimestampValue
(String Name, Timestamp defaultValue) Get system configuration property of type Timestampstatic Timestamp
getTimestampValue
(String Name, Timestamp defaultValue, int AD_Client_ID) Get system configuration property of type Timestampstatic Timestamp
getTimestampValue
(String Name, Timestamp defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type Timestampstatic String
Get system configuration property of type stringstatic String
Get system configuration property of type stringstatic String
Get organization configuration property of type stringstatic String
Get system configuration property of type stringstatic String
Get client configuration property of type stringstatic String
Get organization configuration property of type stringtoString()
String representationMethods inherited from class org.compiere.model.X_AD_SysConfig
get_AccessLevel, getAD_SysConfig_ID, getAD_SysConfig_UU, getConfigurationLevel, getDescription, getEntityType, getKeyNamePair, getName, getValue, initPO, setAD_SysConfig_ID, setAD_SysConfig_UU, setConfigurationLevel, setDescription, setEntityType, setName, setValue
Methods inherited from class org.compiere.model.PO
beforeDelete, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_AD_SysConfig
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
AD_CHANGELOG_SAVE_UUID
Constant for Predefine System Configuration Names (in alphabetical order)- See Also:
-
ADDRESS_VALIDATION
- See Also:
-
ALERT_SEND_ATTACHMENT_AS_XLS
- See Also:
-
ALLOCATION_DESCRIPTION
- See Also:
-
ALLOW_APPLY_PAYMENT_TO_CREDITMEMO
- See Also:
-
ALLOW_OVER_APPLIED_PAYMENT
- See Also:
-
ALLOW_REVERSAL_OF_RECONCILED_PAYMENT
- See Also:
-
ALogin_ShowDate
- See Also:
-
ALogin_ShowOneRole
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
APPLICATION_DATABASE_VERSION
- See Also:
-
APPLICATION_DATABASE_VERSION_SHOWN
- See Also:
-
APPLICATION_HOST_SHOWN
- See Also:
-
APPLICATION_IMPLEMENTATION_VENDOR
- See Also:
-
APPLICATION_IMPLEMENTATION_VENDOR_SHOWN
- See Also:
-
APPLICATION_JVM_VERSION_SHOWN
- See Also:
-
APPLICATION_LOGIN_LEFT_PANEL_SHOWN
- See Also:
-
APPLICATION_MAIN_VERSION
- See Also:
-
APPLICATION_MAIN_VERSION_SHOWN
- See Also:
-
APPLICATION_OS_INFO_SHOWN
- See Also:
-
APPLICATION_URL
- See Also:
-
ATTACH_EMBEDDED_2PACK
- See Also:
-
AUTO_ASSIGN_ROLE_TO_CREATOR_USER
- See Also:
-
AUTOMATIC_PACKIN_FOLDERS
- See Also:
-
AUTOMATIC_PACKIN_INITIAL_DELAY
- See Also:
-
AUTOMATIC_PACKIN_PROCESSING
- See Also:
-
AUTOMATIC_PACKIN_RETRIES
- See Also:
-
AUTOMATIC_PACKIN_TIMEOUT
- See Also:
-
BACKGROUND_JOB_ALLOWED
- See Also:
-
BACKGROUND_JOB_BY_DEFAULT
- See Also:
-
BACKGROUND_JOB_MAX_IN_SYSTEM
- See Also:
-
BACKGROUND_JOB_MAX_PER_CLIENT
- See Also:
-
BACKGROUND_JOB_MAX_PER_USER
- See Also:
-
BANK_STATEMENT_POST_WITH_DATE_FROM_LINE
- See Also:
-
BPARTNER_QUICK_ENTRY_OPTIONAL_LOCATION_TABLES
- See Also:
-
CALENDAR_ALTERNATE_TIMEZONE
- See Also:
-
CASH_AS_PAYMENT
- See Also:
-
CHANGE_PASSWORD_MUST_DIFFER
- See Also:
-
CHART_MIN_WIDTH_3_PERIOD
- See Also:
-
CHART_MIN_WIDTH_6_PERIOD
- See Also:
-
CHECK_CREDIT_ON_CASH_POS_ORDER
- See Also:
-
CHECK_CREDIT_ON_PREPAY_ORDER
- See Also:
-
CLIENT_ACCOUNTING
- See Also:
-
DASHBOARD_LAYOUT_ORIENTATION
- See Also:
-
DB_READ_REPLICA_NORMAL_MAX_ITERATIONS
- See Also:
-
DB_READ_REPLICA_NORMAL_TIMEOUT_IN_MILLISECONDS
- See Also:
-
DB_READ_REPLICA_URLS
- See Also:
-
DEFAULT_COA_PATH
- See Also:
-
DEFAULT_ENTITYTYPE
- See Also:
-
DICTIONARY_ID_PASSWORD
- See Also:
-
DICTIONARY_ID_USE_CENTRALIZED_ID
- See Also:
-
DICTIONARY_ID_USER
- See Also:
-
DICTIONARY_ID_WEBSITE
- See Also:
-
DOCACTIONBUTTON_SHOWACTIONNAME
- See Also:
-
DPViews_ShowInfoAccount
- See Also:
-
DPViews_ShowInfoSchedule
- See Also:
-
EMAIL_NOTIFY_2PACK
- See Also:
-
EMAIL_TEST_MAILTEXT_ID
- See Also:
-
ENABLE_PAYMENTBOX_BUTTON
- See Also:
-
ENABLE_SSO
- See Also:
-
ENABLE_SSO_OSGI_CONSOLE
- See Also:
-
ENABLE_SSO_IDEMPIERE_MONITOR
- See Also:
-
EXPORT_BLOB_COLUMN_FOR_INSERT
- See Also:
-
FEEDBACK_EMAIL_CC
- See Also:
-
FEEDBACK_EMAIL_TO
- See Also:
-
FORCE_POSTING_PRIOR_TO_PERIOD_CLOSE
- See Also:
-
FORM_SQL_PROCESS_ALLOWED_KEYWORDS
- See Also:
-
FORM_SQL_QUERY_ALLOWED_KEYWORDS
- See Also:
-
FORM_SQL_QUERY_LOG_ISSUE
- See Also:
-
FORM_SQL_QUERY_MAX_RECORDS
- See Also:
-
FORM_SQL_QUERY_TIMEOUT_IN_SECONDS
- See Also:
-
GLOBAL_MAX_QUERY_RECORDS
- See Also:
-
GLOBAL_MAX_REPORT_RECORDS
- See Also:
-
GRIDTABLE_LOAD_TIMEOUT_IN_SECONDS
- See Also:
-
GRIDTABLE_INITIAL_COUNT_TIMEOUT_IN_SECONDS
- See Also:
-
HTML_REPORT_MINIFY
- See Also:
-
HTML_REPORT_THEME
- See Also:
-
IBAN_VALIDATION
- See Also:
-
IDENTIFIER_SEPARATOR
- See Also:
-
IMAGE_DB_STORAGE_SAVE_AS_ZIP
- See Also:
-
INFO_DEFAULTSELECTED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
INFO_DOUBLECLICKTOGGLESSELECTION
@Deprecated(forRemoval=true, since="11") public static final String INFO_DOUBLECLICKTOGGLESSELECTIONDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
INFO_PRODUCT_SHOW_PRODUCTS_WITHOUT_PRICE
- See Also:
-
Invoice_ReverseUseNewNumber
- See Also:
-
JASPER_SWAP_MAX_PAGES
- See Also:
-
LABEL_AUTOMATIC_COLOR
- See Also:
-
LASTRUN_RECORD_COUNT
- See Also:
-
LDAP_TYPE
- See Also:
-
LOCATION_MAPS_DESTINATION_ADDRESS
- See Also:
-
LOCATION_MAPS_ROUTE_PREFIX
- See Also:
-
LOCATION_MAPS_SOURCE_ADDRESS
- See Also:
-
LOCATION_MAPS_URL_PREFIX
- See Also:
-
LOCATION_MAX_CITY_ROWS
- See Also:
-
LOGIN_HELP_URL
- See Also:
-
LOGIN_PREFIX_SEPARATOR
- See Also:
-
LOGIN_SELECT_ROLE_HELP_URL
- See Also:
-
LOGIN_SHOW_RESETPASSWORD
- See Also:
-
LOGIN_WITH_TENANT_PREFIX
- See Also:
-
MAIL_DONT_SEND_TO_ADDRESS
- See Also:
-
MAIL_SEND_BCC_TO_ADDRESS
- See Also:
-
MAIL_SEND_BCC_TO_FROM
- See Also:
-
MAIL_SEND_CREDENTIALS
- See Also:
-
MAIL_SMTP_CONNECTIONTIMEOUT
- See Also:
-
MAIL_SMTP_TIMEOUT
- See Also:
-
MAIL_SMTP_WRITETIMEOUT
- See Also:
-
MAX_ACTIVITIES_IN_LIST
- See Also:
-
MAX_RESULTS_PER_SEARCH_IN_DOCUMENT_CONTROLLER
- See Also:
-
MAX_ROWS_IN_TABLE_COMBOLIST
- See Also:
-
MAX_TEXT_LENGTH_ON_GRID_VIEW
- See Also:
-
MENU_INFOUPDATER_SLEEP_MS
- See Also:
-
MESSAGES_AT_TENANT_LEVEL
- See Also:
-
MFA_NTP_TIMEOUT_IN_MILLISECONDS
- See Also:
-
MFA_REGISTERED_DEVICE_EXPIRATION_DAYS
- See Also:
-
MFG_ValidateCostsDifferenceOnCreate
- See Also:
-
MFG_ValidateCostsOnCreate
- See Also:
-
MONITOR_INITIAL_WAIT_FOR_CLUSTER_IN_SECONDS
- See Also:
-
MONITOR_MAX_WAIT_FOR_CLUSTER_IN_SECONDS
- See Also:
-
MROLE_GETDEFAULT_RETURNS_NULL_WHEN_NO_CONTEXT
- See Also:
-
MSEQUENCE_GETNEXT_TIMEOUT
- See Also:
-
OAUTH2_USE_ACCESS_TOKEN_UPN_ON_MICROSOFT_PROVIDER
- See Also:
-
OAUTH2_USE_ID_TOKEN_PREF_USERNAME_ON_MS_PROVIDER
- See Also:
-
ORDER_COLUMNS_TO_COPY_TO_NOT_COMPLETED_INVOICES
- See Also:
-
PAYMENT_OVERWRITE_DOCUMENTNO_WITH_CHECK_ON_PAYMENT
- See Also:
-
PAYMENT_OVERWRITE_DOCUMENTNO_WITH_CHECK_ON_RECEIPT
- See Also:
-
PAYMENT_OVERWRITE_DOCUMENTNO_WITH_CREDIT_CARD
- See Also:
-
PAYMENT_SELECTION_MANUAL_ASK_INVOKE_GENERATE
- See Also:
-
PDF_FONT_DIR
- See Also:
-
ProductUOMConversionRateValidate
- See Also:
-
ProductUOMConversionUOMValidate
- See Also:
-
PROJECT_ID_PASSWORD
- See Also:
-
PROJECT_ID_PROJECT
- See Also:
-
PROJECT_ID_USE_CENTRALIZED_ID
- See Also:
-
PROJECT_ID_USER
- See Also:
-
PROJECT_ID_WEBSITE
- See Also:
-
QUICKFORM_PAGE_SIZE
- See Also:
-
REAL_TIME_POS
- See Also:
-
RecentItems_MaxSaved
- See Also:
-
RecentItems_MaxShown
- See Also:
-
REPORT_LOAD_TIMEOUT_IN_SECONDS
- See Also:
-
REPORT_SWAP_MAX_ROWS
- See Also:
-
SHIPPING_DEFAULT_WEIGHT_PER_PACKAGE
- See Also:
-
STANDARD_REPORT_FOOTER_TRADEMARK_TEXT
- See Also:
-
START_VALUE_BPLOCATION_NAME
- See Also:
-
SWING_LOGIN_ALLOW_REMEMBER_ME
- See Also:
-
SWING_OVERRIDE_TEXT_AREA_BEHAVIOUR
- See Also:
-
SYSTEM_IN_MAINTENANCE_MODE
- See Also:
-
SYSTEM_INSERT_CHANGELOG
- See Also:
-
SYSTEM_NATIVE_SEQUENCE
- See Also:
-
SSO_SELECT_ROLE
- See Also:
-
TAX_LOOKUP_SERVICE
- See Also:
-
TOP_MARGIN_PIXELS_FOR_HEADER
- See Also:
-
TRACE_ALL_TRX_CONNECTION_GET
- See Also:
-
TRX_AUTOSET_DISPLAY_NAME
- See Also:
-
TWOPACK_COMMIT_DDL
- See Also:
-
TWOPACK_HANDLE_TRANSLATIONS
- See Also:
-
UPLOAD_TEMP_FILENAME_PREFIX
- See Also:
-
USE_EMAIL_FOR_LOGIN
- See Also:
-
USE_ESC_FOR_TAB_CLOSING
- See Also:
-
USER_LOCKING_MAX_ACCOUNT_LOCK_MINUTES
- See Also:
-
USER_LOCKING_MAX_INACTIVE_PERIOD_DAY
- See Also:
-
USER_LOCKING_MAX_LOGIN_ATTEMPT
- See Also:
-
USER_LOCKING_MAX_PASSWORD_AGE_DAY
- See Also:
-
USER_LOCKING_PASSWORD_NOTIFY_DAY
- See Also:
-
USER_PASSWORD_HASH
- See Also:
-
VALIDATE_MATCHING_PRODUCT_ON_SHIPMENT
- See Also:
-
VALIDATE_MATCHING_TO_ORDERED_QTY
- See Also:
-
WEBUI_LOGOURL
- See Also:
-
ZK_ADVANCE_FIND_FILTER_COLUMN_LIST
- See Also:
-
ZK_AUTO_SAVE_CHANGES
- See Also:
-
ZK_AUTO_SAVE_TABS_EXCLUDED
- See Also:
-
ZK_BROWSER_ICON
- See Also:
-
ZK_BROWSER_TITLE
- See Also:
-
ZK_BUTTON_STYLE
- See Also:
-
ZK_DASHBOARD_CALENDAR_REQUEST_DISPLAY_MODE
- See Also:
-
ZK_DASHBOARD_PERFORMANCE_REFRESH_INTERVAL
- See Also:
-
ZK_DASHBOARD_PERFORMANCE_TIMEOUT
@Deprecated(forRemoval=true, since="11") public static final String ZK_DASHBOARD_PERFORMANCE_TIMEOUTDeprecated, for removal: This API element is subject to removal in a future version.not use for the new billboard implementation- See Also:
-
ZK_DASHBOARD_REFRESH_INTERVAL
- See Also:
-
ZK_DECIMALBOX_PROCESS_DOTKEYPAD
- See Also:
-
ZK_DESKTOP_CLASS
- See Also:
-
ZK_DESKTOP_SHOW_HOME_BUTTON
- See Also:
-
ZK_DESKTOP_SHOW_TAB_LIST_BUTTON
- See Also:
-
ZK_DESKTOP_TAB_AUTO_SHRINK_TO_FIT
- See Also:
-
ZK_DESKTOP_TAB_MAX_TITLE_LENGTH
- See Also:
-
ZK_ERROR_MSG_LIFETIME_MILLISECONDS
- See Also:
-
ZK_FLAT_VIEW_MENU_TREE
- See Also:
-
ZK_FOOTER_SERVER_DATETIME_FORMAT
- See Also:
-
ZK_FOOTER_SERVER_MSG
- See Also:
-
ZK_GRID_AFTER_FIND
- See Also:
-
ZK_GRID_AUTO_HIDE_EMPTY_COLUMNS
- See Also:
-
ZK_GRID_EDIT_MODELESS
- See Also:
-
ZK_GRID_MOBILE_EDITABLE
- See Also:
-
ZK_GRID_MOBILE_EDIT_MODELESS
- See Also:
-
ZK_GRID_MOBILE_LINE_BREAK_AS_IDENTIFIER_SEPARATOR
- See Also:
-
ZK_GRID_MOBILE_MAX_COLUMNS
- See Also:
-
ZK_GRID_MOBILE_SHOW_CURRENT_ROW_INDICATOR
- See Also:
-
ZK_GRID_VIEW_USE_DEFER_RENDERING
- See Also:
-
ZK_INFO_AUTO_COLLAPSED_PARAMETER_PANEL
- See Also:
-
ZK_INFO_AUTO_HIDE_EMPTY_COLUMNS
- See Also:
-
ZK_INFO_NUM_PAGE_PRELOAD
- See Also:
-
ZK_INFO_QUERY_TIME_OUT
- See Also:
-
ZK_LOGIN_ALLOW_CHROME_SAVE_PASSWORD
- See Also:
-
ZK_LOGIN_ALLOW_REMEMBER_ME
- See Also:
-
ZK_LOGO_LARGE
- See Also:
-
ZK_LOGO_SMALL
- See Also:
-
ZK_MAX_ATTACHMENT_PREVIEW_SIZE
- See Also:
-
ZK_MAX_UPLOAD_SIZE
- See Also:
-
ZK_MOBILE_PAGING_SIZE
- See Also:
-
ZK_PAGING_DETAIL_SIZE
- See Also:
-
ZK_PAGING_SIZE
- See Also:
-
ZK_REPORT_FORM_OUTPUT_TYPE
- See Also:
-
ZK_REPORT_JASPER_OUTPUT_TYPE
- See Also:
-
ZK_REPORT_ONLY_PRINTFORMAT_LINKEDTO_REPORTVIEW
- See Also:
-
ZK_REPORT_TABLE_OPEN_IN_NEW_TAB
- See Also:
-
ZK_REPORT_TABLE_OUTPUT_TYPE
- See Also:
-
ZK_ROOT_FOLDER_BROWSER
- See Also:
-
ZK_SEARCH_AUTO_COMPLETE_MAX_ROWS
- See Also:
-
ZK_SEQ_DEFAULT_VALUE_PANEL
- See Also:
-
ZK_SESSION_TIMEOUT_IN_SECONDS
- See Also:
-
ZK_THEME
- See Also:
-
ZK_THEME_USE_FONT_ICON_FOR_IMAGE
- See Also:
-
ZK_THUMBNAIL_IMAGE_HEIGHT
- See Also:
-
ZK_THUMBNAIL_IMAGE_WIDTH
- See Also:
-
ZK_TOOLBAR_SHOW_MORE_VERTICAL
- See Also:
-
ZK_USE_PDF_JS_VIEWER
- See Also:
-
ZOOM_ACROSS_QUERY_TIMEOUT
- See Also:
-
-
Constructor Details
-
MSysConfig
UUID based Constructor- Parameters:
ctx
- ContextAD_SysConfig_UU
- UUID keytrxName
- Transaction
-
MSysConfig
Standard Constructor- Parameters:
ctx
- contextAD_SysConfig_ID
- id
-
MSysConfig
Load Constructor- Parameters:
ctx
- contextrs
- result set
-
-
Method Details
-
getValue
Get system configuration property of type string- Parameters:
Name
-defaultValue
-- Returns:
- String
-
getValue
Get system configuration property of type string- Parameters:
Name
-- Returns:
- configured value
-
getIntValue
Get system configuration property of type integer- Parameters:
Name
-defaultValue
-- Returns:
- configured value or defaultValue
-
getDoubleValue
Deprecated.replace by getBigDecimalValueGet system configuration property of type double- Parameters:
Name
-defaultValue
-- Returns:
- double
-
getBigDecimalValue
Get system configuration property of type BigDecimal- Parameters:
Name
-defaultValue
-- Returns:
- configured value or defaultValue
-
getBooleanValue
Get system configuration property of type boolean- Parameters:
Name
-defaultValue
-- Returns:
- configured value or defaultValue
-
getValue
Get client configuration property of type string- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- configured value or 0
-
getValue
Get system configuration property of type string- Parameters:
Name
-AD_Client_ID
- Client ID- Returns:
- configured value or null
-
getIntValue
Get system configuration property of type int- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- configured value or defaultValue
-
getDoubleValue
Deprecated.replace by getBigDecimalValueGet system configuration property of type double- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- double
-
getBigDecimalValue
Get system configuration property of type BigDecimal- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- configured value or defaultValue
-
getBooleanValue
Get system configuration property of type boolean- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- configured value or defaultValue
-
getValue
Get organization configuration property of type string- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or defaultValue
-
getValue
Get organization configuration property of type string- Parameters:
Name
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or null
-
getIntValue
Get organization configuration property of type integer- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or defaultValue
-
getDoubleValue
@Deprecated public static double getDoubleValue(String Name, double defaultValue, int AD_Client_ID, int AD_Org_ID) Deprecated.replace by getBigDecimalValueGet system configuration property of type double- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- double
-
getBigDecimalValue
public static BigDecimal getBigDecimalValue(String Name, BigDecimal defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type BigDecimal- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or defaultValue
-
getBooleanValue
public static boolean getBooleanValue(String Name, boolean defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type boolean- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or defaultValue
-
getTimestampValue
Get system configuration property of type Timestamp- Parameters:
Name
-- Returns:
- configured value or null
-
getTimestampValue
Get system configuration property of type Timestamp- Parameters:
Name
-defaultValue
-- Returns:
- configured value or defaultValue
-
getTimestampValue
Get system configuration property of type Timestamp- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client ID- Returns:
- configured value or defaultValue
-
getTimestampValue
public static Timestamp getTimestampValue(String Name, Timestamp defaultValue, int AD_Client_ID, int AD_Org_ID) Get system configuration property of type Timestamp- Parameters:
Name
-defaultValue
-AD_Client_ID
- Client IDAD_Org_ID
- Organization ID- Returns:
- configured value or defaultValue
-
convertStringToTimestamp
Convert a string to a time stamp.
The method uses the length of the text argument to determine the time stamp format pattern to use.- Parameters:
text
- text to be converted to time stamp- Returns:
- converted time stamp
-
beforeSave
protected boolean beforeSave(boolean newRecord) Description copied from class:PO
Called before Save for Pre-Save Operation.
Default implementation is nop, to be implemented in sub-classes that needed it.- Overrides:
beforeSave
in classPO
- Parameters:
newRecord
- true if it is a new record- Returns:
- true if record can be saved
-
toString
Description copied from class:PO
String representation- Overrides:
toString
in classX_AD_SysConfig
- Returns:
- String representation
-
afterSave
protected boolean afterSave(boolean newRecord, boolean success) Description copied from class:PO
Called after Save for Post-Save Operation.
Default implementation is nop, to be implemented in sub-classes that needed it. -
afterDelete
protected boolean afterDelete(boolean success) Description copied from class:PO
Execute after Delete operations.
Default implementation is nop, to be implemented in sub-classes that needed it.- Overrides:
afterDelete
in classPO
- Parameters:
success
- true if record deleted- Returns:
- true if delete is a success
-