com.liferay.portlet.tags.service
Class TagsPropertyLocalServiceUtil

java.lang.Object
  extended bycom.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.

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

Author:
Brian Wing Shun Chan
See Also:
TagsPropertyLocalService, TagsPropertyLocalServiceFactory

Constructor Summary
TagsPropertyLocalServiceUtil()
           
 
Method Summary
static TagsProperty addProperty(long userId, long entryId, java.lang.String key, java.lang.String value)
           
static TagsProperty addProperty(long userId, java.lang.String entryName, java.lang.String key, java.lang.String value)
           
static TagsProperty addTagsProperty(TagsProperty model)
           
static void afterPropertiesSet()
           
static void deleteProperties(long entryId)
           
static void deleteProperty(long propertyId)
           
static void deleteProperty(TagsProperty property)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
static java.util.List getProperties()
           
static java.util.List getProperties(long entryId)
           
static TagsProperty getProperty(long propertyId)
           
static TagsProperty getProperty(long entryId, java.lang.String key)
           
static java.lang.String[] getPropertyKeys(long companyId)
           
static java.util.List getPropertyValues(long companyId, java.lang.String key)
           
static TagsAssetFinder getTagsAssetFinder()
           
static TagsAssetPersistence getTagsAssetPersistence()
           
static TagsEntryFinder getTagsEntryFinder()
           
static TagsEntryPersistence getTagsEntryPersistence()
           
static TagsPropertyFinder getTagsPropertyFinder()
           
static TagsPropertyKeyFinder getTagsPropertyKeyFinder()
           
static TagsPropertyPersistence getTagsPropertyPersistence()
           
static TagsSourcePersistence getTagsSourcePersistence()
           
static UserFinder getUserFinder()
           
static UserPersistence getUserPersistence()
           
static void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)
           
static void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)
           
static void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)
           
static void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)
           
static void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)
           
static void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)
           
static void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)
           
static void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)
           
static void setUserFinder(UserFinder userFinder)
           
static void setUserPersistence(UserPersistence userPersistence)
           
static TagsProperty updateProperty(long propertyId, java.lang.String key, java.lang.String value)
           
static TagsProperty updateTagsProperty(TagsProperty model)
           
 
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 model)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

public static java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                          int begin,
                                          int end)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateTagsProperty

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

getTagsAssetPersistence

public static TagsAssetPersistence getTagsAssetPersistence()

setTagsAssetPersistence

public static void setTagsAssetPersistence(TagsAssetPersistence tagsAssetPersistence)

getTagsAssetFinder

public static TagsAssetFinder getTagsAssetFinder()

setTagsAssetFinder

public static void setTagsAssetFinder(TagsAssetFinder tagsAssetFinder)

getTagsEntryPersistence

public static TagsEntryPersistence getTagsEntryPersistence()

setTagsEntryPersistence

public static void setTagsEntryPersistence(TagsEntryPersistence tagsEntryPersistence)

getTagsEntryFinder

public static TagsEntryFinder getTagsEntryFinder()

setTagsEntryFinder

public static void setTagsEntryFinder(TagsEntryFinder tagsEntryFinder)

getTagsPropertyPersistence

public static TagsPropertyPersistence getTagsPropertyPersistence()

setTagsPropertyPersistence

public static void setTagsPropertyPersistence(TagsPropertyPersistence tagsPropertyPersistence)

getTagsPropertyFinder

public static TagsPropertyFinder getTagsPropertyFinder()

setTagsPropertyFinder

public static void setTagsPropertyFinder(TagsPropertyFinder tagsPropertyFinder)

getTagsPropertyKeyFinder

public static TagsPropertyKeyFinder getTagsPropertyKeyFinder()

setTagsPropertyKeyFinder

public static void setTagsPropertyKeyFinder(TagsPropertyKeyFinder tagsPropertyKeyFinder)

getTagsSourcePersistence

public static TagsSourcePersistence getTagsSourcePersistence()

setTagsSourcePersistence

public static void setTagsSourcePersistence(TagsSourcePersistence tagsSourcePersistence)

getUserPersistence

public static UserPersistence getUserPersistence()

setUserPersistence

public static void setUserPersistence(UserPersistence userPersistence)

getUserFinder

public static UserFinder getUserFinder()

setUserFinder

public static void setUserFinder(UserFinder userFinder)

afterPropertiesSet

public static void afterPropertiesSet()

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

addProperty

public static TagsProperty addProperty(long userId,
                                       java.lang.String entryName,
                                       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.PortalException,
                                    com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
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.PortalException,
                                  com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getProperties

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

getProperties

public static java.util.List 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 companyId)
                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPropertyValues

public static java.util.List getPropertyValues(long companyId,
                                               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