com.liferay.portlet.journal.service
Class JournalContentSearchLocalServiceUtil

java.lang.Object
  extended bycom.liferay.portlet.journal.service.JournalContentSearchLocalServiceUtil

public class JournalContentSearchLocalServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the com.liferay.portlet.journal.service.JournalContentSearchLocalService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

com.liferay.portlet.journal.service.JournalContentSearchLocalServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
JournalContentSearchLocalService, JournalContentSearchLocalServiceFactory

Constructor Summary
JournalContentSearchLocalServiceUtil()
           
 
Method Summary
static JournalContentSearch addJournalContentSearch(JournalContentSearch model)
           
static void checkContentSearches(long companyId)
           
static void deleteArticleContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
static void deleteArticleContentSearches(long groupId, java.lang.String articleId)
           
static void deleteLayoutContentSearches(long groupId, boolean privateLayout, long layoutId)
           
static void deleteOwnerContentSearches(long groupId, boolean privateLayout)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static java.util.List getArticleContentSearches()
           
static java.util.List getArticleContentSearches(long groupId, java.lang.String articleId)
           
static java.util.List getLayoutIds(long groupId, boolean privateLayout, java.lang.String articleId)
           
static int getLayoutIdsCount(long groupId, boolean privateLayout, java.lang.String articleId)
           
static JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId)
           
static java.util.List updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String[] articleIds)
           
static JournalContentSearch updateContentSearch(long groupId, boolean privateLayout, long layoutId, java.lang.String portletId, java.lang.String articleId, boolean purge)
           
static JournalContentSearch updateJournalContentSearch(JournalContentSearch model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalContentSearchLocalServiceUtil

public JournalContentSearchLocalServiceUtil()
Method Detail

addJournalContentSearch

public static JournalContentSearch addJournalContentSearch(JournalContentSearch model)
                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static 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 static JournalContentSearch updateJournalContentSearch(JournalContentSearch model)
                                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

checkContentSearches

public static void checkContentSearches(long companyId)
                                 throws com.liferay.portal.PortalException,
                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteArticleContentSearch

public static 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

public static void deleteArticleContentSearches(long groupId,
                                                java.lang.String articleId)
                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteLayoutContentSearches

public static void deleteLayoutContentSearches(long groupId,
                                               boolean privateLayout,
                                               long layoutId)
                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteOwnerContentSearches

public static void deleteOwnerContentSearches(long groupId,
                                              boolean privateLayout)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getArticleContentSearches

public static java.util.List getArticleContentSearches()
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getArticleContentSearches

public static java.util.List getArticleContentSearches(long groupId,
                                                       java.lang.String articleId)
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutIds

public static java.util.List getLayoutIds(long groupId,
                                          boolean privateLayout,
                                          java.lang.String articleId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getLayoutIdsCount

public static int getLayoutIdsCount(long groupId,
                                    boolean privateLayout,
                                    java.lang.String articleId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateContentSearch

public static 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

public static 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

public static java.util.List 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