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.AssetEntryFinder |
assetEntryFinder |
protected com.liferay.asset.kernel.service.AssetEntryLocalService |
assetEntryLocalService |
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.portal.kernel.service.ClassNameLocalService |
classNameLocalService |
protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
classNamePersistence |
protected com.liferay.counter.kernel.service.CounterLocalService |
counterLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupFinder |
groupFinder |
protected com.liferay.portal.kernel.service.GroupLocalService |
groupLocalService |
protected com.liferay.portal.kernel.service.persistence.GroupPersistence |
groupPersistence |
protected com.liferay.portal.kernel.service.PersistedModelLocalServiceRegistry |
persistedModelLocalServiceRegistry |
protected com.liferay.portal.kernel.service.persistence.UserFinder |
userFinder |
protected com.liferay.portal.kernel.service.UserLocalService |
userLocalService |
protected com.liferay.portal.kernel.service.persistence.UserPersistence |
userPersistence |
| 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.
|
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() |
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) |
com.liferay.asset.kernel.service.persistence.AssetEntryFinder |
getAssetEntryFinder()
Returns the asset entry finder.
|
com.liferay.asset.kernel.service.AssetEntryLocalService |
getAssetEntryLocalService()
Returns the asset entry local service.
|
com.liferay.asset.kernel.service.persistence.AssetEntryPersistence |
getAssetEntryPersistence()
Returns the asset entry persistence.
|
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.ClassNameLocalService |
getClassNameLocalService()
Returns the class name local service.
|
com.liferay.portal.kernel.service.persistence.ClassNamePersistence |
getClassNamePersistence()
Returns the class name persistence.
|
com.liferay.counter.kernel.service.CounterLocalService |
getCounterLocalService()
Returns the counter local service.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.service.persistence.GroupFinder |
getGroupFinder()
Returns the group finder.
|
com.liferay.portal.kernel.service.GroupLocalService |
getGroupLocalService()
Returns the group local service.
|
com.liferay.portal.kernel.service.persistence.GroupPersistence |
getGroupPersistence()
Returns the group persistence.
|
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) |
com.liferay.portal.kernel.service.persistence.UserFinder |
getUserFinder()
Returns the user finder.
|
com.liferay.portal.kernel.service.UserLocalService |
getUserLocalService()
Returns the user local service.
|
com.liferay.portal.kernel.service.persistence.UserPersistence |
getUserPersistence()
Returns the user persistence.
|
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 |
setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
Sets the asset entry finder.
|
void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
Sets the asset entry local service.
|
void |
setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
Sets the asset entry persistence.
|
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 |
setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
Sets the class name local service.
|
void |
setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
Sets the class name persistence.
|
void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
Sets the counter local service.
|
void |
setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
Sets the group finder.
|
void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
Sets the group local service.
|
void |
setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
Sets the group persistence.
|
void |
setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
Sets the user finder.
|
void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
Sets the user local service.
|
void |
setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
Sets the user persistence.
|
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.
|
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, 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.portal.kernel.service.ClassNameLocalService.class) protected com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.ClassNamePersistence.class) protected com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence
@BeanReference(type=com.liferay.portal.kernel.service.GroupLocalService.class) protected com.liferay.portal.kernel.service.GroupLocalService groupLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupPersistence.class) protected com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.GroupFinder.class) protected com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder
@BeanReference(type=com.liferay.portal.kernel.service.UserLocalService.class) protected com.liferay.portal.kernel.service.UserLocalService userLocalService
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserPersistence.class) protected com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence
@BeanReference(type=com.liferay.portal.kernel.service.persistence.UserFinder.class) protected com.liferay.portal.kernel.service.persistence.UserFinder userFinder
@BeanReference(type=com.liferay.asset.kernel.service.AssetEntryLocalService.class) protected com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryPersistence.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.asset.kernel.service.persistence.AssetEntryFinder.class) protected com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder
@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)
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
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)
deleteAssetTag in interface com.liferay.asset.kernel.service.AssetTagLocalServiceassetTag - the asset tagpublic 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 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.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)
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 com.liferay.portal.kernel.service.ClassNameLocalService getClassNameLocalService()
public void setClassNameLocalService(com.liferay.portal.kernel.service.ClassNameLocalService classNameLocalService)
classNameLocalService - the class name local servicepublic com.liferay.portal.kernel.service.persistence.ClassNamePersistence getClassNamePersistence()
public void setClassNamePersistence(com.liferay.portal.kernel.service.persistence.ClassNamePersistence classNamePersistence)
classNamePersistence - the class name persistencepublic com.liferay.portal.kernel.service.GroupLocalService getGroupLocalService()
public void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
groupLocalService - the group local servicepublic com.liferay.portal.kernel.service.persistence.GroupPersistence getGroupPersistence()
public void setGroupPersistence(com.liferay.portal.kernel.service.persistence.GroupPersistence groupPersistence)
groupPersistence - the group persistencepublic com.liferay.portal.kernel.service.persistence.GroupFinder getGroupFinder()
public void setGroupFinder(com.liferay.portal.kernel.service.persistence.GroupFinder groupFinder)
groupFinder - the group finderpublic com.liferay.portal.kernel.service.UserLocalService getUserLocalService()
public void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)
userLocalService - the user local servicepublic com.liferay.portal.kernel.service.persistence.UserPersistence getUserPersistence()
public void setUserPersistence(com.liferay.portal.kernel.service.persistence.UserPersistence userPersistence)
userPersistence - the user persistencepublic com.liferay.portal.kernel.service.persistence.UserFinder getUserFinder()
public void setUserFinder(com.liferay.portal.kernel.service.persistence.UserFinder userFinder)
userFinder - the user finderpublic com.liferay.asset.kernel.service.AssetEntryLocalService getAssetEntryLocalService()
public void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
assetEntryLocalService - the asset entry local servicepublic com.liferay.asset.kernel.service.persistence.AssetEntryPersistence getAssetEntryPersistence()
public void setAssetEntryPersistence(com.liferay.asset.kernel.service.persistence.AssetEntryPersistence assetEntryPersistence)
assetEntryPersistence - the asset entry persistencepublic com.liferay.asset.kernel.service.persistence.AssetEntryFinder getAssetEntryFinder()
public void setAssetEntryFinder(com.liferay.asset.kernel.service.persistence.AssetEntryFinder assetEntryFinder)
assetEntryFinder - the asset entry finderpublic 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.IdentifiableOSGiServiceprotected Class<?> getModelClass()
protected String getModelClassName()
protected void runSQL(String sql)
sql - the sql query