Uses of Class
org.kuali.rice.ksb.impl.registry.ServiceInfoBo

Packages that use ServiceInfoBo
org.kuali.rice.ksb.impl.registry   
 

Uses of ServiceInfoBo in org.kuali.rice.ksb.impl.registry
 

Methods in org.kuali.rice.ksb.impl.registry that return ServiceInfoBo
 ServiceInfoBo ServiceRegistryDao.getServiceInfo(String serviceId)
           
 ServiceInfoBo ServiceRegistryDaoOjb.getServiceInfo(String serviceId)
           
 ServiceInfoBo ServiceRegistryDao.saveServiceInfo(ServiceInfoBo serviceInfo)
           
 ServiceInfoBo ServiceRegistryDaoOjb.saveServiceInfo(ServiceInfoBo serviceInfo)
           
 

Methods in org.kuali.rice.ksb.impl.registry that return types with arguments of type ServiceInfoBo
 List<ServiceInfoBo> ServiceRegistryDao.getAllOnlineServiceInfos()
           
 List<ServiceInfoBo> ServiceRegistryDaoOjb.getAllOnlineServiceInfos()
           
 List<ServiceInfoBo> ServiceRegistryDao.getAllServiceInfos()
           
 List<ServiceInfoBo> ServiceRegistryDaoOjb.getAllServiceInfos()
           
 List<ServiceInfoBo> ServiceRegistryDao.getAllServiceInfosForApplication(String applicationId)
           
 List<ServiceInfoBo> ServiceRegistryDaoOjb.getAllServiceInfosForApplication(String applicationId)
           
 List<ServiceInfoBo> ServiceRegistryDao.getAllServiceInfosForInstance(String instanceId)
           
 List<ServiceInfoBo> ServiceRegistryDaoOjb.getAllServiceInfosForInstance(String instanceId)
           
 List<ServiceInfoBo> ServiceRegistryDao.getOnlineServiceInfosByName(QName serviceName)
           
 List<ServiceInfoBo> ServiceRegistryDaoOjb.getOnlineServiceInfosByName(QName serviceName)
           
 

Methods in org.kuali.rice.ksb.impl.registry with parameters of type ServiceInfoBo
 ServiceInfoBo ServiceRegistryDao.saveServiceInfo(ServiceInfoBo serviceInfo)
           
 ServiceInfoBo ServiceRegistryDaoOjb.saveServiceInfo(ServiceInfoBo serviceInfo)
           
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.