public class NamespaceServiceImpl extends Object implements NamespaceService
Constructor and Description |
---|
NamespaceServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<Namespace> |
findAllNamespaces()
Returns all Namespaces.
|
Namespace |
getNamespace(String code)
Gets a
Namespace from a namespace code. |
void |
setBusinessObjectService(BusinessObjectService boService) |
public NamespaceServiceImpl()
public Namespace getNamespace(String code)
NamespaceService
Namespace
from a namespace code.
This method will return null if the namespace does not exist.
getNamespace
in interface NamespaceService
code
- the code to retrieve the namespace by. cannot be blank.Namespace
or nullpublic List<Namespace> findAllNamespaces()
NamespaceService
findAllNamespaces
in interface NamespaceService
public void setBusinessObjectService(BusinessObjectService boService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.