@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.PersistedModelLocalService
AssetEntryUsageLocalServiceUtil
Modifier and Type | Method and Description |
---|---|
AssetEntryUsage |
addAssetEntryUsage(AssetEntryUsage assetEntryUsage)
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) |
AssetEntryUsage |
addDefaultAssetEntryUsage(long groupId,
long assetEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetEntryUsage |
createAssetEntryUsage(long assetEntryUsageId)
Creates a new asset entry usage with the primary key.
|
AssetEntryUsage |
deleteAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Deletes the asset entry usage from the database.
|
AssetEntryUsage |
deleteAssetEntryUsage(long assetEntryUsageId)
Deletes the asset entry usage with the primary key from the database.
|
void |
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) |
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.
|
AssetEntryUsage |
fetchAssetEntryUsage(long assetEntryUsageId) |
AssetEntryUsage |
fetchAssetEntryUsage(long assetEntryId,
long containerType,
java.lang.String containerKey,
long plid) |
AssetEntryUsage |
fetchAssetEntryUsageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset entry usage matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
AssetEntryUsage |
getAssetEntryUsage(long assetEntryUsageId)
Returns the asset entry usage with the primary key.
|
AssetEntryUsage |
getAssetEntryUsageByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the asset entry usage matching the UUID and group.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(int start,
int end)
Returns a range of all the asset entry usages.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId) |
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator) |
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetEntryUsage> orderByComparator) |
java.util.List<AssetEntryUsage> |
getAssetEntryUsagesByPlid(long plid) |
int |
getAssetEntryUsagesCount()
Returns the number of asset entry usages.
|
int |
getAssetEntryUsagesCount(long assetEntryId) |
int |
getAssetEntryUsagesCount(long assetEntryId,
int type) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
int |
getUniqueAssetEntryUsagesCount(long assetEntryId) |
boolean |
hasDefaultAssetEntryUsage(long assetEntryId) |
AssetEntryUsage |
updateAssetEntryUsage(AssetEntryUsage assetEntryUsage)
Updates the asset entry usage in the database or adds it if it does not yet exist.
|
@Indexable(type=REINDEX) AssetEntryUsage addAssetEntryUsage(AssetEntryUsage assetEntryUsage)
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 usage@Indexable(type=DELETE) AssetEntryUsage deleteAssetEntryUsage(AssetEntryUsage assetEntryUsage)
assetEntryUsage
- the asset entry usage@Indexable(type=DELETE) AssetEntryUsage deleteAssetEntryUsage(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 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) 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) 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.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)
assetEntryUsage
- the asset entry usage