org.kuali.rice.ksb.impl.registry
Class ServiceRegistryDaoOjb
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
org.kuali.rice.ksb.impl.registry.ServiceRegistryDaoOjb
- All Implemented Interfaces: 
- ServiceRegistryDao, org.springframework.beans.factory.InitializingBean
- public class ServiceRegistryDaoOjb 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements ServiceRegistryDao
An OJB dao implementation of the ServiceRegistryDao.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport | 
| checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate | 
 
| Methods inherited from class org.springframework.dao.support.DaoSupport | 
| afterPropertiesSet, initDao | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServiceRegistryDaoOjb
public ServiceRegistryDaoOjb()
getServiceInfo
public ServiceInfoBo getServiceInfo(String serviceId)
- 
- Specified by:
- getServiceInfoin interface- ServiceRegistryDao
 
- 
 
getOnlineServiceInfosByName
public List<ServiceInfoBo> getOnlineServiceInfosByName(QName serviceName)
- 
- Specified by:
- getOnlineServiceInfosByNamein interface- ServiceRegistryDao
 
- 
 
getAllOnlineServiceInfos
public List<ServiceInfoBo> getAllOnlineServiceInfos()
- 
- Specified by:
- getAllOnlineServiceInfosin interface- ServiceRegistryDao
 
- 
 
getAllServiceInfos
public List<ServiceInfoBo> getAllServiceInfos()
- 
- Specified by:
- getAllServiceInfosin interface- ServiceRegistryDao
 
- 
 
getAllServiceInfosForInstance
public List<ServiceInfoBo> getAllServiceInfosForInstance(String instanceId)
- 
- Specified by:
- getAllServiceInfosForInstancein interface- ServiceRegistryDao
 
- 
 
getServiceDescriptor
public ServiceDescriptorBo getServiceDescriptor(String serviceDescriptorId)
- 
- Specified by:
- getServiceDescriptorin interface- ServiceRegistryDao
 
- 
 
saveServiceDescriptor
public ServiceDescriptorBo saveServiceDescriptor(ServiceDescriptorBo serviceDescriptor)
- 
- Specified by:
- saveServiceDescriptorin interface- ServiceRegistryDao
 
- 
 
saveServiceInfo
public ServiceInfoBo saveServiceInfo(ServiceInfoBo serviceInfo)
- 
- Specified by:
- saveServiceInfoin interface- ServiceRegistryDao
 
- 
 
removeServiceInfo
public void removeServiceInfo(String serviceId)
- 
- Specified by:
- removeServiceInfoin interface- ServiceRegistryDao
 
- 
 
removeServiceDescriptor
public void removeServiceDescriptor(String serviceDescriptorId)
- 
- Specified by:
- removeServiceDescriptorin interface- ServiceRegistryDao
 
- 
 
updateStatus
public boolean updateStatus(String serviceId,
                            String statusCode)
- 
- Specified by:
- updateStatusin interface- ServiceRegistryDao
 
- 
 
updateStatusForInstanceId
public void updateStatusForInstanceId(String instanceId,
                                      String statusCode)
- 
- Specified by:
- updateStatusForInstanceIdin interface- ServiceRegistryDao
 
- 
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.