com.liferay.portlet.asset.service
Class AssetVocabularyServiceWrapper

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

public class AssetVocabularyServiceWrapper
extends java.lang.Object
implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>

This class is a wrapper for AssetVocabularyService.

Author:
Brian Wing Shun Chan
See Also:
AssetVocabularyService
Generated:

Constructor Summary
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
           
 
Method Summary
 AssetVocabulary addVocabulary(java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary addVocabulary(java.lang.String title, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String settings, ServiceContext serviceContext)
           
 void deleteVocabularies(long[] vocabularyIds)
           
 void deleteVocabulary(long vocabularyId)
           
 java.lang.String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
           
 java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
           
 java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className)
           
 java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
           
 java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 int getGroupVocabulariesCount(long groupId)
           
 int getGroupVocabulariesCount(long groupId, java.lang.String name)
           
 JSONObject getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
           
 AssetVocabulary getVocabulary(long vocabularyId)
           
 AssetVocabularyService getWrappedAssetVocabularyService()
          Deprecated. Renamed to getWrappedService()
 AssetVocabularyService getWrappedService()
           
 void setBeanIdentifier(java.lang.String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService)
 void setWrappedService(AssetVocabularyService assetVocabularyService)
           
 AssetVocabulary updateVocabulary(long vocabularyId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String settings, ServiceContext serviceContext)
          Deprecated.  
 AssetVocabulary updateVocabulary(long vocabularyId, java.lang.String title, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.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

getBeanIdentifier

public java.lang.String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface AssetVocabularyService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface AssetVocabularyService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addVocabulary

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

Specified by:
addVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

addVocabulary

public AssetVocabulary addVocabulary(java.lang.String title,
                                     java.util.Map<java.util.Locale,java.lang.String> titleMap,
                                     java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                     java.lang.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 java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
                                                       throws PortalException,
                                                              SystemException
Specified by:
getCompanyVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupsVocabularies

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

getGroupsVocabularies

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

getGroupVocabularies

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

getGroupVocabularies

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

getGroupVocabularies

public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId,
                                                            java.lang.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,
                                     java.lang.String name)
                              throws SystemException
Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
Throws:
SystemException

getJSONGroupVocabularies

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

getVocabularies

public java.util.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,
                                        java.util.Map<java.util.Locale,java.lang.String> titleMap,
                                        java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                        java.lang.String settings,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Deprecated. 

Specified by:
updateVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

updateVocabulary

public AssetVocabulary updateVocabulary(long vocabularyId,
                                        java.lang.String title,
                                        java.util.Map<java.util.Locale,java.lang.String> titleMap,
                                        java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
                                        java.lang.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>