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 name)
           
 TagsEntry addEntry(java.lang.String name, java.lang.String[] properties)
           
 void deleteEntry(long entryId)
           
 java.util.List<TagsEntry> getEntries(long groupId, long companyId, long classNameId, java.lang.String name)
           
 java.util.List<TagsEntry> getEntries(java.lang.String className, long classPK)
           
 TagsEntryService getWrappedTagsEntryService()
           
 void mergeEntries(long fromEntryId, long toEntryId)
           
 java.util.List<TagsEntry> search(long companyId, java.lang.String name, java.lang.String[] properties)
           
 java.util.List<TagsEntry> search(long companyId, java.lang.String name, java.lang.String[] properties, int start, int end)
           
 com.liferay.portal.kernel.json.JSONArray searchAutocomplete(long companyId, java.lang.String name, java.lang.String[] properties, int start, int end)
           
 int searchCount(long companyId, java.lang.String name, java.lang.String[] properties)
           
 TagsEntry updateEntry(long entryId, java.lang.String name)
           
 TagsEntry updateEntry(long entryId, java.lang.String name, 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 name)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException,
                          java.rmi.RemoteException
Specified by:
addEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addEntry

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

deleteEntry

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

getEntries

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

getEntries

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

mergeEntries

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

search

public java.util.List<TagsEntry> search(long companyId,
                                        java.lang.String name,
                                        java.lang.String[] properties)
                                 throws com.liferay.portal.SystemException,
                                        java.rmi.RemoteException
Specified by:
search in interface TagsEntryService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

search

public java.util.List<TagsEntry> search(long companyId,
                                        java.lang.String name,
                                        java.lang.String[] properties,
                                        int start,
                                        int end)
                                 throws com.liferay.portal.SystemException,
                                        java.rmi.RemoteException
Specified by:
search in interface TagsEntryService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

searchAutocomplete

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

searchCount

public int searchCount(long companyId,
                       java.lang.String name,
                       java.lang.String[] properties)
                throws com.liferay.portal.SystemException,
                       java.rmi.RemoteException
Specified by:
searchCount in interface TagsEntryService
Throws:
com.liferay.portal.SystemException
java.rmi.RemoteException

updateEntry

public TagsEntry updateEntry(long entryId,
                             java.lang.String name)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException,
                             java.rmi.RemoteException
Specified by:
updateEntry in interface TagsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateEntry

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

getWrappedTagsEntryService

public TagsEntryService getWrappedTagsEntryService()