com.liferay.portlet.journal.service.impl
Class JournalContentSearchLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
      extended by com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.journal.service.JournalContentSearchLocalService

public class JournalContentSearchLocalServiceImpl
extends JournalContentSearchLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
counterLocalService, counterService, groupFinder, groupLocalService, groupPersistence, groupService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalStructureFinder, journalStructureLocalService, journalStructurePersistence, journalStructureService, journalTemplateFinder, journalTemplateLocalService, journalTemplatePersistence, journalTemplateService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService
 
Constructor Summary
JournalContentSearchLocalServiceImpl()
           
 
Method Summary
 void checkContentSearches(long companyId)
           
 void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 void deleteArticleContentSearches(long groupId, java.lang.String articleId)
           
 void deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId)
           
 void deleteOwnerContentSearches(long groupId, boolean privateLayout)
           
 java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches()
           
 java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(long groupId, java.lang.String articleId)
           
 java.util.List<java.lang.Long> getLayoutIds(long groupId, boolean privateLayout, java.lang.String articleId)
           
 int getLayoutIdsCount(long groupId, boolean privateLayout, java.lang.String articleId)
           
 com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
 java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String[] articleIds)
           
 com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId, boolean purge)
           
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
addJournalContentSearch, createJournalContentSearch, deleteJournalContentSearch, deleteJournalContentSearch, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getJournalArticleFinder, getJournalArticleImageLocalService, getJournalArticleImagePersistence, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getJournalContentSearch, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalContentSearchs, getJournalContentSearchsCount, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getJournalStructureFinder, getJournalStructureLocalService, getJournalStructurePersistence, getJournalStructureService, getJournalTemplateFinder, getJournalTemplateLocalService, getJournalTemplatePersistence, getJournalTemplateService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, runSQL, setCounterLocalService, setCounterService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setJournalArticleFinder, setJournalArticleImageLocalService, setJournalArticleImagePersistence, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setJournalStructureFinder, setJournalStructureLocalService, setJournalStructurePersistence, setJournalStructureService, setJournalTemplateFinder, setJournalTemplateLocalService, setJournalTemplatePersistence, setJournalTemplateService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, updateJournalContentSearch, updateJournalContentSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalContentSearchLocalServiceImpl

public JournalContentSearchLocalServiceImpl()
Method Detail

checkContentSearches

public void checkContentSearches(long companyId)
                          throws com.liferay.portal.PortalException,
                                 com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteArticleContentSearch

public void deleteArticleContentSearch(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       java.lang.String portletId,
                                       java.lang.String articleId)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteArticleContentSearches

public void deleteArticleContentSearches(long groupId,
                                         java.lang.String articleId)
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteLayoutContentSearches

public void deleteLayoutContentSearches(long groupId,
                                        boolean privateLayout,
                                        long layoutId)
                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteOwnerContentSearches

public void deleteOwnerContentSearches(long groupId,
                                       boolean privateLayout)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getArticleContentSearches

public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches()
                                                                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getArticleContentSearches

public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(long groupId,
                                                                                                        java.lang.String articleId)
                                                                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutIds

public java.util.List<java.lang.Long> getLayoutIds(long groupId,
                                                   boolean privateLayout,
                                                   java.lang.String articleId)
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutIdsCount

public int getLayoutIdsCount(long groupId,
                             boolean privateLayout,
                             java.lang.String articleId)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateContentSearch

public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(long groupId,
                                                                                  boolean privateLayout,
                                                                                  long layoutId,
                                                                                  java.lang.String portletId,
                                                                                  java.lang.String articleId)
                                                                           throws com.liferay.portal.PortalException,
                                                                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateContentSearch

public com.liferay.portlet.journal.model.JournalContentSearch updateContentSearch(long groupId,
                                                                                  boolean privateLayout,
                                                                                  long layoutId,
                                                                                  java.lang.String portletId,
                                                                                  java.lang.String articleId,
                                                                                  boolean purge)
                                                                           throws com.liferay.portal.PortalException,
                                                                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateContentSearch

public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> updateContentSearch(long groupId,
                                                                                                  boolean privateLayout,
                                                                                                  long layoutId,
                                                                                                  java.lang.String portletId,
                                                                                                  java.lang.String[] articleIds)
                                                                                           throws com.liferay.portal.PortalException,
                                                                                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException