Liferay 6.0.5

com.liferay.portlet.asset.service
Class AssetVocabularyServiceWrapper

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

public class AssetVocabularyServiceWrapper
extends Object
implements AssetVocabularyService

This class is a wrapper for AssetVocabularyService.

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

Constructor Summary
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
           
 
Method Summary
 AssetVocabulary addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 void deleteVocabulary(long vocabularyId)
           
 List<AssetVocabulary> getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> getGroupVocabularies(long groupId)
           
 AssetVocabulary getVocabulary(long vocabularyId)
           
 AssetVocabularyService getWrappedAssetVocabularyService()
           
 AssetVocabulary updateVocabulary(long vocabularyId, 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
Specified by:
addVocabulary 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

getGroupVocabularies

public List<AssetVocabulary> getGroupVocabularies(long groupId)
                                           throws PortalException,
                                                  SystemException
Specified by:
getGroupVocabularies 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
Specified by:
updateVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

getWrappedAssetVocabularyService

public AssetVocabularyService getWrappedAssetVocabularyService()

Liferay 6.0.5