org.openmobileis.modules.crm.data.common
Class GlobalPropertyManager

java.lang.Object
  extended byorg.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

Constructor Summary
GlobalPropertyManager(GlobalPropertyFactory factory)
          Constructor for PrisLabelManager.
 
Method Summary
 void deleteProperty(java.lang.String service, java.lang.String key)
           
 Array getAllGlobalProperties()
           
 GlobalPropertyFactory getFactory()
           
static GlobalPropertyManager getManager()
           
 Array getPropertiesForService(java.lang.String service)
           
 GlobalProperty getProperty(java.lang.String service, java.lang.String key)
           
static void registerManager(GlobalPropertyManager m)
           
static void removeManager()
           
 void storeProperty(GlobalProperty property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalPropertyManager

public GlobalPropertyManager(GlobalPropertyFactory factory)
Constructor for PrisLabelManager.

Method Detail

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.