|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DLFileEntryPersistence
Method Summary | |
---|---|
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 |
countByUuid(java.lang.String uuid)
|
DLFileEntry |
create(long fileEntryId)
|
DLFileEntry |
fetchByF_N(long folderId,
java.lang.String name)
|
DLFileEntry |
fetchByPrimaryKey(long fileEntryId)
|
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 |
findByPrimaryKey(long fileEntryId)
|
DLFileEntry |
findByUuid_First(java.lang.String uuid,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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)
|
void |
registerListener(ModelListener listener)
|
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 |
removeByUuid(java.lang.String uuid)
|
void |
unregisterListener(ModelListener listener)
|
DLFileEntry |
update(DLFileEntry dlFileEntry)
Deprecated. Use update(DLFileEntry dlFileEntry, boolean merge) . |
DLFileEntry |
update(DLFileEntry dlFileEntry,
boolean merge)
Add, update, or merge, the entity. |
DLFileEntry |
updateImpl(DLFileEntry dlFileEntry,
boolean merge)
|
Method Detail |
---|
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 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
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
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
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 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 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 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 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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |