Liferay 6.0.5

com.liferay.portal.service
Class WebDAVPropsLocalServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.WebDAVPropsLocalServiceUtil

public class WebDAVPropsLocalServiceUtil
extends Object

The utility for the web d a v props local service. This utility wraps WebDAVPropsLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server.

Never modify this class directly. Add custom service methods to WebDAVPropsLocalServiceImpl and rerun ServiceBuilder to regenerate this class.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
WebDAVPropsLocalService, WebDAVPropsLocalServiceBaseImpl, WebDAVPropsLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
WebDAVPropsLocalServiceUtil()
           
 
Method Summary
static WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
static WebDAVProps createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
static void deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
static void deleteWebDAVProps(String className, long classPK)
           
static void deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
static List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
static long dynamicQueryCount(DynamicQuery dynamicQuery)
          Counts the number of rows that match the dynamic query.
static WebDAVPropsLocalService getService()
           
static WebDAVProps getWebDAVProps(long webDavPropsId)
          Gets the web d a v props with the primary key.
static WebDAVProps getWebDAVProps(long companyId, String className, long classPK)
           
static List<WebDAVProps> getWebDAVPropses(int start, int end)
          Gets a range of all the web d a v propses.
static int getWebDAVPropsesCount()
          Gets the number of web d a v propses.
 void setService(WebDAVPropsLocalService service)
           
static void storeWebDAVProps(WebDAVProps webDavProps)
           
static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database.
static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVPropsLocalServiceUtil

public WebDAVPropsLocalServiceUtil()
Method Detail

addWebDAVProps

public static WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
                                  throws SystemException
Adds the web d a v props to the database. Also notifies the appropriate model listeners.

Parameters:
webDAVProps - the web d a v props to add
Returns:
the web d a v props that was added
Throws:
SystemException - if a system exception occurred

createWebDAVProps

public static WebDAVProps createWebDAVProps(long webDavPropsId)
Creates a new web d a v props with the primary key. Does not add the web d a v props to the database.

Parameters:
webDavPropsId - the primary key for the new web d a v props
Returns:
the new web d a v props

deleteWebDAVProps

public static void deleteWebDAVProps(long webDavPropsId)
                              throws PortalException,
                                     SystemException
Deletes the web d a v props with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
webDavPropsId - the primary key of the web d a v props to delete
Throws:
PortalException - if a web d a v props with the primary key could not be found
SystemException - if a system exception occurred

deleteWebDAVProps

public static void deleteWebDAVProps(WebDAVProps webDAVProps)
                              throws SystemException
Deletes the web d a v props from the database. Also notifies the appropriate model listeners.

Parameters:
webDAVProps - the web d a v props to delete
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery)
                         throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end)
                         throws SystemException
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public static List dynamicQuery(DynamicQuery dynamicQuery,
                                int start,
                                int end,
                                OrderByComparator orderByComparator)
                         throws SystemException
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
dynamicQuery - the dynamic query to search with
start - the lower bound of the range of model instances to return
end - the upper bound of the range of model instances to return (not inclusive)
orderByComparator - the comparator to order the results by
Returns:
the ordered range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Counts the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query to search with
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

getWebDAVProps

public static WebDAVProps getWebDAVProps(long webDavPropsId)
                                  throws PortalException,
                                         SystemException
Gets the web d a v props with the primary key.

Parameters:
webDavPropsId - the primary key of the web d a v props to get
Returns:
the web d a v props
Throws:
PortalException - if a web d a v props with the primary key could not be found
SystemException - if a system exception occurred

getWebDAVPropses

public static List<WebDAVProps> getWebDAVPropses(int start,
                                                 int end)
                                          throws SystemException
Gets a range of all the web d a v propses.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.

Parameters:
start - the lower bound of the range of web d a v propses to return
end - the upper bound of the range of web d a v propses to return (not inclusive)
Returns:
the range of web d a v propses
Throws:
SystemException - if a system exception occurred

getWebDAVPropsesCount

public static int getWebDAVPropsesCount()
                                 throws SystemException
Gets the number of web d a v propses.

Returns:
the number of web d a v propses
Throws:
SystemException - if a system exception occurred

updateWebDAVProps

public static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
                                     throws SystemException
Updates the web d a v props in the database. Also notifies the appropriate model listeners.

Parameters:
webDAVProps - the web d a v props to update
Returns:
the web d a v props that was updated
Throws:
SystemException - if a system exception occurred

updateWebDAVProps

public static WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
                                            boolean merge)
                                     throws SystemException
Updates the web d a v props in the database. Also notifies the appropriate model listeners.

Parameters:
webDAVProps - the web d a v props to update
merge - whether to merge the web d a v props with the current session. See BatchSession.update(com.liferay.portal.kernel.dao.orm.Session, com.liferay.portal.model.BaseModel, boolean) for an explanation.
Returns:
the web d a v props that was updated
Throws:
SystemException - if a system exception occurred

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)

Liferay 6.0.5