com.liferay.portal.service
Class WebDAVPropsLocalServiceUtil
java.lang.Object
com.liferay.portal.service.WebDAVPropsLocalServiceUtil
public class WebDAVPropsLocalServiceUtil
- extends Object
This class provides static methods for the
WebDAVPropsLocalService 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:
WebDAVPropsLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
static WebDAVProps |
addWebDAVProps(WebDAVProps webDAVProps)
|
static WebDAVProps |
createWebDAVProps(long webDavPropsId)
|
static void |
deleteWebDAVProps(long webDavPropsId)
|
static void |
deleteWebDAVProps(String className,
long classPK)
|
static void |
deleteWebDAVProps(WebDAVProps webDAVProps)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
static WebDAVPropsLocalService |
getService()
|
static WebDAVProps |
getWebDAVProps(long webDavPropsId)
|
static WebDAVProps |
getWebDAVProps(long companyId,
String className,
long classPK)
|
static List<WebDAVProps> |
getWebDAVPropses(int start,
int end)
|
static int |
getWebDAVPropsesCount()
|
void |
setService(WebDAVPropsLocalService service)
|
static void |
storeWebDAVProps(WebDAVProps webDavProps)
|
static WebDAVProps |
updateWebDAVProps(WebDAVProps webDAVProps)
|
static WebDAVProps |
updateWebDAVProps(WebDAVProps webDAVProps,
boolean merge)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebDAVPropsLocalServiceUtil
public WebDAVPropsLocalServiceUtil()
addWebDAVProps
public static WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
throws SystemException
- Throws:
SystemException
createWebDAVProps
public static WebDAVProps createWebDAVProps(long webDavPropsId)
deleteWebDAVProps
public static void deleteWebDAVProps(long webDavPropsId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteWebDAVProps
public static void deleteWebDAVProps(WebDAVProps webDAVProps)
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
getWebDAVProps
public static WebDAVProps getWebDAVProps(long webDavPropsId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWebDAVPropses
public static List<WebDAVProps> getWebDAVPropses(int start,
int end)
throws SystemException
- Throws:
SystemException
getWebDAVPropsesCount
public static int getWebDAVPropsesCount()
throws SystemException
- Throws:
SystemException
updateWebDAVProps
public static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
throws SystemException
- Throws:
SystemException
updateWebDAVProps
public static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
boolean merge)
throws SystemException
- Throws:
SystemException
deleteWebDAVProps
public static void deleteWebDAVProps(String className,
long classPK)
throws SystemException
- Throws:
SystemException
getWebDAVProps
public static WebDAVProps getWebDAVProps(long companyId,
String className,
long classPK)
throws SystemException
- Throws:
SystemException
storeWebDAVProps
public static void storeWebDAVProps(WebDAVProps webDavProps)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static WebDAVPropsLocalService getService()
setService
public void setService(WebDAVPropsLocalService service)