Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class WebDAVPropsLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.WebDAVPropsLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<WebDAVPropsLocalService>, WebDAVPropsLocalService

public class WebDAVPropsLocalServiceWrapper
extends Object
implements WebDAVPropsLocalService, ServiceWrapper<WebDAVPropsLocalService>

This class is a wrapper for WebDAVPropsLocalService.

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

Constructor Summary
WebDAVPropsLocalServiceWrapper(WebDAVPropsLocalService webDAVPropsLocalService)
           
 
Method Summary
 WebDAVProps addWebDAVProps(WebDAVProps webDAVProps)
          Adds the web d a v props to the database.
 WebDAVProps createWebDAVProps(long webDavPropsId)
          Creates a new web d a v props with the primary key.
 WebDAVProps deleteWebDAVProps(long webDavPropsId)
          Deletes the web d a v props with the primary key from the database.
 void deleteWebDAVProps(String className, long classPK)
           
 WebDAVProps deleteWebDAVProps(WebDAVProps webDAVProps)
          Deletes the web d a v props from the database.
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 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.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
 WebDAVProps fetchWebDAVProps(long webDavPropsId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 WebDAVProps getWebDAVProps(long webDavPropsId)
          Returns the web d a v props with the primary key.
 WebDAVProps getWebDAVProps(long companyId, String className, long classPK)
           
 List<WebDAVProps> getWebDAVPropses(int start, int end)
          Returns a range of all the web d a v propses.
 int getWebDAVPropsesCount()
          Returns the number of web d a v propses.
 WebDAVPropsLocalService getWrappedService()
           
 WebDAVPropsLocalService getWrappedWebDAVPropsLocalService()
          Deprecated. Renamed to getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(WebDAVPropsLocalService webDAVPropsLocalService)
           
 void setWrappedWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.WebDAVPropsLocalService)
 void storeWebDAVProps(WebDAVProps webDavProps)
           
 WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps, boolean merge)
          Updates the web d a v props in the database or adds it if it does not yet exist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDAVPropsLocalServiceWrapper

public WebDAVPropsLocalServiceWrapper(WebDAVPropsLocalService webDAVPropsLocalService)
Method Detail

addWebDAVProps

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

Specified by:
addWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDAVProps - the web d a v props
Returns:
the web d a v props that was added
Throws:
SystemException - if a system exception occurred

createWebDAVProps

public 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.

Specified by:
createWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDavPropsId - the primary key for the new web d a v props
Returns:
the new web d a v props

deleteWebDAVProps

public WebDAVProps 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.

Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDavPropsId - the primary key of the web d a v props
Returns:
the web d a v props that was removed
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 WebDAVProps deleteWebDAVProps(WebDAVProps webDAVProps)
                              throws SystemException
Deletes the web d a v props from the database. Also notifies the appropriate model listeners.

Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDAVProps - the web d a v props
Returns:
the web d a v props that was removed
Throws:
SystemException - if a system exception occurred

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface WebDAVPropsLocalService

dynamicQuery

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

Specified by:
dynamicQuery in interface WebDAVPropsLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public 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.

Specified by:
dynamicQuery in interface WebDAVPropsLocalService
Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

public 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.

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

dynamicQueryCount

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

Specified by:
dynamicQueryCount in interface WebDAVPropsLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchWebDAVProps

public WebDAVProps fetchWebDAVProps(long webDavPropsId)
                             throws SystemException
Specified by:
fetchWebDAVProps in interface WebDAVPropsLocalService
Throws:
SystemException

getWebDAVProps

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

Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDavPropsId - the primary key of the web d a v props
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

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface WebDAVPropsLocalService
Throws:
PortalException
SystemException

getWebDAVPropses

public List<WebDAVProps> getWebDAVPropses(int start,
                                          int end)
                                   throws SystemException
Returns 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.

Specified by:
getWebDAVPropses in interface WebDAVPropsLocalService
Parameters:
start - the lower bound of the range of web d a v propses
end - the upper bound of the range of web d a v propses (not inclusive)
Returns:
the range of web d a v propses
Throws:
SystemException - if a system exception occurred

getWebDAVPropsesCount

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

Specified by:
getWebDAVPropsesCount in interface WebDAVPropsLocalService
Returns:
the number of web d a v propses
Throws:
SystemException - if a system exception occurred

updateWebDAVProps

public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps)
                              throws SystemException
Updates the web d a v props in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDAVProps - the web d a v props
Returns:
the web d a v props that was updated
Throws:
SystemException - if a system exception occurred

updateWebDAVProps

public WebDAVProps updateWebDAVProps(WebDAVProps webDAVProps,
                                     boolean merge)
                              throws SystemException
Updates the web d a v props in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
updateWebDAVProps in interface WebDAVPropsLocalService
Parameters:
webDAVProps - the web d a v props
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface WebDAVPropsLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface WebDAVPropsLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

deleteWebDAVProps

public void deleteWebDAVProps(String className,
                              long classPK)
                       throws SystemException
Specified by:
deleteWebDAVProps in interface WebDAVPropsLocalService
Throws:
SystemException

getWebDAVProps

public WebDAVProps getWebDAVProps(long companyId,
                                  String className,
                                  long classPK)
                           throws SystemException
Specified by:
getWebDAVProps in interface WebDAVPropsLocalService
Throws:
SystemException

storeWebDAVProps

public void storeWebDAVProps(WebDAVProps webDavProps)
                      throws PortalException,
                             SystemException
Specified by:
storeWebDAVProps in interface WebDAVPropsLocalService
Throws:
PortalException
SystemException

getWrappedWebDAVPropsLocalService

public WebDAVPropsLocalService getWrappedWebDAVPropsLocalService()
Deprecated. Renamed to getWrappedService()


setWrappedWebDAVPropsLocalService

public void setWrappedWebDAVPropsLocalService(WebDAVPropsLocalService webDAVPropsLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.WebDAVPropsLocalService)


getWrappedService

public WebDAVPropsLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<WebDAVPropsLocalService>

setWrappedService

public void setWrappedService(WebDAVPropsLocalService webDAVPropsLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<WebDAVPropsLocalService>

Liferay 6.1.2-ce-ga3