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)
NamespaceServiceNamespace from a namespace code.
This method will return null if the namespace does not exist.
getNamespace in interface NamespaceServicecode - the code to retrieve the namespace by. cannot be blank.Namespace or nullpublic List<Namespace> findAllNamespaces()
NamespaceServicefindAllNamespaces in interface NamespaceServicepublic void setBusinessObjectService(BusinessObjectService boService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.