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, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalStructureFinder, journalStructureLocalService, journalStructurePersistence, journalStructureService, journalTemplateFinder, journalTemplateLocalService, journalTemplatePersistence, journalTemplateService, layoutFinder, layoutLocalService, layoutPersistence, layoutService, persistedModelLocalServiceRegistry, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, portletPreferencesService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
void |
checkContentSearches(long companyId)
|
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)
|
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, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, 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, getJournalStructureFinder, getJournalStructureLocalService, getJournalStructurePersistence, getJournalStructureService, getJournalTemplateFinder, getJournalTemplateLocalService, getJournalTemplatePersistence, getJournalTemplateService, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutService, getModelClass, getModelClassName, getPersistedModel, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getPortletPreferencesService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, 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, setJournalStructureFinder, setJournalStructureLocalService, setJournalStructurePersistence, setJournalStructureService, setJournalTemplateFinder, setJournalTemplateLocalService, setJournalTemplatePersistence, setJournalTemplateService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutService, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setPortletPreferencesService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateJournalContentSearch, 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,
SystemException
- Throws:
PortalException
SystemException
deleteArticleContentSearch
public void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
throws SystemException
- Throws:
SystemException
deleteArticleContentSearches
public void deleteArticleContentSearches(long groupId,
String articleId)
throws SystemException
- Throws:
SystemException
deleteLayoutContentSearches
public void deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
throws SystemException
- Throws:
SystemException
deleteOwnerContentSearches
public void deleteOwnerContentSearches(long groupId,
boolean privateLayout)
throws SystemException
- Throws:
SystemException
getArticleContentSearches
public List<JournalContentSearch> getArticleContentSearches()
throws SystemException
- Throws:
SystemException
getArticleContentSearches
public List<JournalContentSearch> getArticleContentSearches(long groupId,
String articleId)
throws SystemException
- Throws:
SystemException
getArticleContentSearches
public List<JournalContentSearch> getArticleContentSearches(String articleId)
throws SystemException
- Throws:
SystemException
getLayoutIds
public List<Long> getLayoutIds(long groupId,
boolean privateLayout,
String articleId)
throws SystemException
- Throws:
SystemException
getLayoutIdsCount
public int getLayoutIdsCount(long groupId,
boolean privateLayout,
String articleId)
throws SystemException
- Throws:
SystemException
getLayoutIdsCount
public int getLayoutIdsCount(String articleId)
throws SystemException
- Throws:
SystemException
updateContentSearch
public JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateContentSearch
public JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String articleId,
boolean purge)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateContentSearch
public List<JournalContentSearch> updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
String portletId,
String[] articleIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException