Liferay 6.0.5

com.liferay.portlet.asset.service
Class AssetTagPropertyServiceUtil

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

public class AssetTagPropertyServiceUtil
extends Object

The utility for the asset tag property remote service. This utility wraps AssetTagPropertyServiceImpl and is the primary access point for service operations in application layer code running on a remote server.

Never modify this class directly. Add custom service methods to AssetTagPropertyServiceImpl and rerun ServiceBuilder to regenerate this class.

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.

See Also:
AssetTagPropertyService, AssetTagPropertyServiceBaseImpl, AssetTagPropertyServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetTagPropertyServiceUtil()
           
 
Method Summary
static AssetTagProperty addTagProperty(long tagId, String key, String value)
           
static void deleteTagProperty(long tagPropertyId)
           
static AssetTagPropertyService getService()
           
static List<AssetTagProperty> getTagProperties(long tagId)
           
static List<AssetTagProperty> getTagPropertyValues(long companyId, String key)
           
 void setService(AssetTagPropertyService service)
           
static AssetTagProperty updateTagProperty(long tagPropertyId, String key, 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,
                                              String key,
                                              String value)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

deleteTagProperty

public static void deleteTagProperty(long tagPropertyId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getTagProperties

public static List<AssetTagProperty> getTagProperties(long tagId)
                                               throws SystemException
Throws:
SystemException

getTagPropertyValues

public static List<AssetTagProperty> getTagPropertyValues(long companyId,
                                                          String key)
                                                   throws SystemException
Throws:
SystemException

updateTagProperty

public static AssetTagProperty updateTagProperty(long tagPropertyId,
                                                 String key,
                                                 String value)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getService

public static AssetTagPropertyService getService()

setService

public void setService(AssetTagPropertyService service)

Liferay 6.0.5