Liferay 6.2-ce-ga5

com.liferay.portlet.asset.service
Class AssetTagServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<AssetTagService>, AssetTagService

@ProviderType
public class AssetTagServiceWrapper
extends Object
implements AssetTagService, ServiceWrapper<AssetTagService>

Provides a wrapper for AssetTagService.

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

Constructor Summary
AssetTagServiceWrapper(AssetTagService assetTagService)
           
 
Method Summary
 AssetTag addTag(String name, String[] tagProperties, ServiceContext serviceContext)
           
 void deleteTag(long tagId)
           
 void deleteTags(long[] tagIds)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<AssetTag> getGroupsTags(long[] groupIds)
           
 List<AssetTag> getGroupTags(long groupId)
           
 List<AssetTag> getGroupTags(long groupId, int start, int end, OrderByComparator obc)
           
 int getGroupTagsCount(long groupId)
           
 AssetTagDisplay getGroupTagsDisplay(long groupId, String name, int start, int end)
           
 JSONObject getJSONGroupTags(long groupId, String name, int start, int end)
          Deprecated. As of 6.2.0, replaced by getGroupTagsDisplay(long, String, int, int)
 AssetTag getTag(long tagId)
           
 List<AssetTag> getTags(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> getTags(long groupId, long classNameId, String name)
           
 List<AssetTag> getTags(long groupId, long classNameId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetTag> getTags(long groupId, String name, String[] tagProperties, int start, int end)
           
 List<AssetTag> getTags(String className, long classPK)
           
 int getTagsCount(long groupId, long classNameId, String name)
           
 int getTagsCount(long groupId, String name)
           
 int getTagsCount(long groupId, String name, String[] tagProperties)
           
 AssetTagService getWrappedAssetTagService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 AssetTagService getWrappedService()
           
 void mergeTags(long[] fromTagIds, long toTagId, boolean overrideProperties)
           
 void mergeTags(long fromTagId, long toTagId, boolean overrideProperties)
           
 JSONArray search(long[] groupIds, String name, String[] tagProperties, int start, int end)
           
 JSONArray search(long groupId, String name, String[] tagProperties, int start, int end)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAssetTagService(AssetTagService assetTagService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.asset.service.AssetTagService)
 void setWrappedService(AssetTagService assetTagService)
           
 AssetTag updateTag(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

AssetTagServiceWrapper

public AssetTagServiceWrapper(AssetTagService assetTagService)
Method Detail

getBeanIdentifier

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

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

setBeanIdentifier

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

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

addTag

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

deleteTag

public void deleteTag(long tagId)
               throws PortalException,
                      SystemException
Specified by:
deleteTag in interface AssetTagService
Throws:
PortalException
SystemException

deleteTags

public void deleteTags(long[] tagIds)
                throws PortalException,
                       SystemException
Specified by:
deleteTags in interface AssetTagService
Throws:
PortalException
SystemException

getGroupsTags

public List<AssetTag> getGroupsTags(long[] groupIds)
                             throws SystemException
Specified by:
getGroupsTags in interface AssetTagService
Throws:
SystemException

getGroupTags

public List<AssetTag> getGroupTags(long groupId)
                            throws SystemException
Specified by:
getGroupTags in interface AssetTagService
Throws:
SystemException

getGroupTags

public List<AssetTag> getGroupTags(long groupId,
                                   int start,
                                   int end,
                                   OrderByComparator obc)
                            throws SystemException
Specified by:
getGroupTags in interface AssetTagService
Throws:
SystemException

getGroupTagsCount

public int getGroupTagsCount(long groupId)
                      throws SystemException
Specified by:
getGroupTagsCount in interface AssetTagService
Throws:
SystemException

getGroupTagsDisplay

public AssetTagDisplay getGroupTagsDisplay(long groupId,
                                           String name,
                                           int start,
                                           int end)
                                    throws SystemException
Specified by:
getGroupTagsDisplay in interface AssetTagService
Throws:
SystemException

getJSONGroupTags

public JSONObject getJSONGroupTags(long groupId,
                                   String name,
                                   int start,
                                   int end)
                            throws PortalException,
                                   SystemException
Deprecated. As of 6.2.0, replaced by getGroupTagsDisplay(long, String, int, int)

Specified by:
getJSONGroupTags in interface AssetTagService
Throws:
PortalException
SystemException

getTag

public AssetTag getTag(long tagId)
                throws PortalException,
                       SystemException
Specified by:
getTag in interface AssetTagService
Throws:
PortalException
SystemException

getTags

public List<AssetTag> getTags(long groupId,
                              long classNameId,
                              String name)
                       throws SystemException
Specified by:
getTags in interface AssetTagService
Throws:
SystemException

getTags

public List<AssetTag> getTags(long groupId,
                              long classNameId,
                              String name,
                              int start,
                              int end,
                              OrderByComparator obc)
                       throws SystemException
Specified by:
getTags in interface AssetTagService
Throws:
SystemException

getTags

public List<AssetTag> getTags(long groupId,
                              String name,
                              String[] tagProperties,
                              int start,
                              int end)
                       throws SystemException
Specified by:
getTags in interface AssetTagService
Throws:
SystemException

getTags

public List<AssetTag> getTags(long[] groupIds,
                              String name,
                              String[] tagProperties,
                              int start,
                              int end)
                       throws SystemException
Specified by:
getTags in interface AssetTagService
Throws:
SystemException

getTags

public List<AssetTag> getTags(String className,
                              long classPK)
                       throws PortalException,
                              SystemException
Specified by:
getTags in interface AssetTagService
Throws:
PortalException
SystemException

getTagsCount

public int getTagsCount(long groupId,
                        long classNameId,
                        String name)
                 throws SystemException
Specified by:
getTagsCount in interface AssetTagService
Throws:
SystemException

getTagsCount

public int getTagsCount(long groupId,
                        String name)
                 throws SystemException
Specified by:
getTagsCount in interface AssetTagService
Throws:
SystemException

getTagsCount

public int getTagsCount(long groupId,
                        String name,
                        String[] tagProperties)
                 throws SystemException
Specified by:
getTagsCount in interface AssetTagService
Throws:
SystemException

mergeTags

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

mergeTags

public void mergeTags(long[] fromTagIds,
                      long toTagId,
                      boolean overrideProperties)
               throws PortalException,
                      SystemException
Specified by:
mergeTags in interface AssetTagService
Throws:
PortalException
SystemException

search

public JSONArray search(long groupId,
                        String name,
                        String[] tagProperties,
                        int start,
                        int end)
                 throws SystemException
Specified by:
search in interface AssetTagService
Throws:
SystemException

search

public JSONArray search(long[] groupIds,
                        String name,
                        String[] tagProperties,
                        int start,
                        int end)
                 throws SystemException
Specified by:
search in interface AssetTagService
Throws:
SystemException

updateTag

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

getWrappedAssetTagService

public AssetTagService getWrappedAssetTagService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedAssetTagService

public void setWrappedAssetTagService(AssetTagService assetTagService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.asset.service.AssetTagService)


getWrappedService

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

setWrappedService

public void setWrappedService(AssetTagService assetTagService)
Specified by:
setWrappedService in interface ServiceWrapper<AssetTagService>

Liferay 6.2-ce-ga5