| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml | |
| org.finra.herd.service | |
| org.finra.herd.service.helper | |
| org.finra.herd.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceKey> |
NamespaceDao.getNamespaces()
Gets a list of namespace keys for all namespaces defined in the system.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
NamespaceDao.getNamespaceByKey(NamespaceKey namespaceKey)
Gets a namespace by it's key.
|
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceKey> |
NamespaceDaoImpl.getNamespaces() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceEntity |
NamespaceDaoImpl.getNamespaceByKey(NamespaceKey namespaceKey) |
| Modifier and Type | Field and Description |
|---|---|
protected List<NamespaceKey> |
NamespaceKeys.namespaceKeys |
| Modifier and Type | Method and Description |
|---|---|
NamespaceKey |
ObjectFactory.createNamespaceKey()
Create an instance of
NamespaceKey |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceKey> |
NamespaceKeys.getNamespaceKeys()
Gets the value of the namespaceKeys property.
|
| Constructor and Description |
|---|
NamespaceKeys(List<NamespaceKey> namespaceKeys)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceService.deleteNamespace(NamespaceKey namespaceKey)
Deletes a namespace for the specified key.
|
Namespace |
NamespaceService.getNamespace(NamespaceKey namespaceKey)
Gets a namespace for the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceHelper.validateNamespaceKey(NamespaceKey namespaceKey)
Validates a namespace key.
|
| Modifier and Type | Method and Description |
|---|---|
Namespace |
NamespaceServiceImpl.deleteNamespace(NamespaceKey namespaceKey) |
Namespace |
NamespaceServiceImpl.getNamespace(NamespaceKey namespaceKey) |
Copyright © 2019. All rights reserved.