com.liferay.portlet.journal.service
Interface JournalContentSearchLocalService
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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:
JournalContentSearchLocalServiceUtil
Method Summary |
JournalContentSearch |
addJournalContentSearch(JournalContentSearch journalContentSearch)
|
void |
checkContentSearches(long companyId)
|
JournalContentSearch |
createJournalContentSearch(long contentSearchId)
|
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<JournalContentSearch> |
getArticleContentSearches()
|
java.util.List<JournalContentSearch> |
getArticleContentSearches(long groupId,
java.lang.String articleId)
|
JournalContentSearch |
getJournalContentSearch(long contentSearchId)
|
java.util.List<JournalContentSearch> |
getJournalContentSearchs(int start,
int end)
|
int |
getJournalContentSearchsCount()
|
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)
|
JournalContentSearch |
updateJournalContentSearch(JournalContentSearch journalContentSearch,
boolean merge)
|
addJournalContentSearch
JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createJournalContentSearch
JournalContentSearch createJournalContentSearch(long contentSearchId)
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
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getJournalContentSearch
@Transactional(propagation=SUPPORTS,
readOnly=true)
JournalContentSearch getJournalContentSearch(long contentSearchId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
getJournalContentSearchs
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalContentSearch> getJournalContentSearchs(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getJournalContentSearchsCount
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getJournalContentSearchsCount()
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
updateJournalContentSearch
JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
checkContentSearches
void checkContentSearches(long companyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteArticleContentSearch
void deleteArticleContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalContentSearch> getArticleContentSearches()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getArticleContentSearches
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<JournalContentSearch> getArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLayoutIds
@Transactional(propagation=SUPPORTS,
readOnly=true)
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
@Transactional(propagation=SUPPORTS,
readOnly=true)
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.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateContentSearch
JournalContentSearch updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean purge)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateContentSearch
java.util.List<JournalContentSearch> updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String[] articleIds)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException