|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.asset.service.AssetCategoryServiceWrapper
public class AssetCategoryServiceWrapper
This class is a wrapper for AssetCategoryService
.
AssetCategoryService
Constructor Summary | |
---|---|
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
|
Method Summary | |
---|---|
AssetCategory |
addCategory(long parentCategoryId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
long vocabularyId,
String[] categoryProperties,
ServiceContext serviceContext)
|
void |
deleteCategories(long[] categoryIds)
Deprecated. As of 6.2.0, Replaced by deleteCategories(long[],
ServiceContext) |
List<AssetCategory> |
deleteCategories(long[] categoryIds,
ServiceContext serviceContext)
|
void |
deleteCategory(long categoryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
List<AssetCategory> |
getCategories(String className,
long classPK)
|
AssetCategory |
getCategory(long categoryId)
|
List<AssetCategory> |
getChildCategories(long parentCategoryId)
|
List<AssetCategory> |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc)
|
JSONArray |
getJSONSearch(long groupId,
String name,
long[] vocabularyIds,
int start,
int end)
Deprecated. search(long[], String, long[], int, int) |
JSONArray |
getJSONSearch(long groupId,
String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
Deprecated. |
JSONObject |
getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
JSONObject |
getJSONVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
List<AssetCategory> |
getVocabularyCategories(long groupId,
String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
int |
getVocabularyCategoriesCount(long groupId,
long vocabularyId)
|
int |
getVocabularyCategoriesCount(long groupId,
String name,
long vocabularyId)
|
List<AssetCategory> |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
Deprecated. replaced by getVocabularyRootCategories(long, long,
int, int, OrderByComparator) |
List<AssetCategory> |
getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
int |
getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
|
AssetCategoryService |
getWrappedAssetCategoryService()
Deprecated. Renamed to getWrappedService() |
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 obc)
|
JSONArray |
search(long groupId,
String name,
String[] categoryProperties,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService) |
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 String getBeanIdentifier()
getBeanIdentifier
in interface AssetCategoryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AssetCategoryService
beanIdentifier
- the Spring bean ID for this beanpublic AssetCategory addCategory(long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
addCategory
in interface AssetCategoryService
PortalException
SystemException
public void deleteCategories(long[] categoryIds) throws PortalException, SystemException
deleteCategories(long[],
ServiceContext)
deleteCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> deleteCategories(long[] categoryIds, ServiceContext serviceContext) throws PortalException, SystemException
deleteCategories
in interface AssetCategoryService
PortalException
SystemException
public void deleteCategory(long categoryId) throws PortalException, SystemException
deleteCategory
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getCategories(String className, long classPK) throws PortalException, SystemException
getCategories
in interface AssetCategoryService
PortalException
SystemException
public AssetCategory getCategory(long categoryId) throws PortalException, SystemException
getCategory
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getChildCategories(long parentCategoryId) throws PortalException, SystemException
getChildCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getChildCategories
in interface AssetCategoryService
PortalException
SystemException
public JSONArray getJSONSearch(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getJSONSearch
in interface AssetCategoryService
PortalException
SystemException
public JSONArray getJSONSearch(long groupId, String name, long[] vocabularyIds, int start, int end) throws PortalException, SystemException
search(long[], String, long[], int, int)
getJSONSearch
in interface AssetCategoryService
PortalException
SystemException
public JSONObject getJSONVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getJSONVocabularyCategories
in interface AssetCategoryService
PortalException
SystemException
public JSONObject getJSONVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getJSONVocabularyCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getVocabularyCategories(long groupId, String name, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyCategories
in interface AssetCategoryService
SystemException
public int getVocabularyCategoriesCount(long groupId, long vocabularyId) throws SystemException
getVocabularyCategoriesCount
in interface AssetCategoryService
SystemException
public int getVocabularyCategoriesCount(long groupId, String name, long vocabularyId) throws SystemException
getVocabularyCategoriesCount
in interface AssetCategoryService
SystemException
public List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getVocabularyRootCategories(long, long,
int, int, OrderByComparator)
getVocabularyRootCategories
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
getVocabularyRootCategories
in interface AssetCategoryService
SystemException
public int getVocabularyRootCategoriesCount(long groupId, long vocabularyId) throws SystemException
getVocabularyRootCategoriesCount
in interface AssetCategoryService
SystemException
public AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws PortalException, SystemException
moveCategory
in interface AssetCategoryService
PortalException
SystemException
public List<AssetCategory> search(long groupId, String keywords, long vocabularyId, int start, int end, OrderByComparator obc) throws SystemException
search
in interface AssetCategoryService
SystemException
public JSONArray search(long groupId, String name, String[] categoryProperties, int start, int end) throws PortalException, SystemException
search
in interface AssetCategoryService
PortalException
SystemException
public JSONArray search(long[] groupIds, String name, long[] vocabularyIds, int start, int end) throws PortalException, SystemException
search
in interface AssetCategoryService
PortalException
SystemException
public AssetCategory updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext) throws PortalException, SystemException
updateCategory
in interface AssetCategoryService
PortalException
SystemException
public 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |