org.kuali.rice.coreservice.impl.namespace
Class NamespaceServiceImpl
java.lang.Object
   org.kuali.rice.coreservice.impl.namespace.NamespaceServiceImpl
org.kuali.rice.coreservice.impl.namespace.NamespaceServiceImpl
- All Implemented Interfaces: 
- NamespaceService
- public class NamespaceServiceImpl 
- extends Object- implements NamespaceService
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NamespaceServiceImpl
public NamespaceServiceImpl()
getNamespace
public Namespace getNamespace(String code)
- Description copied from interface: NamespaceService
- Gets a Namespacefrom a namespace code.
   This method will return null if the namespace does not exist.
  
 
- 
- Specified by:
- getNamespacein interface- NamespaceService
 
- 
- Parameters:
- code- the code to retrieve the namespace by. cannot be blank.
- Returns:
- a Namespaceor null
 
findAllNamespaces
public List<Namespace> findAllNamespaces()
- Description copied from interface: NamespaceService
- Returns all Namespaces.
 
- 
- Specified by:
- findAllNamespacesin interface- NamespaceService
 
- 
- Returns:
- all namespaces
 
setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService boService)
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.