com.liferay.portlet.tags.service.base
Class TagsEntryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.tags.service.base.TagsEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsEntryLocalService
Direct Known Subclasses:
TagsEntryLocalServiceImpl

public abstract class TagsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.TagsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsEntry addTagsEntry(com.liferay.portlet.tags.model.TagsEntry model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.tags.service.TagsEntryLocalService
addEntry, addEntry, deleteEntry, deleteEntry, getAssetEntries, getEntries, getEntries, getEntry, getEntry, getEntryIds, hasEntry, search, search, searchAutocomplete, searchCount, updateEntry, updateEntry
 

Constructor Detail

TagsEntryLocalServiceBaseImpl

public TagsEntryLocalServiceBaseImpl()
Method Detail

addTagsEntry

public com.liferay.portlet.tags.model.TagsEntry addTagsEntry(com.liferay.portlet.tags.model.TagsEntry model)
                                                      throws com.liferay.portal.SystemException
Specified by:
addTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateTagsEntry

public com.liferay.portlet.tags.model.TagsEntry updateTagsEntry(com.liferay.portlet.tags.model.TagsEntry model)
                                                         throws com.liferay.portal.SystemException
Specified by:
updateTagsEntry in interface com.liferay.portlet.tags.service.TagsEntryLocalService
Throws:
com.liferay.portal.SystemException