com.liferay.portlet.asset.service.impl
Class AssetVocabularyLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl
      extended by com.liferay.portlet.asset.service.impl.AssetVocabularyLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.asset.service.AssetVocabularyLocalService

public class AssetVocabularyLocalServiceImpl
extends AssetVocabularyLocalServiceBaseImpl

View Source

Author:
Alvaro del Castillo, Eduardo Lundgren, Jorge Ferrer

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, counterService, groupFinder, groupLocalService, groupPersistence, groupService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
AssetVocabularyLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.asset.model.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, com.liferay.portal.service.ServiceContext serviceContext)
           
 void addVocabularyResources(com.liferay.portlet.asset.model.AssetVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addVocabularyResources(com.liferay.portlet.asset.model.AssetVocabulary vocabulary, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteVocabulary(com.liferay.portlet.asset.model.AssetVocabulary vocabulary)
           
 void deleteVocabulary(long vocabularyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getCompanyVocabularies(long companyId)
           
 java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds)
           
 java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId)
           
 com.liferay.portlet.asset.model.AssetVocabulary getGroupVocabulary(long groupId, java.lang.String name)
           
 com.liferay.portlet.asset.model.AssetVocabulary getVocabulary(long vocabularyId)
           
protected  boolean hasVocabulary(long groupId, java.lang.String name)
           
 com.liferay.portlet.asset.model.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, com.liferay.portal.service.ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl
addAssetVocabulary, createAssetVocabulary, deleteAssetVocabulary, deleteAssetVocabulary, dynamicQuery, dynamicQuery, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularies, getAssetVocabulariesCount, getAssetVocabulary, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getCounterService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setCounterService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetVocabulary, updateAssetVocabulary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetVocabularyLocalServiceImpl

public AssetVocabularyLocalServiceImpl()
Method Detail

addVocabulary

public com.liferay.portlet.asset.model.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,
                                                                     com.liferay.portal.service.ServiceContext serviceContext)
                                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addVocabularyResources

public void addVocabularyResources(com.liferay.portlet.asset.model.AssetVocabulary vocabulary,
                                   boolean addCommunityPermissions,
                                   boolean addGuestPermissions)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addVocabularyResources

public void addVocabularyResources(com.liferay.portlet.asset.model.AssetVocabulary vocabulary,
                                   java.lang.String[] communityPermissions,
                                   java.lang.String[] guestPermissions)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteVocabulary

public void deleteVocabulary(com.liferay.portlet.asset.model.AssetVocabulary vocabulary)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
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
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompanyVocabularies

public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getCompanyVocabularies(long companyId)
                                                                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getGroupsVocabularies

public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds)
                                                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupVocabularies

public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId)
                                                                                     throws com.liferay.portal.kernel.exception.PortalException,
                                                                                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupVocabulary

public com.liferay.portlet.asset.model.AssetVocabulary getGroupVocabulary(long groupId,
                                                                          java.lang.String name)
                                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getVocabulary

public com.liferay.portlet.asset.model.AssetVocabulary getVocabulary(long vocabularyId)
                                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                                     com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateVocabulary

public com.liferay.portlet.asset.model.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,
                                                                        com.liferay.portal.service.ServiceContext serviceContext)
                                                                 throws com.liferay.portal.kernel.exception.PortalException,
                                                                        com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

hasVocabulary

protected boolean hasVocabulary(long groupId,
                                java.lang.String name)
                         throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException