com.liferay.portlet.documentlibrary.service.persistence
Class DLFileEntryUtil
java.lang.Object
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:
Method Summary |
static void |
cacheResult(DLFileEntry dlFileEntry)
|
static void |
cacheResult(java.util.List<DLFileEntry> dlFileEntries)
|
static void |
clearCache()
|
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)
|
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 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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
static DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByPrimaryKey(long fileEntryId)
|
static DLFileEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
|
static DLFileEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.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 |
DLFileEntryUtil
public DLFileEntryUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static DLFileEntry remove(DLFileEntry dlFileEntry)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static DLFileEntry update(DLFileEntry dlFileEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
updateImpl
public static DLFileEntry updateImpl(DLFileEntry dlFileEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public static DLFileEntry findByPrimaryKey(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
fetchByPrimaryKey
public static DLFileEntry fetchByPrimaryKey(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
public static java.util.List<DLFileEntry> findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid_First
public static DLFileEntry findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByUuid_Last
public static DLFileEntry findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByUuid_PrevAndNext
public static DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByUUID_G
public static DLFileEntry findByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
fetchByUUID_G
public static DLFileEntry fetchByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByUUID_G
public static DLFileEntry fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<DLFileEntry> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<DLFileEntry> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public static java.util.List<DLFileEntry> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
public static DLFileEntry findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByGroupId_Last
public static DLFileEntry findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByGroupId_PrevAndNext
public static DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByCompanyId
public static java.util.List<DLFileEntry> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public static java.util.List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
public static java.util.List<DLFileEntry> findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId_First
public static DLFileEntry findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByCompanyId_Last
public static DLFileEntry findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByCompanyId_PrevAndNext
public static DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_U
public static java.util.List<DLFileEntry> findByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
public static java.util.List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U
public static java.util.List<DLFileEntry> findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_U_First
public static DLFileEntry findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_U_Last
public static DLFileEntry findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_U_PrevAndNext
public static DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_F
public static java.util.List<DLFileEntry> findByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
public static java.util.List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F
public static java.util.List<DLFileEntry> findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_First
public static DLFileEntry findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_F_Last
public static DLFileEntry findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_F_PrevAndNext
public static DLFileEntry[] findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
findByG_F_N
public static DLFileEntry findByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
fetchByG_F_N
public static DLFileEntry fetchByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_F_N
public static DLFileEntry fetchByG_F_N(long groupId,
long folderId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_F_T
public static DLFileEntry findByG_F_T(long groupId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
fetchByG_F_T
public static DLFileEntry fetchByG_F_T(long groupId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByG_F_T
public static DLFileEntry fetchByG_F_T(long groupId,
long folderId,
java.lang.String title,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<DLFileEntry> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<DLFileEntry> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public static java.util.List<DLFileEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUuid
public static void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
public static void removeByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
removeByGroupId
public static void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
public static void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U
public static void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F
public static void removeByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F_N
public static void removeByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
removeByG_F_T
public static void removeByG_F_T(long groupId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
removeAll
public static void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
public static int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
public static int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
public static int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
public static int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U
public static int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
public static int countByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_N
public static int countByG_F_N(long groupId,
long folderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_T
public static int countByG_F_T(long groupId,
long folderId,
java.lang.String title)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public static int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getPersistence
public static DLFileEntryPersistence getPersistence()
setPersistence
public void setPersistence(DLFileEntryPersistence persistence)