info.magnolia.module.templatingkit.categorization
Interface CategorizationSupport

All Known Implementing Classes:
STKCategorizationSupport

public interface CategorizationSupport

Communicates with the categorization module.

Version:
$Id$
Author:
tmiyar

Method Summary
 List<info.magnolia.jcr.util.ContentMap> getCategories(javax.jcr.Node content)
          Maps property categories (list of uuids) to data module and returns a list of category nodes.
 String getCategoryLink(javax.jcr.Node content, String categoryName)
          Finds the category overview page and returns the link.
 

Method Detail

getCategories

List<info.magnolia.jcr.util.ContentMap> getCategories(javax.jcr.Node content)
Maps property categories (list of uuids) to data module and returns a list of category nodes.


getCategoryLink

String getCategoryLink(javax.jcr.Node content,
                       String categoryName)
Finds the category overview page and returns the link.



Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.