com.liferay.portlet.asset.service
Class AssetTagServiceUtil

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagServiceUtil

public class AssetTagServiceUtil
extends java.lang.Object

The utility for the asset tag remote service. This utility wraps com.liferay.portlet.asset.service.impl.AssetTagServiceImpl and is the primary access point for service operations in application layer code running on a remote server.

This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.

Author:
Brian Wing Shun Chan
See Also:
AssetTagService, com.liferay.portlet.asset.service.base.AssetTagServiceBaseImpl, com.liferay.portlet.asset.service.impl.AssetTagServiceImpl
Generated:

Constructor Summary
AssetTagServiceUtil()
           
 
Method Summary
static AssetTag addTag(java.lang.String name, java.lang.String[] tagProperties, ServiceContext serviceContext)
           
static void deleteTag(long tagId)
           
static void deleteTags(long[] tagIds)
           
static java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static java.util.List<AssetTag> getGroupsTags(long[] groupIds)
           
static java.util.List<AssetTag> getGroupTags(long groupId)
           
static java.util.List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
static int getGroupTagsCount(long groupId)
           
static JSONObject getJSONGroupTags(long groupId, java.lang.String name, int start, int end)
           
static AssetTagService getService()
           
static AssetTag getTag(long tagId)
           
static java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name)
           
static java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name, int start, int end, OrderByComparator obc)
           
static java.util.List<AssetTag> getTags(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end)
           
static java.util.List<AssetTag> getTags(java.lang.String className, long classPK)
           
static int getTagsCount(long groupId, long classNameId, java.lang.String name)
           
static int getTagsCount(long groupId, java.lang.String name)
           
static int getTagsCount(long groupId, java.lang.String name, java.lang.String[] tagProperties)
           
static void mergeTags(long[] fromTagIds, long toTagId, boolean overrideProperties)
           
static void mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
static JSONArray search(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end)
           
static void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(AssetTagService service)
          Deprecated.  
static AssetTag updateTag(long tagId, java.lang.String name, java.lang.String[] tagProperties, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagServiceUtil

public AssetTagServiceUtil()
Method Detail

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

addTag

public static AssetTag addTag(java.lang.String name,
                              java.lang.String[] tagProperties,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

deleteTag

public static void deleteTag(long tagId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

deleteTags

public static void deleteTags(long[] tagIds)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getGroupsTags

public static java.util.List<AssetTag> getGroupsTags(long[] groupIds)
                                              throws SystemException
Throws:
SystemException

getGroupTags

public static java.util.List<AssetTag> getGroupTags(long groupId)
                                             throws SystemException
Throws:
SystemException

getGroupTags

public static java.util.List<AssetTag> getGroupTags(long groupId,
                                                    int start,
                                                    int end,
                                                    OrderByComparator obc)
                                             throws SystemException
Throws:
SystemException

getGroupTagsCount

public static int getGroupTagsCount(long groupId)
                             throws SystemException
Throws:
SystemException

getJSONGroupTags

public static JSONObject getJSONGroupTags(long groupId,
                                          java.lang.String name,
                                          int start,
                                          int end)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getTag

public static AssetTag getTag(long tagId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getTags

public static java.util.List<AssetTag> getTags(long groupId,
                                               long classNameId,
                                               java.lang.String name)
                                        throws SystemException
Throws:
SystemException

getTags

public static java.util.List<AssetTag> getTags(long groupId,
                                               long classNameId,
                                               java.lang.String name,
                                               int start,
                                               int end,
                                               OrderByComparator obc)
                                        throws SystemException
Throws:
SystemException

getTags

public static java.util.List<AssetTag> getTags(long groupId,
                                               java.lang.String name,
                                               java.lang.String[] tagProperties,
                                               int start,
                                               int end)
                                        throws SystemException
Throws:
SystemException

getTags

public static java.util.List<AssetTag> getTags(java.lang.String className,
                                               long classPK)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getTagsCount

public static int getTagsCount(long groupId,
                               long classNameId,
                               java.lang.String name)
                        throws SystemException
Throws:
SystemException

getTagsCount

public static int getTagsCount(long groupId,
                               java.lang.String name)
                        throws SystemException
Throws:
SystemException

getTagsCount

public static int getTagsCount(long groupId,
                               java.lang.String name,
                               java.lang.String[] tagProperties)
                        throws SystemException
Throws:
SystemException

mergeTags

public static void mergeTags(long fromTagId,
                             long toTagId,
                             boolean overrideProperties)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

mergeTags

public static void mergeTags(long[] fromTagIds,
                             long toTagId,
                             boolean overrideProperties)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

search

public static JSONArray search(long groupId,
                               java.lang.String name,
                               java.lang.String[] tagProperties,
                               int start,
                               int end)
                        throws SystemException
Throws:
SystemException

updateTag

public static AssetTag updateTag(long tagId,
                                 java.lang.String name,
                                 java.lang.String[] tagProperties,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getService

public static AssetTagService getService()

setService

public void setService(AssetTagService service)
Deprecated.