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, nameExists
public ResolutionResolver(ConstantsManager constantsManager)
public Collection<Resolution> getAll()
NameResolver
public boolean idExists(Long id)
NameResolver
idExists
in interface NameResolver<Resolution>
idExists
in class ConstantsNameResolver<Resolution>
id
- the primary key.Copyright © 2002-2019 Atlassian. All Rights Reserved.