com.liferay.portlet.asset.service
Class AssetCategoryPropertyLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceWrapper
All Implemented Interfaces:
AssetCategoryPropertyLocalService

public class AssetCategoryPropertyLocalServiceWrapper
extends java.lang.Object
implements AssetCategoryPropertyLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AssetCategoryPropertyLocalService.

Author:
Brian Wing Shun Chan
See Also:
AssetCategoryPropertyLocalService
Generated:

Constructor Summary
AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
           
 
Method Summary
 AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty addCategoryProperty(long userId, long categoryId, java.lang.String key, java.lang.String value)
           
 AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
           
 void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 void deleteAssetCategoryProperty(long categoryPropertyId)
           
 void deleteCategoryProperties(long entryId)
           
 void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
           
 void deleteCategoryProperty(long categoryPropertyId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start, int end)
           
 int getAssetCategoryPropertiesCount()
           
 AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
           
 java.util.List<AssetCategoryProperty> getCategoryProperties()
           
 java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
           
 AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
           
 AssetCategoryProperty getCategoryProperty(long categoryId, java.lang.String key)
           
 java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId, java.lang.String key)
           
 AssetCategoryPropertyLocalService getWrappedAssetCategoryPropertyLocalService()
           
 AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
           
 AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty, boolean merge)
           
 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

AssetCategoryPropertyLocalServiceWrapper

public AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
Method Detail

addAssetCategoryProperty

public AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                               throws SystemException
Specified by:
addAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
SystemException

createAssetCategoryProperty

public AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
Specified by:
createAssetCategoryProperty in interface AssetCategoryPropertyLocalService

deleteAssetCategoryProperty

public void deleteAssetCategoryProperty(long categoryPropertyId)
                                 throws PortalException,
                                        SystemException
Specified by:
deleteAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

deleteAssetCategoryProperty

public void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                 throws SystemException
Specified by:
deleteAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetCategoryPropertyLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetCategoryPropertyLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface AssetCategoryPropertyLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface AssetCategoryPropertyLocalService
Throws:
SystemException

getAssetCategoryProperty

public AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
                                               throws PortalException,
                                                      SystemException
Specified by:
getAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

getAssetCategoryProperties

public java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start,
                                                                        int end)
                                                                 throws SystemException
Specified by:
getAssetCategoryProperties in interface AssetCategoryPropertyLocalService
Throws:
SystemException

getAssetCategoryPropertiesCount

public int getAssetCategoryPropertiesCount()
                                    throws SystemException
Specified by:
getAssetCategoryPropertiesCount in interface AssetCategoryPropertyLocalService
Throws:
SystemException

updateAssetCategoryProperty

public AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
                                                  throws SystemException
Specified by:
updateAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
SystemException

updateAssetCategoryProperty

public AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
                                                         boolean merge)
                                                  throws SystemException
Specified by:
updateAssetCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
SystemException

addCategoryProperty

public AssetCategoryProperty addCategoryProperty(long userId,
                                                 long categoryId,
                                                 java.lang.String key,
                                                 java.lang.String value)
                                          throws PortalException,
                                                 SystemException
Specified by:
addCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

deleteCategoryProperties

public void deleteCategoryProperties(long entryId)
                              throws SystemException
Specified by:
deleteCategoryProperties in interface AssetCategoryPropertyLocalService
Throws:
SystemException

deleteCategoryProperty

public void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
                            throws SystemException
Specified by:
deleteCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
SystemException

deleteCategoryProperty

public void deleteCategoryProperty(long categoryPropertyId)
                            throws PortalException,
                                   SystemException
Specified by:
deleteCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

getCategoryProperties

public java.util.List<AssetCategoryProperty> getCategoryProperties()
                                                            throws SystemException
Specified by:
getCategoryProperties in interface AssetCategoryPropertyLocalService
Throws:
SystemException

getCategoryProperties

public java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
                                                            throws SystemException
Specified by:
getCategoryProperties in interface AssetCategoryPropertyLocalService
Throws:
SystemException

getCategoryProperty

public AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
                                          throws PortalException,
                                                 SystemException
Specified by:
getCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

getCategoryProperty

public AssetCategoryProperty getCategoryProperty(long categoryId,
                                                 java.lang.String key)
                                          throws PortalException,
                                                 SystemException
Specified by:
getCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

getCategoryPropertyValues

public java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
                                                                       java.lang.String key)
                                                                throws SystemException
Specified by:
getCategoryPropertyValues in interface AssetCategoryPropertyLocalService
Throws:
SystemException

updateCategoryProperty

public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
                                                    java.lang.String key,
                                                    java.lang.String value)
                                             throws PortalException,
                                                    SystemException
Specified by:
updateCategoryProperty in interface AssetCategoryPropertyLocalService
Throws:
PortalException
SystemException

getWrappedAssetCategoryPropertyLocalService

public AssetCategoryPropertyLocalService getWrappedAssetCategoryPropertyLocalService()