com.liferay.asset.tag.stats.service.impl.AssetTagStatsLocalServiceImpl
@Deprecated @ProviderType public class AssetTagStatsLocalServiceWrapper extends Object implements AssetTagStatsLocalService, ServiceWrapper<AssetTagStatsLocalService>
AssetTagStatsLocalService
.AssetTagStatsLocalService
Constructor and Description |
---|
AssetTagStatsLocalServiceWrapper(AssetTagStatsLocalService assetTagStatsLocalService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AssetTagStats |
addAssetTagStats(AssetTagStats assetTagStats)
Deprecated.
Adds the asset tag stats to the database.
|
AssetTagStats |
addTagStats(long tagId,
long classNameId)
Deprecated.
Adds an asset tag statistics instance.
|
AssetTagStats |
createAssetTagStats(long tagStatsId)
Deprecated.
Creates a new asset tag stats with the primary key.
|
AssetTagStats |
deleteAssetTagStats(AssetTagStats assetTagStats)
Deprecated.
Deletes the asset tag stats from the database.
|
AssetTagStats |
deleteAssetTagStats(long tagStatsId)
Deprecated.
Deletes the asset tag stats with the primary key from the database.
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
Deprecated.
|
void |
deleteTagStats(AssetTagStats tagStats)
Deprecated.
Deletes the asset tag statistics instance.
|
void |
deleteTagStats(long tagStatsId)
Deprecated.
Deletes the asset tag statistics instance matching the tag statistics ID.
|
void |
deleteTagStatsByClassNameId(long classNameId)
Deprecated.
Deletes all asset tag statistics instances associated with the asset
entry matching the class name ID.
|
void |
deleteTagStatsByTagId(long tagId)
Deprecated.
Deletes all asset tag statistics instances associated with the tag.
|
DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> 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> 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.
|
AssetTagStats |
fetchAssetTagStats(long tagStatsId)
Deprecated.
|
ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
AssetTagStats |
getAssetTagStats(long tagStatsId)
Deprecated.
Returns the asset tag stats with the primary key.
|
List<AssetTagStats> |
getAssetTagStatses(int start,
int end)
Deprecated.
Returns a range of all the asset tag statses.
|
int |
getAssetTagStatsesCount()
Deprecated.
Returns the number of asset tag statses.
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
Deprecated.
|
List<AssetTagStats> |
getTagStats(long classNameId,
int start,
int end)
Deprecated.
Returns a range of all the asset tag statistics instances associated with
the asset entry matching the class name ID.
|
AssetTagStats |
getTagStats(long tagId,
long classNameId)
Deprecated.
Returns the asset tag statistics instance with the tag and asset entry
matching the class name ID
|
AssetTagStatsLocalService |
getWrappedService()
Deprecated.
|
void |
setWrappedService(AssetTagStatsLocalService assetTagStatsLocalService)
Deprecated.
|
AssetTagStats |
updateAssetTagStats(AssetTagStats assetTagStats)
Deprecated.
Updates the asset tag stats in the database or adds it if it does not yet exist.
|
AssetTagStats |
updateTagStats(long tagId,
long classNameId)
Deprecated.
Updates the asset tag statistics instance.
|
public AssetTagStatsLocalServiceWrapper(AssetTagStatsLocalService assetTagStatsLocalService)
public AssetTagStats addAssetTagStats(AssetTagStats assetTagStats)
addAssetTagStats
in interface AssetTagStatsLocalService
assetTagStats
- the asset tag statspublic AssetTagStats addTagStats(long tagId, long classNameId)
addTagStats
in interface AssetTagStatsLocalService
tagId
- the primary key of the tagclassNameId
- the asset entry's class name IDpublic AssetTagStats createAssetTagStats(long tagStatsId)
createAssetTagStats
in interface AssetTagStatsLocalService
tagStatsId
- the primary key for the new asset tag statspublic AssetTagStats deleteAssetTagStats(AssetTagStats assetTagStats)
deleteAssetTagStats
in interface AssetTagStatsLocalService
assetTagStats
- the asset tag statspublic AssetTagStats deleteAssetTagStats(long tagStatsId) throws PortalException
deleteAssetTagStats
in interface AssetTagStatsLocalService
tagStatsId
- the primary key of the asset tag statsPortalException
- if a asset tag stats with the primary key could not be foundpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel
in interface AssetTagStatsLocalService
deletePersistedModel
in interface PersistedModelLocalService
PortalException
public void deleteTagStats(AssetTagStats tagStats)
deleteTagStats
in interface AssetTagStatsLocalService
tagStats
- the asset tag statistics instancepublic void deleteTagStats(long tagStatsId) throws PortalException
deleteTagStats
in interface AssetTagStatsLocalService
tagStatsId
- the primary key of the asset tag statistics instancePortalException
public void deleteTagStatsByClassNameId(long classNameId)
deleteTagStatsByClassNameId
in interface AssetTagStatsLocalService
classNameId
- the asset entry's class name IDpublic void deleteTagStatsByTagId(long tagId)
deleteTagStatsByTagId
in interface AssetTagStatsLocalService
tagId
- the primary key of the tagpublic DynamicQuery dynamicQuery()
dynamicQuery
in interface AssetTagStatsLocalService
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery
in interface AssetTagStatsLocalService
dynamicQuery
- the dynamic querypublic <T> 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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from AssetTagStatsModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface AssetTagStatsLocalService
dynamicQuery
- 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> 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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from AssetTagStatsModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery
in interface AssetTagStatsLocalService
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
)public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount
in interface AssetTagStatsLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
dynamicQueryCount
in interface AssetTagStatsLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic AssetTagStats fetchAssetTagStats(long tagStatsId)
fetchAssetTagStats
in interface AssetTagStatsLocalService
public ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface AssetTagStatsLocalService
public AssetTagStats getAssetTagStats(long tagStatsId) throws PortalException
getAssetTagStats
in interface AssetTagStatsLocalService
tagStatsId
- the primary key of the asset tag statsPortalException
- if a asset tag stats with the primary key could not be foundpublic List<AssetTagStats> getAssetTagStatses(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 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 and pagination is required (start
and end
are not QueryUtil.ALL_POS
), then the query will include the default ORDER BY logic from AssetTagStatsModelImpl
. If both orderByComparator
and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetTagStatses
in interface AssetTagStatsLocalService
start
- the lower bound of the range of asset tag statsesend
- the upper bound of the range of asset tag statses (not inclusive)public int getAssetTagStatsesCount()
getAssetTagStatsesCount
in interface AssetTagStatsLocalService
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface AssetTagStatsLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetTagStatsLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj) throws PortalException
getPersistedModel
in interface AssetTagStatsLocalService
getPersistedModel
in interface PersistedModelLocalService
PortalException
public List<AssetTagStats> getTagStats(long classNameId, 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 QueryUtil.ALL_POS
will return the full
result set.
getTagStats
in interface AssetTagStatsLocalService
classNameId
- the asset entry's class name IDstart
- the lower bound of the range of resultsend
- the upper bound of the range of results (not inclusive)public AssetTagStats getTagStats(long tagId, long classNameId)
getTagStats
in interface AssetTagStatsLocalService
tagId
- the primary key of the tagclassNameId
- the asset entry's class name IDpublic AssetTagStats updateAssetTagStats(AssetTagStats assetTagStats)
updateAssetTagStats
in interface AssetTagStatsLocalService
assetTagStats
- the asset tag statspublic AssetTagStats updateTagStats(long tagId, long classNameId) throws PortalException
updateTagStats
in interface AssetTagStatsLocalService
tagId
- the primary key of the tagclassNameId
- the asset entry's class name IDPortalException
public AssetTagStatsLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<AssetTagStatsLocalService>
public void setWrappedService(AssetTagStatsLocalService assetTagStatsLocalService)
setWrappedService
in interface ServiceWrapper<AssetTagStatsLocalService>