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

java.lang.Object
  extended bycom.liferay.portlet.tags.service.base.TagsSourceLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.tags.service.TagsSourceLocalService
Direct Known Subclasses:
TagsSourceLocalServiceImpl

public abstract class TagsSourceLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.tags.service.TagsSourceLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TagsSourceLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.tags.model.TagsSource addTagsSource(com.liferay.portlet.tags.model.TagsSource 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.TagsSource updateTagsSource(com.liferay.portlet.tags.model.TagsSource model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsSourceLocalServiceBaseImpl

public TagsSourceLocalServiceBaseImpl()
Method Detail

addTagsSource

public com.liferay.portlet.tags.model.TagsSource addTagsSource(com.liferay.portlet.tags.model.TagsSource model)
                                                        throws com.liferay.portal.SystemException
Specified by:
addTagsSource in interface com.liferay.portlet.tags.service.TagsSourceLocalService
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.TagsSourceLocalService
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.TagsSourceLocalService
Throws:
com.liferay.portal.SystemException

updateTagsSource

public com.liferay.portlet.tags.model.TagsSource updateTagsSource(com.liferay.portlet.tags.model.TagsSource model)
                                                           throws com.liferay.portal.SystemException
Specified by:
updateTagsSource in interface com.liferay.portlet.tags.service.TagsSourceLocalService
Throws:
com.liferay.portal.SystemException