| java.lang.Object org.apache.roller.business.hibernate.HibernateConfigManagerImpl
HibernateConfigManagerImpl | public class HibernateConfigManagerImpl implements ConfigManager(Code) | | The *OLD* Roller configuration mechanism.
This has been replaced by the PropertiesManager and the roller.properties
file.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
getRollerConfig | public RollerConfigData getRollerConfig() throws RollerException(Code) | | Fetch all RollerConfigs and return the first one, if any.
Note: there should only be one!
See Also: org.apache.roller.model.ConfigManager.getRollerConfig |
release | public void release()(Code) | | |
removeRollerConfig | public void removeRollerConfig(String id) throws RollerException(Code) | | This isn't part of the ConfigManager Interface, because really
we shouldn't ever delete the RollerConfig. This is mostly here
to assist with unit testing.
|
storeRollerConfig | public void storeRollerConfig(RollerConfigData data) throws RollerException(Code) | | See Also: org.apache.roller.model.ConfigManager.storeRollerConfig(org.apache.roller.pojos.RollerConfig) |
|
|