Interface RelatedItemsService
-
- All Known Implementing Classes:
DefaultRelatedItemsService
public interface RelatedItemsServiceAn interface for retrieving hierarchically related cms items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<CMSItemModel>getRelatedItems(ItemModel itemModel)Returns a list of all relatedCMSItemModelitems.
-
-
-
Method Detail
-
getRelatedItems
java.util.List<CMSItemModel> getRelatedItems(ItemModel itemModel)
Returns a list of all relatedCMSItemModelitems.- Parameters:
itemModel- theItemModelthat is used to retrieve relatedCMSItemModel.- Returns:
- the list of
CMSItemModel
-
-