com.liferay.layout.service.impl.LayoutClassedModelUsageLocalServiceImpl
@CTAware @Deprecated @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface AssetEntryUsageLocalService extends com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>, com.liferay.portal.kernel.service.PersistedModelLocalService
AssetEntryUsageLocalServiceUtil
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.
|
boolean |
hasDefaultAssetEntryUsage(long assetEntryId)
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.
|
@Indexable(type=REINDEX) 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.
assetEntryUsage
- the asset entry usageAssetEntryUsage addAssetEntryUsage(long groupId, long assetEntryId, long containerType, java.lang.String containerKey, long plid, com.liferay.portal.kernel.service.ServiceContext serviceContext)
AssetEntryUsage addDefaultAssetEntryUsage(long groupId, long assetEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext)
@Transactional(enabled=false) AssetEntryUsage createAssetEntryUsage(long assetEntryUsageId)
assetEntryUsageId
- the primary key for the new asset entry usagecom.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
@Indexable(type=DELETE) 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.
assetEntryUsage
- the asset entry usage@Indexable(type=DELETE) 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.
assetEntryUsageId
- the primary key of the asset entry usagecom.liferay.portal.kernel.exception.PortalException
- if a asset entry usage with the primary key could not be foundvoid deleteAssetEntryUsages(long assetEntryId)
void deleteAssetEntryUsages(long containerType, java.lang.String containerKey, long plid)
void deleteAssetEntryUsagesByPlid(long plid)
com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
@Transactional(propagation=SUPPORTS, readOnly=true) int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) <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
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) <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
- 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
)@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
- the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage fetchAssetEntryUsage(long assetEntryUsageId)
@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage fetchAssetEntryUsage(long assetEntryId, long containerType, java.lang.String containerKey, long plid)
@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage fetchAssetEntryUsageByUuidAndGroupId(java.lang.String uuid, long groupId)
uuid
- the asset entry usage's UUIDgroupId
- the primary key of the groupnull
if a matching asset entry usage could not be found@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage getAssetEntryUsage(long assetEntryUsageId) throws com.liferay.portal.kernel.exception.PortalException
assetEntryUsageId
- the primary key of the asset entry usagecom.liferay.portal.kernel.exception.PortalException
- if a asset entry usage with the primary key could not be found@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage getAssetEntryUsageByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
uuid
- the asset entry usage's UUIDgroupId
- the primary key of the groupcom.liferay.portal.kernel.exception.PortalException
- if a matching asset entry usage could not be found@Transactional(propagation=SUPPORTS, readOnly=true) 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
.
start
- the lower bound of the range of asset entry usagesend
- the upper bound of the range of asset entry usages (not inclusive)@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsagesByPlid(long plid)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid, long companyId)
uuid
- the UUID of the asset entry usagescompanyId
- the primary key of the company@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsagesByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator)
uuid
- 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
)@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetEntryUsagesCount()
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetEntryUsagesCount(long assetEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetEntryUsagesCount(long assetEntryId, int type)
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getUniqueAssetEntryUsagesCount(long assetEntryId)
@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDefaultAssetEntryUsage(long assetEntryId)
@Indexable(type=REINDEX) 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.
assetEntryUsage
- the asset entry usage@Transactional(enabled=false) com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<AssetEntryUsage> getCTPersistence()
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>
@Transactional(enabled=false) java.lang.Class<AssetEntryUsage> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>
@Transactional(rollbackFor=java.lang.Throwable.class) <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 com.liferay.portal.kernel.service.change.tracking.CTService<AssetEntryUsage>
E extends java.lang.Throwable