Liferay 6.0.5

com.liferay.portlet.asset.service
Class AssetCategoryServiceWrapper

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

public class AssetCategoryServiceWrapper
extends Object
implements AssetCategoryService

This class is a wrapper for AssetCategoryService.

See Also:
AssetCategoryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
AssetCategoryServiceWrapper(AssetCategoryService assetCategoryService)
           
 
Method Summary
 AssetCategory addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 void deleteCategory(long categoryId)
           
 List<AssetCategory> getCategories(String className, long classPK)
           
 AssetCategory getCategory(long categoryId)
           
 List<AssetCategory> getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 AssetCategoryService getWrappedAssetCategoryService()
           
 JSONArray search(long groupId, String name, String[] categoryProperties, int start, int end)
           
 AssetCategory updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, 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,
                                 long vocabularyId,
                                 String[] categoryProperties,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
addCategory 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,
                                              int start,
                                              int end,
                                              OrderByComparator obc)
                                       throws PortalException,
                                              SystemException
Specified by:
getChildCategories 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

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

search

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

updateCategory

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

getWrappedAssetCategoryService

public AssetCategoryService getWrappedAssetCategoryService()

Liferay 6.0.5