Liferay 7.0-ce-m6

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
          extended by com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseLocalService, PersistedModelLocalService, JournalContentSearchLocalService

public class JournalContentSearchLocalServiceImpl
extends JournalContentSearchLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, journalContentSearchLocalService, journalContentSearchPersistence, layoutFinder, layoutLocalService, layoutPersistence, layoutService, persistedModelLocalServiceRegistry, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService
 
Constructor Summary
JournalContentSearchLocalServiceImpl()
           
 
Method Summary
 void checkContentSearches(long companyId)
           
 void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId)
           
 void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 void deleteArticleContentSearches(long groupId, String articleId)
           
 void deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId)
           
 void deleteOwnerContentSearches(long groupId, boolean privateLayout)
           
 List<JournalContentSearch> getArticleContentSearches()
           
 List<JournalContentSearch> getArticleContentSearches(long groupId, String articleId)
           
 List<JournalContentSearch> getArticleContentSearches(String articleId)
           
 List<Long> getLayoutIds(long groupId, boolean privateLayout, String articleId)
           
 int getLayoutIdsCount(long groupId, boolean privateLayout, String articleId)
           
 int getLayoutIdsCount(String articleId)
           
 List<JournalContentSearch> getPortletContentSearches(String portletId)
           
 JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId)
           
 List<JournalContentSearch> updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds)
           
 JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge)
           
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
addJournalContentSearch, afterPropertiesSet, createJournalContentSearch, deleteJournalContentSearch, deleteJournalContentSearch, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchJournalContentSearch, getActionableDynamicQuery, getBeanIdentifier, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getJournalContentSearch, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalContentSearchs, getJournalContentSearchsCount, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getModelClass, getModelClassName, getPersistedModel, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, initActionableDynamicQuery, runSQL, setBeanIdentifier, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, updateJournalContentSearch
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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 PortalException
Throws:
PortalException

deleteArticleContentSearch

public void deleteArticleContentSearch(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       String portletId)

deleteArticleContentSearch

public void deleteArticleContentSearch(long groupId,
                                       boolean privateLayout,
                                       long layoutId,
                                       String portletId,
                                       String articleId)

deleteArticleContentSearches

public void deleteArticleContentSearches(long groupId,
                                         String articleId)

deleteLayoutContentSearches

public void deleteLayoutContentSearches(long groupId,
                                        boolean privateLayout,
                                        long layoutId)

deleteOwnerContentSearches

public void deleteOwnerContentSearches(long groupId,
                                       boolean privateLayout)

getArticleContentSearches

public List<JournalContentSearch> getArticleContentSearches()

getArticleContentSearches

public List<JournalContentSearch> getArticleContentSearches(long groupId,
                                                            String articleId)

getArticleContentSearches

public List<JournalContentSearch> getArticleContentSearches(String articleId)

getLayoutIds

public List<Long> getLayoutIds(long groupId,
                               boolean privateLayout,
                               String articleId)

getLayoutIdsCount

public int getLayoutIdsCount(long groupId,
                             boolean privateLayout,
                             String articleId)

getLayoutIdsCount

public int getLayoutIdsCount(String articleId)

getPortletContentSearches

public List<JournalContentSearch> getPortletContentSearches(String portletId)

updateContentSearch

public JournalContentSearch updateContentSearch(long groupId,
                                                boolean privateLayout,
                                                long layoutId,
                                                String portletId,
                                                String articleId)
                                         throws PortalException
Throws:
PortalException

updateContentSearch

public JournalContentSearch updateContentSearch(long groupId,
                                                boolean privateLayout,
                                                long layoutId,
                                                String portletId,
                                                String articleId,
                                                boolean purge)
                                         throws PortalException
Throws:
PortalException

updateContentSearch

public List<JournalContentSearch> updateContentSearch(long groupId,
                                                      boolean privateLayout,
                                                      long layoutId,
                                                      String portletId,
                                                      String[] articleIds)
                                               throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6