com.liferay.layout.service.impl.LayoutClassedModelUsageLocalServiceImpl@Deprecated @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetEntryUsageLocalService extends BaseLocalService, CTService<AssetEntryUsage>, 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,
ServiceContext serviceContext)
Deprecated.
|
AssetEntryUsage |
addDefaultAssetEntryUsage(long groupId,
long assetEntryId,
ServiceContext serviceContext)
Deprecated.
|
AssetEntryUsage |
createAssetEntryUsage(long assetEntryUsageId)
Deprecated.
Creates a new asset entry usage with the primary key.
|
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.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
<T> T |
dslQuery(DSLQuery dslQuery)
Deprecated.
|
DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Deprecated.
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Deprecated.
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
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.
|
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,
OrderByComparator<AssetEntryUsage> orderByComparator)
Deprecated.
|
java.util.List<AssetEntryUsage> |
getAssetEntryUsages(long assetEntryId,
int start,
int end,
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,
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.
|
CTPersistence<AssetEntryUsage> |
getCTPersistence()
Deprecated.
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
Deprecated.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
java.lang.Class<AssetEntryUsage> |
getModelClass()
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
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(UnsafeFunction<CTPersistence<AssetEntryUsage>,R,E> updateUnsafeFunction)
Deprecated.
|
getBasePersistence@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, ServiceContext serviceContext)
AssetEntryUsage addDefaultAssetEntryUsage(long groupId, long assetEntryId, ServiceContext serviceContext)
@Transactional(enabled=false) AssetEntryUsage createAssetEntryUsage(long assetEntryUsageId)
assetEntryUsageId - the primary key for the new asset entry usagePersistedModel createPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
createPersistedModel in interface PersistedModelLocalServicePortalException@Indexable(type=DELETE) AssetEntryUsage deleteAssetEntryUsage(AssetEntryUsage assetEntryUsage)
assetEntryUsage - the asset entry usage@Indexable(type=DELETE) AssetEntryUsage deleteAssetEntryUsage(long assetEntryUsageId) throws PortalException
assetEntryUsageId - the primary key of the asset entry usagePortalException - 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)
PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface PersistedModelLocalServicePortalException@Transactional(propagation=SUPPORTS, readOnly=true) <T> T dslQuery(DSLQuery dslQuery)
@Transactional(propagation=SUPPORTS, readOnly=true) DynamicQuery dynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) <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.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(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.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(DynamicQuery dynamicQuery)
dynamicQuery - the dynamic query@Transactional(propagation=SUPPORTS, readOnly=true) long dynamicQueryCount(DynamicQuery dynamicQuery, 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) ActionableDynamicQuery getActionableDynamicQuery()
@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntryUsage getAssetEntryUsage(long assetEntryUsageId) throws PortalException
assetEntryUsageId - the primary key of the asset entry usagePortalException - 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 PortalException
uuid - the asset entry usage's UUIDgroupId - the primary key of the groupPortalException - 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, OrderByComparator<AssetEntryUsage> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntryUsage> getAssetEntryUsages(long assetEntryId, int start, int end, 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, 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) ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
@Transactional(propagation=SUPPORTS, readOnly=true) IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface PersistedModelLocalServicePortalException@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@Transactional(enabled=false) CTPersistence<AssetEntryUsage> getCTPersistence()
getCTPersistence in interface CTService<AssetEntryUsage>@Transactional(enabled=false) java.lang.Class<AssetEntryUsage> getModelClass()
getModelClass in interface CTService<AssetEntryUsage>@Transactional(rollbackFor=java.lang.Throwable.class) <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(UnsafeFunction<CTPersistence<AssetEntryUsage>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CTService<AssetEntryUsage>E extends java.lang.Throwable