com.liferay.portlet.journal.service
Interface JournalContentSearchLocalService

All Known Implementing Classes:
JournalContentSearchLocalServiceWrapper

@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,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
Generated:

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 dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<JournalContentSearch> getArticleContentSearches()
           
 java.util.List<JournalContentSearch> getArticleContentSearches(long groupId, java.lang.String articleId)
           
 java.util.List<JournalContentSearch> getArticleContentSearches(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)
           
 int getLayoutIdsCount(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)
           
 

Method Detail

addJournalContentSearch

JournalContentSearch addJournalContentSearch(JournalContentSearch journalContentSearch)
                                             throws SystemException
Throws:
SystemException

createJournalContentSearch

JournalContentSearch createJournalContentSearch(long contentSearchId)

deleteJournalContentSearch

void deleteJournalContentSearch(long contentSearchId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteJournalContentSearch

void deleteJournalContentSearch(JournalContentSearch journalContentSearch)
                                throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end)
                            throws SystemException
Throws:
SystemException

dynamicQuery

java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Throws:
SystemException

getJournalContentSearch

@Transactional(propagation=SUPPORTS,
               readOnly=true)
JournalContentSearch getJournalContentSearch(long contentSearchId)
                                             throws PortalException,
                                                    SystemException
Throws:
PortalException
SystemException

getJournalContentSearchs

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<JournalContentSearch> getJournalContentSearchs(int start,
                                                                                                       int end)
                                                              throws SystemException
Throws:
SystemException

getJournalContentSearchsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getJournalContentSearchsCount()
                                  throws SystemException
Throws:
SystemException

updateJournalContentSearch

JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
                                                throws SystemException
Throws:
SystemException

updateJournalContentSearch

JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch,
                                                boolean merge)
                                                throws SystemException
Throws:
SystemException

checkContentSearches

void checkContentSearches(long companyId)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

deleteArticleContentSearch

void deleteArticleContentSearch(long groupId,
                                boolean privateLayout,
                                long layoutId,
                                java.lang.String portletId,
                                java.lang.String articleId)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteArticleContentSearches

void deleteArticleContentSearches(long groupId,
                                  java.lang.String articleId)
                                  throws SystemException
Throws:
SystemException

deleteLayoutContentSearches

void deleteLayoutContentSearches(long groupId,
                                 boolean privateLayout,
                                 long layoutId)
                                 throws SystemException
Throws:
SystemException

deleteOwnerContentSearches

void deleteOwnerContentSearches(long groupId,
                                boolean privateLayout)
                                throws SystemException
Throws:
SystemException

getArticleContentSearches

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<JournalContentSearch> getArticleContentSearches()
                                                               throws SystemException
Throws:
SystemException

getArticleContentSearches

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<JournalContentSearch> getArticleContentSearches(long groupId,
                                                                                                        java.lang.String articleId)
                                                               throws SystemException
Throws:
SystemException

getArticleContentSearches

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<JournalContentSearch> getArticleContentSearches(java.lang.String articleId)
                                                               throws SystemException
Throws:
SystemException

getLayoutIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<java.lang.Long> getLayoutIds(long groupId,
                                                                                     boolean privateLayout,
                                                                                     java.lang.String articleId)
                                            throws SystemException
Throws:
SystemException

getLayoutIdsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutIdsCount(long groupId,
                                                               boolean privateLayout,
                                                               java.lang.String articleId)
                      throws SystemException
Throws:
SystemException

getLayoutIdsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getLayoutIdsCount(java.lang.String articleId)
                      throws SystemException
Throws:
SystemException

updateContentSearch

JournalContentSearch updateContentSearch(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         java.lang.String portletId,
                                         java.lang.String articleId)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

updateContentSearch

JournalContentSearch updateContentSearch(long groupId,
                                         boolean privateLayout,
                                         long layoutId,
                                         java.lang.String portletId,
                                         java.lang.String articleId,
                                         boolean purge)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

updateContentSearch

java.util.List<JournalContentSearch> updateContentSearch(long groupId,
                                                         boolean privateLayout,
                                                         long layoutId,
                                                         java.lang.String portletId,
                                                         java.lang.String[] articleIds)
                                                         throws PortalException,
                                                                SystemException
Throws:
PortalException
SystemException