com.liferay.portlet.asset.service
Class AssetTagPropertyServiceUtil

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

public class AssetTagPropertyServiceUtil
extends java.lang.Object

View Source

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

This class provides static methods for the AssetTagPropertyService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

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

Constructor Summary
AssetTagPropertyServiceUtil()
           
 
Method Summary
static AssetTagProperty addTagProperty(long tagId, java.lang.String key, java.lang.String value)
           
static void deleteTagProperty(long tagPropertyId)
           
static AssetTagPropertyService getService()
           
static java.util.List<AssetTagProperty> getTagProperties(long tagId)
           
static java.util.List<AssetTagProperty> getTagPropertyValues(long companyId, java.lang.String key)
           
 void setService(AssetTagPropertyService service)
           
static 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

AssetTagPropertyServiceUtil

public AssetTagPropertyServiceUtil()
Method Detail

addTagProperty

public static AssetTagProperty addTagProperty(long tagId,
                                              java.lang.String key,
                                              java.lang.String value)
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteTagProperty

public static void deleteTagProperty(long tagPropertyId)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getTagProperties

public static java.util.List<AssetTagProperty> getTagProperties(long tagId)
                                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getTagPropertyValues

public static java.util.List<AssetTagProperty> getTagPropertyValues(long companyId,
                                                                    java.lang.String key)
                                                             throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateTagProperty

public static 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
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getService

public static AssetTagPropertyService getService()

setService

public void setService(AssetTagPropertyService service)