com.liferay.portlet.tags.service
Class TagsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsEntryServiceWrapper
All Implemented Interfaces:
TagsEntryService

public class TagsEntryServiceWrapper
extends java.lang.Object
implements TagsEntryService

View Source

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

This class is a wrapper for TagsEntryService.

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

Constructor Summary
TagsEntryServiceWrapper(TagsEntryService tagsEntryService)
           
 
Method Summary
 TagsEntry addEntry(java.lang.String parentEntryName, java.lang.String name, java.lang.String vocabularyName, java.lang.String[] properties, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 java.util.List<TagsEntry> getEntries(long groupId, long classNameId, java.lang.String name)
           
 java.util.List<TagsEntry> getEntries(java.lang.String className, long classPK)
           
 TagsEntry getEntry(long entryId)
           
 java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId, java.lang.String vocabularyName)
           
 java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId, java.lang.String parentEntryName, java.lang.String vocabularyName)
           
 java.util.List<TagsEntry> getGroupVocabularyRootEntries(long groupId, java.lang.String vocabularyName)
           
 TagsEntryService getWrappedTagsEntryService()
           
 void mergeEntries(long fromEntryId, long toEntryId)
           
 com.liferay.portal.kernel.json.JSONArray search(long groupId, java.lang.String name, java.lang.String[] properties, int start, int end)
           
 TagsEntry updateEntry(long entryId, java.lang.String parentEntryName, java.lang.String name, java.lang.String vocabularyName, java.lang.String[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsEntryServiceWrapper

public TagsEntryServiceWrapper(TagsEntryService tagsEntryService)
Method Detail

addEntry

public TagsEntry addEntry(java.lang.String parentEntryName,
                          java.lang.String name,
                          java.lang.String vocabularyName,
                          java.lang.String[] properties,
                          ServiceContext serviceContext)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
addEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Specified by:
deleteEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntries

public java.util.List<TagsEntry> getEntries(long groupId,
                                            long classNameId,
                                            java.lang.String name)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException
Specified by:
getEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntries

public java.util.List<TagsEntry> getEntries(java.lang.String className,
                                            long classPK)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException
Specified by:
getEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntry

public TagsEntry getEntry(long entryId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupVocabularyEntries

public java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId,
                                                           java.lang.String vocabularyName)
                                                    throws com.liferay.portal.PortalException,
                                                           com.liferay.portal.SystemException
Specified by:
getGroupVocabularyEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupVocabularyEntries

public java.util.List<TagsEntry> getGroupVocabularyEntries(long groupId,
                                                           java.lang.String parentEntryName,
                                                           java.lang.String vocabularyName)
                                                    throws com.liferay.portal.PortalException,
                                                           com.liferay.portal.SystemException
Specified by:
getGroupVocabularyEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getGroupVocabularyRootEntries

public java.util.List<TagsEntry> getGroupVocabularyRootEntries(long groupId,
                                                               java.lang.String vocabularyName)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Specified by:
getGroupVocabularyRootEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

mergeEntries

public void mergeEntries(long fromEntryId,
                         long toEntryId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
mergeEntries in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

search

public com.liferay.portal.kernel.json.JSONArray search(long groupId,
                                                       java.lang.String name,
                                                       java.lang.String[] properties,
                                                       int start,
                                                       int end)
                                                throws com.liferay.portal.SystemException
Specified by:
search in interface TagsEntryService
Throws:
com.liferay.portal.SystemException

updateEntry

public TagsEntry updateEntry(long entryId,
                             java.lang.String parentEntryName,
                             java.lang.String name,
                             java.lang.String vocabularyName,
                             java.lang.String[] properties)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedTagsEntryService

public TagsEntryService getWrappedTagsEntryService()