com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileEntryPersistence
- All Superinterfaces:
- BasePersistence<DLFileEntry>
public interface DLFileEntryPersistence
- extends BasePersistence<DLFileEntry>
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileEntryPersistenceImpl
,
DLFileEntryUtil
- Generated:
Method Summary |
void |
cacheResult(DLFileEntry dlFileEntry)
|
void |
cacheResult(java.util.List<DLFileEntry> dlFileEntries)
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
int |
countByG_F_T(long groupId,
long folderId,
java.lang.String title)
|
int |
countByG_F(long groupId,
long folderId)
|
int |
countByG_U(long groupId,
long userId)
|
int |
countByGroupId(long groupId)
|
int |
countByUUID_G(java.lang.String uuid,
long groupId)
|
int |
countByUuid(java.lang.String uuid)
|
DLFileEntry |
create(long fileEntryId)
|
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
DLFileEntry |
fetchByG_F_N(long groupId,
long folderId,
java.lang.String name,
boolean retrieveFromCache)
|
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
java.lang.String title)
|
DLFileEntry |
fetchByG_F_T(long groupId,
long folderId,
java.lang.String title,
boolean retrieveFromCache)
|
DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
|
DLFileEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId)
|
DLFileEntry |
fetchByUUID_G(java.lang.String uuid,
long groupId,
boolean retrieveFromCache)
|
java.util.List<DLFileEntry> |
findAll()
|
java.util.List<DLFileEntry> |
findAll(int start,
int end)
|
java.util.List<DLFileEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByCompanyId_PrevAndNext(long fileEntryId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByCompanyId(long companyId)
|
java.util.List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_F_First(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_F_Last(long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
DLFileEntry[] |
findByG_F_PrevAndNext(long fileEntryId,
long groupId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_F_T(long groupId,
long folderId,
java.lang.String title)
|
java.util.List<DLFileEntry> |
findByG_F(long groupId,
long folderId)
|
java.util.List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByG_F(long groupId,
long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_U_First(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByG_U_Last(long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByG_U_PrevAndNext(long fileEntryId,
long groupId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByG_U(long groupId,
long userId)
|
java.util.List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByG_U(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByGroupId_PrevAndNext(long fileEntryId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByGroupId(long groupId)
|
java.util.List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByPrimaryKey(long fileEntryId)
|
DLFileEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByUUID_G(java.lang.String uuid,
long groupId)
|
DLFileEntry |
findByUuid_Last(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByUuid_PrevAndNext(long fileEntryId,
java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByUuid(java.lang.String uuid)
|
java.util.List<DLFileEntry> |
findByUuid(java.lang.String uuid,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByUuid(java.lang.String uuid,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
remove(long fileEntryId)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_F_N(long groupId,
long folderId,
java.lang.String name)
|
void |
removeByG_F_T(long groupId,
long folderId,
java.lang.String title)
|
void |
removeByG_F(long groupId,
long folderId)
|
void |
removeByG_U(long groupId,
long userId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUUID_G(java.lang.String uuid,
long groupId)
|
void |
removeByUuid(java.lang.String uuid)
|
DLFileEntry |
updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, getListeners, registerListener, remove, remove, unregisterListener, update |
cacheResult
void cacheResult(DLFileEntry dlFileEntry)
cacheResult
void cacheResult(java.util.List<DLFileEntry> dlFileEntries)
create
DLFileEntry create(long fileEntryId)
remove
DLFileEntry remove(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
updateImpl
DLFileEntry updateImpl(DLFileEntry dlFileEntry,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
DLFileEntry findByPrimaryKey(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException,
NoSuchFileEntryException
- Throws:
com.liferay.portal.kernel.exception.SystemException
NoSuchFileEntryException
fetchByPrimaryKey
DLFileEntry fetchByPrimaryKey(long fileEntryId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
java.util.List<DLFileEntry> findByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByUuid
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
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
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
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
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
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
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
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
java.util.List<DLFileEntry> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
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
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
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
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
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
java.util.List<DLFileEntry> findByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByCompanyId
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
java.util.List<DLFileEntry> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
java.util.List<DLFileEntry> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
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
void removeByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByUUID_G
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
void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByCompanyId
void removeByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_U
void removeByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F
void removeByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_F_N
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
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
void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUuid
int countByUuid(java.lang.String uuid)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByUUID_G
int countByUUID_G(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByCompanyId
int countByCompanyId(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_U
int countByG_U(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F
int countByG_F(long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_F_N
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
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
int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException