| java.lang.Object com.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl
Method Summary | |
public void | checkContentSearches(long companyId) | public void | deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) | public void | deleteArticleContentSearches(long groupId, String articleId) | public void | deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId) | public void | deleteOwnerContentSearches(long groupId, boolean privateLayout) | public List | getArticleContentSearches() | public List | getArticleContentSearches(long groupId, String articleId) | public List | getLayoutIds(long groupId, boolean privateLayout, String articleId) | public int | getLayoutIdsCount(long groupId, boolean privateLayout, String articleId) | public JournalContentSearch | updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId) | public JournalContentSearch | updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String articleId, boolean purge) | public List | updateContentSearch(long groupId, boolean privateLayout, long layoutId, String portletId, String[] articleIds) |
deleteLayoutContentSearches | public void deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId) throws SystemException(Code) | | |
deleteOwnerContentSearches | public void deleteOwnerContentSearches(long groupId, boolean privateLayout) throws SystemException(Code) | | |
|
|