public interface ServiceRegistryDao
Modifier and Type | Method and Description |
---|---|
List<ServiceInfoBo> |
getAllOnlineServiceInfos() |
List<ServiceInfoBo> |
getAllServiceInfos() |
List<ServiceInfoBo> |
getAllServiceInfosForApplication(String applicationId) |
List<ServiceInfoBo> |
getAllServiceInfosForInstance(String instanceId) |
List<ServiceInfoBo> |
getOnlineServiceInfosByName(QName serviceName) |
ServiceDescriptorBo |
getServiceDescriptor(String serviceDescriptorId) |
ServiceInfoBo |
getServiceInfo(String serviceId) |
void |
removeServiceDescriptor(String serviceDescriptorId) |
void |
removeServiceInfo(String serviceId) |
ServiceDescriptorBo |
saveServiceDescriptor(ServiceDescriptorBo serviceDescriptor) |
ServiceInfoBo |
saveServiceInfo(ServiceInfoBo serviceInfo) |
boolean |
updateStatus(String serviceId,
String statusCode) |
void |
updateStatusForInstanceId(String instanceId,
String statusCode) |
ServiceInfoBo getServiceInfo(String serviceId)
List<ServiceInfoBo> getOnlineServiceInfosByName(QName serviceName)
List<ServiceInfoBo> getAllOnlineServiceInfos()
List<ServiceInfoBo> getAllServiceInfos()
List<ServiceInfoBo> getAllServiceInfosForInstance(String instanceId)
List<ServiceInfoBo> getAllServiceInfosForApplication(String applicationId)
ServiceDescriptorBo getServiceDescriptor(String serviceDescriptorId)
ServiceDescriptorBo saveServiceDescriptor(ServiceDescriptorBo serviceDescriptor)
ServiceInfoBo saveServiceInfo(ServiceInfoBo serviceInfo)
void removeServiceInfo(String serviceId)
void removeServiceDescriptor(String serviceDescriptorId)
boolean updateStatus(String serviceId, String statusCode)
void updateStatusForInstanceId(String instanceId, String statusCode)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.