com.liferay.portlet.journal.service
Interface JournalContentSearchLocalService
public interface JournalContentSearchLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.journal.service.impl.JournalContentSearchLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalContentSearchLocalServiceFactory
,
JournalContentSearchLocalServiceUtil
Method Summary |
JournalContentSearch |
addJournalContentSearch(JournalContentSearch journalContentSearch)
|
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 |
deleteJournalContentSearch(JournalContentSearch journalContentSearch)
|
void |
deleteJournalContentSearch(long contentSearchId)
|
void |
deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
void |
deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
java.util.List<JournalContentSearch> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<JournalContentSearch> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<JournalContentSearch> |
getArticleContentSearches()
|
java.util.List<JournalContentSearch> |
getArticleContentSearches(long groupId,
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)
|
JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
java.util.List<JournalContentSearch> |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String[] articleIds)
|
JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean purge)
|
JournalContentSearch |
updateJournalContentSearch(JournalContentSearch journalContentSearch)
|
addJournalContentSearch
JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteJournalContentSearch
void deleteJournalContentSearch(long contentSearchId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteJournalContentSearch
void deleteJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<JournalContentSearch> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<JournalContentSearch> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateJournalContentSearch
JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkContentSearches
void checkContentSearches(long companyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteArticleContentSearch
void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteArticleContentSearches
void deleteArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteLayoutContentSearches
void deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteOwnerContentSearches
void deleteOwnerContentSearches(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getArticleContentSearches
java.util.List<JournalContentSearch> getArticleContentSearches()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getArticleContentSearches
java.util.List<JournalContentSearch> getArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLayoutIds
java.util.List<java.lang.Long> getLayoutIds(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLayoutIdsCount
int getLayoutIdsCount(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateContentSearch
JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateContentSearch
JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean purge)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateContentSearch
java.util.List<JournalContentSearch> updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String[] articleIds)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException