| java.lang.Object com.flexive.core.structure.StructureLoader
StructureLoader | final public class StructureLoader (Code) | | Load structure information into the cache
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
addMandator | public static void addMandator(int divisionId, Mandator mandator)(Code) | | Add a new Mandator to the environment
Parameters: divisionId - division Parameters: mandator - mandator |
load | public static void load(int divisionId, boolean forceReload, Connection _con) throws FxCacheException, FxLoadException(Code) | | (Re)Load the FxStructure runtime for a given division and put it into the cache
Parameters: divisionId - division to load Parameters: forceReload - load even if exists Parameters: _con - optional open connection throws: FxCacheException - on errors throws: FxLoadException - on errors |
removeACL | public static void removeACL(int divisionId, long id)(Code) | | Remove an ACL
Parameters: divisionId - division Parameters: id - ACL id |
removeMandator | public static void removeMandator(int divisionId, long mandatorId)(Code) | | Remove a mandator
Parameters: divisionId - division Parameters: mandatorId - mandator |
updateACL | public static void updateACL(int divisionId, ACL acl)(Code) | | Update or add an ACL
Parameters: divisionId - division Parameters: acl - the ACL to update |
updateMandator | public static void updateMandator(int divisionId, Mandator mandator)(Code) | | Update an existing mandator, silently fails if the mandator does not exist
Parameters: divisionId - division Parameters: mandator - mandator |
|
|