| java.lang.Object com.flexive.core.structure.FxEnvironmentUtils
FxEnvironmentUtils | final class FxEnvironmentUtils (Code) | | Environment helper functions (core)
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
cacheGet | protected static Object cacheGet(int divisionId, String path, Object key) throws FxCacheException(Code) | | Get an object from the cache
Parameters: divisionId - Parameters: path - Parameters: key - requested object or null if not found throws: CacheException - on errors |
cacheRemove | protected static void cacheRemove(int divisionId, String path, String key) throws FxCacheException(Code) | | Remove an object from the cache
Parameters: divisionId - the division Parameters: path - path in cache Parameters: key - key throws: FxCacheException - on errors |
getDbConnection | protected static Connection getDbConnection(int divisionId) throws SQLException(Code) | | Get a DB Connection for the given division
Parameters: divisionId - the division connection throws: SQLException - on errors |
|
|