com.liferay.layout.service.impl.LayoutClassedModelUsageLocalServiceImpl@Deprecated public class AssetEntryUsageLocalServiceWrapper extends java.lang.Object implements AssetEntryUsageLocalService, com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryUsageLocalService>
AssetEntryUsageLocalService.AssetEntryUsageLocalService| Constructor and Description |
|---|
AssetEntryUsageLocalServiceWrapper(AssetEntryUsageLocalService assetEntryUsageLocalService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AssetEntryUsage |
addAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Deprecated.
Adds the asset entry usage to the database.
|
AssetEntryUsage |
addAssetEntryUsage(long groupId,
long assetEntryId,
long containerType,
java.lang.String containerKey,
long plid,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
AssetEntryUsage |
addDefaultAssetEntryUsage(long groupId,
long assetEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
AssetEntryUsage |
createAssetEntryUsage(long assetEntryUsageId)
Deprecated.
Creates a new asset entry usage with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj)
Deprecated.
|
AssetEntryUsage |
deleteAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Deprecated.
Deletes the asset entry usage from the database.
|
AssetEntryUsage |
deleteAssetEntryUsage(long assetEntryUsageId)
Deprecated.
Deletes the asset entry usage with the primary key from the database.
|
void |
deleteAssetEntryUsages(long assetEntryId)
Deprecated.
|
void |
deleteAssetEntryUsages(long containerType,
java.lang.String containerKey,
long plid)
Deprecated.
|
void |
deleteAssetEntryUsagesByPlid(long plid)
Deprecated.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
Deprecated.
|
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
Deprecated.
|
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
Deprecated.
|
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Returns the number of rows matching the dynamic query.
|
AssetEntryUsage |
fetchAssetEntryUsage(long assetEntryUsageId)
Deprecated.
|
AssetEntryUsage |
fetchAssetEntryUsage(long assetEntryId,
long containerType,
java.lang.String containerKey,
long plid)
Deprecated.
|
AssetEntryUsage |
fetchAssetEntryUsageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the asset entry usage matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
AssetEntryUsage |
getAssetEntryUsage(long assetEntryUsageId)
Deprecated.
Returns the asset entry usage with the primary key.
|
AssetEntryUsage |
getAssetEntryUsageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the asset entry usage matching the UUID and group.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(int start,
int end)
Deprecated.
Returns a range of all the asset entry usages.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId)
Deprecated.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
Deprecated.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
Deprecated.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsagesByPlid(long plid)
Deprecated.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Deprecated.
Returns all the asset entry usages matching the UUID and company.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
Deprecated.
Returns a range of asset entry usages matching the UUID and company.
|
int |
getAssetEntryUsagesCount()
Deprecated.
Returns the number of asset entry usages.
|
int |
getAssetEntryUsagesCount(long assetEntryId)
Deprecated.
|
int |
getAssetEntryUsagesCount(long assetEntryId,
int type)
Deprecated.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryUsage> |
getCTPersistence()
Deprecated.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
Deprecated.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
java.lang.Class<AssetEntryUsage> |
getModelClass()
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj)
Deprecated.
|
int |
getUniqueAssetEntryUsagesCount(long assetEntryId)
Deprecated.
|
AssetEntryUsageLocalService |
getWrappedService()
Deprecated.
|
boolean |
hasDefaultAssetEntryUsage(long assetEntryId)
Deprecated.
|
void |
setWrappedService(AssetEntryUsageLocalService assetEntryUsageLocalService)
Deprecated.
|
AssetEntryUsage |
updateAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Deprecated.
Updates the asset entry usage in the database or adds it if it does not yet exist.
|
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryUsage>,R,E> updateUnsafeFunction)
Deprecated.
|
public AssetEntryUsageLocalServiceWrapper(AssetEntryUsageLocalService assetEntryUsageLocalService)
public AssetEntryUsage addAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Important: Inspect AssetEntryUsageLocalServiceImpl 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.
addAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsage - the asset entry usagepublic AssetEntryUsage addAssetEntryUsage(long groupId, long assetEntryId, long containerType, java.lang.String containerKey, long plid, com.liferay.portal.kernel.service.ServiceContext serviceContext)
addAssetEntryUsage in interface AssetEntryUsageLocalServicepublic AssetEntryUsage addDefaultAssetEntryUsage(long groupId, long assetEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
addDefaultAssetEntryUsage in interface AssetEntryUsageLocalServicepublic AssetEntryUsage createAssetEntryUsage(long assetEntryUsageId)
createAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsageId - the primary key for the new asset entry usagepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface AssetEntryUsageLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic AssetEntryUsage deleteAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Important: Inspect AssetEntryUsageLocalServiceImpl 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.
deleteAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsage - the asset entry usagepublic AssetEntryUsage deleteAssetEntryUsage(long assetEntryUsageId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect AssetEntryUsageLocalServiceImpl 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.
deleteAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsageId - the primary key of the asset entry usagePortalException - if a asset entry usage with the primary key could not be foundpublic void deleteAssetEntryUsages(long assetEntryId)
deleteAssetEntryUsages in interface AssetEntryUsageLocalServicepublic void deleteAssetEntryUsages(long containerType,
java.lang.String containerKey,
long plid)
deleteAssetEntryUsages in interface AssetEntryUsageLocalServicepublic void deleteAssetEntryUsagesByPlid(long plid)
deleteAssetEntryUsagesByPlid in interface AssetEntryUsageLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface AssetEntryUsageLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface AssetEntryUsageLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface AssetEntryUsageLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface AssetEntryUsageLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface AssetEntryUsageLocalServicedynamicQuery - 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.model.impl.AssetEntryUsageModelImpl.
dynamicQuery in interface AssetEntryUsageLocalServicedynamicQuery - 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.model.impl.AssetEntryUsageModelImpl.
dynamicQuery in interface AssetEntryUsageLocalServicedynamicQuery - 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 AssetEntryUsageLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface AssetEntryUsageLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic AssetEntryUsage fetchAssetEntryUsage(long assetEntryUsageId)
fetchAssetEntryUsage in interface AssetEntryUsageLocalServicepublic AssetEntryUsage fetchAssetEntryUsage(long assetEntryId, long containerType, java.lang.String containerKey, long plid)
fetchAssetEntryUsage in interface AssetEntryUsageLocalServicepublic AssetEntryUsage fetchAssetEntryUsageByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchAssetEntryUsageByUuidAndGroupId in interface AssetEntryUsageLocalServiceuuid - the asset entry usage's UUIDgroupId - the primary key of the groupnull if a matching asset entry usage could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetEntryUsageLocalServicepublic AssetEntryUsage getAssetEntryUsage(long assetEntryUsageId) throws com.liferay.portal.kernel.exception.PortalException
getAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsageId - the primary key of the asset entry usagePortalException - if a asset entry usage with the primary key could not be foundpublic AssetEntryUsage getAssetEntryUsageByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getAssetEntryUsageByUuidAndGroupId in interface AssetEntryUsageLocalServiceuuid - the asset entry usage's UUIDgroupId - the primary key of the groupPortalException - if a matching asset entry usage could not be foundpublic java.util.List<AssetEntryUsage> getAssetEntryUsages(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.model.impl.AssetEntryUsageModelImpl.
getAssetEntryUsages in interface AssetEntryUsageLocalServicestart - the lower bound of the range of asset entry usagesend - the upper bound of the range of asset entry usages (not inclusive)public java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId)
getAssetEntryUsages in interface AssetEntryUsageLocalServicepublic java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
getAssetEntryUsages in interface AssetEntryUsageLocalServicepublic java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
getAssetEntryUsages in interface AssetEntryUsageLocalServicepublic java.util.List<AssetEntryUsage> getAssetEntryUsagesByPlid(long plid)
getAssetEntryUsagesByPlid in interface AssetEntryUsageLocalServicepublic java.util.List<AssetEntryUsage> getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid, long companyId)
getAssetEntryUsagesByUuidAndCompanyId in interface AssetEntryUsageLocalServiceuuid - the UUID of the asset entry usagescompanyId - the primary key of the companypublic java.util.List<AssetEntryUsage> getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
getAssetEntryUsagesByUuidAndCompanyId in interface AssetEntryUsageLocalServiceuuid - the UUID of the asset entry usagescompanyId - the primary key of the companystart - the lower bound of the range of asset entry usagesend - the upper bound of the range of asset entry usages (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getAssetEntryUsagesCount()
getAssetEntryUsagesCount in interface AssetEntryUsageLocalServicepublic int getAssetEntryUsagesCount(long assetEntryId)
getAssetEntryUsagesCount in interface AssetEntryUsageLocalServicepublic int getAssetEntryUsagesCount(long assetEntryId,
int type)
getAssetEntryUsagesCount in interface AssetEntryUsageLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetEntryUsageLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetEntryUsageLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetEntryUsageLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface AssetEntryUsageLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic int getUniqueAssetEntryUsagesCount(long assetEntryId)
getUniqueAssetEntryUsagesCount in interface AssetEntryUsageLocalServicepublic boolean hasDefaultAssetEntryUsage(long assetEntryId)
hasDefaultAssetEntryUsage in interface AssetEntryUsageLocalServicepublic AssetEntryUsage updateAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Important: Inspect AssetEntryUsageLocalServiceImpl 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.
updateAssetEntryUsage in interface AssetEntryUsageLocalServiceassetEntryUsage - the asset entry usagepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryUsage> getCTPersistence()
getCTPersistence in interface AssetEntryUsageLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>public java.lang.Class<AssetEntryUsage> getModelClass()
getModelClass in interface AssetEntryUsageLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryUsage>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface AssetEntryUsageLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>E extends java.lang.Throwablepublic AssetEntryUsageLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryUsageLocalService>public void setWrappedService(AssetEntryUsageLocalService assetEntryUsageLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AssetEntryUsageLocalService>