com.liferay.portlet.blogs.service.base
Class BlogsEntryLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.blogs.service.base.BlogsEntryLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.blogs.service.BlogsEntryLocalService
Direct Known Subclasses:
BlogsEntryLocalServiceImpl

public abstract class BlogsEntryLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.blogs.service.BlogsEntryLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BlogsEntryLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.blogs.model.BlogsEntry addBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry 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.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry 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.blogs.service.BlogsEntryLocalService
addEntry, addEntry, addEntry, addEntryResources, addEntryResources, addEntryResources, addEntryResources, deleteEntries, deleteEntry, deleteEntry, getCategoriesEntriesCount, getCompanyEntries, getCompanyEntries, getCompanyEntriesCount, getEntries, getEntriesCount, getEntry, getEntry, getGroupEntries, getGroupEntries, getGroupEntriesCount, getGroupUserEntries, getGroupUserEntriesCount, getNoAssetEntries, getOrganizationEntries, getOrganizationEntriesCount, getUrlTitle, reIndex, search, updateEntry, updateTagsAsset
 

Constructor Detail

BlogsEntryLocalServiceBaseImpl

public BlogsEntryLocalServiceBaseImpl()
Method Detail

addBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry addBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry model)
                                                         throws com.liferay.portal.SystemException
Specified by:
addBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
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.blogs.service.BlogsEntryLocalService
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.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.SystemException

updateBlogsEntry

public com.liferay.portlet.blogs.model.BlogsEntry updateBlogsEntry(com.liferay.portlet.blogs.model.BlogsEntry model)
                                                            throws com.liferay.portal.SystemException
Specified by:
updateBlogsEntry in interface com.liferay.portlet.blogs.service.BlogsEntryLocalService
Throws:
com.liferay.portal.SystemException