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.portal.kernel.bean.IdentifiableBean, com.liferay.portal.service.PersistedModelLocalService, com.liferay.portlet.journal.service.JournalContentSearchLocalService

public class JournalContentSearchLocalServiceImpl
extends JournalContentSearchLocalServiceBaseImpl

Author:
Brian Wing Shun Chan, Wesley Gong

Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
counterLocalService, 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, persistedModelLocalServiceRegistry, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
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 deleteJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch contentSearch)
          Deletes the journal content search from the database.
 void deleteJournalContentSearch(long contentSearchId)
          Deletes the journal content search with the primary key from the database.
 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<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(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)
           
 int getLayoutIdsCount(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, afterPropertiesSet, createJournalContentSearch, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchJournalContentSearch, getBeanIdentifier, getCounterLocalService, 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, getModelClass, getModelClassName, getPersistedModel, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, 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, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, 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.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteArticleContentSearch

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

deleteArticleContentSearches

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

deleteJournalContentSearch

public void deleteJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch contentSearch)
                                throws com.liferay.portal.kernel.exception.SystemException
Description copied from class: JournalContentSearchLocalServiceBaseImpl
Deletes the journal content search from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalContentSearch in interface com.liferay.portlet.journal.service.JournalContentSearchLocalService
Overrides:
deleteJournalContentSearch in class JournalContentSearchLocalServiceBaseImpl
Parameters:
contentSearch - the journal content search
Throws:
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

deleteJournalContentSearch

public void deleteJournalContentSearch(long contentSearchId)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Description copied from class: JournalContentSearchLocalServiceBaseImpl
Deletes the journal content search with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteJournalContentSearch in interface com.liferay.portlet.journal.service.JournalContentSearchLocalService
Overrides:
deleteJournalContentSearch in class JournalContentSearchLocalServiceBaseImpl
Parameters:
contentSearchId - the primary key of the journal content search
Throws:
com.liferay.portal.kernel.exception.PortalException - if a journal content search with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred

deleteLayoutContentSearches

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

deleteOwnerContentSearches

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

getArticleContentSearches

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

getArticleContentSearches

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

getArticleContentSearches

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

getLayoutIds

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

getLayoutIdsCount

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

getLayoutIdsCount

public int getLayoutIdsCount(java.lang.String articleId)
                      throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.PortalException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.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.kernel.exception.PortalException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.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.kernel.exception.PortalException,
                                                                                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException