com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileEntryUtil

public class DLFileEntryUtil
extends java.lang.Object

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

Constructor Summary
DLFileEntryUtil()
           
 
Method Summary
static void cacheResult(DLFileEntry dlFileEntry)
           
static void cacheResult(java.util.List<DLFileEntry> dlFileEntries)
           
static void clearCache()
           
static void clearCache(DLFileEntry dlFileEntry)
           
static int countAll()
           
static int countByCompanyId(long companyId)
           
static int countByG_F_N(long groupId, long folderId, java.lang.String name)
           
static int countByG_F_T(long groupId, long folderId, java.lang.String title)
           
static int countByG_F(long groupId, long folderId)
           
static int countByG_U(long groupId, long userId)
           
static int countByGroupId(long groupId)
           
static int countByUUID_G(java.lang.String uuid, long groupId)
           
static int countByUuid(java.lang.String uuid)
           
 long countWithDynamicQuery(DynamicQuery dynamicQuery)
           
static DLFileEntry create(long fileEntryId)
           
static DLFileEntry fetchByG_F_N(long groupId, long folderId, java.lang.String name)
           
static DLFileEntry fetchByG_F_N(long groupId, long folderId, java.lang.String name, boolean retrieveFromCache)
           
static DLFileEntry fetchByG_F_T(long groupId, long folderId, java.lang.String title)
           
static DLFileEntry fetchByG_F_T(long groupId, long folderId, java.lang.String title, boolean retrieveFromCache)
           
static DLFileEntry fetchByPrimaryKey(long fileEntryId)
           
static DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId)
           
static DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache)
           
static int filterCountByG_F_N(long groupId, long folderId, java.lang.String name)
           
static int filterCountByG_F_T(long groupId, long folderId, java.lang.String title)
           
static int filterCountByG_F(long groupId, long folderId)
           
static int filterCountByG_U(long groupId, long userId)
           
static int filterCountByGroupId(long groupId)
           
static java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId)
           
static java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end)
           
static java.util.List<DLFileEntry> filterFindByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId)
           
static java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end)
           
static java.util.List<DLFileEntry> filterFindByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> filterFindByGroupId(long groupId)
           
static java.util.List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end)
           
static java.util.List<DLFileEntry> filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findAll()
           
static java.util.List<DLFileEntry> findAll(int start, int end)
           
static java.util.List<DLFileEntry> findAll(int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntry findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static DLFileEntry findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findByCompanyId(long companyId)
           
static java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end)
           
static java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_F_First(long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_F_Last(long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_F_N(long groupId, long folderId, java.lang.String name)
           
static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId, long groupId, long folderId, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_F_T(long groupId, long folderId, java.lang.String title)
           
static java.util.List<DLFileEntry> findByG_F(long groupId, long folderId)
           
static java.util.List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end)
           
static java.util.List<DLFileEntry> findByG_F(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_U_First(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileEntry findByG_U_Last(long groupId, long userId, OrderByComparator orderByComparator)
           
static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findByG_U(long groupId, long userId)
           
static java.util.List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end)
           
static java.util.List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntry findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static DLFileEntry findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findByGroupId(long groupId)
           
static java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end)
           
static java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static DLFileEntry findByPrimaryKey(long fileEntryId)
           
static DLFileEntry findByUuid_First(java.lang.String uuid, OrderByComparator orderByComparator)
           
static DLFileEntry findByUUID_G(java.lang.String uuid, long groupId)
           
static DLFileEntry findByUuid_Last(java.lang.String uuid, OrderByComparator orderByComparator)
           
static DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, java.lang.String uuid, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid)
           
static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end)
           
static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end, OrderByComparator orderByComparator)
           
static java.util.List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static DLFileEntryPersistence getPersistence()
           
static DLFileEntry remove(DLFileEntry dlFileEntry)
           
static DLFileEntry remove(long fileEntryId)
           
static void removeAll()
           
static void removeByCompanyId(long companyId)
           
static void removeByG_F_N(long groupId, long folderId, java.lang.String name)
           
static void removeByG_F_T(long groupId, long folderId, java.lang.String title)
           
static void removeByG_F(long groupId, long folderId)
           
static void removeByG_U(long groupId, long userId)
           
static void removeByGroupId(long groupId)
           
static void removeByUUID_G(java.lang.String uuid, long groupId)
           
static void removeByUuid(java.lang.String uuid)
           
 void setPersistence(DLFileEntryPersistence persistence)
           
static DLFileEntry update(DLFileEntry dlFileEntry, boolean merge)
           
static DLFileEntry updateImpl(DLFileEntry dlFileEntry, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryUtil

public DLFileEntryUtil()
Method Detail

clearCache

public static void clearCache()
See Also:
BasePersistence.clearCache()

clearCache

public static void clearCache(DLFileEntry dlFileEntry)
See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(DLFileEntry)

countWithDynamicQuery

public long countWithDynamicQuery(DynamicQuery dynamicQuery)
                           throws SystemException
Throws:
SystemException
See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery)
                                                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)

findWithDynamicQuery

public static java.util.List<DLFileEntry> findWithDynamicQuery(DynamicQuery dynamicQuery,
                                                               int start,
                                                               int end)
                                                        throws SystemException
Throws:
SystemException
See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)

remove

public static DLFileEntry remove(DLFileEntry dlFileEntry)
                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)

update

public static DLFileEntry update(DLFileEntry dlFileEntry,
                                 boolean merge)
                          throws SystemException
Throws:
SystemException
See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)

cacheResult

public static void cacheResult(DLFileEntry dlFileEntry)

cacheResult

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

create

public static DLFileEntry create(long fileEntryId)

remove

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

updateImpl

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

findByPrimaryKey

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

fetchByPrimaryKey

public static DLFileEntry fetchByPrimaryKey(long fileEntryId)
                                     throws SystemException
Throws:
SystemException

findByUuid

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

findByUuid

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

findByUuid

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

findByUuid_First

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

findByUuid_Last

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

findByUuid_PrevAndNext

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

findByUUID_G

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

fetchByUUID_G

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

fetchByUUID_G

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

findByGroupId

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

findByGroupId

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

findByGroupId

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

findByGroupId_First

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

findByGroupId_Last

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

findByGroupId_PrevAndNext

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

filterFindByGroupId

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

filterFindByGroupId

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

filterFindByGroupId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId

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

findByCompanyId_First

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

findByCompanyId_Last

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

findByCompanyId_PrevAndNext

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

findByG_U

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

findByG_U

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

findByG_U

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

findByG_U_First

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

findByG_U_Last

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

findByG_U_PrevAndNext

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

filterFindByG_U

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

filterFindByG_U

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

filterFindByG_U

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

findByG_F

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

findByG_F

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

findByG_F

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

findByG_F_First

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

findByG_F_Last

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

findByG_F_PrevAndNext

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

filterFindByG_F

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

filterFindByG_F

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

filterFindByG_F

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

findByG_F_N

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

fetchByG_F_N

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

fetchByG_F_N

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

findByG_F_T

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

fetchByG_F_T

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

fetchByG_F_T

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

findAll

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

findAll

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

findAll

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

removeByUuid

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

removeByUUID_G

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

removeByGroupId

public static void removeByGroupId(long groupId)
                            throws SystemException
Throws:
SystemException

removeByCompanyId

public static void removeByCompanyId(long companyId)
                              throws SystemException
Throws:
SystemException

removeByG_U

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

removeByG_F

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

removeByG_F_N

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

removeByG_F_T

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

removeAll

public static void removeAll()
                      throws SystemException
Throws:
SystemException

countByUuid

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

countByUUID_G

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

countByGroupId

public static int countByGroupId(long groupId)
                          throws SystemException
Throws:
SystemException

filterCountByGroupId

public static int filterCountByGroupId(long groupId)
                                throws SystemException
Throws:
SystemException

countByCompanyId

public static int countByCompanyId(long companyId)
                            throws SystemException
Throws:
SystemException

countByG_U

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

filterCountByG_U

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

countByG_F

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

filterCountByG_F

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

countByG_F_N

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

filterCountByG_F_N

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

countByG_F_T

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

filterCountByG_F_T

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

countAll

public static int countAll()
                    throws SystemException
Throws:
SystemException

getPersistence

public static DLFileEntryPersistence getPersistence()

setPersistence

public void setPersistence(DLFileEntryPersistence persistence)