Liferay 6.0.4

com.liferay.portlet.asset.service
Class AssetCategoryPropertyLocalServiceUtil

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

public class AssetCategoryPropertyLocalServiceUtil
extends Object

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.

See Also:
AssetCategoryPropertyLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetCategoryPropertyLocalServiceUtil()
           
 
Method Summary
static AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
static AssetCategoryProperty addCategoryProperty(long userId, long categoryId, String key, 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 List dynamicQuery(DynamicQuery dynamicQuery)
           
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static long dynamicQueryCount(DynamicQuery dynamicQuery)
           
static List<AssetCategoryProperty> getAssetCategoryProperties(int start, int end)
           
static int getAssetCategoryPropertiesCount()
           
static AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
           
static List<AssetCategoryProperty> getCategoryProperties()
           
static List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
static AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
           
static AssetCategoryProperty getCategoryProperty(long categoryId, String key)
           
static List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, 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, String key, 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 List dynamicQuery(DynamicQuery dynamicQuery)
                         throws SystemException
Throws:
SystemException

dynamicQuery

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

dynamicQuery

public static 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 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,
                                                        String key,
                                                        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 List<AssetCategoryProperty> getCategoryProperties()
                                                         throws SystemException
Throws:
SystemException

getCategoryProperties

public static 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,
                                                        String key)
                                                 throws PortalException,
                                                        SystemException
Throws:
PortalException
SystemException

getCategoryPropertyValues

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

updateCategoryProperty

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

getService

public static AssetCategoryPropertyLocalService getService()

setService

public void setService(AssetCategoryPropertyLocalService service)

Liferay 6.0.4