org.kuali.rice.ksb.impl.registry
Interface ServiceRegistryDao
- All Known Implementing Classes: 
- ServiceRegistryDaoOjb
- public interface ServiceRegistryDao 
Data access object for working with service registry data.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
getServiceInfo
ServiceInfoBo getServiceInfo(String serviceId)
- 
 
getOnlineServiceInfosByName
List<ServiceInfoBo> getOnlineServiceInfosByName(QName serviceName)
- 
 
getAllOnlineServiceInfos
List<ServiceInfoBo> getAllOnlineServiceInfos()
- 
 
getAllServiceInfos
List<ServiceInfoBo> getAllServiceInfos()
- 
 
getAllServiceInfosForInstance
List<ServiceInfoBo> getAllServiceInfosForInstance(String instanceId)
- 
 
getAllServiceInfosForApplication
List<ServiceInfoBo> getAllServiceInfosForApplication(String applicationId)
- 
 
getServiceDescriptor
ServiceDescriptorBo getServiceDescriptor(String serviceDescriptorId)
- 
 
saveServiceDescriptor
ServiceDescriptorBo saveServiceDescriptor(ServiceDescriptorBo serviceDescriptor)
- 
 
saveServiceInfo
ServiceInfoBo saveServiceInfo(ServiceInfoBo serviceInfo)
- 
 
removeServiceInfo
void removeServiceInfo(String serviceId)
- 
 
removeServiceDescriptor
void removeServiceDescriptor(String serviceDescriptorId)
- 
 
updateStatus
boolean updateStatus(String serviceId,
                     String statusCode)
- 
 
updateStatusForInstanceId
void updateStatusForInstanceId(String instanceId,
                               String statusCode)
- 
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.