Liferay 6.1.10-ee-ga1

com.liferay.portlet.asset.service
Class AssetCategoryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetCategoryServiceWrapper
All Implemented Interfaces:
ServiceWrapper<AssetCategoryService>, AssetCategoryService

public class AssetCategoryServiceWrapper
extends Object
implements AssetCategoryService, ServiceWrapper<AssetCategoryService>

This class is a wrapper for AssetCategoryService.

See Also:
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)
           
 void deleteCategory(long categoryId)
           
 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 keywords, 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)
           
 AssetCategoryService getWrappedAssetCategoryService()
          Deprecated. Renamed to getWrappedService()
 AssetCategoryService getWrappedService()
           
 AssetCategory moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext)
           
 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 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

AssetCategoryServiceWrapper

public AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
Method Detail

addCategory

public AssetCategory addCategory(long parentCategoryId,
                                 Map<Locale,String> titleMap,
                                 Map<Locale,String> descriptionMap,
                                 long vocabularyId,
                                 String[] categoryProperties,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
addCategory in interface AssetCategoryService
Throws:
PortalException
SystemException

deleteCategories

public void deleteCategories(long[] categoryIds)
                      throws PortalException,
                             SystemException
Specified by:
deleteCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

deleteCategory

public void deleteCategory(long categoryId)
                    throws PortalException,
                           SystemException
Specified by:
deleteCategory in interface AssetCategoryService
Throws:
PortalException
SystemException

getCategories

public List<AssetCategory> getCategories(String className,
                                         long classPK)
                                  throws PortalException,
                                         SystemException
Specified by:
getCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getCategory

public AssetCategory getCategory(long categoryId)
                          throws PortalException,
                                 SystemException
Specified by:
getCategory in interface AssetCategoryService
Throws:
PortalException
SystemException

getChildCategories

public List<AssetCategory> getChildCategories(long parentCategoryId)
                                       throws PortalException,
                                              SystemException
Specified by:
getChildCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getChildCategories

public List<AssetCategory> getChildCategories(long parentCategoryId,
                                              int start,
                                              int end,
                                              OrderByComparator obc)
                                       throws PortalException,
                                              SystemException
Specified by:
getChildCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getJSONSearch

public JSONArray getJSONSearch(long groupId,
                               String keywords,
                               long vocabularyId,
                               int start,
                               int end,
                               OrderByComparator obc)
                        throws PortalException,
                               SystemException
Specified by:
getJSONSearch in interface AssetCategoryService
Throws:
PortalException
SystemException

getJSONVocabularyCategories

public JSONObject getJSONVocabularyCategories(long groupId,
                                              String name,
                                              long vocabularyId,
                                              int start,
                                              int end,
                                              OrderByComparator obc)
                                       throws PortalException,
                                              SystemException
Specified by:
getJSONVocabularyCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getVocabularyCategories

public List<AssetCategory> getVocabularyCategories(long vocabularyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator obc)
                                            throws PortalException,
                                                   SystemException
Specified by:
getVocabularyCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getVocabularyCategories

public List<AssetCategory> getVocabularyCategories(long parentCategoryId,
                                                   long vocabularyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator obc)
                                            throws PortalException,
                                                   SystemException
Specified by:
getVocabularyCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

getVocabularyCategories

public List<AssetCategory> getVocabularyCategories(long groupId,
                                                   String name,
                                                   long vocabularyId,
                                                   int start,
                                                   int end,
                                                   OrderByComparator obc)
                                            throws SystemException
Specified by:
getVocabularyCategories in interface AssetCategoryService
Throws:
SystemException

getVocabularyCategoriesCount

public int getVocabularyCategoriesCount(long groupId,
                                        long vocabularyId)
                                 throws SystemException
Specified by:
getVocabularyCategoriesCount in interface AssetCategoryService
Throws:
SystemException

getVocabularyCategoriesCount

public int getVocabularyCategoriesCount(long groupId,
                                        String name,
                                        long vocabularyId)
                                 throws SystemException
Specified by:
getVocabularyCategoriesCount in interface AssetCategoryService
Throws:
SystemException

getVocabularyRootCategories

public List<AssetCategory> getVocabularyRootCategories(long vocabularyId,
                                                       int start,
                                                       int end,
                                                       OrderByComparator obc)
                                                throws PortalException,
                                                       SystemException
Specified by:
getVocabularyRootCategories in interface AssetCategoryService
Throws:
PortalException
SystemException

moveCategory

public AssetCategory moveCategory(long categoryId,
                                  long parentCategoryId,
                                  long vocabularyId,
                                  ServiceContext serviceContext)
                           throws PortalException,
                                  SystemException
Specified by:
moveCategory in interface AssetCategoryService
Throws:
PortalException
SystemException

search

public List<AssetCategory> search(long groupId,
                                  String keywords,
                                  long vocabularyId,
                                  int start,
                                  int end,
                                  OrderByComparator obc)
                           throws PortalException,
                                  SystemException
Specified by:
search in interface AssetCategoryService
Throws:
PortalException
SystemException

search

public JSONArray search(long groupId,
                        String name,
                        String[] categoryProperties,
                        int start,
                        int end)
                 throws PortalException,
                        SystemException
Specified by:
search in interface AssetCategoryService
Throws:
PortalException
SystemException

updateCategory

public AssetCategory updateCategory(long categoryId,
                                    long parentCategoryId,
                                    Map<Locale,String> titleMap,
                                    Map<Locale,String> descriptionMap,
                                    long vocabularyId,
                                    String[] categoryProperties,
                                    ServiceContext serviceContext)
                             throws PortalException,
                                    SystemException
Specified by:
updateCategory in interface AssetCategoryService
Throws:
PortalException
SystemException

getWrappedAssetCategoryService

public AssetCategoryService getWrappedAssetCategoryService()
Deprecated. Renamed to getWrappedService()


setWrappedAssetCategoryService

public void setWrappedAssetCategoryService(AssetCategoryService assetCategoryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetCategoryService)


getWrappedService

public AssetCategoryService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<AssetCategoryService>

setWrappedService

public void setWrappedService(AssetCategoryService assetCategoryService)
Specified by:
setWrappedService in interface ServiceWrapper<AssetCategoryService>

Liferay 6.1.10-ee-ga1