com.liferay.portlet.journal.service.impl
Class JournalContentSearchLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, JournalContentSearchLocalService
public class JournalContentSearchLocalServiceImpl
- extends JournalContentSearchLocalServiceBaseImpl
| 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 |
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalContentSearchLocalServiceImpl
public JournalContentSearchLocalServiceImpl()
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