Liferay 6.1.10-ee-ga1

com.liferay.portlet.asset.service
Class AssetVocabularyServiceWrapper

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

public class AssetVocabularyServiceWrapper
extends Object
implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>

This class is a wrapper for AssetVocabularyService.

See Also:
AssetVocabularyService

Constructor Summary
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
           
 
Method Summary
 AssetVocabulary addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 void deleteVocabularies(long[] vocabularyIds)
           
 void deleteVocabulary(long vocabularyId)
           
 List<AssetVocabulary> getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className)
           
 List<AssetVocabulary> getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 int getGroupVocabulariesCount(long groupId)
           
 int getGroupVocabulariesCount(long groupId, String name)
           
 JSONObject getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
           
 AssetVocabulary getVocabulary(long vocabularyId)
           
 AssetVocabularyService getWrappedAssetVocabularyService()
          Deprecated. Renamed to getWrappedService()
 AssetVocabularyService getWrappedService()
           
 void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService)
 void setWrappedService(AssetVocabularyService assetVocabularyService)
           
 AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyServiceWrapper

public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
Method Detail

addVocabulary

public AssetVocabulary addVocabulary(Map<Locale,String> titleMap,
                                     Map<Locale,String> descriptionMap,
                                     String settings,
                                     ServiceContext serviceContext)
                              throws PortalException,
                                     SystemException
Deprecated. 

Specified by:
addVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

addVocabulary

public AssetVocabulary addVocabulary(String title,
                                     Map<Locale,String> titleMap,
                                     Map<Locale,String> descriptionMap,
                                     String settings,
                                     ServiceContext serviceContext)
                              throws PortalException,
                                     SystemException
Specified by:
addVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

deleteVocabularies

public void deleteVocabularies(long[] vocabularyIds)
                        throws PortalException,
                               SystemException
Specified by:
deleteVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      throws PortalException,
                             SystemException
Specified by:
deleteVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

getCompanyVocabularies

public List<AssetVocabulary> getCompanyVocabularies(long companyId)
                                             throws PortalException,
                                                    SystemException
Specified by:
getCompanyVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupsVocabularies

public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
                                            throws PortalException,
                                                   SystemException
Specified by:
getGroupsVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupsVocabularies

public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds,
                                                   String className)
                                            throws PortalException,
                                                   SystemException
Specified by:
getGroupsVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupVocabularies

public List<AssetVocabulary> getGroupVocabularies(long groupId)
                                           throws PortalException,
                                                  SystemException
Specified by:
getGroupVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupVocabularies

public List<AssetVocabulary> getGroupVocabularies(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator obc)
                                           throws SystemException
Specified by:
getGroupVocabularies in interface AssetVocabularyService
Throws:
SystemException

getGroupVocabularies

public List<AssetVocabulary> getGroupVocabularies(long groupId,
                                                  String name,
                                                  int start,
                                                  int end,
                                                  OrderByComparator obc)
                                           throws SystemException
Specified by:
getGroupVocabularies in interface AssetVocabularyService
Throws:
SystemException

getGroupVocabulariesCount

public int getGroupVocabulariesCount(long groupId)
                              throws SystemException
Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
Throws:
SystemException

getGroupVocabulariesCount

public int getGroupVocabulariesCount(long groupId,
                                     String name)
                              throws SystemException
Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
Throws:
SystemException

getJSONGroupVocabularies

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

getVocabularies

public List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
                                      throws PortalException,
                                             SystemException
Specified by:
getVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getVocabulary

public AssetVocabulary getVocabulary(long vocabularyId)
                              throws PortalException,
                                     SystemException
Specified by:
getVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

updateVocabulary

public AssetVocabulary updateVocabulary(long vocabularyId,
                                        Map<Locale,String> titleMap,
                                        Map<Locale,String> descriptionMap,
                                        String settings,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Deprecated. 

Specified by:
updateVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

updateVocabulary

public AssetVocabulary updateVocabulary(long vocabularyId,
                                        String title,
                                        Map<Locale,String> titleMap,
                                        Map<Locale,String> descriptionMap,
                                        String settings,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
updateVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

getWrappedAssetVocabularyService

public AssetVocabularyService getWrappedAssetVocabularyService()
Deprecated. Renamed to getWrappedService()


setWrappedAssetVocabularyService

public void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService)


getWrappedService

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

setWrappedService

public void setWrappedService(AssetVocabularyService assetVocabularyService)
Specified by:
setWrappedService in interface ServiceWrapper<AssetVocabularyService>

Liferay 6.1.10-ee-ga1