info.magnolia.module.templatingkit.categorization
Class STKCategorizationSupport

java.lang.Object
  extended by info.magnolia.module.templatingkit.categorization.STKCategorizationSupport
All Implemented Interfaces:
CategorizationSupport

@Singleton
public class STKCategorizationSupport
extends Object
implements CategorizationSupport

Dummy implementations as this feature is only available in Magnolia Enterprise Edition.

Version:
$Id$
Author:
tmiyar

Constructor Summary
STKCategorizationSupport()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STKCategorizationSupport

public STKCategorizationSupport()
Method Detail

getCategories

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

Specified by:
getCategories in interface CategorizationSupport

getCategoryLink

public String getCategoryLink(javax.jcr.Node content,
                              String categoryName)
Description copied from interface: CategorizationSupport
Finds the category overview page and returns the link.

Specified by:
getCategoryLink in interface CategorizationSupport


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