Liferay 6.0.3

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

All Superinterfaces:
BasePersistence<DLFileEntry>
All Known Implementing Classes:
DLFileEntryPersistenceImpl

public interface DLFileEntryPersistence
extends BasePersistence<DLFileEntry>

See Also:
DLFileEntryPersistenceImpl, DLFileEntryUtil
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void cacheResult(DLFileEntry dlFileEntry)
           
 void cacheResult(List<DLFileEntry> dlFileEntries)
           
 int countAll()
           
 int countByCompanyId(long companyId)
           
 int countByG_F_N(long groupId, long folderId, String name)
           
 int countByG_F_T(long groupId, long folderId, String title)
           
 int countByG_F(long groupId, long folderId)
           
 int countByG_F(long groupId, long[] folderIds)
           
 int countByG_U_F(long groupId, long userId, long folderId)
           
 int countByG_U_F(long groupId, long userId, long[] folderIds)
           
 int countByG_U(long groupId, long userId)
           
 int countByGroupId(long groupId)
           
 int countByUUID_G(String uuid, long groupId)
           
 int countByUuid(String uuid)
           
 DLFileEntry create(long fileEntryId)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, String name)
           
 DLFileEntry fetchByG_F_N(long groupId, long folderId, String name, boolean retrieveFromCache)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, String title)
           
 DLFileEntry fetchByG_F_T(long groupId, long folderId, String title, boolean retrieveFromCache)
           
 DLFileEntry fetchByPrimaryKey(long fileEntryId)
           
 DLFileEntry fetchByUUID_G(String uuid, long groupId)
           
 DLFileEntry fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 int filterCountByG_F_N(long groupId, long folderId, String name)
           
 int filterCountByG_F_T(long groupId, long folderId, String title)
           
 int filterCountByG_F(long groupId, long folderId)
           
 int filterCountByG_F(long groupId, long[] folderIds)
           
 int filterCountByG_U_F(long groupId, long userId, long folderId)
           
 int filterCountByG_U_F(long groupId, long userId, long[] folderIds)
           
 int filterCountByG_U(long groupId, long userId)
           
 int filterCountByGroupId(long groupId)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> filterFindByG_U_F(long groupId, long userId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end)
           
 List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> filterFindByGroupId(long groupId)
           
 List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findAll()
           
 List<DLFileEntry> findAll(int start, int end)
           
 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)
           
 List<DLFileEntry> findByCompanyId(long companyId)
           
 List<DLFileEntry> findByCompanyId(long companyId, int start, int end)
           
 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, String name)
           
 DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_F_T(long groupId, long folderId, String title)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> findByG_F(long groupId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end)
           
 List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_F_First(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry findByG_U_F_Last(long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByG_U_F_PrevAndNext(long fileEntryId, long groupId, long userId, long folderId, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long[] folderIds, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, long folderId, int start, int end)
           
 List<DLFileEntry> findByG_U_F(long groupId, long userId, 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)
           
 List<DLFileEntry> findByG_U(long groupId, long userId)
           
 List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end)
           
 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)
           
 List<DLFileEntry> findByGroupId(long groupId)
           
 List<DLFileEntry> findByGroupId(long groupId, int start, int end)
           
 List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 DLFileEntry findByPrimaryKey(long fileEntryId)
           
 DLFileEntry findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry findByUUID_G(String uuid, long groupId)
           
 DLFileEntry findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, String uuid, OrderByComparator orderByComparator)
           
 List<DLFileEntry> findByUuid(String uuid)
           
 List<DLFileEntry> findByUuid(String uuid, int start, int end)
           
 List<DLFileEntry> findByUuid(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, String name)
           
 void removeByG_F_T(long groupId, long folderId, String title)
           
 void removeByG_F(long groupId, long folderId)
           
 void removeByG_U_F(long groupId, long userId, long folderId)
           
 void removeByG_U(long groupId, long userId)
           
 void removeByGroupId(long groupId)
           
 void removeByUUID_G(String uuid, long groupId)
           
 void removeByUuid(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, update
 

Method Detail

cacheResult

void cacheResult(DLFileEntry dlFileEntry)

cacheResult

void cacheResult(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

List<DLFileEntry> findByUuid(String uuid)
                             throws SystemException
Throws:
SystemException

findByUuid

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

findByUuid

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

findByUuid_First

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

findByUuid_Last

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

findByUuid_PrevAndNext

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

findByUUID_G

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

fetchByUUID_G

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

fetchByUUID_G

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

findByGroupId

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

findByGroupId

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

findByGroupId

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

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

filterFindByGroupId

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

filterFindByGroupId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId

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

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

findByG_U

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

findByG_U

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

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

filterFindByG_U

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

filterFindByG_U

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

findByG_F

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

findByG_F

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

findByG_F

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

findByG_F

List<DLFileEntry> findByG_F(long groupId,
                            long[] folderIds)
                            throws SystemException
Throws:
SystemException

findByG_F

List<DLFileEntry> findByG_F(long groupId,
                            long[] folderIds,
                            int start,
                            int end)
                            throws SystemException
Throws:
SystemException

findByG_F

List<DLFileEntry> findByG_F(long groupId,
                            long[] folderIds,
                            int start,
                            int end,
                            OrderByComparator orderByComparator)
                            throws SystemException
Throws:
SystemException

filterFindByG_F

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

filterFindByG_F

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

filterFindByG_F

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

filterFindByG_F

List<DLFileEntry> filterFindByG_F(long groupId,
                                  long[] folderIds)
                                  throws SystemException
Throws:
SystemException

filterFindByG_F

List<DLFileEntry> filterFindByG_F(long groupId,
                                  long[] folderIds,
                                  int start,
                                  int end)
                                  throws SystemException
Throws:
SystemException

filterFindByG_F

List<DLFileEntry> filterFindByG_F(long groupId,
                                  long[] folderIds,
                                  int start,
                                  int end,
                                  OrderByComparator orderByComparator)
                                  throws SystemException
Throws:
SystemException

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long folderId)
                              throws SystemException
Throws:
SystemException

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long folderId,
                              int start,
                              int end)
                              throws SystemException
Throws:
SystemException

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long folderId,
                              int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Throws:
SystemException

findByG_U_F_First

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

findByG_U_F_Last

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

findByG_U_F_PrevAndNext

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

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long[] folderIds)
                              throws SystemException
Throws:
SystemException

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long[] folderIds,
                              int start,
                              int end)
                              throws SystemException
Throws:
SystemException

findByG_U_F

List<DLFileEntry> findByG_U_F(long groupId,
                              long userId,
                              long[] folderIds,
                              int start,
                              int end,
                              OrderByComparator orderByComparator)
                              throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long folderId)
                                    throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long folderId,
                                    int start,
                                    int end)
                                    throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long folderId,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long[] folderIds)
                                    throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long[] folderIds,
                                    int start,
                                    int end)
                                    throws SystemException
Throws:
SystemException

filterFindByG_U_F

List<DLFileEntry> filterFindByG_U_F(long groupId,
                                    long userId,
                                    long[] folderIds,
                                    int start,
                                    int end,
                                    OrderByComparator orderByComparator)
                                    throws SystemException
Throws:
SystemException

findByG_F_N

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

fetchByG_F_N

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

fetchByG_F_N

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

findByG_F_T

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

fetchByG_F_T

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

fetchByG_F_T

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

findAll

List<DLFileEntry> findAll()
                          throws SystemException
Throws:
SystemException

findAll

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

findAll

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

removeByUuid

void removeByUuid(String uuid)
                  throws SystemException
Throws:
SystemException

removeByUUID_G

void removeByUUID_G(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_U_F

void removeByG_U_F(long groupId,
                   long userId,
                   long folderId)
                   throws SystemException
Throws:
SystemException

removeByG_F_N

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

removeByG_F_T

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

removeAll

void removeAll()
               throws SystemException
Throws:
SystemException

countByUuid

int countByUuid(String uuid)
                throws SystemException
Throws:
SystemException

countByUUID_G

int countByUUID_G(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

countByG_F

int countByG_F(long groupId,
               long[] folderIds)
               throws SystemException
Throws:
SystemException

filterCountByG_F

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

filterCountByG_F

int filterCountByG_F(long groupId,
                     long[] folderIds)
                     throws SystemException
Throws:
SystemException

countByG_U_F

int countByG_U_F(long groupId,
                 long userId,
                 long folderId)
                 throws SystemException
Throws:
SystemException

countByG_U_F

int countByG_U_F(long groupId,
                 long userId,
                 long[] folderIds)
                 throws SystemException
Throws:
SystemException

filterCountByG_U_F

int filterCountByG_U_F(long groupId,
                       long userId,
                       long folderId)
                       throws SystemException
Throws:
SystemException

filterCountByG_U_F

int filterCountByG_U_F(long groupId,
                       long userId,
                       long[] folderIds)
                       throws SystemException
Throws:
SystemException

countByG_F_N

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

filterCountByG_F_N

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

countByG_F_T

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

filterCountByG_F_T

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

countAll

int countAll()
             throws SystemException
Throws:
SystemException

Liferay 6.0.3