public class FileVersionPreviewLocalServiceWrapper extends java.lang.Object implements FileVersionPreviewLocalService, com.liferay.portal.kernel.service.ServiceWrapper<FileVersionPreviewLocalService>
FileVersionPreviewLocalService.FileVersionPreviewLocalService| Constructor and Description |
|---|
FileVersionPreviewLocalServiceWrapper(FileVersionPreviewLocalService fileVersionPreviewLocalService) |
| Modifier and Type | Method and Description |
|---|---|
FileVersionPreview |
addFileVersionPreview(FileVersionPreview fileVersionPreview)
Adds the file version preview to the database.
|
void |
addFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
FileVersionPreview |
createFileVersionPreview(long fileVersionPreviewId)
Creates a new file version preview with the primary key.
|
void |
deleteFileEntryFileVersionPreviews(long fileEntryId) |
FileVersionPreview |
deleteFileVersionPreview(FileVersionPreview fileVersionPreview)
Deletes the file version preview from the database.
|
FileVersionPreview |
deleteFileVersionPreview(long fileVersionPreviewId)
Deletes the file version preview with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
FileVersionPreview |
fetchFileVersionPreview(long fileVersionPreviewId) |
FileVersionPreview |
fetchFileVersionPreview(long fileEntryId,
long fileVersionId) |
FileVersionPreview |
fetchFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<FileVersionPreview> |
getFileEntryFileVersionPreviews(long fileEntryId) |
FileVersionPreview |
getFileVersionPreview(long fileVersionPreviewId)
Returns the file version preview with the primary key.
|
FileVersionPreview |
getFileVersionPreview(long fileEntryId,
long fileVersionId) |
FileVersionPreview |
getFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
java.util.List<FileVersionPreview> |
getFileVersionPreviews(int start,
int end)
Returns a range of all the file version previews.
|
int |
getFileVersionPreviewsCount()
Returns the number of file version previews.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
FileVersionPreviewLocalService |
getWrappedService() |
boolean |
hasFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
void |
setWrappedService(FileVersionPreviewLocalService fileVersionPreviewLocalService) |
FileVersionPreview |
updateFileVersionPreview(FileVersionPreview fileVersionPreview)
Updates the file version preview in the database or adds it if it does not yet exist.
|
void |
updateFileVersionPreview(long fileVersionPreviewId,
int previewStatus) |
public FileVersionPreviewLocalServiceWrapper(FileVersionPreviewLocalService fileVersionPreviewLocalService)
public FileVersionPreview addFileVersionPreview(FileVersionPreview fileVersionPreview)
addFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreview - the file version previewpublic void addFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus)
throws com.liferay.portal.kernel.exception.PortalException
addFileVersionPreview in interface FileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FileVersionPreview createFileVersionPreview(long fileVersionPreviewId)
createFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreviewId - the primary key for the new file version previewpublic void deleteFileEntryFileVersionPreviews(long fileEntryId)
deleteFileEntryFileVersionPreviews in interface FileVersionPreviewLocalServicepublic FileVersionPreview deleteFileVersionPreview(FileVersionPreview fileVersionPreview)
deleteFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreview - the file version previewpublic FileVersionPreview deleteFileVersionPreview(long fileVersionPreviewId) throws com.liferay.portal.kernel.exception.PortalException
deleteFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreviewId - the primary key of the file version previewPortalException - if a file version preview with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface FileVersionPreviewLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface FileVersionPreviewLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface FileVersionPreviewLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
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 com.liferay.document.library.model.impl.FileVersionPreviewModelImpl. 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.
dynamicQuery in interface FileVersionPreviewLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
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 com.liferay.document.library.model.impl.FileVersionPreviewModelImpl. 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.
dynamicQuery in interface FileVersionPreviewLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface FileVersionPreviewLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface FileVersionPreviewLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic FileVersionPreview fetchFileVersionPreview(long fileVersionPreviewId)
fetchFileVersionPreview in interface FileVersionPreviewLocalServicepublic FileVersionPreview fetchFileVersionPreview(long fileEntryId, long fileVersionId)
fetchFileVersionPreview in interface FileVersionPreviewLocalServicepublic FileVersionPreview fetchFileVersionPreview(long fileEntryId, long fileVersionId, int previewStatus)
fetchFileVersionPreview in interface FileVersionPreviewLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface FileVersionPreviewLocalServicepublic java.util.List<FileVersionPreview> getFileEntryFileVersionPreviews(long fileEntryId)
getFileEntryFileVersionPreviews in interface FileVersionPreviewLocalServicepublic FileVersionPreview getFileVersionPreview(long fileVersionPreviewId) throws com.liferay.portal.kernel.exception.PortalException
getFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreviewId - the primary key of the file version previewPortalException - if a file version preview with the primary key could not be foundpublic FileVersionPreview getFileVersionPreview(long fileEntryId, long fileVersionId) throws com.liferay.portal.kernel.exception.PortalException
getFileVersionPreview in interface FileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FileVersionPreview getFileVersionPreview(long fileEntryId, long fileVersionId, int previewStatus) throws com.liferay.portal.kernel.exception.PortalException
getFileVersionPreview in interface FileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<FileVersionPreview> getFileVersionPreviews(int start, int end)
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 com.liferay.document.library.model.impl.FileVersionPreviewModelImpl. 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.
getFileVersionPreviews in interface FileVersionPreviewLocalServicestart - the lower bound of the range of file version previewsend - the upper bound of the range of file version previews (not inclusive)public int getFileVersionPreviewsCount()
getFileVersionPreviewsCount in interface FileVersionPreviewLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface FileVersionPreviewLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FileVersionPreviewLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface FileVersionPreviewLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic boolean hasFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus)
hasFileVersionPreview in interface FileVersionPreviewLocalServicepublic FileVersionPreview updateFileVersionPreview(FileVersionPreview fileVersionPreview)
updateFileVersionPreview in interface FileVersionPreviewLocalServicefileVersionPreview - the file version previewpublic void updateFileVersionPreview(long fileVersionPreviewId,
int previewStatus)
throws com.liferay.portal.kernel.exception.PortalException
updateFileVersionPreview in interface FileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FileVersionPreviewLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FileVersionPreviewLocalService>public void setWrappedService(FileVersionPreviewLocalService fileVersionPreviewLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<FileVersionPreviewLocalService>