com.liferay.portal.service.persistence
Interface WebDAVPropsPersistence


public interface WebDAVPropsPersistence

View Source

Author:
Brian Wing Shun Chan

Method Summary
 int countAll()
           
 int countByC_C(long classNameId, long classPK)
           
 WebDAVProps create(long webDavPropsId)
           
 WebDAVProps fetchByC_C(long classNameId, long classPK)
           
 WebDAVProps fetchByPrimaryKey(long webDavPropsId)
           
 java.util.List findAll()
           
 java.util.List findAll(int begin, int end)
           
 java.util.List findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 WebDAVProps findByC_C(long classNameId, long classPK)
           
 WebDAVProps findByPrimaryKey(long webDavPropsId)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 WebDAVProps remove(long webDavPropsId)
           
 WebDAVProps remove(WebDAVProps webDAVProps)
           
 void removeAll()
           
 void removeByC_C(long classNameId, long classPK)
           
 WebDAVProps update(WebDAVProps webDAVProps)
           
 WebDAVProps update(WebDAVProps webDAVProps, boolean merge)
           
 WebDAVProps updateImpl(WebDAVProps webDAVProps, boolean merge)
           
 

Method Detail

create

public WebDAVProps create(long webDavPropsId)

remove

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

remove

public WebDAVProps remove(WebDAVProps webDAVProps)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public WebDAVProps update(WebDAVProps webDAVProps)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

update

public WebDAVProps update(WebDAVProps webDAVProps,
                          boolean merge)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

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

findByC_C

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

fetchByC_C

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

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findWithDynamicQuery

public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                           int begin,
                                           int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll()
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findAll

public java.util.List findAll(int begin,
                              int end,
                              com.liferay.portal.kernel.util.OrderByComparator obc)
                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

removeByC_C

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

removeAll

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

countByC_C

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

countAll

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