|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileEntryPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
DLFileEntryPersistenceImpl
,
DLFileEntryUtil
Method Summary | |
---|---|
void |
cacheResult(DLFileEntry dlFileEntry)
|
void |
cacheResult(java.util.List<DLFileEntry> dlFileEntries)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByCompanyId(long companyId)
|
int |
countByF_N(long folderId,
java.lang.String name)
|
int |
countByF_T(long folderId,
java.lang.String title)
|
int |
countByFolderId(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 |
fetchByF_N(long folderId,
java.lang.String name)
|
DLFileEntry |
fetchByF_N(long folderId,
java.lang.String name,
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 |
findByF_N(long folderId,
java.lang.String name)
|
DLFileEntry |
findByF_T_First(long folderId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByF_T_Last(long folderId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByF_T_PrevAndNext(long fileEntryId,
long folderId,
java.lang.String title,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByF_T(long folderId,
java.lang.String title)
|
java.util.List<DLFileEntry> |
findByF_T(long folderId,
java.lang.String title,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByF_T(long folderId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByFolderId_First(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry |
findByFolderId_Last(long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
DLFileEntry[] |
findByFolderId_PrevAndNext(long fileEntryId,
long folderId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
findByFolderId(long folderId)
|
java.util.List<DLFileEntry> |
findByFolderId(long folderId,
int start,
int end)
|
java.util.List<DLFileEntry> |
findByFolderId(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)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
DLFileEntry |
remove(DLFileEntry dlFileEntry)
|
DLFileEntry |
remove(long fileEntryId)
|
void |
removeAll()
|
void |
removeByCompanyId(long companyId)
|
void |
removeByF_N(long folderId,
java.lang.String name)
|
void |
removeByF_T(long folderId,
java.lang.String title)
|
void |
removeByFolderId(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 |
update(DLFileEntry dlFileEntry)
Deprecated. Use update(DLFileEntry, boolean merge) . |
DLFileEntry |
update(DLFileEntry dlFileEntry,
boolean merge)
Add, update, or merge, the entity. |
DLFileEntry |
updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(DLFileEntry dlFileEntry)
void cacheResult(java.util.List<DLFileEntry> dlFileEntries)
void clearCache()
clearCache
in interface BasePersistence
DLFileEntry create(long fileEntryId)
DLFileEntry remove(long fileEntryId) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry remove(DLFileEntry dlFileEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry update(DLFileEntry dlFileEntry) throws com.liferay.portal.SystemException
update(DLFileEntry, boolean merge)
.
com.liferay.portal.SystemException
DLFileEntry update(DLFileEntry dlFileEntry, boolean merge) throws com.liferay.portal.SystemException
dlFileEntry
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when dlFileEntry is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
DLFileEntry updateImpl(DLFileEntry dlFileEntry, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByPrimaryKey(long fileEntryId) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry fetchByPrimaryKey(long fileEntryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByUuid(java.lang.String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByUuid_First(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByUuid_Last(java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByUuid_PrevAndNext(long fileEntryId, java.lang.String uuid, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry fetchByUUID_G(java.lang.String uuid, long groupId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByGroupId_PrevAndNext(long fileEntryId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
java.util.List<DLFileEntry> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByCompanyId_PrevAndNext(long fileEntryId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
java.util.List<DLFileEntry> findByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByFolderId(long folderId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByFolderId(long folderId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByFolderId_First(long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByFolderId_Last(long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByFolderId_PrevAndNext(long fileEntryId, long folderId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
java.util.List<DLFileEntry> findByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByG_U(long groupId, long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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.SystemException
com.liferay.portal.SystemException
DLFileEntry findByG_U_First(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByG_U_Last(long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByG_U_PrevAndNext(long fileEntryId, long groupId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry fetchByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry fetchByF_N(long folderId, java.lang.String name, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByF_T(long folderId, java.lang.String title) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByF_T(long folderId, java.lang.String title, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findByF_T(long folderId, java.lang.String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
DLFileEntry findByF_T_First(long folderId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry findByF_T_Last(long folderId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
DLFileEntry[] findByF_T_PrevAndNext(long fileEntryId, long folderId, java.lang.String title, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<DLFileEntry> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException, NoSuchFileEntryException
com.liferay.portal.SystemException
NoSuchFileEntryException
void removeByF_T(long folderId, java.lang.String title) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUuid(java.lang.String uuid) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByUUID_G(java.lang.String uuid, long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByFolderId(long folderId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_U(long groupId, long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByF_N(long folderId, java.lang.String name) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByF_T(long folderId, java.lang.String title) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |