com.liferay.portlet.tags.service
Class TagsVocabularyLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsVocabularyLocalServiceWrapper
All Implemented Interfaces:
TagsVocabularyLocalService

public class TagsVocabularyLocalServiceWrapper
extends java.lang.Object
implements TagsVocabularyLocalService

View Source

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

This class is a wrapper for TagsVocabularyLocalService.

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

Constructor Summary
TagsVocabularyLocalServiceWrapper(TagsVocabularyLocalService tagsVocabularyLocalService)
           
 
Method Summary
 TagsVocabulary addTagsVocabulary(TagsVocabulary tagsVocabulary)
           
 TagsVocabulary addVocabulary(long userId, java.lang.String name, boolean folksonomy, ServiceContext serviceContext)
           
 void addVocabularyResources(TagsVocabulary vocabulary, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void addVocabularyResources(TagsVocabulary vocabulary, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 TagsVocabulary createTagsVocabulary(long vocabularyId)
           
 void deleteTagsVocabulary(long vocabularyId)
           
 void deleteTagsVocabulary(TagsVocabulary tagsVocabulary)
           
 void deleteVocabulary(long vocabularyId)
           
 void deleteVocabulary(TagsVocabulary vocabulary)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<TagsVocabulary> getCompanyVocabularies(long companyId, boolean folksonomy)
           
 java.util.List<TagsVocabulary> getGroupVocabularies(long groupId, boolean folksonomy)
           
 TagsVocabulary getGroupVocabulary(long groupId, java.lang.String name)
           
 java.util.List<TagsVocabulary> getTagsVocabularies(int start, int end)
           
 int getTagsVocabulariesCount()
           
 TagsVocabulary getTagsVocabulary(long vocabularyId)
           
 TagsVocabulary getVocabulary(long vocabularyId)
           
 TagsVocabularyLocalService getWrappedTagsVocabularyLocalService()
           
 TagsVocabulary updateTagsVocabulary(TagsVocabulary tagsVocabulary)
           
 TagsVocabulary updateTagsVocabulary(TagsVocabulary tagsVocabulary, boolean merge)
           
 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

TagsVocabularyLocalServiceWrapper

public TagsVocabularyLocalServiceWrapper(TagsVocabularyLocalService tagsVocabularyLocalService)
Method Detail

addTagsVocabulary

public TagsVocabulary addTagsVocabulary(TagsVocabulary tagsVocabulary)
                                 throws com.liferay.portal.SystemException
Specified by:
addTagsVocabulary in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

createTagsVocabulary

public TagsVocabulary createTagsVocabulary(long vocabularyId)
Specified by:
createTagsVocabulary in interface TagsVocabularyLocalService

deleteTagsVocabulary

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

deleteTagsVocabulary

public void deleteTagsVocabulary(TagsVocabulary tagsVocabulary)
                          throws com.liferay.portal.SystemException
Specified by:
deleteTagsVocabulary in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

getTagsVocabulary

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

getTagsVocabularies

public java.util.List<TagsVocabulary> getTagsVocabularies(int start,
                                                          int end)
                                                   throws com.liferay.portal.SystemException
Specified by:
getTagsVocabularies in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

getTagsVocabulariesCount

public int getTagsVocabulariesCount()
                             throws com.liferay.portal.SystemException
Specified by:
getTagsVocabulariesCount in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

updateTagsVocabulary

public TagsVocabulary updateTagsVocabulary(TagsVocabulary tagsVocabulary)
                                    throws com.liferay.portal.SystemException
Specified by:
updateTagsVocabulary in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

updateTagsVocabulary

public TagsVocabulary updateTagsVocabulary(TagsVocabulary tagsVocabulary,
                                           boolean merge)
                                    throws com.liferay.portal.SystemException
Specified by:
updateTagsVocabulary in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.SystemException

addVocabulary

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

addVocabularyResources

public void addVocabularyResources(TagsVocabulary vocabulary,
                                   boolean addCommunityPermissions,
                                   boolean addGuestPermissions)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
addVocabularyResources in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addVocabularyResources

public void addVocabularyResources(TagsVocabulary vocabulary,
                                   java.lang.String[] communityPermissions,
                                   java.lang.String[] guestPermissions)
                            throws com.liferay.portal.PortalException,
                                   com.liferay.portal.SystemException
Specified by:
addVocabularyResources in interface TagsVocabularyLocalService
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 TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteVocabulary

public void deleteVocabulary(TagsVocabulary vocabulary)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
deleteVocabulary in interface TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getCompanyVocabularies

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

getGroupVocabularies

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

getGroupVocabulary

public TagsVocabulary getGroupVocabulary(long groupId,
                                         java.lang.String name)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
getGroupVocabulary in interface TagsVocabularyLocalService
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 TagsVocabularyLocalService
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 TagsVocabularyLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedTagsVocabularyLocalService

public TagsVocabularyLocalService getWrappedTagsVocabularyLocalService()