public class AssetDisplayPageEntryLocalServiceWrapper extends java.lang.Object implements AssetDisplayPageEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryLocalService>
AssetDisplayPageEntryLocalService.AssetDisplayPageEntryLocalService| Constructor and Description |
|---|
AssetDisplayPageEntryLocalServiceWrapper() |
AssetDisplayPageEntryLocalServiceWrapper(AssetDisplayPageEntryLocalService assetDisplayPageEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
AssetDisplayPageEntry |
addAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Adds the asset display page entry to the database.
|
AssetDisplayPageEntry |
addAssetDisplayPageEntry(long userId,
long groupId,
long classNameId,
long classPK,
long layoutPageTemplateEntryId,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetDisplayPageEntry |
addAssetDisplayPageEntry(long userId,
long groupId,
long classNameId,
long classPK,
long layoutPageTemplateEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetDisplayPageEntry |
createAssetDisplayPageEntry(long assetDisplayPageEntryId)
Creates a new asset display page entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
AssetDisplayPageEntry |
deleteAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Deletes the asset display page entry from the database.
|
AssetDisplayPageEntry |
deleteAssetDisplayPageEntry(long assetDisplayPageEntryId)
Deletes the asset display page entry with the primary key from the database.
|
void |
deleteAssetDisplayPageEntry(long groupId,
long classNameId,
long classPK) |
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.
|
AssetDisplayPageEntry |
fetchAssetDisplayPageEntry(long assetDisplayPageEntryId) |
AssetDisplayPageEntry |
fetchAssetDisplayPageEntry(long groupId,
long classNameId,
long classPK) |
AssetDisplayPageEntry |
fetchAssetDisplayPageEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset display page entry matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntries(int start,
int end)
Returns a range of all the asset display page entries.
|
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntries(long classNameId,
long classTypeId,
long layoutPageTemplateEntryId,
boolean defaultTemplate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator) |
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns all the asset display page entries matching the UUID and company.
|
java.util.List<AssetDisplayPageEntry> |
getAssetDisplayPageEntriesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
Returns a range of asset display page entries matching the UUID and company.
|
int |
getAssetDisplayPageEntriesCount()
Returns the number of asset display page entries.
|
int |
getAssetDisplayPageEntriesCount(long classNameId,
long classTypeId,
long layoutPageTemplateEntryId,
boolean defaultTemplate) |
int |
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) |
AssetDisplayPageEntry |
getAssetDisplayPageEntry(long assetDisplayPageEntryId)
Returns the asset display page entry with the primary key.
|
AssetDisplayPageEntry |
getAssetDisplayPageEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset display page entry matching the UUID and group.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetDisplayPageEntry> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<AssetDisplayPageEntry> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
AssetDisplayPageEntryLocalService |
getWrappedService() |
void |
setWrappedService(AssetDisplayPageEntryLocalService assetDisplayPageEntryLocalService) |
AssetDisplayPageEntry |
updateAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Updates the asset display page entry in the database or adds it if it does not yet exist.
|
AssetDisplayPageEntry |
updateAssetDisplayPageEntry(long assetDisplayPageEntryId,
long layoutPageTemplateEntryId,
int type) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetDisplayPageEntry>,R,E> updateUnsafeFunction) |
public AssetDisplayPageEntryLocalServiceWrapper()
public AssetDisplayPageEntryLocalServiceWrapper(AssetDisplayPageEntryLocalService assetDisplayPageEntryLocalService)
public AssetDisplayPageEntry addAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Important: Inspect AssetDisplayPageEntryLocalServiceImpl 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.
addAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntry - the asset display page entrypublic AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AssetDisplayPageEntry createAssetDisplayPageEntry(long assetDisplayPageEntryId)
createAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntryId - the primary key for the new asset display page entrypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface AssetDisplayPageEntryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetDisplayPageEntry deleteAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Important: Inspect AssetDisplayPageEntryLocalServiceImpl 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.
deleteAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntry - the asset display page entrypublic AssetDisplayPageEntry deleteAssetDisplayPageEntry(long assetDisplayPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect AssetDisplayPageEntryLocalServiceImpl 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.
deleteAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntryId - the primary key of the asset display page entryPortalException - if a asset display page entry with the primary key could not be foundpublic void deleteAssetDisplayPageEntry(long groupId,
long classNameId,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
deleteAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface AssetDisplayPageEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetDisplayPageEntryLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetDisplayPageEntryLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface AssetDisplayPageEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface AssetDisplayPageEntryLocalServicedynamicQuery - 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.asset.display.page.model.impl.AssetDisplayPageEntryModelImpl.
dynamicQuery in interface AssetDisplayPageEntryLocalServicedynamicQuery - 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.asset.display.page.model.impl.AssetDisplayPageEntryModelImpl.
dynamicQuery in interface AssetDisplayPageEntryLocalServicedynamicQuery - 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 AssetDisplayPageEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface AssetDisplayPageEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetDisplayPageEntry fetchAssetDisplayPageEntry(long assetDisplayPageEntryId)
fetchAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicepublic AssetDisplayPageEntry fetchAssetDisplayPageEntry(long groupId, long classNameId, long classPK)
fetchAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicepublic AssetDisplayPageEntry fetchAssetDisplayPageEntryByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchAssetDisplayPageEntryByUuidAndGroupId in interface AssetDisplayPageEntryLocalServiceuuid - the asset display page entry's UUIDgroupId - the primary key of the groupnull if a matching asset display page entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetDisplayPageEntryLocalServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntries(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.asset.display.page.model.impl.AssetDisplayPageEntryModelImpl.
getAssetDisplayPageEntries in interface AssetDisplayPageEntryLocalServicestart - the lower bound of the range of asset display page entriesend - the upper bound of the range of asset display page entries (not inclusive)public java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntries(long classNameId, long classTypeId, long layoutPageTemplateEntryId, boolean defaultTemplate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
getAssetDisplayPageEntries in interface AssetDisplayPageEntryLocalServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryLocalServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryLocalServicepublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getAssetDisplayPageEntriesByUuidAndCompanyId in interface AssetDisplayPageEntryLocalServiceuuid - the UUID of the asset display page entriescompanyId - the primary key of the companypublic java.util.List<AssetDisplayPageEntry> getAssetDisplayPageEntriesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetDisplayPageEntry> orderByComparator)
getAssetDisplayPageEntriesByUuidAndCompanyId in interface AssetDisplayPageEntryLocalServiceuuid - the UUID of the asset display page entriescompanyId - the primary key of the companystart - the lower bound of the range of asset display page entriesend - the upper bound of the range of asset display page entries (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getAssetDisplayPageEntriesCount()
getAssetDisplayPageEntriesCount in interface AssetDisplayPageEntryLocalServicepublic int getAssetDisplayPageEntriesCount(long classNameId,
long classTypeId,
long layoutPageTemplateEntryId,
boolean defaultTemplate)
getAssetDisplayPageEntriesCount in interface AssetDisplayPageEntryLocalServicepublic int getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryLocalServicepublic AssetDisplayPageEntry getAssetDisplayPageEntry(long assetDisplayPageEntryId) throws com.liferay.portal.kernel.exception.PortalException
getAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntryId - the primary key of the asset display page entryPortalException - if a asset display page entry with the primary key could not be foundpublic AssetDisplayPageEntry getAssetDisplayPageEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getAssetDisplayPageEntryByUuidAndGroupId in interface AssetDisplayPageEntryLocalServiceuuid - the asset display page entry's UUIDgroupId - the primary key of the groupPortalException - if a matching asset display page entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetDisplayPageEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetDisplayPageEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetDisplayPageEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface AssetDisplayPageEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetDisplayPageEntry updateAssetDisplayPageEntry(AssetDisplayPageEntry assetDisplayPageEntry)
Important: Inspect AssetDisplayPageEntryLocalServiceImpl 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.
updateAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntry - the asset display page entrypublic AssetDisplayPageEntry updateAssetDisplayPageEntry(long assetDisplayPageEntryId, long layoutPageTemplateEntryId, int type) throws com.liferay.portal.kernel.exception.PortalException
updateAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetDisplayPageEntry> getCTPersistence()
getCTPersistence in interface AssetDisplayPageEntryLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetDisplayPageEntry>public java.lang.Class<AssetDisplayPageEntry> getModelClass()
getModelClass in interface AssetDisplayPageEntryLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetDisplayPageEntry>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetDisplayPageEntry>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface AssetDisplayPageEntryLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetDisplayPageEntry>E extends java.lang.Throwablepublic AssetDisplayPageEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryLocalService>public void setWrappedService(AssetDisplayPageEntryLocalService assetDisplayPageEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetDisplayPageEntryLocalService>