com.liferay.portlet.asset.service
Class AssetCategoryPropertyLocalServiceWrapper
java.lang.Object
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:
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<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
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 |
AssetCategoryPropertyLocalServiceWrapper
public AssetCategoryPropertyLocalServiceWrapper(AssetCategoryPropertyLocalService assetCategoryPropertyLocalService)
addAssetCategoryProperty
public AssetCategoryProperty addAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createAssetCategoryProperty
public AssetCategoryProperty createAssetCategoryProperty(long categoryPropertyId)
- Specified by:
createAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
deleteAssetCategoryProperty
public void deleteAssetCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteAssetCategoryProperty
public void deleteAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public 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
- Specified by:
dynamicQuery
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetCategoryProperty
public AssetCategoryProperty getAssetCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getAssetCategoryProperties
public java.util.List<AssetCategoryProperty> getAssetCategoryProperties(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetCategoryProperties
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getAssetCategoryPropertiesCount
public int getAssetCategoryPropertiesCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getAssetCategoryPropertiesCount
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetCategoryProperty
public AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateAssetCategoryProperty
public AssetCategoryProperty updateAssetCategoryProperty(AssetCategoryProperty assetCategoryProperty,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateAssetCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addCategoryProperty
public 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
- Specified by:
addCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperties
public void deleteCategoryProperties(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCategoryProperties
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperty
public void deleteCategoryProperty(AssetCategoryProperty categoryProperty)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteCategoryProperty
public void deleteCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryProperties
public java.util.List<AssetCategoryProperty> getCategoryProperties()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryProperties
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCategoryProperties
public java.util.List<AssetCategoryProperty> getCategoryProperties(long entryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryProperties
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCategoryProperty
public AssetCategoryProperty getCategoryProperty(long categoryPropertyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryProperty
public AssetCategoryProperty getCategoryProperty(long categoryId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategoryPropertyValues
public java.util.List<AssetCategoryProperty> getCategoryPropertyValues(long groupId,
java.lang.String key)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategoryPropertyValues
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCategoryProperty
public 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
- Specified by:
updateCategoryProperty
in interface AssetCategoryPropertyLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetCategoryPropertyLocalService
public AssetCategoryPropertyLocalService getWrappedAssetCategoryPropertyLocalService()