public class ServiceRegistryDaoOjb extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements ServiceRegistryDao
ServiceRegistryDao
.Constructor and Description |
---|
ServiceRegistryDaoOjb() |
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) |
public ServiceRegistryDaoOjb()
public ServiceInfoBo getServiceInfo(String serviceId)
getServiceInfo
in interface ServiceRegistryDao
public List<ServiceInfoBo> getOnlineServiceInfosByName(QName serviceName)
getOnlineServiceInfosByName
in interface ServiceRegistryDao
public List<ServiceInfoBo> getAllOnlineServiceInfos()
getAllOnlineServiceInfos
in interface ServiceRegistryDao
public List<ServiceInfoBo> getAllServiceInfos()
getAllServiceInfos
in interface ServiceRegistryDao
public List<ServiceInfoBo> getAllServiceInfosForInstance(String instanceId)
getAllServiceInfosForInstance
in interface ServiceRegistryDao
public List<ServiceInfoBo> getAllServiceInfosForApplication(String applicationId)
getAllServiceInfosForApplication
in interface ServiceRegistryDao
public ServiceDescriptorBo getServiceDescriptor(String serviceDescriptorId)
getServiceDescriptor
in interface ServiceRegistryDao
public ServiceDescriptorBo saveServiceDescriptor(ServiceDescriptorBo serviceDescriptor)
saveServiceDescriptor
in interface ServiceRegistryDao
public ServiceInfoBo saveServiceInfo(ServiceInfoBo serviceInfo)
saveServiceInfo
in interface ServiceRegistryDao
public void removeServiceInfo(String serviceId)
removeServiceInfo
in interface ServiceRegistryDao
public void removeServiceDescriptor(String serviceDescriptorId)
removeServiceDescriptor
in interface ServiceRegistryDao
public boolean updateStatus(String serviceId, String statusCode)
updateStatus
in interface ServiceRegistryDao
public void updateStatusForInstanceId(String instanceId, String statusCode)
updateStatusForInstanceId
in interface ServiceRegistryDao
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.