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

java.lang.Object
  extended bycom.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
      extended bycom.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

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 getArticleContentSearches()
           
 java.util.List getArticleContentSearches(long groupId, java.lang.String articleId)
           
 java.util.List 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 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, dynamicQuery, dynamicQuery, 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 getArticleContentSearches()
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getArticleContentSearches

public java.util.List getArticleContentSearches(long groupId,
                                                java.lang.String articleId)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutIds

public java.util.List 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 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