org.openmobileis.modules.crm.data.common
Interface GlobalPropertyFactory

All Known Implementing Classes:
JDBCGlobalPropertyFactory

public interface GlobalPropertyFactory

Title: OpenMobileIS project source
Description:

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Method Summary
 void deleteProperty(java.lang.String service, java.lang.String key)
           
 Array getAllGlobalProperties()
           
 Array getPropertiesForService(java.lang.String service)
           
 GlobalProperty getProperty(java.lang.String service, java.lang.String key)
           
 void storeProperty(GlobalProperty property)
           
 

Method Detail

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

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

getAllGlobalProperties

public Array getAllGlobalProperties()
                             throws ServiceException
Throws:
ServiceException


Copyright 2005 e-Care. All Rights Reserved.