@ProviderType public class AssetCategoryServiceWrapper extends java.lang.Object implements AssetCategoryService, ServiceWrapper<AssetCategoryService>
AssetCategoryService.AssetCategoryService| Constructor and Description |
|---|
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService) |
| Modifier and Type | Method and Description |
|---|---|
AssetCategory |
addCategory(long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategory |
addCategory(java.lang.String title,
long vocabularyId,
ServiceContext serviceContext) |
void |
deleteCategories(long[] categoryIds)
Deprecated.
As of 6.2.0, Replaced by
deleteCategories(long[],
ServiceContext) |
java.util.List<AssetCategory> |
deleteCategories(long[] categoryIds,
ServiceContext serviceContext) |
void |
deleteCategory(long categoryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
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> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc) |
JSONArray |
getJSONSearch(long groupId,
java.lang.String name,
long[] vocabularyIds,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long[], String,
long[], int, int) |
JSONObject |
getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
Deprecated.
As of 6.2.0, replaced by
getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
JSONObject |
getJSONVocabularyCategories(long groupId,
java.lang.String title,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
Deprecated.
As of 6.2.0, replaced by
getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
java.util.List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
java.util.List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
java.util.List<AssetCategory> |
getVocabularyCategories(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
int |
getVocabularyCategoriesCount(long groupId,
long vocabularyId) |
int |
getVocabularyCategoriesCount(long groupId,
java.lang.String name,
long vocabularyId) |
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
java.util.List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
Deprecated.
As of 6.2.0, replaced by
getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
java.util.List<AssetCategory> |
getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
int |
getVocabularyRootCategoriesCount(long groupId,
long vocabularyId) |
AssetCategoryService |
getWrappedAssetCategoryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetCategoryService |
getWrappedService() |
AssetCategory |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
JSONArray |
search(long[] groupIds,
java.lang.String title,
long[] vocabularyIds,
int start,
int end) |
java.util.List<AssetCategory> |
search(long groupId,
java.lang.String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
JSONArray |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService) |
void |
setWrappedService(AssetCategoryService assetCategoryService) |
AssetCategory |
updateCategory(long categoryId,
long parentCategoryId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
public AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetCategoryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetCategoryServicebeanIdentifier - the Spring bean ID for this beanpublic AssetCategory addCategory(long parentCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic AssetCategory addCategory(java.lang.String title, long vocabularyId, ServiceContext serviceContext) throws PortalException, SystemException
addCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic void deleteCategories(long[] categoryIds)
throws PortalException,
SystemException
deleteCategories(long[],
ServiceContext)deleteCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> deleteCategories(long[] categoryIds, ServiceContext serviceContext) throws PortalException, SystemException
deleteCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic void deleteCategory(long categoryId)
throws PortalException,
SystemException
deleteCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getCategories(java.lang.String className, long classPK) throws PortalException, SystemException
getCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic AssetCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getChildCategories(long parentCategoryId) throws PortalException, SystemException
getChildCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getChildCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic JSONArray getJSONSearch(long groupId, java.lang.String name, long[] vocabularyIds, int start, int end) throws PortalException, SystemException
search(long[], String,
long[], int, int)getJSONSearch in interface AssetCategoryServicePortalExceptionSystemExceptionpublic JSONObject getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator)getJSONVocabularyCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic JSONObject getJSONVocabularyCategories(long groupId, java.lang.String title, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator)getJSONVocabularyCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getVocabularyCategories(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyCategories in interface AssetCategoryServiceSystemExceptionpublic int getVocabularyCategoriesCount(long groupId,
long vocabularyId)
throws SystemException
getVocabularyCategoriesCount in interface AssetCategoryServiceSystemExceptionpublic int getVocabularyCategoriesCount(long groupId,
java.lang.String name,
long vocabularyId)
throws SystemException
getVocabularyCategoriesCount in interface AssetCategoryServiceSystemExceptionpublic AssetCategoryDisplay getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategoriesDisplay in interface AssetCategoryServicePortalExceptionSystemExceptionpublic AssetCategoryDisplay getVocabularyCategoriesDisplay(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategoriesDisplay in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyRootCategories(long, long, int, int,
OrderByComparator)getVocabularyRootCategories in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyRootCategories in interface AssetCategoryServiceSystemExceptionpublic int getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
throws SystemException
getVocabularyRootCategoriesCount in interface AssetCategoryServiceSystemExceptionpublic AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws PortalException, SystemException
moveCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic java.util.List<AssetCategory> search(long groupId, java.lang.String keywords, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
search in interface AssetCategoryServiceSystemExceptionpublic JSONArray search(long groupId, java.lang.String name, java.lang.String[] categoryProperties, int start, int end) throws PortalException, SystemException
search in interface AssetCategoryServicePortalExceptionSystemExceptionpublic JSONArray search(long[] groupIds, java.lang.String title, long[] vocabularyIds, int start, int end) throws PortalException, SystemException
search in interface AssetCategoryServicePortalExceptionSystemExceptionpublic AssetCategory updateCategory(long categoryId, long parentCategoryId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
updateCategory in interface AssetCategoryServicePortalExceptionSystemExceptionpublic AssetCategoryService getWrappedAssetCategoryService()
getWrappedService()public void setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService)public AssetCategoryService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryService>public void setWrappedService(AssetCategoryService assetCategoryService)
setWrappedService in interface ServiceWrapper<AssetCategoryService>