this.contentItem = contentItem;
this.linkedContentItemsByType = linkedContentItemsByType;
// Sort content items within their categories by their importance followed by their timestamp
for (ContentItemType type : linkedContentItemsByType.keySet()) {
Collections.sort(linkedContentItemsByType.get(type), new ContentItemComparator());
}
List<BaseContentItem> linkedAssets = linkedContentItemsByType.get(ContentItemType.ASSET);
if (!linkedAssets.isEmpty()) {
// Determine if this content item has important assets.