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
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.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalContentSearchLocalService
Method Summary |
static JournalContentSearch |
addJournalContentSearch(JournalContentSearch journalContentSearch)
|
static void |
checkContentSearches(long companyId)
|
static JournalContentSearch |
createJournalContentSearch(long contentSearchId)
|
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 |
deleteJournalContentSearch(JournalContentSearch journalContentSearch)
|
static void |
deleteJournalContentSearch(long contentSearchId)
|
static void |
deleteLayoutContentSearches(long groupId,
boolean privateLayout,
long layoutId)
|
static void |
deleteOwnerContentSearches(long groupId,
boolean privateLayout)
|
static java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List<JournalContentSearch> |
getArticleContentSearches()
|
static java.util.List<JournalContentSearch> |
getArticleContentSearches(long groupId,
java.lang.String articleId)
|
static java.util.List<JournalContentSearch> |
getArticleContentSearches(java.lang.String articleId)
|
static JournalContentSearch |
getJournalContentSearch(long contentSearchId)
|
static java.util.List<JournalContentSearch> |
getJournalContentSearchs(int start,
int end)
|
static int |
getJournalContentSearchsCount()
|
static java.util.List<java.lang.Long> |
getLayoutIds(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static int |
getLayoutIdsCount(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
static int |
getLayoutIdsCount(java.lang.String articleId)
|
static JournalContentSearchLocalService |
getService()
|
void |
setService(JournalContentSearchLocalService service)
|
static JournalContentSearch |
updateContentSearch(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
static java.util.List<JournalContentSearch> |
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 journalContentSearch)
|
static JournalContentSearch |
updateJournalContentSearch(JournalContentSearch journalContentSearch,
boolean merge)
|
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 journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
createJournalContentSearch
public static JournalContentSearch createJournalContentSearch(long contentSearchId)
deleteJournalContentSearch
public static void deleteJournalContentSearch(long contentSearchId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteJournalContentSearch
public static void deleteJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public static 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
public static 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
public static JournalContentSearch getJournalContentSearch(long contentSearchId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getJournalContentSearchs
public static java.util.List<JournalContentSearch> getJournalContentSearchs(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getJournalContentSearchsCount
public static int getJournalContentSearchsCount()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateJournalContentSearch
public static JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateJournalContentSearch
public static JournalContentSearch updateJournalContentSearch(JournalContentSearch journalContentSearch,
boolean merge)
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<JournalContentSearch> getArticleContentSearches()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getArticleContentSearches
public static java.util.List<JournalContentSearch> getArticleContentSearches(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getArticleContentSearches
public static java.util.List<JournalContentSearch> getArticleContentSearches(java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLayoutIds
public static 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
public static int getLayoutIdsCount(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getLayoutIdsCount
public static int getLayoutIdsCount(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<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
getService
public static JournalContentSearchLocalService getService()
setService
public void setService(JournalContentSearchLocalService service)