Liferay 7.0-ce-m3

com.liferay.portlet.asset.service
Class AssetTagLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<AssetTagLocalService>, AssetTagLocalService

@ProviderType
public class AssetTagLocalServiceWrapper
extends Object
implements AssetTagLocalService, ServiceWrapper<AssetTagLocalService>

Provides a wrapper for AssetTagLocalService.

See Also:
AssetTagLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
           
 
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, String name, String[] tagProperties, ServiceContext serviceContext)
           
 void addTagResources(AssetTag tag, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void addTagResources(AssetTag tag, String[] groupPermissions, String[] guestPermissions)
           
 List<AssetTag> checkTags(long userId, Group group, String[] names)
          Returns the tags matching the group and names, creating new tags with the names if the group doesn't already have them.
 void checkTags(long userId, long groupId, String[] names)
           
 void clearAssetEntryAssetTags(long entryId)
           
 AssetTag createAssetTag(long tagId)
          Creates a new asset tag with the primary key.
 AssetTag decrementAssetCount(long tagId, long classNameId)
           
 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)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 void deleteTag(AssetTag tag)
           
 void deleteTag(long tagId)
           
 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)
           
 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.
 List<AssetTag> getAssetTags(int start, int end)
          Returns a range of all the asset tags.
 int getAssetTagsCount()
          Returns the number of asset tags.
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<AssetTag> getEntryTags(long entryId)
           
 List<AssetTag> getGroupsTags(long[] groupIds)
           
 List<AssetTag> getGroupTags(long groupId)
           
 List<AssetTag> getGroupTags(long groupId, int start, int end)
           
 int getGroupTagsCount(long groupId)
           
 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)
           
 AssetTag getTag(long groupId, String name)
           
 long[] getTagIds(long[] groupIds, String name)
           
 long[] getTagIds(long[] groupIds, String[] names)
           
 long[] getTagIds(long groupId, String[] names)
           
 String[] getTagNames()
           
 String[] getTagNames(long classNameId, long classPK)
           
 String[] getTagNames(String className, long classPK)
           
 List<AssetTag> getTags()
           
 List<AssetTag> getTags(long classNameId, long classPK)
           
 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)
           
 int getTagsSize(long groupId, long classNameId, String name)
           
 AssetTagLocalService getWrappedAssetTagLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 AssetTagLocalService getWrappedService()
           
 boolean hasAssetEntryAssetTag(long entryId, long tagId)
           
 boolean hasAssetEntryAssetTags(long entryId)
           
 boolean hasTag(long groupId, String name)
           
 AssetTag incrementAssetCount(long tagId, long classNameId)
           
 void mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 List<AssetTag> search(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> search(long groupId, String name, String[] tagProperties, int start, int end)
           
 void setAssetEntryAssetTags(long entryId, long[] tagIds)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAssetTagLocalService(AssetTagLocalService assetTagLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.asset.service.AssetTagLocalService)
 void setWrappedService(AssetTagLocalService assetTagLocalService)
           
 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, String[] tagProperties, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagLocalServiceWrapper

public AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
Method Detail

addAssetEntryAssetTag

public void addAssetEntryAssetTag(long entryId,
                                  AssetTag assetTag)
Specified by:
addAssetEntryAssetTag in interface AssetTagLocalService

addAssetEntryAssetTag

public void addAssetEntryAssetTag(long entryId,
                                  long tagId)
Specified by:
addAssetEntryAssetTag in interface AssetTagLocalService

addAssetEntryAssetTags

public void addAssetEntryAssetTags(long entryId,
                                   List<AssetTag> AssetTags)
Specified by:
addAssetEntryAssetTags in interface AssetTagLocalService

addAssetEntryAssetTags

public void addAssetEntryAssetTags(long entryId,
                                   long[] tagIds)
Specified by:
addAssetEntryAssetTags in interface AssetTagLocalService

addAssetTag

public AssetTag addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. Also notifies the appropriate model listeners.

Specified by:
addAssetTag in interface AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was added

addTag

public AssetTag addTag(long userId,
                       String name,
                       String[] tagProperties,
                       ServiceContext serviceContext)
                throws PortalException
Specified by:
addTag in interface AssetTagLocalService
Throws:
PortalException

addTagResources

public void addTagResources(AssetTag tag,
                            boolean addGroupPermissions,
                            boolean addGuestPermissions)
                     throws PortalException
Specified by:
addTagResources in interface AssetTagLocalService
Throws:
PortalException

addTagResources

public void addTagResources(AssetTag tag,
                            String[] groupPermissions,
                            String[] guestPermissions)
                     throws PortalException
Specified by:
addTagResources in interface AssetTagLocalService
Throws:
PortalException

checkTags

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

For each name, if a tag with that name doesn't already exist for the group, this method creates a new tag with that name for the group. If a tag with that name already exists in the company group, this method copies that company group's tag's properties to the group's new tag.

Specified by:
checkTags in interface AssetTagLocalService
Parameters:
userId - the primary key of the user
group - ID the primary key of the tag's group
names - the tag names
Returns:
the tags matching the group and names and new tags matching the names that don't already exist for the group
Throws:
PortalException - if a matching group could not be found, if the tag's key or value were invalid, or if a portal exception occurred

checkTags

public void checkTags(long userId,
                      long groupId,
                      String[] names)
               throws PortalException
Specified by:
checkTags in interface AssetTagLocalService
Throws:
PortalException

clearAssetEntryAssetTags

public void clearAssetEntryAssetTags(long entryId)
Specified by:
clearAssetEntryAssetTags in interface AssetTagLocalService

createAssetTag

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

Specified by:
createAssetTag in interface AssetTagLocalService
Parameters:
tagId - the primary key for the new asset tag
Returns:
the new asset tag

decrementAssetCount

public AssetTag decrementAssetCount(long tagId,
                                    long classNameId)
                             throws PortalException
Specified by:
decrementAssetCount in interface AssetTagLocalService
Throws:
PortalException

deleteAssetEntryAssetTag

public void deleteAssetEntryAssetTag(long entryId,
                                     AssetTag assetTag)
Specified by:
deleteAssetEntryAssetTag in interface AssetTagLocalService

deleteAssetEntryAssetTag

public void deleteAssetEntryAssetTag(long entryId,
                                     long tagId)
Specified by:
deleteAssetEntryAssetTag in interface AssetTagLocalService

deleteAssetEntryAssetTags

public void deleteAssetEntryAssetTags(long entryId,
                                      List<AssetTag> AssetTags)
Specified by:
deleteAssetEntryAssetTags in interface AssetTagLocalService

deleteAssetEntryAssetTags

public void deleteAssetEntryAssetTags(long entryId,
                                      long[] tagIds)
Specified by:
deleteAssetEntryAssetTags in interface AssetTagLocalService

deleteAssetTag

public AssetTag deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetTag in interface AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was removed

deleteAssetTag

public AssetTag deleteAssetTag(long tagId)
                        throws PortalException
Deletes the asset tag with the primary key from the database. Also notifies the appropriate model listeners.

Specified by:
deleteAssetTag in interface AssetTagLocalService
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

public void deleteGroupTags(long groupId)
                     throws PortalException
Specified by:
deleteGroupTags in interface AssetTagLocalService
Throws:
PortalException

deletePersistedModel

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

deleteTag

public void deleteTag(AssetTag tag)
               throws PortalException
Specified by:
deleteTag in interface AssetTagLocalService
Throws:
PortalException

deleteTag

public void deleteTag(long tagId)
               throws PortalException
Specified by:
deleteTag in interface AssetTagLocalService
Throws:
PortalException

dynamicQuery

public DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface AssetTagLocalService

dynamicQuery

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

Specified by:
dynamicQuery in interface AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

public <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 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.

Specified by:
dynamicQuery in interface AssetTagLocalService
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

public <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 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.

Specified by:
dynamicQuery in interface AssetTagLocalService
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

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

Specified by:
dynamicQueryCount in interface AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

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

Specified by:
dynamicQueryCount in interface AssetTagLocalService
Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchAssetTag

public AssetTag fetchAssetTag(long tagId)
Specified by:
fetchAssetTag in interface AssetTagLocalService

getActionableDynamicQuery

public ActionableDynamicQuery getActionableDynamicQuery()
Specified by:
getActionableDynamicQuery in interface AssetTagLocalService

getAssetEntryAssetTags

public List<AssetTag> getAssetEntryAssetTags(long entryId)
Specified by:
getAssetEntryAssetTags in interface AssetTagLocalService

getAssetEntryAssetTags

public List<AssetTag> getAssetEntryAssetTags(long entryId,
                                             int start,
                                             int end)
Specified by:
getAssetEntryAssetTags in interface AssetTagLocalService

getAssetEntryAssetTags

public List<AssetTag> getAssetEntryAssetTags(long entryId,
                                             int start,
                                             int end,
                                             OrderByComparator<AssetTag> orderByComparator)
Specified by:
getAssetEntryAssetTags in interface AssetTagLocalService

getAssetEntryAssetTagsCount

public int getAssetEntryAssetTagsCount(long entryId)
Specified by:
getAssetEntryAssetTagsCount in interface AssetTagLocalService

getAssetEntryPrimaryKeys

public long[] getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag.

Specified by:
getAssetEntryPrimaryKeys in interface AssetTagLocalService
Parameters:
tagId - the tagId of the asset tag
Returns:
long[] the entryIds of asset entries associated with the asset tag

getAssetTag

public AssetTag getAssetTag(long tagId)
                     throws PortalException
Returns the asset tag with the primary key.

Specified by:
getAssetTag in interface AssetTagLocalService
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

getAssetTags

public 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 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.

Specified by:
getAssetTags in interface AssetTagLocalService
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

getAssetTagsCount

public int getAssetTagsCount()
Returns the number of asset tags.

Specified by:
getAssetTagsCount in interface AssetTagLocalService
Returns:
the number of asset tags

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AssetTagLocalService
Returns:
the Spring bean ID for this bean

getEntryTags

public List<AssetTag> getEntryTags(long entryId)
Specified by:
getEntryTags in interface AssetTagLocalService

getGroupTags

public List<AssetTag> getGroupTags(long groupId)
Specified by:
getGroupTags in interface AssetTagLocalService

getGroupTags

public List<AssetTag> getGroupTags(long groupId,
                                   int start,
                                   int end)
Specified by:
getGroupTags in interface AssetTagLocalService

getGroupTagsCount

public int getGroupTagsCount(long groupId)
Specified by:
getGroupTagsCount in interface AssetTagLocalService

getGroupsTags

public List<AssetTag> getGroupsTags(long[] groupIds)
Specified by:
getGroupsTags in interface AssetTagLocalService

getPersistedModel

public PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface AssetTagLocalService
Throws:
PortalException

getSocialActivityCounterOffsetTags

public List<AssetTag> getSocialActivityCounterOffsetTags(long groupId,
                                                         String socialActivityCounterName,
                                                         int startOffset,
                                                         int endOffset)
Specified by:
getSocialActivityCounterOffsetTags in interface AssetTagLocalService

getSocialActivityCounterPeriodTags

public List<AssetTag> getSocialActivityCounterPeriodTags(long groupId,
                                                         String socialActivityCounterName,
                                                         int startPeriod,
                                                         int endPeriod)
Specified by:
getSocialActivityCounterPeriodTags in interface AssetTagLocalService

getTag

public AssetTag getTag(long groupId,
                       String name)
                throws PortalException
Specified by:
getTag in interface AssetTagLocalService
Throws:
PortalException

getTag

public AssetTag getTag(long tagId)
                throws PortalException
Specified by:
getTag in interface AssetTagLocalService
Throws:
PortalException

getTagIds

public long[] getTagIds(long groupId,
                        String[] names)
                 throws PortalException
Specified by:
getTagIds in interface AssetTagLocalService
Throws:
PortalException

getTagIds

public long[] getTagIds(long[] groupIds,
                        String name)
                 throws PortalException
Specified by:
getTagIds in interface AssetTagLocalService
Throws:
PortalException

getTagIds

public long[] getTagIds(long[] groupIds,
                        String[] names)
                 throws PortalException
Specified by:
getTagIds in interface AssetTagLocalService
Throws:
PortalException

getTagNames

public String[] getTagNames()
Specified by:
getTagNames in interface AssetTagLocalService

getTagNames

public String[] getTagNames(String className,
                            long classPK)
Specified by:
getTagNames in interface AssetTagLocalService

getTagNames

public String[] getTagNames(long classNameId,
                            long classPK)
Specified by:
getTagNames in interface AssetTagLocalService

getTags

public List<AssetTag> getTags()
Specified by:
getTags in interface AssetTagLocalService

getTags

public List<AssetTag> getTags(String className,
                              long classPK)
Specified by:
getTags in interface AssetTagLocalService

getTags

public List<AssetTag> getTags(long classNameId,
                              long classPK)
Specified by:
getTags in interface AssetTagLocalService

getTags

public List<AssetTag> getTags(long groupId,
                              long classNameId,
                              String name)
Specified by:
getTags in interface AssetTagLocalService

getTags

public List<AssetTag> getTags(long groupId,
                              long classNameId,
                              String name,
                              int start,
                              int end)
Specified by:
getTags in interface AssetTagLocalService

getTagsSize

public int getTagsSize(long groupId,
                       long classNameId,
                       String name)
Specified by:
getTagsSize in interface AssetTagLocalService

hasAssetEntryAssetTag

public boolean hasAssetEntryAssetTag(long entryId,
                                     long tagId)
Specified by:
hasAssetEntryAssetTag in interface AssetTagLocalService

hasAssetEntryAssetTags

public boolean hasAssetEntryAssetTags(long entryId)
Specified by:
hasAssetEntryAssetTags in interface AssetTagLocalService

hasTag

public boolean hasTag(long groupId,
                      String name)
               throws PortalException
Specified by:
hasTag in interface AssetTagLocalService
Throws:
PortalException

incrementAssetCount

public AssetTag incrementAssetCount(long tagId,
                                    long classNameId)
                             throws PortalException
Specified by:
incrementAssetCount in interface AssetTagLocalService
Throws:
PortalException

mergeTags

public void mergeTags(long fromTagId,
                      long toTagId,
                      boolean overrideProperties)
               throws PortalException
Specified by:
mergeTags in interface AssetTagLocalService
Throws:
PortalException

search

public List<AssetTag> search(long groupId,
                             String name,
                             String[] tagProperties,
                             int start,
                             int end)
Specified by:
search in interface AssetTagLocalService

search

public List<AssetTag> search(long[] groupIds,
                             String name,
                             String[] tagProperties,
                             int start,
                             int end)
Specified by:
search in interface AssetTagLocalService

setAssetEntryAssetTags

public void setAssetEntryAssetTags(long entryId,
                                   long[] tagIds)
Specified by:
setAssetEntryAssetTags in interface AssetTagLocalService

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AssetTagLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

updateAssetTag

public 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.

Specified by:
updateAssetTag in interface AssetTagLocalService
Parameters:
assetTag - the asset tag
Returns:
the asset tag that was updated

updateTag

public AssetTag updateTag(long userId,
                          long tagId,
                          String name,
                          String[] tagProperties,
                          ServiceContext serviceContext)
                   throws PortalException
Specified by:
updateTag in interface AssetTagLocalService
Throws:
PortalException

getWrappedAssetTagLocalService

@Deprecated
public AssetTagLocalService getWrappedAssetTagLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAssetTagLocalService

@Deprecated
public void setWrappedAssetTagLocalService(AssetTagLocalService assetTagLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.asset.service.AssetTagLocalService)


getWrappedService

public AssetTagLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AssetTagLocalService>

setWrappedService

public void setWrappedService(AssetTagLocalService assetTagLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<AssetTagLocalService>

Liferay 7.0-ce-m3