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<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<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 com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetCategoryProperty

public static AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)

deleteAssetCategoryProperty

public static void deleteAssetCategoryProperty(long categoryPropertyId)
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetCategoryProperty

public static void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                        throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetCategoryProperty

public static AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetCategoryProperties

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

getAssetCategoryPropertiesCount

public static int getAssetCategoryPropertiesCount()
                                           throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetCategoryProperty

public static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetCategoryProperty

public static AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
                                                                boolean merge)
                                                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addCategoryProperty

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

deleteCategoryProperties

public static void deleteCategoryProperties(long entryId)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteCategoryProperty

public static void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

deleteCategoryProperty

public static void deleteCategoryProperty(long categoryPropertyId)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryProperties

public static java.util.List<AssetCategoryProperty> getCategoryProperties()
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getCategoryProperties

public static java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getCategoryProperty

public static AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                                 throws com.liferay.portal.kernel.exception.PortalException,
                                                        com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryProperty

public static AssetCategoryProperty getCategoryProperty(long categoryId,
                                                        java.lang.String key)
                                                 throws com.liferay.portal.kernel.exception.PortalException,
                                                        com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCategoryPropertyValues

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

updateCategoryProperty

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

getService

public static AssetCategoryPropertyLocalService getService()

setService

public void setService(AssetCategoryPropertyLocalService service)