@ProviderType
public abstract class AssetTagStatsLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.asset.kernel.service.AssetTagStatsLocalService, com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
This implementation exists only as a container for the default service methods generated by ServiceBuilder. All custom service methods should be put in AssetTagStatsLocalServiceImpl.
AssetTagStatsLocalServiceImpl,
AssetTagStatsLocalServiceUtil| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.asset.kernel.service.persistence.AssetTagFinder |
assetTagFinder |
protected com.liferay.asset.kernel.service.AssetTagLocalService |
assetTagLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
assetTagPersistence |
protected com.liferay.asset.kernel.service.AssetTagStatsLocalService |
assetTagStatsLocalService |
protected com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence |
assetTagStatsPersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
| Constructor and Description |
|---|
AssetTagStatsLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetTagStats |
addAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
Adds the asset tag stats to the database.
|
void |
afterPropertiesSet() |
com.liferay.asset.kernel.model.AssetTagStats |
createAssetTagStats(long tagStatsId)
Creates a new asset tag stats with the primary key.
|
com.liferay.asset.kernel.model.AssetTagStats |
deleteAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
Deletes the asset tag stats from the database.
|
com.liferay.asset.kernel.model.AssetTagStats |
deleteAssetTagStats(long tagStatsId)
Deletes the asset tag stats with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> 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> 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.
|
com.liferay.asset.kernel.model.AssetTagStats |
fetchAssetTagStats(long tagStatsId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.asset.kernel.service.persistence.AssetTagFinder |
getAssetTagFinder()
Returns the asset tag finder.
|
com.liferay.asset.kernel.service.AssetTagLocalService |
getAssetTagLocalService()
Returns the asset tag local service.
|
com.liferay.asset.kernel.service.persistence.AssetTagPersistence |
getAssetTagPersistence()
Returns the asset tag persistence.
|
com.liferay.asset.kernel.model.AssetTagStats |
getAssetTagStats(long tagStatsId)
Returns the asset tag stats with the primary key.
|
List<com.liferay.asset.kernel.model.AssetTagStats> |
getAssetTagStatses(int start,
int end)
Returns a range of all the asset tag statses.
|
int |
getAssetTagStatsesCount()
Returns the number of asset tag statses.
|
com.liferay.asset.kernel.service.AssetTagStatsLocalService |
getAssetTagStatsLocalService()
Returns the asset tag stats local service.
|
com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence |
getAssetTagStatsPersistence()
Returns the asset tag stats persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
protected Class<?> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
Sets the asset tag finder.
|
void |
setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
Sets the asset tag local service.
|
void |
setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
Sets the asset tag persistence.
|
void |
setAssetTagStatsLocalService(com.liferay.asset.kernel.service.AssetTagStatsLocalService assetTagStatsLocalService)
Sets the asset tag stats local service.
|
void |
setAssetTagStatsPersistence(com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence)
Sets the asset tag stats persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
com.liferay.asset.kernel.model.AssetTagStats |
updateAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
Updates the asset tag stats in the database or adds it if it does not yet exist.
|
getClassLoader, getLocalizationMap@BeanReference(type=com.liferay.asset.kernel.service.AssetTagStatsLocalService.class) protected com.liferay.asset.kernel.service.AssetTagStatsLocalService assetTagStatsLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=com.liferay.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.asset.kernel.service.AssetTagLocalService.class) protected com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetTagFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder
@BeanReference(type=com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry.class) protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry persistedModelLocalServiceRegistry
@Indexable(type=REINDEX) public com.liferay.asset.kernel.model.AssetTagStats addAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
addAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServiceassetTagStats - the asset tag statspublic com.liferay.asset.kernel.model.AssetTagStats createAssetTagStats(long tagStatsId)
createAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicetagStatsId - the primary key for the new asset tag stats@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetTagStats deleteAssetTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException
deleteAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicetagStatsId - the primary key of the asset tag statscom.liferay.portal.kernel.exception.PortalException - if a asset tag stats with the primary key could not be found@Indexable(type=DELETE) public com.liferay.asset.kernel.model.AssetTagStats deleteAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
deleteAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServiceassetTagStats - the asset tag statspublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicedynamicQuery - the dynamic querypublic <T> 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 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 com.liferay.asset.kernel.service.AssetTagStatsLocalServicedynamicQuery - 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(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 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 com.liferay.asset.kernel.service.AssetTagStatsLocalServicedynamicQuery - 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 com.liferay.asset.kernel.service.AssetTagStatsLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.asset.kernel.model.AssetTagStats fetchAssetTagStats(long tagStatsId)
fetchAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicepublic com.liferay.asset.kernel.model.AssetTagStats getAssetTagStats(long tagStatsId)
throws com.liferay.portal.kernel.exception.PortalException
getAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicetagStatsId - the primary key of the asset tag statscom.liferay.portal.kernel.exception.PortalException - if a asset tag stats with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public 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.asset.kernel.service.AssetTagStatsLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.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 com.liferay.asset.kernel.service.AssetTagStatsLocalServicestart - 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 com.liferay.asset.kernel.service.AssetTagStatsLocalService@Indexable(type=REINDEX) public com.liferay.asset.kernel.model.AssetTagStats updateAssetTagStats(com.liferay.asset.kernel.model.AssetTagStats assetTagStats)
updateAssetTagStats in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServiceassetTagStats - the asset tag statspublic com.liferay.asset.kernel.service.AssetTagStatsLocalService getAssetTagStatsLocalService()
public void setAssetTagStatsLocalService(com.liferay.asset.kernel.service.AssetTagStatsLocalService assetTagStatsLocalService)
assetTagStatsLocalService - the asset tag stats local servicepublic com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence getAssetTagStatsPersistence()
public void setAssetTagStatsPersistence(com.liferay.asset.kernel.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence)
assetTagStatsPersistence - the asset tag stats persistencepublic com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic com.liferay.asset.kernel.service.AssetTagLocalService getAssetTagLocalService()
public void setAssetTagLocalService(com.liferay.asset.kernel.service.AssetTagLocalService assetTagLocalService)
assetTagLocalService - the asset tag local servicepublic com.liferay.asset.kernel.service.persistence.AssetTagPersistence getAssetTagPersistence()
public void setAssetTagPersistence(com.liferay.asset.kernel.service.persistence.AssetTagPersistence assetTagPersistence)
assetTagPersistence - the asset tag persistencepublic com.liferay.asset.kernel.service.persistence.AssetTagFinder getAssetTagFinder()
public void setAssetTagFinder(com.liferay.asset.kernel.service.persistence.AssetTagFinder assetTagFinder)
assetTagFinder - the asset tag finderpublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.asset.kernel.service.AssetTagStatsLocalServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query