com.liferay.portlet.asset.service
Class AssetTagPropertyLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetTagPropertyLocalServiceWrapper
All Implemented Interfaces:
AssetTagPropertyLocalService

public class AssetTagPropertyLocalServiceWrapper
extends java.lang.Object
implements AssetTagPropertyLocalService

View Source

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

This class is a wrapper for AssetTagPropertyLocalService.

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

Constructor Summary
AssetTagPropertyLocalServiceWrapper(AssetTagPropertyLocalService assetTagPropertyLocalService)
           
 
Method Summary
 AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty addTagProperty(long userId, long tagId, java.lang.String key, java.lang.String value)
           
 AssetTagProperty createAssetTagProperty(long tagPropertyId)
           
 void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
 void deleteAssetTagProperty(long tagPropertyId)
           
 void deleteTagProperties(long tagId)
           
 void deleteTagProperty(AssetTagProperty tagProperty)
           
 void deleteTagProperty(long tagPropertyId)
           
 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)
           
 java.util.List<AssetTagProperty> getAssetTagProperties(int start, int end)
           
 int getAssetTagPropertiesCount()
           
 AssetTagProperty getAssetTagProperty(long tagPropertyId)
           
 java.util.List<AssetTagProperty> getTagProperties()
           
 java.util.List<AssetTagProperty> getTagProperties(long tagId)
           
 AssetTagProperty getTagProperty(long tagPropertyId)
           
 AssetTagProperty getTagProperty(long tagId, java.lang.String key)
           
 java.lang.String[] getTagPropertyKeys(long groupId)
           
 java.util.List<AssetTagProperty> getTagPropertyValues(long groupId, java.lang.String key)
           
 AssetTagPropertyLocalService getWrappedAssetTagPropertyLocalService()
           
 AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
 AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
 AssetTagProperty updateTagProperty(long tagPropertyId, java.lang.String key, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetTagPropertyLocalServiceWrapper

public AssetTagPropertyLocalServiceWrapper(AssetTagPropertyLocalService assetTagPropertyLocalService)
Method Detail

addAssetTagProperty

public AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetTagProperty

public AssetTagProperty createAssetTagProperty(long tagPropertyId)
Specified by:
createAssetTagProperty in interface AssetTagPropertyLocalService

deleteAssetTagProperty

public void deleteAssetTagProperty(long tagPropertyId)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetTagProperty

public void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
                            throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetTagProperty in interface AssetTagPropertyLocalService
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 AssetTagPropertyLocalService
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 AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetTagProperty

public AssetTagProperty getAssetTagProperty(long tagPropertyId)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetTagProperties

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

getAssetTagPropertiesCount

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

updateAssetTagProperty

public AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetTagProperty

public AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
                                               boolean merge)
                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addTagProperty

public AssetTagProperty addTagProperty(long userId,
                                       long tagId,
                                       java.lang.String key,
                                       java.lang.String value)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
addTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTagProperties

public void deleteTagProperties(long tagId)
                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTagProperties in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagProperty

public void deleteTagProperty(AssetTagProperty tagProperty)
                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteTagProperty

public void deleteTagProperty(long tagPropertyId)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagProperties

public java.util.List<AssetTagProperty> getTagProperties()
                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagProperties in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagProperties

public java.util.List<AssetTagProperty> getTagProperties(long tagId)
                                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagProperties in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagProperty

public AssetTagProperty getTagProperty(long tagPropertyId)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagProperty

public AssetTagProperty getTagProperty(long tagId,
                                       java.lang.String key)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagPropertyKeys

public java.lang.String[] getTagPropertyKeys(long groupId)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagPropertyKeys in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagPropertyValues

public java.util.List<AssetTagProperty> getTagPropertyValues(long groupId,
                                                             java.lang.String key)
                                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getTagPropertyValues in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTagProperty

public AssetTagProperty updateTagProperty(long tagPropertyId,
                                          java.lang.String key,
                                          java.lang.String value)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
updateTagProperty in interface AssetTagPropertyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAssetTagPropertyLocalService

public AssetTagPropertyLocalService getWrappedAssetTagPropertyLocalService()