public class ResolutionResolver extends ConstantsNameResolver<Resolution>
| Constructor and Description |
|---|
ResolutionResolver(ConstantsManager constantsManager) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resolution> |
getAll()
Gets all domain objects of this type in the underlying database.
|
boolean |
idExists(Long id)
Returns true if the id would resolve to a domain object.
|
get, getIdsFromName, nameExistspublic ResolutionResolver(ConstantsManager constantsManager)
public Collection<Resolution> getAll()
NameResolverpublic boolean idExists(Long id)
NameResolveridExists in interface NameResolver<Resolution>idExists in class ConstantsNameResolver<Resolution>id - the primary key.Copyright © 2002-2023 Atlassian. All Rights Reserved.