Liferay 7.0-ce-b4

com.liferay.portlet.asset.service
Interface AssetTagLocalService

All Superinterfaces:
BaseLocalService, PersistedModelLocalService
All Known Implementing Classes:
AssetTagLocalServiceWrapper

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface AssetTagLocalService
extends BaseLocalService, PersistedModelLocalService

Provides the local service interface for AssetTag. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
AssetTagLocalServiceUtil, com.liferay.portlet.asset.service.base.AssetTagLocalServiceBaseImpl, com.liferay.portlet.asset.service.impl.AssetTagLocalServiceImpl

Method Summary
 void addAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 void addAssetEntryAssetTag(long entryId, long tagId)
           
 void addAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 void addAssetEntryAssetTags(long entryId, long[] tagIds)
           
 AssetTag addAssetTag(AssetTag assetTag)
          Adds the asset tag to the database.
 AssetTag addTag(long userId, long groupId, String name, ServiceContext serviceContext)
          Adds an asset tag.
 List<AssetTag> checkTags(long userId, Group group, String[] names)
          Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.
 List<AssetTag> checkTags(long userId, long groupId, String[] names)
          Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.
 void clearAssetEntryAssetTags(long entryId)
           
 AssetTag createAssetTag(long tagId)
          Creates a new asset tag with the primary key.
 AssetTag decrementAssetCount(long tagId, long classNameId)
          Decrements the number of assets to which the asset tag has been applied.
 void deleteAssetEntryAssetTag(long entryId, AssetTag assetTag)
           
 void deleteAssetEntryAssetTag(long entryId, long tagId)
           
 void deleteAssetEntryAssetTags(long entryId, List<AssetTag> AssetTags)
           
 void deleteAssetEntryAssetTags(long entryId, long[] tagIds)
           
 AssetTag deleteAssetTag(AssetTag assetTag)
          Deletes the asset tag from the database.
 AssetTag deleteAssetTag(long tagId)
          Deletes the asset tag with the primary key from the database.
 void deleteGroupTags(long groupId)
          Deletes all asset tags in the group.
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteTag(AssetTag tag)
          Deletes the asset tag.
 void deleteTag(long tagId)
          Deletes the asset tag.
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(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(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 AssetTag fetchAssetTag(long tagId)
           
 AssetTag fetchAssetTagByUuidAndGroupId(String uuid, long groupId)
          Returns the asset tag matching the UUID and group.
 AssetTag fetchTag(long groupId, String name)
          Returns the asset tag with the name in the group.
 ActionableDynamicQuery getActionableDynamicQuery()
           
 List<AssetTag> getAssetEntryAssetTags(long entryId)
           
 List<AssetTag> getAssetEntryAssetTags(long entryId, int start, int end)
           
 List<AssetTag> getAssetEntryAssetTags(long entryId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
           
 int getAssetEntryAssetTagsCount(long entryId)
           
 long[] getAssetEntryPrimaryKeys(long tagId)
          Returns the entryIds of the asset entries associated with the asset tag.
 AssetTag getAssetTag(long tagId)
          Returns the asset tag with the primary key.
 AssetTag getAssetTagByUuidAndGroupId(String uuid, long groupId)
          Returns the asset tag matching the UUID and group.
 List<AssetTag> getAssetTags(int start, int end)
          Returns a range of all the asset tags.
 List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the asset tags matching the UUID and company.
 List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<AssetTag> orderByComparator)
          Returns a range of asset tags matching the UUID and company.
 int getAssetTagsCount()
          Returns the number of asset tags.
 List<AssetTag> getEntryTags(long entryId)
          Returns the asset tags of the asset entry.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 List<AssetTag> getGroupsTags(long[] groupIds)
          Returns the asset tags in the groups.
 List<AssetTag> getGroupTags(long groupId)
          Returns the asset tags in the group.
 List<AssetTag> getGroupTags(long groupId, int start, int end)
          Returns a range of all the asset tags in the group.
 int getGroupTagsCount(long groupId)
          Returns the number of asset tags in the group.
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 List<AssetTag> getSocialActivityCounterOffsetTags(long groupId, String socialActivityCounterName, int startOffset, int endOffset)
           
 List<AssetTag> getSocialActivityCounterPeriodTags(long groupId, String socialActivityCounterName, int startPeriod, int endPeriod)
           
 AssetTag getTag(long tagId)
          Returns the asset tag with the primary key.
 AssetTag getTag(long groupId, String name)
          Returns the asset tag with the name in the group.
 long[] getTagIds(long[] groupIds, String name)
          Returns the primary keys of the asset tags with the name in the groups.
 long[] getTagIds(long[] groupIds, String[] names)
          Returns the primary keys of the asset tags with the names in the groups.
 long[] getTagIds(long groupId, String[] names)
          Returns the primary keys of the asset tags with the names in the group.
 String[] getTagNames()
          Returns the names of all the asset tags.
 String[] getTagNames(long classNameId, long classPK)
          Returns the names of the asset tags of the entity.
 String[] getTagNames(String className, long classPK)
          Returns the names of the asset tags of the entity
 List<AssetTag> getTags()
          Returns all the asset tags.
 List<AssetTag> getTags(long classNameId, long classPK)
          Returns the asset tags of the entity.
 List<AssetTag> getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> getTags(long groupId, long classNameId, String name, int start, int end)
           
 List<AssetTag> getTags(String className, long classPK)
          Returns the asset tags of the entity.
 int getTagsSize(long groupId, long classNameId, String name)
           
 boolean hasAssetEntryAssetTag(long entryId, long tagId)
           
 boolean hasAssetEntryAssetTags(long entryId)
           
 boolean hasTag(long groupId, String name)
          Returns true if the group contains an asset tag with the name.
 AssetTag incrementAssetCount(long tagId, long classNameId)
          Increments the number of assets to which the asset tag has been applied.
 void mergeTags(long fromTagId, long toTagId)
          Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.
 List<AssetTag> search(long[] groupIds, String name, int start, int end)
          Returns the asset tags in the groups whose names match the pattern.
 List<AssetTag> search(long groupId, String name, int start, int end)
          Returns the asset tags in the group whose names match the pattern.
 void setAssetEntryAssetTags(long entryId, long[] tagIds)
           
 AssetTag updateAssetTag(AssetTag assetTag)
          Updates the asset tag in the database or adds it if it does not yet exist.
 AssetTag updateTag(long userId, long tagId, String name, ServiceContext serviceContext)
           
 

Method Detail

addAssetEntryAssetTag

void addAssetEntryAssetTag(long entryId,
                           AssetTag assetTag)

addAssetEntryAssetTag

void addAssetEntryAssetTag(long entryId,
                           long tagId)

addAssetEntryAssetTags

void addAssetEntryAssetTags(long entryId,
                            List<AssetTag> AssetTags)

addAssetEntryAssetTags

void addAssetEntryAssetTags(long entryId,
                            long[] tagIds)

addAssetTag

@Indexable(type=REINDEX)
AssetTag addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. Also notifies the appropriate model listeners.

Parameters:
assetTag - the asset tag
Returns:
the asset tag that was added

addTag

AssetTag addTag(long userId,
                long groupId,
                String name,
                ServiceContext serviceContext)
                throws PortalException
Adds an asset tag.

Parameters:
userId - the primary key of the user adding the asset tag
groupId - the primary key of the group in which the asset tag is to be added
name - the asset tag's name
serviceContext - the service context to be applied
Returns:
the asset tag that was added
Throws:
PortalException

checkTags

List<AssetTag> checkTags(long userId,
                         Group group,
                         String[] names)
                         throws PortalException
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.

For each name, if an asset tag with the name doesn't already exist in the group, this method creates a new asset tag with the name in the group.

Parameters:
userId - the primary key of the user checking the asset tags
group - the group in which to check the asset tags
names - the asset tag names
Returns:
the asset tags matching the group and names and new asset tags matching the names that don't already exist in the group
Throws:
PortalException

checkTags

List<AssetTag> checkTags(long userId,
                         long groupId,
                         String[] names)
                         throws PortalException
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them.

Parameters:
userId - the primary key of the user checking the asset tags
groupId - the primary key of the group in which check the asset tags
names - the asset tag names
Returns:
the asset tags matching the group and names and new asset tags matching the names that don't already exist in the group
Throws:
PortalException

clearAssetEntryAssetTags

void clearAssetEntryAssetTags(long entryId)

createAssetTag

AssetTag createAssetTag(long tagId)
Creates a new asset tag with the primary key. Does not add the asset tag to the database.

Parameters:
tagId - the primary key for the new asset tag
Returns:
the new asset tag

decrementAssetCount

AssetTag decrementAssetCount(long tagId,
                             long classNameId)
                             throws PortalException
Decrements the number of assets to which the asset tag has been applied.

Parameters:
tagId - the primary key of the asset tag
classNameId - the class name ID of the entity to which the asset tag had been applied
Returns:
the asset tag
Throws:
PortalException

deleteAssetEntryAssetTag

void deleteAssetEntryAssetTag(long entryId,
                              AssetTag assetTag)

deleteAssetEntryAssetTag

void deleteAssetEntryAssetTag(long entryId,
                              long tagId)

deleteAssetEntryAssetTags

void deleteAssetEntryAssetTags(long entryId,
                               List<AssetTag> AssetTags)

deleteAssetEntryAssetTags

void deleteAssetEntryAssetTags(long entryId,
                               long[] tagIds)

deleteAssetTag

@Indexable(type=DELETE)
AssetTag deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. Also notifies the appropriate model listeners.

Parameters:
assetTag - the asset tag
Returns:
the asset tag that was removed

deleteAssetTag

@Indexable(type=DELETE)
AssetTag deleteAssetTag(long tagId)
                        throws PortalException
Deletes the asset tag with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
tagId - the primary key of the asset tag
Returns:
the asset tag that was removed
Throws:
PortalException - if a asset tag with the primary key could not be found

deleteGroupTags

void deleteGroupTags(long groupId)
                     throws PortalException
Deletes all asset tags in the group.

Parameters:
groupId - the primary key of the group in which to delete all asset tags
Throws:
PortalException

deletePersistedModel

PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Throws:
PortalException

deleteTag

@SystemEvent(type=1)
void deleteTag(AssetTag tag)
               throws PortalException
Deletes the asset tag.

Parameters:
tag - the asset tag to be deleted
Throws:
PortalException

deleteTag

void deleteTag(long tagId)
               throws PortalException
Deletes the asset tag.

Parameters:
tagId - the primary key of the asset tag
Throws:
PortalException

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
Performs a dynamic query on the database and returns a range of the matching rows.

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 com.liferay.portlet.asset.model.impl.AssetTagModelImpl. 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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

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 com.liferay.portlet.asset.model.impl.AssetTagModelImpl. 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.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery,
                       Projection projection)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchAssetTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag fetchAssetTag(long tagId)

fetchAssetTagByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag fetchAssetTagByUuidAndGroupId(String uuid,
                                                                                long groupId)
Returns the asset tag matching the UUID and group.

Parameters:
uuid - the asset tag's UUID
groupId - the primary key of the group
Returns:
the matching asset tag, or null if a matching asset tag could not be found

fetchTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag fetchTag(long groupId,
                                                           String name)
Returns the asset tag with the name in the group.

Parameters:
groupId - the primary key of the group
name - the asset tag's name
Returns:
the asset tag with the name in the group or null if it could not be found

getActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ActionableDynamicQuery getActionableDynamicQuery()

getAssetEntryAssetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetEntryAssetTags(long entryId)

getAssetEntryAssetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetEntryAssetTags(long entryId,
                                                                               int start,
                                                                               int end)

getAssetEntryAssetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetEntryAssetTags(long entryId,
                                                                               int start,
                                                                               int end,
                                                                               OrderByComparator<AssetTag> orderByComparator)

getAssetEntryAssetTagsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getAssetEntryAssetTagsCount(long entryId)

getAssetEntryPrimaryKeys

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag.

Parameters:
tagId - the tagId of the asset tag
Returns:
long[] the entryIds of asset entries associated with the asset tag

getAssetTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag getAssetTag(long tagId)
                     throws PortalException
Returns the asset tag with the primary key.

Parameters:
tagId - the primary key of the asset tag
Returns:
the asset tag
Throws:
PortalException - if a asset tag with the primary key could not be found

getAssetTagByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag getAssetTagByUuidAndGroupId(String uuid,
                                                                              long groupId)
                                     throws PortalException
Returns the asset tag matching the UUID and group.

Parameters:
uuid - the asset tag's UUID
groupId - the primary key of the group
Returns:
the matching asset tag
Throws:
PortalException - if a matching asset tag could not be found

getAssetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetTags(int start,
                                                                     int end)
Returns a range of all the asset tags.

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 com.liferay.portlet.asset.model.impl.AssetTagModelImpl. 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.

Parameters:
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
Returns:
the range of asset tags

getAssetTagsByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
                                                                                       long companyId)
Returns all the asset tags matching the UUID and company.

Parameters:
uuid - the UUID of the asset tags
companyId - the primary key of the company
Returns:
the matching asset tags, or an empty list if no matches were found

getAssetTagsByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
                                                                                       long companyId,
                                                                                       int start,
                                                                                       int end,
                                                                                       OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company.

Parameters:
uuid - the UUID of the asset tags
companyId - the primary key of the company
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching asset tags, or an empty list if no matches were found

getAssetTagsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getAssetTagsCount()
Returns the number of asset tags.

Returns:
the number of asset tags

getEntryTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getEntryTags(long entryId)
Returns the asset tags of the asset entry.

Parameters:
entryId - the primary key of the asset entry
Returns:
the asset tags of the asset entry

getExportActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)

getGroupTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getGroupTags(long groupId)
Returns the asset tags in the group.

Parameters:
groupId - the primary key of the group
Returns:
the asset tags in the group

getGroupTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getGroupTags(long groupId,
                                                                     int start,
                                                                     int end)
Returns a range of all the asset tags in the group.

Parameters:
groupId - the primary key of the group
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
Returns:
the range of matching asset tags

getGroupTagsCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getGroupTagsCount(long groupId)
Returns the number of asset tags in the group.

Parameters:
groupId - the primary key of the group
Returns:
the number of asset tags in the group

getGroupsTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getGroupsTags(long[] groupIds)
Returns the asset tags in the groups.

Parameters:
groupIds - the primary keys of the groups
Returns:
the asset tags in the groups

getIndexableActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()

getOSGiServiceIdentifier

String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException

getSocialActivityCounterOffsetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getSocialActivityCounterOffsetTags(long groupId,
                                                                                           String socialActivityCounterName,
                                                                                           int startOffset,
                                                                                           int endOffset)

getSocialActivityCounterPeriodTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getSocialActivityCounterPeriodTags(long groupId,
                                                                                           String socialActivityCounterName,
                                                                                           int startPeriod,
                                                                                           int endPeriod)

getTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag getTag(long groupId,
                                                         String name)
                throws PortalException
Returns the asset tag with the name in the group.

Parameters:
groupId - the primary key of the group
name - the name of the asset tag
Returns:
the asset tag with the name in the group
Throws:
PortalException

getTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
AssetTag getTag(long tagId)
                throws PortalException
Returns the asset tag with the primary key.

Parameters:
tagId - the primary key of the asset tag
Returns:
the asset tag with the primary key
Throws:
PortalException

getTagIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getTagIds(long groupId,
                                                          String[] names)
Returns the primary keys of the asset tags with the names in the group.

Parameters:
groupId - the primary key of the group
names - the names of the asset tags
Returns:
the primary keys of the asset tags with the names in the group

getTagIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getTagIds(long[] groupIds,
                                                          String name)
Returns the primary keys of the asset tags with the name in the groups.

Parameters:
groupIds - the primary keys of the groups
name - the name of the asset tags
Returns:
the primary keys of the asset tags with the name in the groups

getTagIds

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getTagIds(long[] groupIds,
                                                          String[] names)
Returns the primary keys of the asset tags with the names in the groups.

Parameters:
groupIds - the primary keys of the groups
names - the names of the asset tags
Returns:
the primary keys of the asset tags with the names in the groups

getTagNames

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String[] getTagNames()
Returns the names of all the asset tags.

Returns:
the names of all the asset tags

getTagNames

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String[] getTagNames(String className,
                                                              long classPK)
Returns the names of the asset tags of the entity

Parameters:
className - the class name of the entity
classPK - the primary key of the entity
Returns:
the names of the asset tags of the entity

getTagNames

@Transactional(propagation=SUPPORTS,
               readOnly=true)
String[] getTagNames(long classNameId,
                                                              long classPK)
Returns the names of the asset tags of the entity.

Parameters:
classNameId - the class name ID of the entity
classPK - the primary key of the entity
Returns:
the names of the asset tags of the entity

getTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getTags()
Returns all the asset tags.

Returns:
the asset tags

getTags

@ThreadLocalCachable
@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getTags(String className,
                                                                                    long classPK)
Returns the asset tags of the entity.

Parameters:
className - the class name of the entity
classPK - the primary key of the entity
Returns:
the asset tags of the entity

getTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getTags(long classNameId,
                                                                long classPK)
Returns the asset tags of the entity.

Parameters:
classNameId - the class name ID of the entity
classPK - the primary key of the entity
Returns:
the asset tags of the entity

getTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getTags(long groupId,
                                                                long classNameId,
                                                                String name)

getTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> getTags(long groupId,
                                                                long classNameId,
                                                                String name,
                                                                int start,
                                                                int end)

getTagsSize

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getTagsSize(long groupId,
                                                         long classNameId,
                                                         String name)

hasAssetEntryAssetTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasAssetEntryAssetTag(long entryId,
                                                                       long tagId)

hasAssetEntryAssetTags

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasAssetEntryAssetTags(long entryId)

hasTag

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasTag(long groupId,
                                                        String name)
Returns true if the group contains an asset tag with the name.

Parameters:
groupId - the primary key of the group
name - the name of the asset tag
Returns:
true if the group contains an asset tag with the name; false otherwise.

incrementAssetCount

AssetTag incrementAssetCount(long tagId,
                             long classNameId)
                             throws PortalException
Increments the number of assets to which the asset tag has been applied.

Parameters:
tagId - the primary key of the asset tag
classNameId - the class name ID of the entity to which the asset tag is being applied
Returns:
the asset tag
Throws:
PortalException

mergeTags

void mergeTags(long fromTagId,
               long toTagId)
               throws PortalException
Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag.

Parameters:
fromTagId - the primary key of the asset tag to be replaced
toTagId - the primary key of the asset tag to apply to the asset entries of the other asset tag
Throws:
PortalException

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> search(long groupId,
                                                               String name,
                                                               int start,
                                                               int end)
Returns the asset tags in the group whose names match the pattern.

Parameters:
groupId - the primary key of the group
name - the pattern to match
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
Returns:
the asset tags in the group whose names match the pattern

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<AssetTag> search(long[] groupIds,
                                                               String name,
                                                               int start,
                                                               int end)
Returns the asset tags in the groups whose names match the pattern.

Parameters:
groupIds - the primary keys of the groups
name - the pattern to match
start - the lower bound of the range of asset tags
end - the upper bound of the range of asset tags (not inclusive)
Returns:
the asset tags in the groups whose names match the pattern

setAssetEntryAssetTags

void setAssetEntryAssetTags(long entryId,
                            long[] tagIds)

updateAssetTag

@Indexable(type=REINDEX)
AssetTag updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
assetTag - the asset tag
Returns:
the asset tag that was updated

updateTag

AssetTag updateTag(long userId,
                   long tagId,
                   String name,
                   ServiceContext serviceContext)
                   throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4