com.liferay.portlet.tags.service
Class TagsVocabularyServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsVocabularyServiceWrapper
All Implemented Interfaces:
TagsVocabularyService

public class TagsVocabularyServiceWrapper
extends java.lang.Object
implements TagsVocabularyService

View Source

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

This class is a wrapper for TagsVocabularyService.

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

Constructor Summary
TagsVocabularyServiceWrapper(TagsVocabularyService tagsVocabularyService)
           
 
Method Summary
 TagsVocabulary addVocabulary(java.lang.String name, boolean folksonomy, ServiceContext serviceContext)
           
 void deleteVocabulary(long vocabularyId)
           
 java.util.List<TagsVocabulary> getCompanyVocabularies(long companyId, boolean folksonomy)
           
 java.util.List<TagsVocabulary> getGroupVocabularies(long groupId, boolean folksonomy)
           
 TagsVocabulary getVocabulary(long vocabularyId)
           
 TagsVocabularyService getWrappedTagsVocabularyService()
           
 TagsVocabulary updateVocabulary(long vocabularyId, java.lang.String name, boolean folksonomy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsVocabularyServiceWrapper

public TagsVocabularyServiceWrapper(TagsVocabularyService tagsVocabularyService)
Method Detail

addVocabulary

public TagsVocabulary addVocabulary(java.lang.String name,
                                    boolean folksonomy,
                                    ServiceContext serviceContext)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
addVocabulary in interface TagsVocabularyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteVocabulary

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

getCompanyVocabularies

public java.util.List<TagsVocabulary> getCompanyVocabularies(long companyId,
                                                             boolean folksonomy)
                                                      throws com.liferay.portal.PortalException,
                                                             com.liferay.portal.SystemException
Specified by:
getCompanyVocabularies in interface TagsVocabularyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupVocabularies

public java.util.List<TagsVocabulary> getGroupVocabularies(long groupId,
                                                           boolean folksonomy)
                                                    throws com.liferay.portal.PortalException,
                                                           com.liferay.portal.SystemException
Specified by:
getGroupVocabularies in interface TagsVocabularyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getVocabulary

public TagsVocabulary getVocabulary(long vocabularyId)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
getVocabulary in interface TagsVocabularyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateVocabulary

public TagsVocabulary updateVocabulary(long vocabularyId,
                                       java.lang.String name,
                                       boolean folksonomy)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Specified by:
updateVocabulary in interface TagsVocabularyService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedTagsVocabularyService

public TagsVocabularyService getWrappedTagsVocabularyService()