com.liferay.portlet.journal.service.impl
Class JournalArticleResourceLocalServiceImpl

java.lang.Object
  extended bycom.liferay.portlet.journal.service.base.JournalArticleResourceLocalServiceBaseImpl
      extended bycom.liferay.portlet.journal.service.impl.JournalArticleResourceLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.journal.service.JournalArticleResourceLocalService

public class JournalArticleResourceLocalServiceImpl
extends JournalArticleResourceLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JournalArticleResourceLocalServiceImpl()
           
 
Method Summary
 void deleteArticleResource(long groupId, java.lang.String articleId)
           
 com.liferay.portlet.journal.model.JournalArticleResource getArticleResource(long articleResourceId)
           
 long getArticleResourcePrimKey(long groupId, java.lang.String articleId)
           
 java.util.List getArticleResources(long groupId)
           
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalArticleResourceLocalServiceBaseImpl
addJournalArticleResource, dynamicQuery, dynamicQuery, updateJournalArticleResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalArticleResourceLocalServiceImpl

public JournalArticleResourceLocalServiceImpl()
Method Detail

deleteArticleResource

public 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 com.liferay.portlet.journal.model.JournalArticleResource getArticleResource(long articleResourceId)
                                                                            throws com.liferay.portal.PortalException,
                                                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getArticleResourcePrimKey

public 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 java.util.List getArticleResources(long groupId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException