|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetCategoryServiceWrapper
@ProviderType public class AssetCategoryServiceWrapper
Provides a wrapper for AssetCategoryService.
AssetCategoryService| Constructor Summary | |
|---|---|
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
|
|
| Method Summary | |
|---|---|
AssetCategory |
addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
AssetCategory |
addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
|
void |
deleteCategories(long[] categoryIds)
|
List<AssetCategory> |
deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
Deprecated. As of 7.0.0, Replaced by deleteCategories(long[]) |
void |
deleteCategory(long categoryId)
|
AssetCategory |
fetchCategory(long categoryId)
|
List<AssetCategory> |
getCategories(String className,
long classPK)
|
AssetCategory |
getCategory(long categoryId)
|
String |
getCategoryPath(long categoryId)
|
List<AssetCategory> |
getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
JSONArray |
getJSONSearch(long groupId,
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<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator) |
JSONObject |
getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
List<AssetCategory> |
getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
List<AssetCategory> |
getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
int |
getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
int |
getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
|
int |
getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
Deprecated. As of 6.2.0, replaced by getVocabularyRootCategories(long, long, int, int,
OrderByComparator) |
List<AssetCategory> |
getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
int |
getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
|
AssetCategoryService |
getWrappedService()
|
AssetCategory |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
|
JSONArray |
search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
|
List<AssetCategory> |
search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
|
JSONArray |
search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end)
|
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort)
|
void |
setWrappedService(AssetCategoryService assetCategoryService)
|
AssetCategory |
updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
| Method Detail |
|---|
public AssetCategory addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException
addCategory in interface AssetCategoryServicePortalException
public AssetCategory addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
addCategory in interface AssetCategoryServicePortalException
public void deleteCategories(long[] categoryIds)
throws PortalException
deleteCategories in interface AssetCategoryServicePortalException
@Deprecated
public List<AssetCategory> deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
throws PortalException
deleteCategories(long[])
deleteCategories in interface AssetCategoryServicePortalException
public void deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface AssetCategoryServicePortalException
public AssetCategory fetchCategory(long categoryId)
throws PortalException
fetchCategory in interface AssetCategoryServicePortalException
public List<AssetCategory> getCategories(String className,
long classPK)
throws PortalException
getCategories in interface AssetCategoryServicePortalException
public AssetCategory getCategory(long categoryId)
throws PortalException
getCategory in interface AssetCategoryServicePortalException
public String getCategoryPath(long categoryId)
throws PortalException
getCategoryPath in interface AssetCategoryServicePortalException
public List<AssetCategory> getChildCategories(long parentCategoryId)
throws PortalException
getChildCategories in interface AssetCategoryServicePortalException
public List<AssetCategory> getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getChildCategories in interface AssetCategoryServicePortalException
@Deprecated
public JSONArray getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
throws PortalException
search(long[], String,
long[], int, int)
getJSONSearch in interface AssetCategoryServicePortalException
@Deprecated
public JSONObject getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator)
getJSONVocabularyCategories in interface AssetCategoryServicePortalException
@Deprecated
public JSONObject getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator)
getJSONVocabularyCategories in interface AssetCategoryServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetCategoryService
public List<AssetCategory> getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyCategories in interface AssetCategoryService
public List<AssetCategory> getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyCategories in interface AssetCategoryService
public List<AssetCategory> getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategories in interface AssetCategoryServicePortalException
public List<AssetCategory> getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategories in interface AssetCategoryServicePortalException
public int getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
getVocabularyCategoriesCount in interface AssetCategoryService
public int getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
getVocabularyCategoriesCount in interface AssetCategoryService
public int getVocabularyCategoriesCount(long groupId,
long vocabularyId)
getVocabularyCategoriesCount in interface AssetCategoryService
public AssetCategoryDisplay getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay in interface AssetCategoryServicePortalException
public List<AssetCategory> getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
getVocabularyRootCategories in interface AssetCategoryService
@Deprecated
public List<AssetCategory> getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyRootCategories(long, long, int, int,
OrderByComparator)
getVocabularyRootCategories in interface AssetCategoryServicePortalException
public int getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
getVocabularyRootCategoriesCount in interface AssetCategoryService
public AssetCategory moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
moveCategory in interface AssetCategoryServicePortalException
public List<AssetCategory> search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
search in interface AssetCategoryService
public JSONArray search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
throws PortalException
search in interface AssetCategoryServicePortalException
public JSONArray search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
throws PortalException
search in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
throws PortalException
searchCategoriesDisplay in interface AssetCategoryServicePortalException
public AssetCategory updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException
updateCategory in interface AssetCategoryServicePortalExceptionpublic AssetCategoryService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetCategoryService>public void setWrappedService(AssetCategoryService assetCategoryService)
setWrappedService in interface ServiceWrapper<AssetCategoryService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||