com.liferay.portlet.tags.service.impl
Class TagsVocabularyLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.tags.service.base.TagsVocabularyLocalServiceBaseImpl
      extended by com.liferay.portlet.tags.service.impl.TagsVocabularyLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsVocabularyLocalService

public class TagsVocabularyLocalServiceImpl
extends TagsVocabularyLocalServiceBaseImpl

View Source

Author:
Alvaro del Castillo, Eduardo Lundgren

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.service.base.TagsVocabularyLocalServiceBaseImpl
counterLocalService, counterService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, tagsAssetFinder, tagsAssetLocalService, tagsAssetPersistence, tagsAssetService, tagsEntryFinder, tagsEntryLocalService, tagsEntryPersistence, tagsEntryService, tagsPropertyFinder, tagsPropertyKeyFinder, tagsPropertyLocalService, tagsPropertyPersistence, tagsPropertyService, tagsSourceLocalService, tagsSourcePersistence, tagsSourceService, tagsVocabularyLocalService, tagsVocabularyPersistence, tagsVocabularyService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
TagsVocabularyLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsVocabulary addVocabulary(long userId, java.lang.String name, boolean folksonomy, com.liferay.portal.service.ServiceContext serviceContext)
           
 void addVocabularyResources(com.liferay.portlet.tags.model.TagsVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addVocabularyResources(com.liferay.portlet.tags.model.TagsVocabulary vocabulary, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteVocabulary(long vocabularyId)
           
 void deleteVocabulary(com.liferay.portlet.tags.model.TagsVocabulary vocabulary)
           
 java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getCompanyVocabularies(long companyId, boolean folksonomy)
           
 java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getGroupVocabularies(long groupId, boolean folksonomy)
           
 com.liferay.portlet.tags.model.TagsVocabulary getGroupVocabulary(long groupId, java.lang.String name)
           
 com.liferay.portlet.tags.model.TagsVocabulary getVocabulary(long vocabularyId)
           
protected  boolean hasVocabulary(long groupId, java.lang.String name)
           
 com.liferay.portlet.tags.model.TagsVocabulary updateVocabulary(long vocabularyId, java.lang.String name, boolean folksonomy)
           
 
Methods inherited from class com.liferay.portlet.tags.service.base.TagsVocabularyLocalServiceBaseImpl
addTagsVocabulary, createTagsVocabulary, deleteTagsVocabulary, deleteTagsVocabulary, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getTagsPropertyFinder, getTagsPropertyKeyFinder, getTagsPropertyLocalService, getTagsPropertyPersistence, getTagsPropertyService, getTagsSourceLocalService, getTagsSourcePersistence, getTagsSourceService, getTagsVocabularies, getTagsVocabulariesCount, getTagsVocabulary, getTagsVocabularyLocalService, getTagsVocabularyPersistence, getTagsVocabularyService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, setCounterLocalService, setCounterService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setTagsAssetFinder, setTagsAssetLocalService, setTagsAssetPersistence, setTagsAssetService, setTagsEntryFinder, setTagsEntryLocalService, setTagsEntryPersistence, setTagsEntryService, setTagsPropertyFinder, setTagsPropertyKeyFinder, setTagsPropertyLocalService, setTagsPropertyPersistence, setTagsPropertyService, setTagsSourceLocalService, setTagsSourcePersistence, setTagsSourceService, setTagsVocabularyLocalService, setTagsVocabularyPersistence, setTagsVocabularyService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateTagsVocabulary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsVocabularyLocalServiceImpl

public TagsVocabularyLocalServiceImpl()
Method Detail

addVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary addVocabulary(long userId,
                                                                   java.lang.String name,
                                                                   boolean folksonomy,
                                                                   com.liferay.portal.service.ServiceContext serviceContext)
                                                            throws com.liferay.portal.PortalException,
                                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addVocabularyResources

public void addVocabularyResources(com.liferay.portlet.tags.model.TagsVocabulary vocabulary,
                                   boolean addCommunityPermissions,
                                   boolean addGuestPermissions)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addVocabularyResources

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

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteVocabulary

public void deleteVocabulary(com.liferay.portlet.tags.model.TagsVocabulary vocabulary)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getCompanyVocabularies

public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getCompanyVocabularies(long companyId,
                                                                                            boolean folksonomy)
                                                                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getGroupVocabularies

public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getGroupVocabularies(long groupId,
                                                                                          boolean folksonomy)
                                                                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getGroupVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary getGroupVocabulary(long groupId,
                                                                        java.lang.String name)
                                                                 throws com.liferay.portal.PortalException,
                                                                        com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary getVocabulary(long vocabularyId)
                                                            throws com.liferay.portal.PortalException,
                                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary updateVocabulary(long vocabularyId,
                                                                      java.lang.String name,
                                                                      boolean folksonomy)
                                                               throws com.liferay.portal.PortalException,
                                                                      com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

hasVocabulary

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