com.liferay.portal.service.persistence
Interface WebDAVPropsPersistence

All Superinterfaces:
BasePersistence<WebDAVProps>

public interface WebDAVPropsPersistence
extends BasePersistence<WebDAVProps>

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Author:
Brian Wing Shun Chan
See Also:
WebDAVPropsPersistenceImpl, WebDAVPropsUtil
Generated:

Method Summary
 void cacheResult(java.util.List<WebDAVProps> webDAVPropses)
           
 void cacheResult(WebDAVProps webDAVProps)
           
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 WebDAVProps create(long webDavPropsId)
           
 WebDAVProps fetchByC_C(long classNameId, long classPK)
           
 WebDAVProps fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 WebDAVProps fetchByPrimaryKey(long webDavPropsId)
           
 java.util.List<WebDAVProps> findAll()
           
 java.util.List<WebDAVProps> findAll(int start, int end)
           
 java.util.List<WebDAVProps> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WebDAVProps findByC_C(long classNameId, long classPK)
           
 WebDAVProps findByPrimaryKey(long webDavPropsId)
           
 WebDAVProps remove(long webDavPropsId)
           
 void removeAll()
           
 void removeByC_C(long classNameId, long classPK)
           
 WebDAVProps updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(WebDAVProps webDAVProps)

cacheResult

void cacheResult(java.util.List<WebDAVProps> webDAVPropses)

create

WebDAVProps create(long webDavPropsId)

remove

WebDAVProps remove(long webDavPropsId)
                   throws NoSuchWebDAVPropsException,
                          com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException

updateImpl

WebDAVProps updateImpl(WebDAVProps webDAVProps,
                       boolean merge)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByPrimaryKey

WebDAVProps findByPrimaryKey(long webDavPropsId)
                             throws NoSuchWebDAVPropsException,
                                    com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException

fetchByPrimaryKey

WebDAVProps fetchByPrimaryKey(long webDavPropsId)
                              throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findByC_C

WebDAVProps findByC_C(long classNameId,
                      long classPK)
                      throws NoSuchWebDAVPropsException,
                             com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException

fetchByC_C

WebDAVProps fetchByC_C(long classNameId,
                       long classPK)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

fetchByC_C

WebDAVProps fetchByC_C(long classNameId,
                       long classPK,
                       boolean retrieveFromCache)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<WebDAVProps> findAll()
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<WebDAVProps> findAll(int start,
                                    int end)
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

findAll

java.util.List<WebDAVProps> findAll(int start,
                                    int end,
                                    com.liferay.portal.kernel.util.OrderByComparator obc)
                                    throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

removeByC_C

void removeByC_C(long classNameId,
                 long classPK)
                 throws NoSuchWebDAVPropsException,
                        com.liferay.portal.kernel.exception.SystemException
Throws:
NoSuchWebDAVPropsException
com.liferay.portal.kernel.exception.SystemException

removeAll

void removeAll()
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countByC_C

int countByC_C(long classNameId,
               long classPK)
               throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

countAll

int countAll()
             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException