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

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

Uses of PruneSetting in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return PruneSetting
 PruneSetting ForumServiceLegacy.getPruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String forumPath)
          Deprecated. use ForumService.getPruneSetting(String forumPath)
 PruneSetting ForumService.getPruneSetting(java.lang.String forumPath)
           
 

Methods in org.exoplatform.forum.service that return types with arguments of type PruneSetting
 java.util.List<PruneSetting> ForumService.getAllPruneSetting()
           
 java.util.List<PruneSetting> ForumServiceLegacy.getAllPruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use ForumService.getAllPruneSetting()
 

Methods in org.exoplatform.forum.service with parameters of type PruneSetting
 long ForumService.checkPrune(PruneSetting pSetting)
           
 void ForumService.runPrune(PruneSetting pSetting)
           
 void ForumService.savePruneSetting(PruneSetting pruneSetting)
           
 void ForumServiceLegacy.savePruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, PruneSetting pruneSetting)
          Deprecated. use ForumService#savePruneSetting()
 

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

Methods in org.exoplatform.forum.service.impl that return PruneSetting
 PruneSetting ForumServiceImpl.getPruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String forumPath)
           
 PruneSetting ForumServiceImpl.getPruneSetting(java.lang.String forumPath)
           
 PruneSetting JCRDataStorage.getPruneSetting(java.lang.String forumPath)
           
 

Methods in org.exoplatform.forum.service.impl that return types with arguments of type PruneSetting
 java.util.List<PruneSetting> ForumServiceImpl.getAllPruneSetting()
           
 java.util.List<PruneSetting> JCRDataStorage.getAllPruneSetting()
           
 java.util.List<PruneSetting> ForumServiceImpl.getAllPruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 

Methods in org.exoplatform.forum.service.impl with parameters of type PruneSetting
 long ForumServiceImpl.checkPrune(PruneSetting pSetting)
           
 long JCRDataStorage.checkPrune(PruneSetting pSetting)
           
 void ForumServiceImpl.runPrune(PruneSetting pSetting)
           
 void JCRDataStorage.runPrune(PruneSetting pSetting)
           
 void ForumServiceImpl.savePruneSetting(PruneSetting pruneSetting)
           
 void JCRDataStorage.savePruneSetting(PruneSetting pruneSetting)
           
 void ForumServiceImpl.savePruneSetting(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, PruneSetting pruneSetting)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.