Package | Description |
---|---|
com.atlassian.jira.i18n.terminology | |
com.atlassian.jira.model.querydsl |
Modifier and Type | Method and Description |
---|---|
NomenclatureEntryDTO |
TerminologyEntryDao.getTerminologyEntry(String originalName)
Returns the terminology entry with the latest timestamp for the given OriginalName.
|
NomenclatureEntryDTO |
CachingTerminologyEntryDao.getTerminologyEntry(String originalName) |
NomenclatureEntryDTO |
QueryDSLTerminologyEntryDao.getTerminologyEntry(String originalName) |
Modifier and Type | Method and Description |
---|---|
Collection<NomenclatureEntryDTO> |
TerminologyEntryDao.getAllTerminologyEntries()
Returns a Collection of all terminology entries with the latest timestamps for each OriginalName.
|
Collection<NomenclatureEntryDTO> |
CachingTerminologyEntryDao.getAllTerminologyEntries() |
Collection<NomenclatureEntryDTO> |
QueryDSLTerminologyEntryDao.getAllTerminologyEntries() |
Collection<NomenclatureEntryDTO> |
TerminologyEntryDao.getHistoricalTerminologyEntries()
Returns a collection of all terminology entries stored in a database.
|
Collection<NomenclatureEntryDTO> |
CachingTerminologyEntryDao.getHistoricalTerminologyEntries() |
Collection<NomenclatureEntryDTO> |
QueryDSLTerminologyEntryDao.getHistoricalTerminologyEntries() |
Modifier and Type | Method and Description |
---|---|
void |
TerminologyEntryDao.setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs)
Writes a new name for multiple Jira entities (e.g.
|
void |
CachingTerminologyEntryDao.setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs) |
void |
QueryDSLTerminologyEntryDao.setTerminologyEntries(Collection<NomenclatureEntryDTO> terminologyEntryDTOs) |
Modifier and Type | Method and Description |
---|---|
NomenclatureEntryDTO |
NomenclatureEntryDTO.Builder.build() |
static NomenclatureEntryDTO |
NomenclatureEntryDTO.fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
Modifier and Type | Method and Description |
---|---|
static NomenclatureEntryDTO.Builder |
NomenclatureEntryDTO.builder(NomenclatureEntryDTO nomenclatureEntryDTO) |
Constructor and Description |
---|
Builder(NomenclatureEntryDTO nomenclatureEntryDTO) |
Copyright © 2002-2023 Atlassian. All Rights Reserved.