com.liferay.portlet.tags.service
Class TagsPropertyLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsPropertyLocalServiceUtil

public class TagsPropertyLocalServiceUtil
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.TagsPropertyLocalService 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:
TagsPropertyLocalService

Constructor Summary
TagsPropertyLocalServiceUtil()
           
 
Method Summary
static TagsProperty addProperty(long userId, long entryId, java.lang.String key, java.lang.String value)
           
static TagsProperty addTagsProperty(TagsProperty tagsProperty)
           
static TagsProperty createTagsProperty(long propertyId)
           
static void deleteProperties(long entryId)
           
static void deleteProperty(long propertyId)
           
static void deleteProperty(TagsProperty property)
           
static void deleteTagsProperty(long propertyId)
           
static void deleteTagsProperty(TagsProperty tagsProperty)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List<TagsProperty> getProperties()
           
static java.util.List<TagsProperty> getProperties(long entryId)
           
static TagsProperty getProperty(long propertyId)
           
static TagsProperty getProperty(long entryId, java.lang.String key)
           
static java.lang.String[] getPropertyKeys(long groupId)
           
static java.util.List<TagsProperty> getPropertyValues(long groupId, java.lang.String key)
           
static TagsPropertyLocalService getService()
           
static java.util.List<TagsProperty> getTagsProperties(int start, int end)
           
static int getTagsPropertiesCount()
           
static TagsProperty getTagsProperty(long propertyId)
           
 void setService(TagsPropertyLocalService service)
           
static TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
static TagsProperty updateTagsProperty(TagsProperty tagsProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsPropertyLocalServiceUtil

public TagsPropertyLocalServiceUtil()
Method Detail

addTagsProperty

public static TagsProperty addTagsProperty(TagsProperty tagsProperty)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

createTagsProperty

public static TagsProperty createTagsProperty(long propertyId)

deleteTagsProperty

public static void deleteTagsProperty(long propertyId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteTagsProperty

public static void deleteTagsProperty(TagsProperty tagsProperty)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTagsProperty

public static TagsProperty getTagsProperty(long propertyId)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getTagsProperties

public static java.util.List<TagsProperty> getTagsProperties(int start,
                                                             int end)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTagsPropertiesCount

public static int getTagsPropertiesCount()
                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateTagsProperty

public static TagsProperty updateTagsProperty(TagsProperty tagsProperty)
                                       throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addProperty

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

deleteProperties

public static void deleteProperties(long entryId)
                             throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteProperty

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

deleteProperty

public static void deleteProperty(TagsProperty property)
                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperties

public static java.util.List<TagsProperty> getProperties()
                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperties

public static java.util.List<TagsProperty> getProperties(long entryId)
                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getProperty

public static TagsProperty getProperty(long propertyId)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProperty

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

getPropertyKeys

public static java.lang.String[] getPropertyKeys(long groupId)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPropertyValues

public static java.util.List<TagsProperty> getPropertyValues(long groupId,
                                                             java.lang.String key)
                                                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateProperty

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

getService

public static TagsPropertyLocalService getService()

setService

public void setService(TagsPropertyLocalService service)