com.liferay.portlet.journal.service
Class JournalArticleResourceLocalServiceUtil
java.lang.Object
com.liferay.portlet.journal.service.JournalArticleResourceLocalServiceUtil
public class JournalArticleResourceLocalServiceUtil
- extends Object
This class provides static methods for the
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.
- See Also:
JournalArticleResourceLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| 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 journalArticleResource)
throws SystemException
- Throws:
SystemException
createJournalArticleResource
public static JournalArticleResource createJournalArticleResource(long resourcePrimKey)
deleteJournalArticleResource
public static void deleteJournalArticleResource(long resourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteJournalArticleResource
public static void deleteJournalArticleResource(JournalArticleResource journalArticleResource)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
dynamicQueryCount
public static long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
getJournalArticleResource
public static JournalArticleResource getJournalArticleResource(long resourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getJournalArticleResources
public static List<JournalArticleResource> getJournalArticleResources(int start,
int end)
throws SystemException
- Throws:
SystemException
getJournalArticleResourcesCount
public static int getJournalArticleResourcesCount()
throws SystemException
- Throws:
SystemException
updateJournalArticleResource
public static JournalArticleResource updateJournalArticleResource(JournalArticleResource journalArticleResource)
throws SystemException
- Throws:
SystemException
updateJournalArticleResource
public static JournalArticleResource updateJournalArticleResource(JournalArticleResource journalArticleResource,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteArticleResource
public static void deleteArticleResource(long groupId,
String articleId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getArticleResource
public static JournalArticleResource getArticleResource(long articleResourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getArticleResourcePrimKey
public static long getArticleResourcePrimKey(long groupId,
String articleId)
throws SystemException
- Throws:
SystemException
getArticleResources
public static List<JournalArticleResource> getArticleResources(long groupId)
throws SystemException
- Throws:
SystemException
getService
public static JournalArticleResourceLocalService getService()
setService
public void setService(JournalArticleResourceLocalService service)