com.atlassian.jira.service
Class OfBizServiceConfigStore

java.lang.Object
  extended by com.atlassian.jira.service.OfBizServiceConfigStore
All Implemented Interfaces:
ServiceConfigStore

public class OfBizServiceConfigStore
extends Object
implements ServiceConfigStore

OfBiz implmentation of the ServiceConfigStore.


Constructor Summary
OfBizServiceConfigStore(org.ofbiz.core.entity.GenericDelegator genericDelegator)
           
 
Method Summary
 JiraServiceContainer addServiceConfig(String name, String clazz, long delay)
           
 void editServiceConfig(JiraServiceContainer config, long delay, Map params)
           
 Collection getAllServiceConfigs()
           
 JiraServiceContainer getServiceConfigForId(Long id)
           
 JiraServiceContainer getServiceConfigForName(String name)
           
 void removeServiceConfig(JiraServiceContainer config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfBizServiceConfigStore

public OfBizServiceConfigStore(org.ofbiz.core.entity.GenericDelegator genericDelegator)
Method Detail

addServiceConfig

public JiraServiceContainer addServiceConfig(String name,
                                             String clazz,
                                             long delay)
                                      throws Exception
Specified by:
addServiceConfig in interface ServiceConfigStore
Throws:
Exception

editServiceConfig

public void editServiceConfig(JiraServiceContainer config,
                              long delay,
                              Map params)
                       throws Exception
Specified by:
editServiceConfig in interface ServiceConfigStore
Throws:
Exception

removeServiceConfig

public void removeServiceConfig(JiraServiceContainer config)
                         throws Exception
Specified by:
removeServiceConfig in interface ServiceConfigStore
Throws:
Exception

getServiceConfigForName

public JiraServiceContainer getServiceConfigForName(String name)
                                             throws org.ofbiz.core.entity.GenericEntityException,
                                                    ServiceException
Specified by:
getServiceConfigForName in interface ServiceConfigStore
Throws:
org.ofbiz.core.entity.GenericEntityException
ServiceException

getServiceConfigForId

public JiraServiceContainer getServiceConfigForId(Long id)
                                           throws Exception
Specified by:
getServiceConfigForId in interface ServiceConfigStore
Throws:
Exception

getAllServiceConfigs

public Collection getAllServiceConfigs()
                                throws org.ofbiz.core.entity.GenericEntityException
Specified by:
getAllServiceConfigs in interface ServiceConfigStore
Throws:
org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2009 Atlassian. All Rights Reserved.