com.liferay.portlet.asset.service
Class AssetVocabularyLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.asset.service.AssetVocabularyLocalServiceWrapper
All Implemented Interfaces:
AssetVocabularyLocalService

public class AssetVocabularyLocalServiceWrapper
extends java.lang.Object
implements AssetVocabularyLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for AssetVocabularyLocalService.

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

Constructor Summary
AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService)
           
 
Method Summary
 AssetVocabulary addAssetVocabulary(AssetVocabulary assetVocabulary)
           
 AssetVocabulary addVocabulary(java.lang.String uuid, long userId, 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 addVocabularyResources(AssetVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addVocabularyResources(AssetVocabulary vocabulary, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 AssetVocabulary createAssetVocabulary(long vocabularyId)
           
 void deleteAssetVocabulary(AssetVocabulary assetVocabulary)
           
 void deleteAssetVocabulary(long vocabularyId)
           
 void deleteVocabulary(AssetVocabulary vocabulary)
           
 void deleteVocabulary(long vocabularyId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<AssetVocabulary> getAssetVocabularies(int start, int end)
           
 int getAssetVocabulariesCount()
           
 AssetVocabulary getAssetVocabulary(long vocabularyId)
           
 java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
           
 java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
           
 java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
           
 AssetVocabulary getGroupVocabulary(long groupId, java.lang.String name)
           
 AssetVocabulary getVocabulary(long vocabularyId)
           
 AssetVocabularyLocalService getWrappedAssetVocabularyLocalService()
           
 AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary)
           
 AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary, boolean merge)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyLocalServiceWrapper

public AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService)
Method Detail

addAssetVocabulary

public AssetVocabulary addAssetVocabulary(AssetVocabulary assetVocabulary)
                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createAssetVocabulary

public AssetVocabulary createAssetVocabulary(long vocabularyId)
Specified by:
createAssetVocabulary in interface AssetVocabularyLocalService

deleteAssetVocabulary

public void deleteAssetVocabulary(long vocabularyId)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteAssetVocabulary

public void deleteAssetVocabulary(AssetVocabulary assetVocabulary)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                     int start,
                                                     int end)
                                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
dynamicQuery in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetVocabulary

public AssetVocabulary getAssetVocabulary(long vocabularyId)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAssetVocabularies

public java.util.List<AssetVocabulary> getAssetVocabularies(int start,
                                                            int end)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetVocabularies in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getAssetVocabulariesCount

public int getAssetVocabulariesCount()
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getAssetVocabulariesCount in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetVocabulary

public AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateAssetVocabulary

public AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary,
                                             boolean merge)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateAssetVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addVocabulary

public AssetVocabulary addVocabulary(java.lang.String uuid,
                                     long userId,
                                     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 com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
addVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addVocabularyResources

public void addVocabularyResources(AssetVocabulary vocabulary,
                                   boolean addCommunityPermissions,
                                   boolean addGuestPermissions)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
addVocabularyResources in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addVocabularyResources

public void addVocabularyResources(AssetVocabulary vocabulary,
                                   java.lang.String[] communityPermissions,
                                   java.lang.String[] guestPermissions)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
addVocabularyResources in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteVocabulary

public void deleteVocabulary(AssetVocabulary vocabulary)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompanyVocabularies

public java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
                                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getCompanyVocabularies in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupsVocabularies

public java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupsVocabularies in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupVocabularies

public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
                                                     throws com.liferay.portal.kernel.exception.PortalException,
                                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupVocabularies in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupVocabulary

public AssetVocabulary getGroupVocabulary(long groupId,
                                          java.lang.String name)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getVocabulary

public AssetVocabulary getVocabulary(long vocabularyId)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.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 com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
updateVocabulary in interface AssetVocabularyLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedAssetVocabularyLocalService

public AssetVocabularyLocalService getWrappedAssetVocabularyLocalService()