org.kuali.rice.core.api.namespace
Interface NamespaceService

All Known Implementing Classes:
NamespaceServiceImpl

public interface NamespaceService


Method Summary
 Namespace getNamespace(String code)
          Gets a Namespace from a namespace code.
 

Method Detail

getNamespace

Namespace getNamespace(String code)
                       throws RiceIllegalArgumentException
Gets a Namespace from a namespace code.

This method will return null if the namespace does not exist.

Parameters:
code - the code to retrieve the namespace by. cannot be blank.
Returns:
a Namespace or null
Throws:
IllegalArgumentException - if the code is blank
RiceIllegalArgumentException


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