com.atlassian.confluence.plugins.mobile
Class HibernateContentEntityHelper

java.lang.Object
  extended by com.atlassian.confluence.plugins.mobile.HibernateContentEntityHelper
All Implemented Interfaces:
ContentEntityHelper

public class HibernateContentEntityHelper
extends Object
implements ContentEntityHelper


Constructor Summary
HibernateContentEntityHelper()
           
 
Method Summary
 Map<Long,Integer> getCommentCounts(List<Long> contentIds)
           
 List<ContentEntityObject> getContentEntities(List<Long> contentIds)
           
 Map<Long,Integer> getNestedCommentCounts(List<Long> commentIds)
           
 void setPluginHibernateSessionFactory(PluginHibernateSessionFactory pluginHibernateSessionFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateContentEntityHelper

public HibernateContentEntityHelper()
Method Detail

getContentEntities

public List<ContentEntityObject> getContentEntities(List<Long> contentIds)
Specified by:
getContentEntities in interface ContentEntityHelper

getCommentCounts

public Map<Long,Integer> getCommentCounts(List<Long> contentIds)
Specified by:
getCommentCounts in interface ContentEntityHelper

getNestedCommentCounts

public Map<Long,Integer> getNestedCommentCounts(List<Long> commentIds)
Specified by:
getNestedCommentCounts in interface ContentEntityHelper

setPluginHibernateSessionFactory

public void setPluginHibernateSessionFactory(PluginHibernateSessionFactory pluginHibernateSessionFactory)


Copyright © 2003-2012 Atlassian. All Rights Reserved.