org.kuali.rice.core.impl.namespace
Class NamespaceServiceImpl

java.lang.Object
  extended by org.kuali.rice.core.impl.namespace.NamespaceServiceImpl
All Implemented Interfaces:
NamespaceService

public class NamespaceServiceImpl
extends Object
implements NamespaceService


Constructor Summary
NamespaceServiceImpl()
           
 
Method Summary
 Namespace getNamespace(String code)
          Gets a Namespace from a namespace code.
 void setBusinessObjectService(BusinessObjectService boService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceServiceImpl

public NamespaceServiceImpl()
Method Detail

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.