@Component public class NamespaceDaoHelper extends Object
| Constructor and Description |
|---|
NamespaceDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
getNamespaceEntity(String namespace)
Gets a namespace entity and ensure it exists.
|
public NamespaceEntity getNamespaceEntity(String namespace) throws ObjectNotFoundException
namespace - the namespace (case insensitive)ObjectNotFoundException - if the namespace entity doesn't existCopyright © 2019. All rights reserved.