com.liferay.portlet.journal.service
Class JournalArticleResourceLocalServiceUtil
java.lang.Object
com.liferay.portlet.journal.service.JournalArticleResourceLocalServiceUtil
- public class JournalArticleResourceLocalServiceUtil
- 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.JournalArticleResourceLocalService
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.JournalArticleResourceLocalServiceFactory
is responsible for the lookup of the bean.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalArticleResourceLocalService
,
JournalArticleResourceLocalServiceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalArticleResourceLocalServiceUtil
public JournalArticleResourceLocalServiceUtil()
addJournalArticleResource
public static JournalArticleResource addJournalArticleResource(JournalArticleResource 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
updateJournalArticleResource
public static JournalArticleResource updateJournalArticleResource(JournalArticleResource 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)
afterPropertiesSet
public static void afterPropertiesSet()
deleteArticleResource
public static void deleteArticleResource(long groupId,
java.lang.String articleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getArticleResource
public static JournalArticleResource getArticleResource(long articleResourceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getArticleResourcePrimKey
public static long getArticleResourcePrimKey(long groupId,
java.lang.String articleId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getArticleResources
public static java.util.List getArticleResources(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException