public class AssetDisplayPageEntryLocalServiceWrapper extends java.lang.Object implements AssetDisplayPageEntryLocalService, ServiceWrapper<AssetDisplayPageEntryLocalService>
AssetDisplayPageEntryLocalService.AssetDisplayPageEntryLocalService| Constructor and Description |
|---|
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,
ServiceContext serviceContext) |
AssetDisplayPageEntry |
addAssetDisplayPageEntry(long userId,
long groupId,
long classNameId,
long classPK,
long layoutPageTemplateEntryId,
ServiceContext serviceContext) |
AssetDisplayPageEntry |
createAssetDisplayPageEntry(long assetDisplayPageEntryId)
Creates a new asset display page entry with the primary key.
|
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) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
<T> T |
dslQuery(DSLQuery dslQuery) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
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.
|
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> |
getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId) |
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,
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 |
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.
|
CTPersistence<AssetDisplayPageEntry> |
getCTPersistence() |
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext) |
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<AssetDisplayPageEntry> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
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(UnsafeFunction<CTPersistence<AssetDisplayPageEntry>,R,E> updateUnsafeFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBasePersistencepublic 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, ServiceContext serviceContext) throws PortalException
addAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicePortalExceptionpublic AssetDisplayPageEntry addAssetDisplayPageEntry(long userId, long groupId, long classNameId, long classPK, long layoutPageTemplateEntryId, ServiceContext serviceContext) throws PortalException
addAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicePortalExceptionpublic AssetDisplayPageEntry createAssetDisplayPageEntry(long assetDisplayPageEntryId)
createAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServiceassetDisplayPageEntryId - the primary key for the new asset display page entrypublic PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface AssetDisplayPageEntryLocalServicecreatePersistedModel in interface 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 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 PortalException
deleteAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface AssetDisplayPageEntryLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(DSLQuery dslQuery)
dslQuery in interface AssetDisplayPageEntryLocalServicepublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetDisplayPageEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetDisplayPageEntryLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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(DynamicQuery dynamicQuery, int start, int end, 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(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetDisplayPageEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, 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 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> getAssetDisplayPageEntriesByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
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, 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 getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId(long layoutPageTemplateEntryId)
getAssetDisplayPageEntriesCountByLayoutPageTemplateEntryId in interface AssetDisplayPageEntryLocalServicepublic AssetDisplayPageEntry getAssetDisplayPageEntry(long assetDisplayPageEntryId) throws 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 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 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetDisplayPageEntryLocalServicepublic IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetDisplayPageEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetDisplayPageEntryLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface AssetDisplayPageEntryLocalServicegetPersistedModel in interface 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 PortalException
updateAssetDisplayPageEntry in interface AssetDisplayPageEntryLocalServicePortalExceptionpublic CTPersistence<AssetDisplayPageEntry> getCTPersistence()
getCTPersistence in interface AssetDisplayPageEntryLocalServicegetCTPersistence in interface CTService<AssetDisplayPageEntry>public java.lang.Class<AssetDisplayPageEntry> getModelClass()
getModelClass in interface AssetDisplayPageEntryLocalServicegetModelClass in interface CTService<AssetDisplayPageEntry>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(UnsafeFunction<CTPersistence<AssetDisplayPageEntry>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface AssetDisplayPageEntryLocalServiceupdateWithUnsafeFunction in interface CTService<AssetDisplayPageEntry>E extends java.lang.Throwablepublic AssetDisplayPageEntryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetDisplayPageEntryLocalService>public void setWrappedService(AssetDisplayPageEntryLocalService assetDisplayPageEntryLocalService)
setWrappedService in interface ServiceWrapper<AssetDisplayPageEntryLocalService>