public abstract class AssetTagLocalServiceBaseImpl
extends com.liferay.portal.kernel.service.BaseLocalServiceImpl
implements com.liferay.asset.kernel.service.AssetTagLocalService, 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 AssetTagLocalServiceImpl.
AssetTagLocalServiceImpl| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
assetEntryPersistence |
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.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
| Constructor and Description |
|---|
AssetTagLocalServiceBaseImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetEntryAssetTag(long entryId,
com.liferay.asset.kernel.model.AssetTag assetTag) |
void |
addAssetEntryAssetTag(long entryId,
long tagId) |
void |
addAssetEntryAssetTags(long entryId,
List<com.liferay.asset.kernel.model.AssetTag> assetTags) |
void |
addAssetEntryAssetTags(long entryId,
long[] tagIds) |
com.liferay.asset.kernel.model.AssetTag |
addAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Adds the asset tag to the database.
|
void |
afterPropertiesSet() |
void |
clearAssetEntryAssetTags(long entryId) |
com.liferay.asset.kernel.model.AssetTag |
createAssetTag(long tagId)
Creates a new asset tag with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(Serializable primaryKeyObj) |
void |
deleteAssetEntryAssetTag(long entryId,
com.liferay.asset.kernel.model.AssetTag assetTag) |
void |
deleteAssetEntryAssetTag(long entryId,
long tagId) |
void |
deleteAssetEntryAssetTags(long entryId,
List<com.liferay.asset.kernel.model.AssetTag> assetTags) |
void |
deleteAssetEntryAssetTags(long entryId,
long[] tagIds) |
com.liferay.asset.kernel.model.AssetTag |
deleteAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Deletes the asset tag from the database.
|
com.liferay.asset.kernel.model.AssetTag |
deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
void |
destroy() |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
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.AssetTag |
fetchAssetTag(long tagId) |
com.liferay.asset.kernel.model.AssetTag |
fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetEntryAssetTags(long entryId) |
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end) |
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator) |
int |
getAssetEntryAssetTagsCount(long entryId) |
long[] |
getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag.
|
com.liferay.asset.kernel.model.AssetTag |
getAssetTag(long tagId)
Returns the asset tag with the primary key.
|
com.liferay.asset.kernel.model.AssetTag |
getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group.
|
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.
|
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetTags(int start,
int end)
Returns a range of all the asset tags.
|
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company.
|
List<com.liferay.asset.kernel.model.AssetTag> |
getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.
|
int |
getAssetTagsCount()
Returns the number of asset tags.
|
com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTag> |
getBasePersistence() |
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTag> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
Class<com.liferay.asset.kernel.model.AssetTag> |
getModelClass() |
protected String |
getModelClassName() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(Serializable primaryKeyObj) |
boolean |
hasAssetEntryAssetTag(long entryId,
long tagId) |
boolean |
hasAssetEntryAssetTags(long entryId) |
protected void |
initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery) |
protected void |
runSQL(String sql)
Performs a SQL query.
|
void |
setAssetEntryAssetTags(long entryId,
long[] tagIds) |
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 |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
com.liferay.asset.kernel.model.AssetTag |
updateAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist.
|
<R,E extends Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTag>,R,E> updateUnsafeFunction) |
getClassLoader, getLocalizationMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTag, checkTags, checkTags, decrementAssetCount, deleteGroupTags, deleteTag, deleteTag, fetchTag, getEntryTags, getGroupsTags, getGroupTags, getGroupTags, getGroupTagsCount, getSocialActivityCounterOffsetTags, getSocialActivityCounterPeriodTags, getTag, getTag, getTagIds, getTagIds, getTagIds, getTagIds, getTagNames, getTagNames, getTagNames, getTags, getTags, getTags, getTags, getTags, getTagsSize, getTagsSize, hasTag, incrementAssetCount, mergeTags, search, search, searchTags, subscribeTag, unsubscribeTag, updateTag@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.counter.kernel.service.CounterLocalService.class) protected com.liferay.counter.kernel.service.CounterLocalService counterLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
@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.AssetTag addAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Important: Inspect AssetTagLocalServiceImpl 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.
addAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServiceassetTag - the asset tag@Transactional(enabled=false) public com.liferay.asset.kernel.model.AssetTag createAssetTag(long tagId)
createAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicetagId - the primary key for the new asset tag@Indexable(type=DELETE)
public com.liferay.asset.kernel.model.AssetTag deleteAssetTag(long tagId)
throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect AssetTagLocalServiceImpl 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.
deleteAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicetagId - the primary key of the asset tagcom.liferay.portal.kernel.exception.PortalException - if a asset tag with the primary key could not be found@Indexable(type=DELETE) public com.liferay.asset.kernel.model.AssetTag deleteAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Important: Inspect AssetTagLocalServiceImpl 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.
deleteAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServiceassetTag - the asset tagpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.asset.kernel.service.AssetTagLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicedynamicQuery - 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 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.portlet.asset.model.impl.AssetTagModelImpl.
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicedynamicQuery - 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 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.portlet.asset.model.impl.AssetTagModelImpl.
dynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicedynamicQuery - 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.AssetTagLocalServicedynamicQuery - 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.AssetTagLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic com.liferay.asset.kernel.model.AssetTag fetchAssetTag(long tagId)
fetchAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic com.liferay.asset.kernel.model.AssetTag fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
fetchAssetTagByUuidAndGroupId in interface com.liferay.asset.kernel.service.AssetTagLocalServiceuuid - the asset tag's UUIDgroupId - the primary key of the groupnull if a matching asset tag could not be foundpublic com.liferay.asset.kernel.model.AssetTag getAssetTag(long tagId)
throws com.liferay.portal.kernel.exception.PortalException
getAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicetagId - the primary key of the asset tagcom.liferay.portal.kernel.exception.PortalException - if a asset tag with the primary key could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServiceprotected void initActionableDynamicQuery(com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery actionableDynamicQuery)
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.asset.kernel.service.AssetTagLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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.AssetTagLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTag> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.asset.kernel.service.AssetTagLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
getAssetTagsByUuidAndCompanyId in interface com.liferay.asset.kernel.service.AssetTagLocalServiceuuid - the UUID of the asset tagscompanyId - the primary key of the companypublic List<com.liferay.asset.kernel.model.AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
getAssetTagsByUuidAndCompanyId in interface com.liferay.asset.kernel.service.AssetTagLocalServiceuuid - the UUID of the asset tagscompanyId - the primary key of the companystart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public com.liferay.asset.kernel.model.AssetTag getAssetTagByUuidAndGroupId(String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getAssetTagByUuidAndGroupId in interface com.liferay.asset.kernel.service.AssetTagLocalServiceuuid - the asset tag's UUIDgroupId - the primary key of the groupcom.liferay.portal.kernel.exception.PortalException - if a matching asset tag could not be foundpublic List<com.liferay.asset.kernel.model.AssetTag> getAssetTags(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.portlet.asset.model.impl.AssetTagModelImpl.
getAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicestart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)public int getAssetTagsCount()
getAssetTagsCount in interface com.liferay.asset.kernel.service.AssetTagLocalService@Indexable(type=REINDEX) public com.liferay.asset.kernel.model.AssetTag updateAssetTag(com.liferay.asset.kernel.model.AssetTag assetTag)
Important: Inspect AssetTagLocalServiceImpl 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.
updateAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServiceassetTag - the asset tagpublic void addAssetEntryAssetTag(long entryId,
long tagId)
addAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void addAssetEntryAssetTag(long entryId,
com.liferay.asset.kernel.model.AssetTag assetTag)
addAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void addAssetEntryAssetTags(long entryId,
long[] tagIds)
addAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void addAssetEntryAssetTags(long entryId,
List<com.liferay.asset.kernel.model.AssetTag> assetTags)
addAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void clearAssetEntryAssetTags(long entryId)
clearAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void deleteAssetEntryAssetTag(long entryId,
long tagId)
deleteAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void deleteAssetEntryAssetTag(long entryId,
com.liferay.asset.kernel.model.AssetTag assetTag)
deleteAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void deleteAssetEntryAssetTags(long entryId,
long[] tagIds)
deleteAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void deleteAssetEntryAssetTags(long entryId,
List<com.liferay.asset.kernel.model.AssetTag> assetTags)
deleteAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic long[] getAssetEntryPrimaryKeys(long tagId)
getAssetEntryPrimaryKeys in interface com.liferay.asset.kernel.service.AssetTagLocalServicetagId - the tagId of the asset tagpublic List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId)
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end)
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic List<com.liferay.asset.kernel.model.AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTag> orderByComparator)
getAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic int getAssetEntryAssetTagsCount(long entryId)
getAssetEntryAssetTagsCount in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic boolean hasAssetEntryAssetTag(long entryId,
long tagId)
hasAssetEntryAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic boolean hasAssetEntryAssetTags(long entryId)
hasAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic void setAssetEntryAssetTags(long entryId,
long[] tagIds)
setAssetEntryAssetTags in interface com.liferay.asset.kernel.service.AssetTagLocalServicepublic 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 com.liferay.counter.kernel.service.CounterLocalService getCounterLocalService()
public void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
counterLocalService - the counter local servicepublic void afterPropertiesSet()
public void destroy()
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface com.liferay.asset.kernel.service.AssetTagLocalServicegetOSGiServiceIdentifier in interface com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTag> getCTPersistence()
getCTPersistence in interface com.liferay.asset.kernel.service.AssetTagLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.asset.kernel.model.AssetTag>public Class<com.liferay.asset.kernel.model.AssetTag> getModelClass()
getModelClass in interface com.liferay.asset.kernel.service.AssetTagLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.asset.kernel.model.AssetTag>public <R,E extends Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTag>,R,E> updateUnsafeFunction)
throws E extends Throwable
updateWithUnsafeFunction in interface com.liferay.asset.kernel.service.AssetTagLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.asset.kernel.model.AssetTag>E extends Throwableprotected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query