com.liferay.portlet.tags.service
Class TagsEntryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.tags.service.TagsEntryLocalServiceWrapper
All Implemented Interfaces:
TagsEntryLocalService

public class TagsEntryLocalServiceWrapper
extends java.lang.Object
implements TagsEntryLocalService

View Source

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

This class is a wrapper for TagsEntryLocalService.

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

Constructor Summary
TagsEntryLocalServiceWrapper(TagsEntryLocalService tagsEntryLocalService)
           
 
Method Summary
 TagsEntry addEntry(long userId, java.lang.String name)
           
 TagsEntry addEntry(long userId, java.lang.String name, java.lang.String[] properties)
           
 TagsEntry addTagsEntry(TagsEntry tagsEntry)
           
 void checkEntries(long userId, java.lang.String[] names)
           
 TagsEntry createTagsEntry(long entryId)
           
 void deleteEntry(long entryId)
           
 void deleteEntry(TagsEntry entry)
           
 void deleteTagsEntry(long entryId)
           
 void deleteTagsEntry(TagsEntry tagsEntry)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List<TagsEntry> getAssetEntries(long assetId)
           
 java.util.List<TagsEntry> getEntries()
           
 java.util.List<TagsEntry> getEntries(long classNameId, long classPK)
           
 java.util.List<TagsEntry> getEntries(long groupId, long companyId, long classNameId, java.lang.String name)
           
 java.util.List<TagsEntry> getEntries(long groupId, long companyId, long classNameId, java.lang.String name, int start, int end)
           
 java.util.List<TagsEntry> getEntries(java.lang.String className, long classPK)
           
 int getEntriesSize(long groupId, long companyId, long classNameId, java.lang.String name)
           
 TagsEntry getEntry(long entryId)
           
 TagsEntry getEntry(long companyId, java.lang.String name)
           
 long[] getEntryIds(long companyId, java.lang.String[] names)
           
 java.lang.String[] getEntryNames()
           
 java.lang.String[] getEntryNames(long classNameId, long classPK)
           
 java.lang.String[] getEntryNames(java.lang.String className, long classPK)
           
 java.util.List<TagsEntry> getTagsEntries(int start, int end)
           
 int getTagsEntriesCount()
           
 TagsEntry getTagsEntry(long entryId)
           
 TagsEntryLocalService getWrappedTagsEntryLocalService()
           
 boolean hasEntry(long companyId, java.lang.String name)
           
 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 userId, long entryId, java.lang.String name, java.lang.String[] properties)
           
 TagsEntry updateEntry(long entryId, java.lang.String name)
           
 TagsEntry updateTagsEntry(TagsEntry tagsEntry)
           
 TagsEntry updateTagsEntry(TagsEntry tagsEntry, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsEntryLocalServiceWrapper

public TagsEntryLocalServiceWrapper(TagsEntryLocalService tagsEntryLocalService)
Method Detail

addTagsEntry

public TagsEntry addTagsEntry(TagsEntry tagsEntry)
                       throws com.liferay.portal.SystemException
Specified by:
addTagsEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

createTagsEntry

public TagsEntry createTagsEntry(long entryId)
Specified by:
createTagsEntry in interface TagsEntryLocalService

deleteTagsEntry

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

deleteTagsEntry

public void deleteTagsEntry(TagsEntry tagsEntry)
                     throws com.liferay.portal.SystemException
Specified by:
deleteTagsEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

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

getTagsEntry

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

getTagsEntries

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

getTagsEntriesCount

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

updateTagsEntry

public TagsEntry updateTagsEntry(TagsEntry tagsEntry)
                          throws com.liferay.portal.SystemException
Specified by:
updateTagsEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateTagsEntry

public TagsEntry updateTagsEntry(TagsEntry tagsEntry,
                                 boolean merge)
                          throws com.liferay.portal.SystemException
Specified by:
updateTagsEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

addEntry

public TagsEntry addEntry(long userId,
                          java.lang.String name)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
addEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addEntry

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

checkEntries

public void checkEntries(long userId,
                         java.lang.String[] names)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
checkEntries in interface TagsEntryLocalService
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 TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteEntry

public void deleteEntry(TagsEntry entry)
                 throws com.liferay.portal.PortalException,
                        com.liferay.portal.SystemException
Specified by:
deleteEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAssetEntries

public java.util.List<TagsEntry> getAssetEntries(long assetId)
                                          throws com.liferay.portal.SystemException
Specified by:
getAssetEntries in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntries

public java.util.List<TagsEntry> getEntries()
                                     throws com.liferay.portal.SystemException
Specified by:
getEntries in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntries

public java.util.List<TagsEntry> getEntries(long classNameId,
                                            long classPK)
                                     throws com.liferay.portal.SystemException
Specified by:
getEntries in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntries

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

getEntries

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

getEntries

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

getEntriesSize

public int getEntriesSize(long groupId,
                          long companyId,
                          long classNameId,
                          java.lang.String name)
                   throws com.liferay.portal.SystemException
Specified by:
getEntriesSize in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntry

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

getEntry

public TagsEntry getEntry(long companyId,
                          java.lang.String name)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getEntry in interface TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getEntryIds

public long[] getEntryIds(long companyId,
                          java.lang.String[] names)
                   throws com.liferay.portal.SystemException
Specified by:
getEntryIds in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntryNames

public java.lang.String[] getEntryNames()
                                 throws com.liferay.portal.SystemException
Specified by:
getEntryNames in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntryNames

public java.lang.String[] getEntryNames(long classNameId,
                                        long classPK)
                                 throws com.liferay.portal.SystemException
Specified by:
getEntryNames in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

getEntryNames

public java.lang.String[] getEntryNames(java.lang.String className,
                                        long classPK)
                                 throws com.liferay.portal.SystemException
Specified by:
getEntryNames in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

hasEntry

public boolean hasEntry(long companyId,
                        java.lang.String name)
                 throws com.liferay.portal.SystemException
Specified by:
hasEntry in interface TagsEntryLocalService
Throws:
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 TagsEntryLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

search

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

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
Specified by:
search in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

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
Specified by:
searchAutocomplete in interface TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

searchCount

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

updateEntry

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

updateEntry

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

getWrappedTagsEntryLocalService

public TagsEntryLocalService getWrappedTagsEntryLocalService()