com.liferay.portlet.asset.service
Class AssetTagPropertyServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetTagPropertyServiceUtil
public class AssetTagPropertyServiceUtil
- extends Object
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.
- See Also:
AssetTagPropertyService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagPropertyServiceUtil
public AssetTagPropertyServiceUtil()
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)