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

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.tags.service.base.TagsVocabularyServiceBaseImpl
          extended by com.liferay.portlet.tags.service.impl.TagsVocabularyServiceImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsVocabularyService

public class TagsVocabularyServiceImpl
extends TagsVocabularyServiceBaseImpl

View Source

Author:
Alvaro del Castillo, Eduardo Lundgren

Field Summary
 
Fields inherited from class com.liferay.portlet.tags.service.base.TagsVocabularyServiceBaseImpl
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
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
TagsVocabularyServiceImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsVocabulary addVocabulary(java.lang.String name, boolean folksonomy, com.liferay.portal.service.ServiceContext serviceContext)
           
 void deleteVocabulary(long vocabularyId)
           
 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)
           
protected  java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getVocabularies(java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> vocabularies)
           
 com.liferay.portlet.tags.model.TagsVocabulary getVocabulary(long vocabularyId)
           
 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.TagsVocabularyServiceBaseImpl
getCounterLocalService, getCounterService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getTagsAssetFinder, getTagsAssetLocalService, getTagsAssetPersistence, getTagsAssetService, getTagsEntryFinder, getTagsEntryLocalService, getTagsEntryPersistence, getTagsEntryService, getTagsPropertyFinder, getTagsPropertyKeyFinder, getTagsPropertyLocalService, getTagsPropertyPersistence, getTagsPropertyService, getTagsSourceLocalService, getTagsSourcePersistence, getTagsSourceService, 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
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsVocabularyServiceImpl

public TagsVocabularyServiceImpl()
Method Detail

addVocabulary

public com.liferay.portlet.tags.model.TagsVocabulary addVocabulary(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

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      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.PortalException,
                                                                                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupVocabularies

public java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getGroupVocabularies(long groupId,
                                                                                          boolean folksonomy)
                                                                                   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

getVocabularies

protected java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> getVocabularies(java.util.List<com.liferay.portlet.tags.model.TagsVocabulary> vocabularies)
                                                                                 throws com.liferay.portal.PortalException
Throws:
com.liferay.portal.PortalException