com.liferay.portlet.journal.service
Class JournalContentSearchLocalServiceUtil
java.lang.Object
com.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
Method Summary |
static JournalContentSearch |
addJournalContentSearch(JournalContentSearch model)
|
static void |
afterPropertiesSet()
|
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 GroupFinder |
getGroupFinder()
|
static GroupPersistence |
getGroupPersistence()
|
static JournalArticleFinder |
getJournalArticleFinder()
|
static JournalArticleImagePersistence |
getJournalArticleImagePersistence()
|
static JournalArticlePersistence |
getJournalArticlePersistence()
|
static JournalArticleResourcePersistence |
getJournalArticleResourcePersistence()
|
static JournalContentSearchPersistence |
getJournalContentSearchPersistence()
|
static JournalFeedFinder |
getJournalFeedFinder()
|
static JournalFeedPersistence |
getJournalFeedPersistence()
|
static JournalStructureFinder |
getJournalStructureFinder()
|
static JournalStructurePersistence |
getJournalStructurePersistence()
|
static JournalTemplateFinder |
getJournalTemplateFinder()
|
static JournalTemplatePersistence |
getJournalTemplatePersistence()
|
static LayoutFinder |
getLayoutFinder()
|
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 LayoutPersistence |
getLayoutPersistence()
|
static PortletPreferencesFinder |
getPortletPreferencesFinder()
|
static PortletPreferencesPersistence |
getPortletPreferencesPersistence()
|
static void |
setGroupFinder(GroupFinder groupFinder)
|
static void |
setGroupPersistence(GroupPersistence groupPersistence)
|
static void |
setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
|
static void |
setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
|
static void |
setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
|
static void |
setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
|
static void |
setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
|
static void |
setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
|
static void |
setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
|
static void |
setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
|
static void |
setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
|
static void |
setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
|
static void |
setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
|
static void |
setLayoutFinder(LayoutFinder layoutFinder)
|
static void |
setLayoutPersistence(LayoutPersistence layoutPersistence)
|
static void |
setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
|
static void |
setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
|
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 |
JournalContentSearchLocalServiceUtil
public JournalContentSearchLocalServiceUtil()
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
getJournalArticlePersistence
public static JournalArticlePersistence getJournalArticlePersistence()
setJournalArticlePersistence
public static void setJournalArticlePersistence(JournalArticlePersistence journalArticlePersistence)
getJournalArticleFinder
public static JournalArticleFinder getJournalArticleFinder()
setJournalArticleFinder
public static void setJournalArticleFinder(JournalArticleFinder journalArticleFinder)
getJournalArticleImagePersistence
public static JournalArticleImagePersistence getJournalArticleImagePersistence()
setJournalArticleImagePersistence
public static void setJournalArticleImagePersistence(JournalArticleImagePersistence journalArticleImagePersistence)
getJournalArticleResourcePersistence
public static JournalArticleResourcePersistence getJournalArticleResourcePersistence()
setJournalArticleResourcePersistence
public static void setJournalArticleResourcePersistence(JournalArticleResourcePersistence journalArticleResourcePersistence)
getJournalContentSearchPersistence
public static JournalContentSearchPersistence getJournalContentSearchPersistence()
setJournalContentSearchPersistence
public static void setJournalContentSearchPersistence(JournalContentSearchPersistence journalContentSearchPersistence)
getJournalFeedPersistence
public static JournalFeedPersistence getJournalFeedPersistence()
setJournalFeedPersistence
public static void setJournalFeedPersistence(JournalFeedPersistence journalFeedPersistence)
getJournalFeedFinder
public static JournalFeedFinder getJournalFeedFinder()
setJournalFeedFinder
public static void setJournalFeedFinder(JournalFeedFinder journalFeedFinder)
getJournalStructurePersistence
public static JournalStructurePersistence getJournalStructurePersistence()
setJournalStructurePersistence
public static void setJournalStructurePersistence(JournalStructurePersistence journalStructurePersistence)
getJournalStructureFinder
public static JournalStructureFinder getJournalStructureFinder()
setJournalStructureFinder
public static void setJournalStructureFinder(JournalStructureFinder journalStructureFinder)
getJournalTemplatePersistence
public static JournalTemplatePersistence getJournalTemplatePersistence()
setJournalTemplatePersistence
public static void setJournalTemplatePersistence(JournalTemplatePersistence journalTemplatePersistence)
getJournalTemplateFinder
public static JournalTemplateFinder getJournalTemplateFinder()
setJournalTemplateFinder
public static void setJournalTemplateFinder(JournalTemplateFinder journalTemplateFinder)
getGroupPersistence
public static GroupPersistence getGroupPersistence()
setGroupPersistence
public static void setGroupPersistence(GroupPersistence groupPersistence)
getGroupFinder
public static GroupFinder getGroupFinder()
setGroupFinder
public static void setGroupFinder(GroupFinder groupFinder)
getLayoutPersistence
public static LayoutPersistence getLayoutPersistence()
setLayoutPersistence
public static void setLayoutPersistence(LayoutPersistence layoutPersistence)
getLayoutFinder
public static LayoutFinder getLayoutFinder()
setLayoutFinder
public static void setLayoutFinder(LayoutFinder layoutFinder)
getPortletPreferencesPersistence
public static PortletPreferencesPersistence getPortletPreferencesPersistence()
setPortletPreferencesPersistence
public static void setPortletPreferencesPersistence(PortletPreferencesPersistence portletPreferencesPersistence)
getPortletPreferencesFinder
public static PortletPreferencesFinder getPortletPreferencesFinder()
setPortletPreferencesFinder
public static void setPortletPreferencesFinder(PortletPreferencesFinder portletPreferencesFinder)
afterPropertiesSet
public static void afterPropertiesSet()
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