com.liferay.portlet.asset.service
Class AssetCategoryServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetCategoryServiceWrapper
- All Implemented Interfaces:
- AssetCategoryService
public class AssetCategoryServiceWrapper
- extends java.lang.Object
- implements AssetCategoryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetCategoryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategoryService
- Generated:
Method Summary |
AssetCategory |
addCategory(long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId)
|
java.util.List<AssetCategory> |
getCategories(java.lang.String className,
long classPK)
|
AssetCategory |
getCategory(long categoryId)
|
java.util.List<AssetCategory> |
getChildCategories(long parentCategoryId)
|
java.util.List<AssetCategory> |
getVocabularyCategories(long vocabularyId)
|
java.util.List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId)
|
AssetCategoryService |
getWrappedAssetCategoryService()
|
com.liferay.portal.kernel.json.JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
|
AssetCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetCategoryServiceWrapper
public AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
addCategory
public AssetCategory addCategory(long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addCategory
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteCategory
public void deleteCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteCategory
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategories
public java.util.List<AssetCategory> getCategories(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategories
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCategory
public AssetCategory getCategory(long categoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCategory
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getChildCategories
public java.util.List<AssetCategory> getChildCategories(long parentCategoryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getChildCategories
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getVocabularyCategories
public java.util.List<AssetCategory> getVocabularyCategories(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getVocabularyCategories
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getVocabularyRootCategories
public java.util.List<AssetCategory> getVocabularyRootCategories(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getVocabularyRootCategories
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
search
public com.liferay.portal.kernel.json.JSONArray search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
search
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateCategory
public AssetCategory updateCategory(long categoryId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateCategory
in interface AssetCategoryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetCategoryService
public AssetCategoryService getWrappedAssetCategoryService()