Uses of Class
org.exoplatform.forum.service.TopicType

Packages that use TopicType
org.exoplatform.forum.service   
org.exoplatform.forum.service.impl   
 

Uses of TopicType in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return TopicType
 TopicType ForumService.getTopicType(java.lang.String Id)
           
 

Methods in org.exoplatform.forum.service that return types with arguments of type TopicType
 java.util.List<TopicType> ForumService.getTopicTypes()
           
 

Methods in org.exoplatform.forum.service with parameters of type TopicType
 void ForumService.saveTopicType(TopicType topicType)
           
 

Uses of TopicType in org.exoplatform.forum.service.impl
 

Methods in org.exoplatform.forum.service.impl that return TopicType
 TopicType JCRDataStorage.getTopicType(java.lang.String Id)
           
 TopicType ForumServiceImpl.getTopicType(java.lang.String Id)
           
 

Methods in org.exoplatform.forum.service.impl that return types with arguments of type TopicType
 java.util.List<TopicType> JCRDataStorage.getTopicTypes()
           
 java.util.List<TopicType> ForumServiceImpl.getTopicTypes()
           
 

Methods in org.exoplatform.forum.service.impl with parameters of type TopicType
 void JCRDataStorage.saveTopicType(TopicType topicType)
           
 void ForumServiceImpl.saveTopicType(TopicType topicType)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.