public class JournalContentSearchLocalServiceImpl extends JournalContentSearchLocalServiceBaseImpl
counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalFolderFinder, journalFolderLocalService, journalFolderPersistence, journalFolderService, journalStructureLocalService, journalStructureService, journalTemplateLocalService, journalTemplateService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, persistedModelLocalServiceRegistry, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
JournalContentSearchLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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<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) |
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
getPortletContentSearches(java.lang.String portletId) |
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) |
addJournalContentSearch, afterPropertiesSet, createJournalContentSearch, deleteJournalContentSearch, deleteJournalContentSearch, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, 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, getJournalFolderFinder, getJournalFolderLocalService, getJournalFolderPersistence, getJournalFolderService, getJournalStructureLocalService, getJournalStructureService, getJournalTemplateLocalService, getJournalTemplateService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getModelClass, getModelClassName, getPersistedModel, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceLocalService, 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, setJournalFolderFinder, setJournalFolderLocalService, setJournalFolderPersistence, setJournalFolderService, setJournalStructureLocalService, setJournalStructureService, setJournalTemplateLocalService, setJournalTemplateService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateJournalContentSearchpublic JournalContentSearchLocalServiceImpl()
public void checkContentSearches(long companyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic void deleteOwnerContentSearches(long groupId,
boolean privateLayout)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches()
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getArticleContentSearches(java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<java.lang.Long> getLayoutIds(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getLayoutIdsCount(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic int getLayoutIdsCount(java.lang.String articleId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> getPortletContentSearches(java.lang.String portletId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemException