Liferay 6.2-ce-ga5

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

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

Provides 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. As of 6.1.0 addVocabulary(String, Map, Map, String, ServiceContext)
 AssetVocabulary addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary addVocabulary(String title, ServiceContext serviceContext)
           
 void deleteVocabularies(long[] vocabularyIds)
          Deprecated. As of 6.2.0, Replaced by deleteVocabularies(long[], ServiceContext)
 List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext)
           
 void deleteVocabulary(long vocabularyId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 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, boolean createDefaultVocabulary)
           
 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)
           
 AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc)
           
 AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator obc)
           
 JSONObject getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
          Deprecated. As of 6.2.0, with no direct replacement
 List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
           
 AssetVocabulary getVocabulary(long vocabularyId)
           
 AssetVocabularyService getWrappedAssetVocabularyService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 AssetVocabularyService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
          Deprecated. As of 6.1.0, replaced by 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. As of 6.1.0, updateVocabulary(long, String, Map, Map, String, ServiceContext)
 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

getBeanIdentifier

public 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(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(Map<Locale,String> titleMap,
                                     Map<Locale,String> descriptionMap,
                                     String settings,
                                     ServiceContext serviceContext)
                              throws PortalException,
                                     SystemException
Deprecated. As of 6.1.0 addVocabulary(String, Map, Map, String, ServiceContext)

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

addVocabulary

public AssetVocabulary addVocabulary(String title,
                                     ServiceContext serviceContext)
                              throws PortalException,
                                     SystemException
Specified by:
addVocabulary in interface AssetVocabularyService
Throws:
PortalException
SystemException

deleteVocabularies

public void deleteVocabularies(long[] vocabularyIds)
                        throws PortalException,
                               SystemException
Deprecated. As of 6.2.0, Replaced by deleteVocabularies(long[], ServiceContext)

Specified by:
deleteVocabularies in interface AssetVocabularyService
Throws:
PortalException
SystemException

deleteVocabularies

public List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds,
                                                ServiceContext serviceContext)
                                         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,
                                                  boolean createDefaultVocabulary)
                                           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

getGroupVocabulariesDisplay

public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
                                                          String title,
                                                          int start,
                                                          int end,
                                                          boolean addDefaultVocabulary,
                                                          OrderByComparator obc)
                                                   throws PortalException,
                                                          SystemException
Specified by:
getGroupVocabulariesDisplay in interface AssetVocabularyService
Throws:
PortalException
SystemException

getGroupVocabulariesDisplay

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

getJSONGroupVocabularies

public JSONObject getJSONGroupVocabularies(long groupId,
                                           String name,
                                           int start,
                                           int end,
                                           OrderByComparator obc)
                                    throws PortalException,
                                           SystemException
Deprecated. As of 6.2.0, with no direct replacement

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. As of 6.1.0, updateVocabulary(long, String, Map, Map, String, ServiceContext)

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. As of 6.1.0, replaced by getWrappedService()


setWrappedAssetVocabularyService

public void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5