com.liferay.portlet.asset.service
Class AssetTagLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagLocalServiceWrapper
All Implemented Interfaces:
AssetTagLocalService

public class AssetTagLocalServiceWrapper
extends java.lang.Object
implements AssetTagLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AssetTagLocalService.

Author:
Brian Wing Shun Chan
See Also:
AssetTagLocalService
Generated:

Constructor Summary
AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
           
 
Method Summary
 AssetTag addAssetTag(AssetTag assetTag)
           
 AssetTag addTag(long userId, java.lang.String name, java.lang.String[] tagProperties, ServiceContext serviceContext)
           
 void addTagResources(AssetTag tag, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addTagResources(AssetTag tag, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void checkTags(long userId, long groupId, java.lang.String[] names)
           
 AssetTag createAssetTag(long tagId)
           
 AssetTag decrementAssetCount(long tagId, long classNameId)
           
 void deleteAssetTag(AssetTag assetTag)
           
 void deleteAssetTag(long tagId)
           
 void deleteTag(AssetTag tag)
           
 void deleteTag(long tagId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 AssetTag getAssetTag(long tagId)
           
 java.util.List<AssetTag> getAssetTags(int start, int end)
           
 int getAssetTagsCount()
           
 java.util.List<AssetTag> getEntryTags(long entryId)
           
 java.util.List<AssetTag> getGroupTags(long groupId)
           
 AssetTag getTag(long tagId)
           
 AssetTag getTag(long groupId, java.lang.String name)
           
 long[] getTagIds(long groupId, java.lang.String[] names)
           
 java.lang.String[] getTagNames()
           
 java.lang.String[] getTagNames(long classNameId, long classPK)
           
 java.lang.String[] getTagNames(java.lang.String className, long classPK)
           
 java.util.List<AssetTag> getTags()
           
 java.util.List<AssetTag> getTags(long classNameId, long classPK)
           
 java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name)
           
 java.util.List<AssetTag> getTags(long groupId, long classNameId, java.lang.String name, int start, int end)
           
 java.util.List<AssetTag> getTags(java.lang.String className, long classPK)
           
 int getTagsSize(long groupId, long classNameId, java.lang.String name)
           
 AssetTagLocalService getWrappedAssetTagLocalService()
           
 boolean hasTag(long groupId, java.lang.String name)
           
 AssetTag incrementAssetCount(long tagId, long classNameId)
           
 void mergeTags(long fromTagId, long toTagId)
           
 com.liferay.portal.kernel.json.JSONArray search(long groupId, java.lang.String name, java.lang.String[] tagProperties, int start, int end)
           
 AssetTag updateAssetTag(AssetTag assetTag)
           
 AssetTag updateAssetTag(AssetTag assetTag, boolean merge)
           
 AssetTag updateTag(long userId, 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

AssetTagLocalServiceWrapper

public AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
Method Detail

addAssetTag

public AssetTag addAssetTag(AssetTag assetTag)
                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetTag

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

deleteAssetTag

public void deleteAssetTag(long tagId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetTag

public void deleteAssetTag(AssetTag assetTag)
                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTag

public AssetTag getAssetTag(long tagId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetTags

public java.util.List<AssetTag> getAssetTags(int start,
                                             int end)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTagsCount

public int getAssetTagsCount()
                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetTagsCount in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetTag

public AssetTag updateAssetTag(AssetTag assetTag)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetTag

public AssetTag updateAssetTag(AssetTag assetTag,
                               boolean merge)
                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addTag

public AssetTag addTag(long userId,
                       java.lang.String name,
                       java.lang.String[] tagProperties,
                       ServiceContext serviceContext)
                throws com.liferay.portal.kernel.exception.PortalException,
                       com.liferay.portal.kernel.exception.SystemException
Specified by:
addTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTagResources

public void addTagResources(AssetTag tag,
                            boolean addCommunityPermissions,
                            boolean addGuestPermissions)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
addTagResources in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addTagResources

public void addTagResources(AssetTag tag,
                            java.lang.String[] communityPermissions,
                            java.lang.String[] guestPermissions)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
addTagResources in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

checkTags

public void checkTags(long userId,
                      long groupId,
                      java.lang.String[] names)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
checkTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

decrementAssetCount

public AssetTag decrementAssetCount(long tagId,
                                    long classNameId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
decrementAssetCount in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTag

public void deleteTag(AssetTag tag)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTag

public void deleteTag(long tagId)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEntryTags

public java.util.List<AssetTag> getEntryTags(long entryId)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntryTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupTags

public java.util.List<AssetTag> getGroupTags(long groupId)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTag

public AssetTag getTag(long tagId)
                throws com.liferay.portal.kernel.exception.PortalException,
                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTag

public AssetTag getTag(long groupId,
                       java.lang.String name)
                throws com.liferay.portal.kernel.exception.PortalException,
                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagIds

public long[] getTagIds(long groupId,
                        java.lang.String[] names)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagIds in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagNames

public java.lang.String[] getTagNames()
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagNames in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagNames

public java.lang.String[] getTagNames(long classNameId,
                                      long classPK)
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagNames in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagNames

public java.lang.String[] getTagNames(java.lang.String className,
                                      long classPK)
                               throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagNames in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<AssetTag> getTags()
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<AssetTag> getTags(long classNameId,
                                        long classPK)
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<AssetTag> getTags(long groupId,
                                        long classNameId,
                                        java.lang.String name)
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<AssetTag> getTags(long groupId,
                                        long classNameId,
                                        java.lang.String name,
                                        int start,
                                        int end)
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTags

public java.util.List<AssetTag> getTags(java.lang.String className,
                                        long classPK)
                                 throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagsSize

public int getTagsSize(long groupId,
                       long classNameId,
                       java.lang.String name)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagsSize in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

hasTag

public boolean hasTag(long groupId,
                      java.lang.String name)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
hasTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

incrementAssetCount

public AssetTag incrementAssetCount(long tagId,
                                    long classNameId)
                             throws com.liferay.portal.kernel.exception.PortalException,
                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
incrementAssetCount in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

mergeTags

public void mergeTags(long fromTagId,
                      long toTagId)
               throws com.liferay.portal.kernel.exception.PortalException,
                      com.liferay.portal.kernel.exception.SystemException
Specified by:
mergeTags in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

search

public com.liferay.portal.kernel.json.JSONArray search(long groupId,
                                                       java.lang.String name,
                                                       java.lang.String[] tagProperties,
                                                       int start,
                                                       int end)
                                                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
search in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTag

public AssetTag updateTag(long userId,
                          long tagId,
                          java.lang.String name,
                          java.lang.String[] tagProperties,
                          ServiceContext serviceContext)
                   throws com.liferay.portal.kernel.exception.PortalException,
                          com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTag in interface AssetTagLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAssetTagLocalService

public AssetTagLocalService getWrappedAssetTagLocalService()