com.liferay.portlet.asset.service
Class AssetTagPropertyLocalServiceUtil

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

public class AssetTagPropertyLocalServiceUtil
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 AssetTagPropertyLocalService 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:
AssetTagPropertyLocalService
Generated:

Constructor Summary
AssetTagPropertyLocalServiceUtil()
           
 
Method Summary
static AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
           
static AssetTagProperty addTagProperty(long userId, long tagId, java.lang.String key, java.lang.String value)
           
static AssetTagProperty createAssetTagProperty(long tagPropertyId)
           
static void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
           
static void deleteAssetTagProperty(long tagPropertyId)
           
static void deleteTagProperties(long tagId)
           
static void deleteTagProperty(AssetTagProperty tagProperty)
           
static void deleteTagProperty(long tagPropertyId)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
static java.util.List<AssetTagProperty> getAssetTagProperties(int start, int end)
           
static int getAssetTagPropertiesCount()
           
static AssetTagProperty getAssetTagProperty(long tagPropertyId)
           
static AssetTagPropertyLocalService getService()
           
static java.util.List<AssetTagProperty> getTagProperties()
           
static java.util.List<AssetTagProperty> getTagProperties(long tagId)
           
static AssetTagProperty getTagProperty(long tagPropertyId)
           
static AssetTagProperty getTagProperty(long tagId, java.lang.String key)
           
static java.lang.String[] getTagPropertyKeys(long groupId)
           
static java.util.List<AssetTagProperty> getTagPropertyValues(long groupId, java.lang.String key)
           
 void setService(AssetTagPropertyLocalService service)
           
static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
           
static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty, boolean merge)
           
static AssetTagProperty updateTagProperty(long tagPropertyId, 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

AssetTagPropertyLocalServiceUtil

public AssetTagPropertyLocalServiceUtil()
Method Detail

addAssetTagProperty

public static AssetTagProperty addAssetTagProperty(AssetTagProperty assetTagProperty)
                                            throws SystemException
Throws:
SystemException

createAssetTagProperty

public static AssetTagProperty createAssetTagProperty(long tagPropertyId)

deleteAssetTagProperty

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

deleteAssetTagProperty

public static void deleteAssetTagProperty(AssetTagProperty assetTagProperty)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end)
                                   throws SystemException
Throws:
SystemException

dynamicQuery

public static java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                          int start,
                                          int end,
                                          OrderByComparator orderByComparator)
                                   throws SystemException
Throws:
SystemException

dynamicQueryCount

public static long dynamicQueryCount(DynamicQuery dynamicQuery)
                              throws SystemException
Throws:
SystemException

getAssetTagProperty

public static AssetTagProperty getAssetTagProperty(long tagPropertyId)
                                            throws PortalException,
                                                   SystemException
Throws:
PortalException
SystemException

getAssetTagProperties

public static java.util.List<AssetTagProperty> getAssetTagProperties(int start,
                                                                     int end)
                                                              throws SystemException
Throws:
SystemException

getAssetTagPropertiesCount

public static int getAssetTagPropertiesCount()
                                      throws SystemException
Throws:
SystemException

updateAssetTagProperty

public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty)
                                               throws SystemException
Throws:
SystemException

updateAssetTagProperty

public static AssetTagProperty updateAssetTagProperty(AssetTagProperty assetTagProperty,
                                                      boolean merge)
                                               throws SystemException
Throws:
SystemException

addTagProperty

public static AssetTagProperty addTagProperty(long userId,
                                              long tagId,
                                              java.lang.String key,
                                              java.lang.String value)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

deleteTagProperties

public static void deleteTagProperties(long tagId)
                                throws SystemException
Throws:
SystemException

deleteTagProperty

public static void deleteTagProperty(AssetTagProperty tagProperty)
                              throws SystemException
Throws:
SystemException

deleteTagProperty

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

getTagProperties

public static java.util.List<AssetTagProperty> getTagProperties()
                                                         throws SystemException
Throws:
SystemException

getTagProperties

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

getTagProperty

public static AssetTagProperty getTagProperty(long tagPropertyId)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getTagProperty

public static AssetTagProperty getTagProperty(long tagId,
                                              java.lang.String key)
                                       throws PortalException,
                                              SystemException
Throws:
PortalException
SystemException

getTagPropertyKeys

public static java.lang.String[] getTagPropertyKeys(long groupId)
                                             throws SystemException
Throws:
SystemException

getTagPropertyValues

public static java.util.List<AssetTagProperty> getTagPropertyValues(long groupId,
                                                                    java.lang.String key)
                                                             throws SystemException
Throws:
SystemException

updateTagProperty

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

getService

public static AssetTagPropertyLocalService getService()

setService

public void setService(AssetTagPropertyLocalService service)