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:
com.liferay.portlet.journal.service.JournalContentSearchServiceFactory
,
com.liferay.portlet.journal.service.JournalContentSearchServiceUtil
Method Summary |
JournalContentSearch |
addJournalContentSearch(JournalContentSearch model)
|
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 |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
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)
|
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)
|
JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean purge)
|
JournalContentSearch |
updateJournalContentSearch(JournalContentSearch model)
|
addJournalContentSearch
public JournalContentSearch addJournalContentSearch(JournalContentSearch model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateJournalContentSearch
public JournalContentSearch updateJournalContentSearch(JournalContentSearch model)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkContentSearches
public void checkContentSearches(long companyId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteArticleContentSearch
public 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
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 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
public 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
public java.util.List 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