org.kuali.rice.core.impl.namespace
Class NamespaceServiceImpl
java.lang.Object
org.kuali.rice.core.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
Namespace
from a namespace code.
This method will return null if the namespace does not exist.
- Specified by:
getNamespace
in interface NamespaceService
- Parameters:
code
- the code to retrieve the namespace by. cannot be blank.
- Returns:
- a
Namespace
or null
setBusinessObjectService
public void setBusinessObjectService(BusinessObjectService boService)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.