com.liferay.portlet.journal.service.impl
Class JournalContentSearchLocalServiceImpl
java.lang.Object
com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalContentSearchLocalServiceImpl
public JournalContentSearchLocalServiceImpl()
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