org.openmobileis.modules.crm.data.common
Class GlobalPropertyManager
java.lang.Object
org.openmobileis.modules.crm.data.common.GlobalPropertyManager
- public class GlobalPropertyManager
- extends java.lang.Object
Title: OpenMobileIS project source
Description:
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalPropertyManager
public GlobalPropertyManager(GlobalPropertyFactory factory)
- Constructor for PrisLabelManager.
registerManager
public static void registerManager(GlobalPropertyManager m)
getManager
public static GlobalPropertyManager getManager()
removeManager
public static void removeManager()
getFactory
public GlobalPropertyFactory getFactory()
getProperty
public GlobalProperty getProperty(java.lang.String service,
java.lang.String key)
throws ServiceException
- Throws:
ServiceException
getPropertiesForService
public Array getPropertiesForService(java.lang.String service)
throws ServiceException
- Throws:
ServiceException
getAllGlobalProperties
public Array getAllGlobalProperties()
throws ServiceException
- Throws:
ServiceException
storeProperty
public void storeProperty(GlobalProperty property)
throws DatabaseException
- Throws:
DatabaseException
deleteProperty
public void deleteProperty(java.lang.String service,
java.lang.String key)
throws DatabaseException
- Throws:
DatabaseException
Copyright 2005 e-Care. All Rights Reserved.