Modifier and Type | Method and Description |
---|---|
ErrorDefinition |
ErrorMetadata.getErrorDefinition()
Gets error definition.
|
Modifier and Type | Method and Description |
---|---|
ErrorDefinition |
ErrorDefinitionDAO.find(Long errorDefinitionId)
Get definition by ID
|
Modifier and Type | Method and Description |
---|---|
List<ErrorDefinition> |
PackageUploadDAO.readErrorDefinitions(String absolutePath)
Read CSV error definition dump
|
Modifier and Type | Method and Description |
---|---|
Long |
ErrorDefinitionDAO.getIdByData(ErrorDefinition errorDefinition)
Get DB id by data
|
Long |
ErrorDefinitionDAO.save(ErrorDefinition errorDefinition)
Persist a new error definition
|
Modifier and Type | Method and Description |
---|---|
ErrorDefinition |
ErrorDefinitionDAOImpl.find(Long errorDefinitionId) |
Modifier and Type | Method and Description |
---|---|
List<ErrorDefinition> |
PackageUploadDAOImpl.readErrorDefinitions(String absolutePath) |
Modifier and Type | Method and Description |
---|---|
Long |
ErrorDefinitionDAOImpl.getIdByData(ErrorDefinition errorDefinition) |
Long |
ErrorDefinitionDAOImpl.save(ErrorDefinition errorDefinition) |
Modifier and Type | Method and Description |
---|---|
ErrorDefinition |
ErrorDefinitionsMapper.getById(Long id)
Get definition by ID
|
Modifier and Type | Method and Description |
---|---|
List<ErrorDefinition> |
PackageUploadMapper.readErrorDefinitions(String path)
Read CSV error definition dump
|
Modifier and Type | Method and Description |
---|---|
Long |
ErrorDefinitionsMapper.getErrorDefinitionIdByData(ErrorDefinition errorDefinition)
Get DB id by data
|
Long |
ErrorDefinitionsMapper.insertErrorDefinition(ErrorDefinition errorDefinition)
Persist a new error definition
|
Copyright © 2020. All rights reserved.