com.liferay.portlet.tags.service
Class TagsPropertyServiceUtil

java.lang.Object
  extended bycom.liferay.portlet.tags.service.TagsPropertyServiceUtil

public class TagsPropertyServiceUtil
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 com.liferay.portlet.tags.service.TagsPropertyService 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.

com.liferay.portlet.tags.service.TagsPropertyServiceFactory is responsible for the lookup of the bean.

Author:
Brian Wing Shun Chan
See Also:
TagsPropertyService, TagsPropertyServiceFactory

Constructor Summary
TagsPropertyServiceUtil()
           
 
Method Summary
static TagsProperty addProperty(long entryId, java.lang.String key, java.lang.String value)
           
static TagsProperty addProperty(java.lang.String entryName, java.lang.String key, java.lang.String value)
           
static void deleteProperty(long propertyId)
           
static java.util.List getProperties(long entryId)
           
static java.util.List getPropertyValues(long companyId, java.lang.String key)
           
static TagsProperty updateProperty(long propertyId, 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

TagsPropertyServiceUtil

public TagsPropertyServiceUtil()
Method Detail

addProperty

public static TagsProperty addProperty(long entryId,
                                       java.lang.String key,
                                       java.lang.String value)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException,
                                       java.rmi.RemoteException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addProperty

public static TagsProperty addProperty(java.lang.String entryName,
                                       java.lang.String key,
                                       java.lang.String value)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException,
                                       java.rmi.RemoteException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteProperty

public static void deleteProperty(long propertyId)
                           throws com.liferay.portal.PortalException,
                                  com.liferay.portal.SystemException,
                                  java.rmi.RemoteException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getProperties

public static java.util.List getProperties(long entryId)
                                    throws com.liferay.portal.SystemException,
                                           java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

getPropertyValues

public static java.util.List getPropertyValues(long companyId,
                                               java.lang.String key)
                                        throws com.liferay.portal.SystemException,
                                               java.rmi.RemoteException
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

updateProperty

public static TagsProperty updateProperty(long propertyId,
                                          java.lang.String key,
                                          java.lang.String value)
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException,
                                          java.rmi.RemoteException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException