com.liferay.portlet.wiki.service
Class WikiPageResourceLocalServiceUtil
java.lang.Object
com.liferay.portlet.wiki.service.WikiPageResourceLocalServiceUtil
public class WikiPageResourceLocalServiceUtil
- 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
WikiPageResourceLocalService
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:
WikiPageResourceLocalService
- Generated:
Method Summary |
static WikiPageResource |
addPageResource(long nodeId,
java.lang.String title)
|
static WikiPageResource |
addWikiPageResource(WikiPageResource wikiPageResource)
|
static WikiPageResource |
createWikiPageResource(long resourcePrimKey)
|
static void |
deletePageResource(long nodeId,
java.lang.String title)
|
static void |
deleteWikiPageResource(long resourcePrimKey)
|
static void |
deleteWikiPageResource(WikiPageResource wikiPageResource)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static WikiPageResource |
getPageResource(long pageResourcePrimKey)
|
static WikiPageResource |
getPageResource(long nodeId,
java.lang.String title)
|
static long |
getPageResourcePrimKey(long nodeId,
java.lang.String title)
|
static WikiPageResourceLocalService |
getService()
|
static WikiPageResource |
getWikiPageResource(long resourcePrimKey)
|
static java.util.List<WikiPageResource> |
getWikiPageResources(int start,
int end)
|
static int |
getWikiPageResourcesCount()
|
void |
setService(WikiPageResourceLocalService service)
|
static WikiPageResource |
updateWikiPageResource(WikiPageResource wikiPageResource)
|
static WikiPageResource |
updateWikiPageResource(WikiPageResource wikiPageResource,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiPageResourceLocalServiceUtil
public WikiPageResourceLocalServiceUtil()
addWikiPageResource
public static WikiPageResource addWikiPageResource(WikiPageResource wikiPageResource)
throws SystemException
- Throws:
SystemException
createWikiPageResource
public static WikiPageResource createWikiPageResource(long resourcePrimKey)
deleteWikiPageResource
public static void deleteWikiPageResource(long resourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteWikiPageResource
public static void deleteWikiPageResource(WikiPageResource wikiPageResource)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Throws:
SystemException
dynamicQuery
public static java.util.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
getWikiPageResource
public static WikiPageResource getWikiPageResource(long resourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWikiPageResources
public static java.util.List<WikiPageResource> getWikiPageResources(int start,
int end)
throws SystemException
- Throws:
SystemException
getWikiPageResourcesCount
public static int getWikiPageResourcesCount()
throws SystemException
- Throws:
SystemException
updateWikiPageResource
public static WikiPageResource updateWikiPageResource(WikiPageResource wikiPageResource)
throws SystemException
- Throws:
SystemException
updateWikiPageResource
public static WikiPageResource updateWikiPageResource(WikiPageResource wikiPageResource,
boolean merge)
throws SystemException
- Throws:
SystemException
addPageResource
public static WikiPageResource addPageResource(long nodeId,
java.lang.String title)
throws SystemException
- Throws:
SystemException
deletePageResource
public static void deletePageResource(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPageResource
public static WikiPageResource getPageResource(long pageResourcePrimKey)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPageResource
public static WikiPageResource getPageResource(long nodeId,
java.lang.String title)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPageResourcePrimKey
public static long getPageResourcePrimKey(long nodeId,
java.lang.String title)
throws SystemException
- Throws:
SystemException
getService
public static WikiPageResourceLocalService getService()
setService
public void setService(WikiPageResourceLocalService service)