public class DLFileVersionPreviewLocalServiceWrapper extends java.lang.Object implements DLFileVersionPreviewLocalService, com.liferay.portal.kernel.service.ServiceWrapper<DLFileVersionPreviewLocalService>
DLFileVersionPreviewLocalService.DLFileVersionPreviewLocalService| Constructor and Description |
|---|
DLFileVersionPreviewLocalServiceWrapper() |
DLFileVersionPreviewLocalServiceWrapper(DLFileVersionPreviewLocalService dlFileVersionPreviewLocalService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileVersionPreview |
addDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Adds the dl file version preview to the database.
|
void |
addDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
DLFileVersionPreview |
createDLFileVersionPreview(long dlFileVersionPreviewId)
Creates a new dl file version preview with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteDLFileEntryFileVersionPreviews(long fileEntryId) |
DLFileVersionPreview |
deleteDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Deletes the dl file version preview from the database.
|
DLFileVersionPreview |
deleteDLFileVersionPreview(long dlFileVersionPreviewId)
Deletes the dl file version preview with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
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.
|
DLFileVersionPreview |
fetchDLFileVersionPreview(long dlFileVersionPreviewId) |
DLFileVersionPreview |
fetchDLFileVersionPreview(long fileEntryId,
long fileVersionId) |
DLFileVersionPreview |
fetchDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DLFileVersionPreview> |
getCTPersistence() |
DLFileVersionPreview |
getDLFileVersionPreview(long dlFileVersionPreviewId)
Returns the dl file version preview with the primary key.
|
DLFileVersionPreview |
getDLFileVersionPreview(long fileEntryId,
long fileVersionId) |
DLFileVersionPreview |
getDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
java.util.List<DLFileVersionPreview> |
getDLFileVersionPreviews(int start,
int end)
Returns a range of all the dl file version previews.
|
int |
getDLFileVersionPreviewsCount()
Returns the number of dl file version previews.
|
java.util.List<DLFileVersionPreview> |
getFileEntryDLFileVersionPreviews(long fileEntryId) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<DLFileVersionPreview> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
DLFileVersionPreviewLocalService |
getWrappedService() |
boolean |
hasDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus) |
void |
setWrappedService(DLFileVersionPreviewLocalService dlFileVersionPreviewLocalService) |
DLFileVersionPreview |
updateDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Updates the dl file version preview in the database or adds it if it does not yet exist.
|
void |
updateDLFileVersionPreview(long dlFileVersionPreviewId,
int previewStatus) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DLFileVersionPreview>,R,E> updateUnsafeFunction) |
public DLFileVersionPreviewLocalServiceWrapper()
public DLFileVersionPreviewLocalServiceWrapper(DLFileVersionPreviewLocalService dlFileVersionPreviewLocalService)
public DLFileVersionPreview addDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Important: Inspect DLFileVersionPreviewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreview - the dl file version previewpublic void addDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus)
throws com.liferay.portal.kernel.exception.PortalException
addDLFileVersionPreview in interface DLFileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DLFileVersionPreview createDLFileVersionPreview(long dlFileVersionPreviewId)
createDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreviewId - the primary key for the new dl file version previewpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface DLFileVersionPreviewLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteDLFileEntryFileVersionPreviews(long fileEntryId)
deleteDLFileEntryFileVersionPreviews in interface DLFileVersionPreviewLocalServicepublic DLFileVersionPreview deleteDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Important: Inspect DLFileVersionPreviewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreview - the dl file version previewpublic DLFileVersionPreview deleteDLFileVersionPreview(long dlFileVersionPreviewId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect DLFileVersionPreviewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreviewId - the primary key of the dl file version previewPortalException - if a dl 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 DLFileVersionPreviewLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface DLFileVersionPreviewLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface DLFileVersionPreviewLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface DLFileVersionPreviewLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface DLFileVersionPreviewLocalServicedynamicQuery - 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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.document.library.model.impl.DLFileVersionPreviewModelImpl.
dynamicQuery in interface DLFileVersionPreviewLocalServicedynamicQuery - 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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.document.library.model.impl.DLFileVersionPreviewModelImpl.
dynamicQuery in interface DLFileVersionPreviewLocalServicedynamicQuery - 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 DLFileVersionPreviewLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface DLFileVersionPreviewLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic DLFileVersionPreview fetchDLFileVersionPreview(long dlFileVersionPreviewId)
fetchDLFileVersionPreview in interface DLFileVersionPreviewLocalServicepublic DLFileVersionPreview fetchDLFileVersionPreview(long fileEntryId, long fileVersionId)
fetchDLFileVersionPreview in interface DLFileVersionPreviewLocalServicepublic DLFileVersionPreview fetchDLFileVersionPreview(long fileEntryId, long fileVersionId, int previewStatus)
fetchDLFileVersionPreview in interface DLFileVersionPreviewLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface DLFileVersionPreviewLocalServicepublic DLFileVersionPreview getDLFileVersionPreview(long dlFileVersionPreviewId) throws com.liferay.portal.kernel.exception.PortalException
getDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreviewId - the primary key of the dl file version previewPortalException - if a dl file version preview with the primary key could not be foundpublic DLFileVersionPreview getDLFileVersionPreview(long fileEntryId, long fileVersionId) throws com.liferay.portal.kernel.exception.PortalException
getDLFileVersionPreview in interface DLFileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DLFileVersionPreview getDLFileVersionPreview(long fileEntryId, long fileVersionId, int previewStatus) throws com.liferay.portal.kernel.exception.PortalException
getDLFileVersionPreview in interface DLFileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DLFileVersionPreview> getDLFileVersionPreviews(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 com.liferay.portal.kernel.dao.orm.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, then the query will include the default ORDER BY logic from com.liferay.document.library.model.impl.DLFileVersionPreviewModelImpl.
getDLFileVersionPreviews in interface DLFileVersionPreviewLocalServicestart - the lower bound of the range of dl file version previewsend - the upper bound of the range of dl file version previews (not inclusive)public int getDLFileVersionPreviewsCount()
getDLFileVersionPreviewsCount in interface DLFileVersionPreviewLocalServicepublic java.util.List<DLFileVersionPreview> getFileEntryDLFileVersionPreviews(long fileEntryId)
getFileEntryDLFileVersionPreviews in interface DLFileVersionPreviewLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface DLFileVersionPreviewLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLFileVersionPreviewLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface DLFileVersionPreviewLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic boolean hasDLFileVersionPreview(long fileEntryId,
long fileVersionId,
int previewStatus)
hasDLFileVersionPreview in interface DLFileVersionPreviewLocalServicepublic DLFileVersionPreview updateDLFileVersionPreview(DLFileVersionPreview dlFileVersionPreview)
Important: Inspect DLFileVersionPreviewLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateDLFileVersionPreview in interface DLFileVersionPreviewLocalServicedlFileVersionPreview - the dl file version previewpublic void updateDLFileVersionPreview(long dlFileVersionPreviewId,
int previewStatus)
throws com.liferay.portal.kernel.exception.PortalException
updateDLFileVersionPreview in interface DLFileVersionPreviewLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DLFileVersionPreview> getCTPersistence()
getCTPersistence in interface DLFileVersionPreviewLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<DLFileVersionPreview>public java.lang.Class<DLFileVersionPreview> getModelClass()
getModelClass in interface DLFileVersionPreviewLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<DLFileVersionPreview>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DLFileVersionPreview>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface DLFileVersionPreviewLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<DLFileVersionPreview>E extends java.lang.Throwablepublic DLFileVersionPreviewLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DLFileVersionPreviewLocalService>public void setWrappedService(DLFileVersionPreviewLocalService dlFileVersionPreviewLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DLFileVersionPreviewLocalService>