com.liferay.portlet.asset.service
Class AssetCategoryPropertyLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryPropertyLocalServiceWrapper
- All Implemented Interfaces:
- AssetCategoryPropertyLocalService
public class AssetCategoryPropertyLocalServiceWrapper
- extends Object
- implements AssetCategoryPropertyLocalService
This class is a wrapper for AssetCategoryPropertyLocalService.
- See Also:
AssetCategoryPropertyLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetCategoryProperty |
addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
|
AssetCategoryProperty |
addCategoryProperty(long userId,
long categoryId,
String key,
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<AssetCategoryProperty> |
getAssetCategoryProperties(int start,
int end)
|
int |
getAssetCategoryPropertiesCount()
|
AssetCategoryProperty |
getAssetCategoryProperty(long categoryPropertyId)
|
List<AssetCategoryProperty> |
getCategoryProperties()
|
List<AssetCategoryProperty> |
getCategoryProperties(long entryId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryPropertyId)
|
AssetCategoryProperty |
getCategoryProperty(long categoryId,
String key)
|
List<AssetCategoryProperty> |
getCategoryPropertyValues(long groupId,
String key)
|
AssetCategoryPropertyLocalService |
getWrappedAssetCategoryPropertyLocalService()
|
AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
|
AssetCategoryProperty |
updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
boolean merge)
|
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 |
AssetCategoryPropertyLocalServiceWrapper
public AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetCategoryPropertyLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetCategoryPropertyLocalService
- Throws:
SystemException
dynamicQuery
public 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 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,
String key,
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 List<AssetCategoryProperty> getCategoryProperties()
throws SystemException
- Specified by:
getCategoryProperties in interface AssetCategoryPropertyLocalService
- Throws:
SystemException
getCategoryProperties
public 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,
String key)
throws PortalException,
SystemException
- Specified by:
getCategoryProperty in interface AssetCategoryPropertyLocalService
- Throws:
PortalException
SystemException
getCategoryPropertyValues
public List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
String key)
throws SystemException
- Specified by:
getCategoryPropertyValues in interface AssetCategoryPropertyLocalService
- Throws:
SystemException
updateCategoryProperty
public AssetCategoryProperty updateCategoryProperty(long categoryPropertyId,
String key,
String value)
throws PortalException,
SystemException
- Specified by:
updateCategoryProperty in interface AssetCategoryPropertyLocalService
- Throws:
PortalException
SystemException
getWrappedAssetCategoryPropertyLocalService
public AssetCategoryPropertyLocalService getWrappedAssetCategoryPropertyLocalService()