com.liferay.portlet.journal.service.base
Class JournalContentSearchLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.journal.service.base.JournalContentSearchLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.journal.service.JournalContentSearchLocalService
Direct Known Subclasses:
JournalContentSearchLocalServiceImpl

public abstract class JournalContentSearchLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.journal.service.JournalContentSearchLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
JournalContentSearchLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.journal.model.JournalContentSearch addJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch 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.journal.model.JournalContentSearch updateJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch 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.journal.service.JournalContentSearchLocalService
checkContentSearches, deleteArticleContentSearch, deleteArticleContentSearches, deleteLayoutContentSearches, deleteOwnerContentSearches, getArticleContentSearches, getArticleContentSearches, getLayoutIds, getLayoutIdsCount, updateContentSearch, updateContentSearch, updateContentSearch
 

Constructor Detail

JournalContentSearchLocalServiceBaseImpl

public JournalContentSearchLocalServiceBaseImpl()
Method Detail

addJournalContentSearch

public com.liferay.portlet.journal.model.JournalContentSearch addJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch model)
                                                                               throws com.liferay.portal.SystemException
Specified by:
addJournalContentSearch in interface com.liferay.portlet.journal.service.JournalContentSearchLocalService
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.journal.service.JournalContentSearchLocalService
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.journal.service.JournalContentSearchLocalService
Throws:
com.liferay.portal.SystemException

updateJournalContentSearch

public com.liferay.portlet.journal.model.JournalContentSearch updateJournalContentSearch(com.liferay.portlet.journal.model.JournalContentSearch model)
                                                                                  throws com.liferay.portal.SystemException
Specified by:
updateJournalContentSearch in interface com.liferay.portlet.journal.service.JournalContentSearchLocalService
Throws:
com.liferay.portal.SystemException