org.kuali.rice.ksb.impl.registry
Interface ServiceRegistryDao
- All Known Implementing Classes:
- ServiceRegistryDaoOjb
public interface ServiceRegistryDao
This is a description of what this class does - ewestfal don't forget to fill this in.
- 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-2012 The Kuali Foundation. All Rights Reserved.