com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileEntryPersistence

All Superinterfaces:
BasePersistence<DLFileEntry>

public interface DLFileEntryPersistence
extends BasePersistence<DLFileEntry>

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:
DLFileEntryPersistenceImpl, DLFileEntryUtil
Generated:

Method Summary
 void cacheResult(DLFileEntry dlFileEntry)
           
 void cacheResult(java.util.List<DLFileEntry> dlFileEntries)
           
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByG_F_N(long groupId, long folderId, java.lang.String name)
           
 int countByG_F_T(long groupId, long folderId, java.lang.String title)
           
 int countByG_F(long groupId, long folderId)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(java.lang.String uuid, long groupId)
           
 int countByUuid(java.lang.String uuid)
           
 DLFileEntry create(long fileEntryId)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, java.lang.String name)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, java.lang.String name, boolean retrieveFromCache)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, java.lang.String title)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, java.lang.String title, boolean retrieveFromCache)
           
 DLFileEntry fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId)
           
 DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_F_N(long groupId, long folderId, java.lang.String name)
           
 int filterCountByG_F_T(long groupId, long folderId, java.lang.String title)
           
 int filterCountByG_F(long groupId, long folderId)
           
 int filterCountByG_U(long groupId, long userId)
           
 int filterCountByGroupId(long groupId)
           
 java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
           
 java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end)
           
 java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId)
           
 java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end)
           
 java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> filterFindByGroupId(long groupId)
           
 java.util.List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end)
           
 java.util.List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> findAll()
           
 java.util.List<DLFileEntry> findAll(int start, int end)
           
 java.util.List<DLFileEntry> findAll(int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> findByCompanyId(long companyId)
           
 java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end)
           
 java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_N(long groupId, long folderId, java.lang.String name)
           
 DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_T(long groupId, long folderId, java.lang.String title)
           
 java.util.List<DLFileEntry> findByG_F(long groupId, long folderId)
           
 java.util.List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end)
           
 java.util.List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> findByG_U(long groupId, long userId)
           
 java.util.List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end)
           
 java.util.List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> findByGroupId(long groupId)
           
 java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end)
           
 java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByPrimaryKey(long fileEntryId)
           
 DLFileEntry findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry findByUUID_G(java.lang.String uuid, long groupId)
           
 DLFileEntry findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, java.lang.String uuid, OrderByComparator orderByComparator)
           
 java.util.List<DLFileEntry> findByUuid(java.lang.String uuid)
           
 java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end)
           
 java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry remove(long fileEntryId)
           
 void removeAll()
           
 void removeByCompanyId(long companyId)
           
 void removeByG_F_N(long groupId, long folderId, java.lang.String name)
           
 void removeByG_F_T(long groupId, long folderId, java.lang.String title)
           
 void removeByG_F(long groupId, long folderId)
           
 void removeByG_U(long groupId, long userId)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(java.lang.String uuid, long groupId)
           
 void removeByUuid(java.lang.String uuid)
           
 DLFileEntry updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update
 

Method Detail

cacheResult

void cacheResult(DLFileEntry dlFileEntry)

cacheResult

void cacheResult(java.util.List<DLFileEntry> dlFileEntries)

create

DLFileEntry create(long fileEntryId)

remove

DLFileEntry remove(long fileEntryId)
                   throws SystemException,
                          NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

updateImpl

DLFileEntry updateImpl(DLFileEntry dlFileEntry,
                       boolean merge)
                       throws SystemException
Throws:
SystemException

findByPrimaryKey

DLFileEntry findByPrimaryKey(long fileEntryId)
                             throws SystemException,
                                    NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

fetchByPrimaryKey

DLFileEntry fetchByPrimaryKey(long fileEntryId)
                              throws SystemException
Throws:
SystemException

findByUuid

java.util.List<DLFileEntry> findByUuid(java.lang.String uuid)
                                       throws SystemException
Throws:
SystemException

findByUuid

java.util.List<DLFileEntry> findByUuid(java.lang.String uuid,
                                       int start,
                                       int end)
                                       throws SystemException
Throws:
SystemException

findByUuid

java.util.List<DLFileEntry> findByUuid(java.lang.String uuid,
                                       int start,
                                       int end,
                                       OrderByComparator orderByComparator)
                                       throws SystemException
Throws:
SystemException

findByUuid_First

DLFileEntry findByUuid_First(java.lang.String uuid,
                             OrderByComparator orderByComparator)
                             throws SystemException,
                                    NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByUuid_Last

DLFileEntry findByUuid_Last(java.lang.String uuid,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByUuid_PrevAndNext

DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
                                     java.lang.String uuid,
                                     OrderByComparator orderByComparator)
                                     throws SystemException,
                                            NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByUUID_G

DLFileEntry findByUUID_G(java.lang.String uuid,
                         long groupId)
                         throws SystemException,
                                NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

fetchByUUID_G

DLFileEntry fetchByUUID_G(java.lang.String uuid,
                          long groupId)
                          throws SystemException
Throws:
SystemException

fetchByUUID_G

DLFileEntry fetchByUUID_G(java.lang.String uuid,
                          long groupId,
                          boolean retrieveFromCache)
                          throws SystemException
Throws:
SystemException

findByGroupId

java.util.List<DLFileEntry> findByGroupId(long groupId)
                                          throws SystemException
Throws:
SystemException

findByGroupId

java.util.List<DLFileEntry> findByGroupId(long groupId,
                                          int start,
                                          int end)
                                          throws SystemException
Throws:
SystemException

findByGroupId

java.util.List<DLFileEntry> findByGroupId(long groupId,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                          throws SystemException
Throws:
SystemException

findByGroupId_First

DLFileEntry findByGroupId_First(long groupId,
                                OrderByComparator orderByComparator)
                                throws SystemException,
                                       NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByGroupId_Last

DLFileEntry findByGroupId_Last(long groupId,
                               OrderByComparator orderByComparator)
                               throws SystemException,
                                      NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByGroupId_PrevAndNext

DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
                                        long groupId,
                                        OrderByComparator orderByComparator)
                                        throws SystemException,
                                               NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

filterFindByGroupId

java.util.List<DLFileEntry> filterFindByGroupId(long groupId)
                                                throws SystemException
Throws:
SystemException

filterFindByGroupId

java.util.List<DLFileEntry> filterFindByGroupId(long groupId,
                                                int start,
                                                int end)
                                                throws SystemException
Throws:
SystemException

filterFindByGroupId

java.util.List<DLFileEntry> filterFindByGroupId(long groupId,
                                                int start,
                                                int end,
                                                OrderByComparator orderByComparator)
                                                throws SystemException
Throws:
SystemException

findByCompanyId

java.util.List<DLFileEntry> findByCompanyId(long companyId)
                                            throws SystemException
Throws:
SystemException

findByCompanyId

java.util.List<DLFileEntry> findByCompanyId(long companyId,
                                            int start,
                                            int end)
                                            throws SystemException
Throws:
SystemException

findByCompanyId

java.util.List<DLFileEntry> findByCompanyId(long companyId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

findByCompanyId_First

DLFileEntry findByCompanyId_First(long companyId,
                                  OrderByComparator orderByComparator)
                                  throws SystemException,
                                         NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByCompanyId_Last

DLFileEntry findByCompanyId_Last(long companyId,
                                 OrderByComparator orderByComparator)
                                 throws SystemException,
                                        NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByCompanyId_PrevAndNext

DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
                                          long companyId,
                                          OrderByComparator orderByComparator)
                                          throws SystemException,
                                                 NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByG_U

java.util.List<DLFileEntry> findByG_U(long groupId,
                                      long userId)
                                      throws SystemException
Throws:
SystemException

findByG_U

java.util.List<DLFileEntry> findByG_U(long groupId,
                                      long userId,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByG_U

java.util.List<DLFileEntry> findByG_U(long groupId,
                                      long userId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByG_U_First

DLFileEntry findByG_U_First(long groupId,
                            long userId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByG_U_Last

DLFileEntry findByG_U_Last(long groupId,
                           long userId,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByG_U_PrevAndNext

DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
                                    long groupId,
                                    long userId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

filterFindByG_U

java.util.List<DLFileEntry> filterFindByG_U(long groupId,
                                            long userId)
                                            throws SystemException
Throws:
SystemException

filterFindByG_U

java.util.List<DLFileEntry> filterFindByG_U(long groupId,
                                            long userId,
                                            int start,
                                            int end)
                                            throws SystemException
Throws:
SystemException

filterFindByG_U

java.util.List<DLFileEntry> filterFindByG_U(long groupId,
                                            long userId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

findByG_F

java.util.List<DLFileEntry> findByG_F(long groupId,
                                      long folderId)
                                      throws SystemException
Throws:
SystemException

findByG_F

java.util.List<DLFileEntry> findByG_F(long groupId,
                                      long folderId,
                                      int start,
                                      int end)
                                      throws SystemException
Throws:
SystemException

findByG_F

java.util.List<DLFileEntry> findByG_F(long groupId,
                                      long folderId,
                                      int start,
                                      int end,
                                      OrderByComparator orderByComparator)
                                      throws SystemException
Throws:
SystemException

findByG_F_First

DLFileEntry findByG_F_First(long groupId,
                            long folderId,
                            OrderByComparator orderByComparator)
                            throws SystemException,
                                   NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByG_F_Last

DLFileEntry findByG_F_Last(long groupId,
                           long folderId,
                           OrderByComparator orderByComparator)
                           throws SystemException,
                                  NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

findByG_F_PrevAndNext

DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
                                    long groupId,
                                    long folderId,
                                    OrderByComparator orderByComparator)
                                    throws SystemException,
                                           NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

filterFindByG_F

java.util.List<DLFileEntry> filterFindByG_F(long groupId,
                                            long folderId)
                                            throws SystemException
Throws:
SystemException

filterFindByG_F

java.util.List<DLFileEntry> filterFindByG_F(long groupId,
                                            long folderId,
                                            int start,
                                            int end)
                                            throws SystemException
Throws:
SystemException

filterFindByG_F

java.util.List<DLFileEntry> filterFindByG_F(long groupId,
                                            long folderId,
                                            int start,
                                            int end,
                                            OrderByComparator orderByComparator)
                                            throws SystemException
Throws:
SystemException

findByG_F_N

DLFileEntry findByG_F_N(long groupId,
                        long folderId,
                        java.lang.String name)
                        throws SystemException,
                               NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

fetchByG_F_N

DLFileEntry fetchByG_F_N(long groupId,
                         long folderId,
                         java.lang.String name)
                         throws SystemException
Throws:
SystemException

fetchByG_F_N

DLFileEntry fetchByG_F_N(long groupId,
                         long folderId,
                         java.lang.String name,
                         boolean retrieveFromCache)
                         throws SystemException
Throws:
SystemException

findByG_F_T

DLFileEntry findByG_F_T(long groupId,
                        long folderId,
                        java.lang.String title)
                        throws SystemException,
                               NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

fetchByG_F_T

DLFileEntry fetchByG_F_T(long groupId,
                         long folderId,
                         java.lang.String title)
                         throws SystemException
Throws:
SystemException

fetchByG_F_T

DLFileEntry fetchByG_F_T(long groupId,
                         long folderId,
                         java.lang.String title,
                         boolean retrieveFromCache)
                         throws SystemException
Throws:
SystemException

findAll

java.util.List<DLFileEntry> findAll()
                                    throws SystemException
Throws:
SystemException

findAll

java.util.List<DLFileEntry> findAll(int start,
                                    int end)
                                    throws SystemException
Throws:
SystemException

findAll

java.util.List<DLFileEntry> findAll(int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Throws:
SystemException

removeByUuid

void removeByUuid(java.lang.String uuid)
                  throws SystemException
Throws:
SystemException

removeByUUID_G

void removeByUUID_G(java.lang.String uuid,
                    long groupId)
                    throws SystemException,
                           NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

removeByGroupId

void removeByGroupId(long groupId)
                     throws SystemException
Throws:
SystemException

removeByCompanyId

void removeByCompanyId(long companyId)
                       throws SystemException
Throws:
SystemException

removeByG_U

void removeByG_U(long groupId,
                 long userId)
                 throws SystemException
Throws:
SystemException

removeByG_F

void removeByG_F(long groupId,
                 long folderId)
                 throws SystemException
Throws:
SystemException

removeByG_F_N

void removeByG_F_N(long groupId,
                   long folderId,
                   java.lang.String name)
                   throws SystemException,
                          NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

removeByG_F_T

void removeByG_F_T(long groupId,
                   long folderId,
                   java.lang.String title)
                   throws SystemException,
                          NoSuchFileEntryException
Throws:
SystemException
NoSuchFileEntryException

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByUuid

int countByUuid(java.lang.String uuid)
                throws SystemException
Throws:
SystemException

countByUUID_G

int countByUUID_G(java.lang.String uuid,
                  long groupId)
                  throws SystemException
Throws:
SystemException

countByGroupId

int countByGroupId(long groupId)
                   throws SystemException
Throws:
SystemException

filterCountByGroupId

int filterCountByGroupId(long groupId)
                         throws SystemException
Throws:
SystemException

countByCompanyId

int countByCompanyId(long companyId)
                     throws SystemException
Throws:
SystemException

countByG_U

int countByG_U(long groupId,
               long userId)
               throws SystemException
Throws:
SystemException

filterCountByG_U

int filterCountByG_U(long groupId,
                     long userId)
                     throws SystemException
Throws:
SystemException

countByG_F

int countByG_F(long groupId,
               long folderId)
               throws SystemException
Throws:
SystemException

filterCountByG_F

int filterCountByG_F(long groupId,
                     long folderId)
                     throws SystemException
Throws:
SystemException

countByG_F_N

int countByG_F_N(long groupId,
                 long folderId,
                 java.lang.String name)
                 throws SystemException
Throws:
SystemException

filterCountByG_F_N

int filterCountByG_F_N(long groupId,
                       long folderId,
                       java.lang.String name)
                       throws SystemException
Throws:
SystemException

countByG_F_T

int countByG_F_T(long groupId,
                 long folderId,
                 java.lang.String title)
                 throws SystemException
Throws:
SystemException

filterCountByG_F_T

int filterCountByG_F_T(long groupId,
                       long folderId,
                       java.lang.String title)
                       throws SystemException
Throws:
SystemException

countAll

int countAll()
             throws SystemException
Throws:
SystemException