@Transactional(readOnly=true) public class NamespaceServiceImpl extends Object implements NamespaceService
Constructor and Description |
---|
NamespaceServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<Namespace> |
findAllNamespaces()
Returns all Namespaces.
|
DataObjectService |
getDataObjectService() |
Namespace |
getNamespace(String code)
Gets a
Namespace from a namespace code. |
void |
setDataObjectService(DataObjectService dataObjectService) |
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 DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.