|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface AssetCategoryServiceProvides the remote service interface for AssetCategory. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
AssetCategoryServiceUtil,
com.liferay.portlet.asset.service.base.AssetCategoryServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetCategoryServiceImpl| 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)
|
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)
|
AssetCategory |
updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
| Method Detail |
|---|
AssetCategory addCategory(long groupId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException
PortalException
AssetCategory addCategory(long groupId,
String title,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteCategories(long[] categoryIds)
throws PortalException
PortalException
@Deprecated
List<AssetCategory> deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
throws PortalException
deleteCategories(long[])
PortalException
void deleteCategory(long categoryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategory fetchCategory(long categoryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getCategories(String className,
long classPK)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategory getCategory(long categoryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
String getCategoryPath(long categoryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getChildCategories(long parentCategoryId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
PortalException
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONArray getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
throws PortalException
search(long[], String,
long[], int, int)
PortalException
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONObject getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay(long, String, long, int, int,
OrderByComparator)
PortalException
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONObject getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyCategoriesDisplay(long, int, int,
OrderByComparator)
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVocabularyCategoriesCount(long groupId,
long vocabularyId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay getVocabularyCategoriesDisplay(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
throws PortalException
getVocabularyRootCategories(long, long, int, int,
OrderByComparator)
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
AssetCategory moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetCategory> search(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator<AssetCategory> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONArray search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONArray search(long[] groupIds,
String name,
long[] vocabularyIds,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long parentCategoryId,
long vocabularyId,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long groupId,
String title,
long vocabularyId,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetCategoryDisplay searchCategoriesDisplay(long[] groupIds,
String title,
long[] vocabularyIds,
int start,
int end)
throws PortalException
PortalException
AssetCategory updateCategory(long categoryId,
long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||