Package com.basis.api.admin
Interface BBjAdminBuiConfiguration
- All Superinterfaces:
BBjAdminCommitPropertyWriter,BBjAdminCommitWriter,BBjAdminPropertyReader,BBjAdminPropertyWriter,Remote,Serializable
Configuration for the BUI related items on the server.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of the BUI applications configured.getDemos()Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.voidremoveApplication(String p_name) voidsetDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI.Methods inherited from interface com.basis.api.admin.BBjAdminCommitPropertyWriter
getChangedProperties, getClearedProperties, getOriginalPropertiesMethods inherited from interface com.basis.api.admin.BBjAdminCommitWriter
commit, rollbackMethods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValueMethods inherited from interface com.basis.api.admin.BBjAdminPropertyWriter
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
-
Field Details
-
CLIENT_RESPONSE_TIMEOUT
- See Also:
-
DEVELOPMENT_MODE
- See Also:
-
DISALLOW_CONSOLE
- See Also:
-
MANAGE_BROWSER_HISTORY
- See Also:
-
OMIT_BASIS_CSS
- See Also:
-
SECURE
- See Also:
-
SHOW_BROWSER_WARNING
- See Also:
-
SHOW_CONFIRM_CLOSE_DIALOG
- See Also:
-
-
Method Details
-
createApplication
- Throws:
BBjAdminException
-
createResource
- Throws:
BBjAdminException
-
getApplications
Returns a list of the BUI applications configured.- Throws:
BBjAdminException
-
getDemos
- Throws:
BBjAdminException
-
getDescriptiveProperties
Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To get property values for general purposes, you should call the getXXX() methods.- Returns:
- BBjAdminList containing BBjAdminProperty objects for each available property.
- Throws:
BBjAdminException
-
getResources
- Throws:
BBjAdminException
-
removeApplication
- Throws:
BBjAdminException
-
setDescriptiveProperties
void setDescriptiveProperties(BBjAdminList<BBjAdminProperty> p_descriptiveProps) throws BBjAdminException Used primarily by GUI applications like the Enterprise Manager to dynamically generate an admin UI. To set property values for general purposes, you should call the setXXX() methods.- Throws:
BBjAdminException
-