|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ProviderType public interface DLFileEntryMetadataPersistence
The persistence interface for the document library file entry metadata service.
Caching information and settings can be found in portal.properties
DLFileEntryMetadataPersistenceImpl
,
DLFileEntryMetadataUtil
Method Summary | |
---|---|
abstract void |
cacheResult(DLFileEntryMetadata dlFileEntryMetadata)
Caches the document library file entry metadata in the entity cache if it is enabled. |
abstract void |
cacheResult(List<DLFileEntryMetadata> dlFileEntryMetadatas)
Caches the document library file entry metadatas in the entity cache if it is enabled. |
abstract int |
countAll()
Returns the number of document library file entry metadatas. |
abstract int |
countByD_F(long DDMStructureId,
long fileVersionId)
Returns the number of document library file entry metadatas where DDMStructureId = ? and fileVersionId = ?. |
abstract int |
countByFileEntryId(long fileEntryId)
Returns the number of document library file entry metadatas where fileEntryId = ?. |
abstract int |
countByFileEntryTypeId(long fileEntryTypeId)
Returns the number of document library file entry metadatas where fileEntryTypeId = ?. |
abstract int |
countByFileVersionId(long fileVersionId)
Returns the number of document library file entry metadatas where fileVersionId = ?. |
abstract int |
countByUuid(String uuid)
Returns the number of document library file entry metadatas where uuid = ?. |
abstract DLFileEntryMetadata |
create(long fileEntryMetadataId)
Creates a new document library file entry metadata with the primary key. |
abstract DLFileEntryMetadata |
fetchByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found. |
abstract DLFileEntryMetadata |
fetchByD_F(long DDMStructureId,
long fileVersionId,
boolean retrieveFromCache)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or returns null if it could not be found, optionally using the finder cache. |
abstract DLFileEntryMetadata |
fetchByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
abstract DLFileEntryMetadata |
fetchByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
abstract DLFileEntryMetadata |
fetchByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
abstract DLFileEntryMetadata |
fetchByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
abstract DLFileEntryMetadata |
fetchByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
abstract DLFileEntryMetadata |
fetchByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
abstract DLFileEntryMetadata |
fetchByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or returns null if it could not be found. |
abstract DLFileEntryMetadata |
fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
abstract DLFileEntryMetadata |
fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
abstract List<DLFileEntryMetadata> |
findAll()
Returns all the document library file entry metadatas. |
abstract List<DLFileEntryMetadata> |
findAll(int start,
int end)
Returns a range of all the document library file entry metadatas. |
abstract List<DLFileEntryMetadata> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas. |
abstract DLFileEntryMetadata |
findByD_F(long DDMStructureId,
long fileVersionId)
Returns the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? or throws a NoSuchFileEntryMetadataException if it could not be found. |
abstract DLFileEntryMetadata |
findByFileEntryId_First(long fileEntryId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryId = ?. |
abstract DLFileEntryMetadata |
findByFileEntryId_Last(long fileEntryId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryId = ?. |
abstract DLFileEntryMetadata[] |
findByFileEntryId_PrevAndNext(long fileEntryMetadataId,
long fileEntryId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryId(long fileEntryId)
Returns all the document library file entry metadatas where fileEntryId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryId(long fileEntryId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryId(long fileEntryId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryId = ?. |
abstract DLFileEntryMetadata |
findByFileEntryTypeId_First(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
abstract DLFileEntryMetadata |
findByFileEntryTypeId_Last(long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
abstract DLFileEntryMetadata[] |
findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId,
long fileEntryTypeId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileEntryTypeId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryTypeId(long fileEntryTypeId)
Returns all the document library file entry metadatas where fileEntryTypeId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileEntryTypeId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileEntryTypeId(long fileEntryTypeId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileEntryTypeId = ?. |
abstract DLFileEntryMetadata |
findByFileVersionId_First(long fileVersionId,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where fileVersionId = ?. |
abstract DLFileEntryMetadata |
findByFileVersionId_Last(long fileVersionId,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where fileVersionId = ?. |
abstract DLFileEntryMetadata[] |
findByFileVersionId_PrevAndNext(long fileEntryMetadataId,
long fileVersionId,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where fileVersionId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileVersionId(long fileVersionId)
Returns all the document library file entry metadatas where fileVersionId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileVersionId(long fileVersionId,
int start,
int end)
Returns a range of all the document library file entry metadatas where fileVersionId = ?. |
abstract List<DLFileEntryMetadata> |
findByFileVersionId(long fileVersionId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where fileVersionId = ?. |
abstract DLFileEntryMetadata |
findByPrimaryKey(long fileEntryMetadataId)
Returns the document library file entry metadata with the primary key or throws a NoSuchFileEntryMetadataException if it could not be found. |
abstract DLFileEntryMetadata |
findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first document library file entry metadata in the ordered set where uuid = ?. |
abstract DLFileEntryMetadata |
findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last document library file entry metadata in the ordered set where uuid = ?. |
abstract DLFileEntryMetadata[] |
findByUuid_PrevAndNext(long fileEntryMetadataId,
String uuid,
OrderByComparator orderByComparator)
Returns the document library file entry metadatas before and after the current document library file entry metadata in the ordered set where uuid = ?. |
abstract List<DLFileEntryMetadata> |
findByUuid(String uuid)
Returns all the document library file entry metadatas where uuid = ?. |
abstract List<DLFileEntryMetadata> |
findByUuid(String uuid,
int start,
int end)
Returns a range of all the document library file entry metadatas where uuid = ?. |
abstract List<DLFileEntryMetadata> |
findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the document library file entry metadatas where uuid = ?. |
abstract DLFileEntryMetadata |
remove(long fileEntryMetadataId)
Removes the document library file entry metadata with the primary key from the database. |
abstract void |
removeAll()
Removes all the document library file entry metadatas from the database. |
abstract DLFileEntryMetadata |
removeByD_F(long DDMStructureId,
long fileVersionId)
Removes the document library file entry metadata where DDMStructureId = ? and fileVersionId = ? from the database. |
abstract void |
removeByFileEntryId(long fileEntryId)
Removes all the document library file entry metadatas where fileEntryId = ? from the database. |
abstract void |
removeByFileEntryTypeId(long fileEntryTypeId)
Removes all the document library file entry metadatas where fileEntryTypeId = ? from the database. |
abstract void |
removeByFileVersionId(long fileVersionId)
Removes all the document library file entry metadatas where fileVersionId = ? from the database. |
abstract void |
removeByUuid(String uuid)
Removes all the document library file entry metadatas where uuid = ? from the database. |
abstract DLFileEntryMetadata |
updateImpl(DLFileEntryMetadata dlFileEntryMetadata)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, setDataSource, unregisterListener, update, update, update, update |
Method Detail |
---|
List<DLFileEntryMetadata> findByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByUuid(String uuid, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
uuid
- the uuidstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileEntryMetadata findByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByUuid_First(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata findByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByUuid_Last(String uuid, OrderByComparator orderByComparator) throws SystemException
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata[] findByUuid_PrevAndNext(long fileEntryMetadataId, String uuid, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryMetadataId
- the primary key of the current document library file entry metadatauuid
- the uuidorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredint countByUuid(String uuid) throws SystemException
uuid
- the uuid
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryTypeId(long fileEntryTypeId) throws SystemException
fileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryTypeId(long fileEntryTypeId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryTypeId(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryTypeId
- the file entry type IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileEntryTypeId_First(long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileEntryTypeId_Last(long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException
fileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata[] findByFileEntryTypeId_PrevAndNext(long fileEntryMetadataId, long fileEntryTypeId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryMetadataId
- the primary key of the current document library file entry metadatafileEntryTypeId
- the file entry type IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByFileEntryTypeId(long fileEntryTypeId) throws SystemException
fileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredint countByFileEntryTypeId(long fileEntryTypeId) throws SystemException
fileEntryTypeId
- the file entry type ID
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryId(long fileEntryId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileEntryId(long fileEntryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileEntryId
- the file entry IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileEntryId_First(long fileEntryId, OrderByComparator orderByComparator) throws SystemException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileEntryId_Last(long fileEntryId, OrderByComparator orderByComparator) throws SystemException
fileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata[] findByFileEntryId_PrevAndNext(long fileEntryMetadataId, long fileEntryId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryMetadataId
- the primary key of the current document library file entry metadatafileEntryId
- the file entry IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredint countByFileEntryId(long fileEntryId) throws SystemException
fileEntryId
- the file entry ID
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileVersionId(long fileVersionId) throws SystemException
fileVersionId
- the file version ID
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileVersionId(long fileVersionId, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileVersionId
- the file version IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findByFileVersionId(long fileVersionId, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
fileVersionId
- the file version IDstart
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileVersionId_First(long fileVersionId, OrderByComparator orderByComparator) throws SystemException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata findByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByFileVersionId_Last(long fileVersionId, OrderByComparator orderByComparator) throws SystemException
fileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata[] findByFileVersionId_PrevAndNext(long fileEntryMetadataId, long fileVersionId, OrderByComparator orderByComparator) throws SystemException, NoSuchFileEntryMetadataException
fileEntryMetadataId
- the primary key of the current document library file entry metadatafileVersionId
- the file version IDorderByComparator
- the comparator to order the set by (optionally null
)
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredvoid removeByFileVersionId(long fileVersionId) throws SystemException
fileVersionId
- the file version ID
SystemException
- if a system exception occurredint countByFileVersionId(long fileVersionId) throws SystemException
fileVersionId
- the file version ID
SystemException
- if a system exception occurredDLFileEntryMetadata findByD_F(long DDMStructureId, long fileVersionId) throws SystemException, NoSuchFileEntryMetadataException
NoSuchFileEntryMetadataException
if it could not be found.
DDMStructureId
- the d d m structure IDfileVersionId
- the file version ID
NoSuchFileEntryMetadataException
- if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByD_F(long DDMStructureId, long fileVersionId) throws SystemException
null
if it could not be found. Uses the finder cache.
DDMStructureId
- the d d m structure IDfileVersionId
- the file version ID
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByD_F(long DDMStructureId, long fileVersionId, boolean retrieveFromCache) throws SystemException
null
if it could not be found, optionally using the finder cache.
DDMStructureId
- the d d m structure IDfileVersionId
- the file version IDretrieveFromCache
- whether to use the finder cache
null
if a matching document library file entry metadata could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata removeByD_F(long DDMStructureId, long fileVersionId) throws SystemException, NoSuchFileEntryMetadataException
DDMStructureId
- the d d m structure IDfileVersionId
- the file version ID
SystemException
- if a system exception occurred
NoSuchFileEntryMetadataException
int countByD_F(long DDMStructureId, long fileVersionId) throws SystemException
DDMStructureId
- the d d m structure IDfileVersionId
- the file version ID
SystemException
- if a system exception occurredvoid cacheResult(DLFileEntryMetadata dlFileEntryMetadata)
dlFileEntryMetadata
- the document library file entry metadatavoid cacheResult(List<DLFileEntryMetadata> dlFileEntryMetadatas)
dlFileEntryMetadatas
- the document library file entry metadatasDLFileEntryMetadata create(long fileEntryMetadataId)
fileEntryMetadataId
- the primary key for the new document library file entry metadata
DLFileEntryMetadata remove(long fileEntryMetadataId) throws SystemException, NoSuchFileEntryMetadataException
fileEntryMetadataId
- the primary key of the document library file entry metadata
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata updateImpl(DLFileEntryMetadata dlFileEntryMetadata) throws SystemException
SystemException
DLFileEntryMetadata findByPrimaryKey(long fileEntryMetadataId) throws SystemException, NoSuchFileEntryMetadataException
NoSuchFileEntryMetadataException
if it could not be found.
fileEntryMetadataId
- the primary key of the document library file entry metadata
NoSuchFileEntryMetadataException
- if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredDLFileEntryMetadata fetchByPrimaryKey(long fileEntryMetadataId) throws SystemException
null
if it could not be found.
fileEntryMetadataId
- the primary key of the document library file entry metadata
null
if a document library file entry metadata with the primary key could not be found
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findAll() throws SystemException
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findAll(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)
SystemException
- if a system exception occurredList<DLFileEntryMetadata> findAll(int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start
instances. start
and end
are not primary keys, they are indexes in the result set. Thus, 0
refers to the first result in the set. Setting both start
and end
to QueryUtil.ALL_POS
will return the full result set. If orderByComparator
is specified, then the query will include the given ORDER BY logic. If orderByComparator
is absent and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from DLFileEntryMetadataModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start
- the lower bound of the range of document library file entry metadatasend
- the upper bound of the range of document library file entry metadatas (not inclusive)orderByComparator
- the comparator to order the results by (optionally null
)
SystemException
- if a system exception occurredvoid removeAll() throws SystemException
SystemException
- if a system exception occurredint countAll() throws SystemException
SystemException
- if a system exception occurred
|
Liferay 6.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |