This class is created by the IssueSearch object to contain a single result.
It represents a row on the IssueList.vm screen. It is mostly
a data structure with some additional functionality to format a
multivalued attribute as CSV.
author: John McNally
Get the RModuleIssueType related thru getModuleId() and
getIssueTypeId(). This method provides caching so that multiple
QueryResult objects in the same resultset save db hits.
public void populateInternalAttributes(List preferences)(Code)
Populate any attribute considered 'internal' with the proper value. To decide
which should be filled, it will use the list 'preferences', which shares the same
order than the attribute list.
Parameters: preferences -
Populate, including localization of dates, any attribute considered 'internal' with
the proper value. To decide which should be filled, it will use the list 'preferences', which shares the same
order than the attribute list.
Parameters: preferences -
setAttributeValues
final public void setAttributeValues(List newAttributeValues)(Code)
Set the AttributeValues value.
Parameters: newAttributeValues - The new AttributeValues value.