com.liferay.portlet.asset.service
Class AssetCategoryPropertyLocalServiceUtil

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

public class AssetCategoryPropertyLocalServiceUtil
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 AssetCategoryPropertyLocalService 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:
AssetCategoryPropertyLocalService
Generated:

Constructor Summary
AssetCategoryPropertyLocalServiceUtil()
           
 
Method Summary
static AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty addCategoryProperty(long userId, long categoryId, java.lang.String key, java.lang.String value)
           
static AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
           
static void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static void deleteAssetCategoryProperty(long categoryPropertyId)
           
static void deleteCategoryProperties(long entryId)
           
static void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
static void deleteCategoryProperty(long categoryPropertyId)
           
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<AssetCategoryProperty> getAssetCategoryProperties(int start, int end)
           
static int getAssetCategoryPropertiesCount()
           
static AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
           
static java.util.List<AssetCategoryProperty> getCategoryProperties()
           
static java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
static AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty getCategoryProperty(long categoryId, java.lang.String key)
           
static java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, java.lang.String key)
           
static AssetCategoryPropertyLocalService getService()
           
 void setService(AssetCategoryPropertyLocalService service)
           
static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId, 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

AssetCategoryPropertyLocalServiceUtil

public AssetCategoryPropertyLocalServiceUtil()
Method Detail

addAssetCategoryProperty

public static AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                      throws SystemException
Throws:
SystemException

createAssetCategoryProperty

public static AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)

deleteAssetCategoryProperty

public static void deleteAssetCategoryProperty(long categoryPropertyId)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

deleteAssetCategoryProperty

public static void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                        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

getAssetCategoryProperty

public static AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
                                                      throws PortalException,
                                                             SystemException
Throws:
PortalException
SystemException

getAssetCategoryProperties

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

getAssetCategoryPropertiesCount

public static int getAssetCategoryPropertiesCount()
                                           throws SystemException
Throws:
SystemException

updateAssetCategoryProperty

public static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                         throws SystemException
Throws:
SystemException

updateAssetCategoryProperty

public static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
                                                                boolean merge)
                                                         throws SystemException
Throws:
SystemException

addCategoryProperty

public static AssetCategoryProperty addCategoryProperty(long userId,
                                                        long categoryId,
                                                        java.lang.String key,
                                                        java.lang.String value)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

deleteCategoryProperties

public static void deleteCategoryProperties(long entryId)
                                     throws SystemException
Throws:
SystemException

deleteCategoryProperty

public static void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                                   throws SystemException
Throws:
SystemException

deleteCategoryProperty

public static void deleteCategoryProperty(long categoryPropertyId)
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getCategoryProperties

public static java.util.List<AssetCategoryProperty> getCategoryProperties()
                                                                   throws SystemException
Throws:
SystemException

getCategoryProperties

public static java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                                   throws SystemException
Throws:
SystemException

getCategoryProperty

public static AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

getCategoryProperty

public static AssetCategoryProperty getCategoryProperty(long categoryId,
                                                        java.lang.String key)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

getCategoryPropertyValues

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

updateCategoryProperty

public static AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                           java.lang.String key,
                                                           java.lang.String value)
                                                    throws PortalException,
                                                           SystemException
Throws:
PortalException
SystemException

getService

public static AssetCategoryPropertyLocalService getService()

setService

public void setService(AssetCategoryPropertyLocalService service)