com.liferay.portlet.journal.service.persistence
Class JournalContentSearchPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl
com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence, com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
public class JournalContentSearchPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl
- implements com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
|
void |
cacheResult(java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> journalContentSearchs)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByG_A(long groupId,
java.lang.String articleId)
|
int |
countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
int |
countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
int |
countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
int |
countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
int |
countByG_P(long groupId,
boolean privateLayout)
|
com.liferay.portlet.journal.model.JournalContentSearch |
create(long contentSearchId)
|
com.liferay.portlet.journal.model.JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
com.liferay.portlet.journal.model.JournalContentSearch |
fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean retrieveFromCache)
|
com.liferay.portlet.journal.model.JournalContentSearch |
fetchByPrimaryKey(long contentSearchId)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findAll()
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch[] |
findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
|
java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> |
findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.journal.model.JournalContentSearch |
findByPrimaryKey(long contentSearchId)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
com.liferay.portlet.journal.model.JournalContentSearch |
remove(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
|
com.liferay.portlet.journal.model.JournalContentSearch |
remove(long contentSearchId)
|
void |
removeAll()
|
void |
removeByG_A(long groupId,
java.lang.String articleId)
|
void |
removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
|
void |
removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
|
void |
removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
|
void |
removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
|
void |
removeByG_P(long groupId,
boolean privateLayout)
|
protected com.liferay.portlet.journal.model.JournalContentSearch |
removeImpl(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
|
com.liferay.portlet.journal.model.JournalContentSearch |
update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
Deprecated. Use update(JournalContentSearch journalContentSearch, boolean merge) . |
com.liferay.portlet.journal.model.JournalContentSearch |
update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
boolean merge)
Add, update, or merge, the entity. |
com.liferay.portlet.journal.model.JournalContentSearch |
updateImpl(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
closeSession, getDataSource, getDialect, getListeners, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
getListeners, registerListener, unregisterListener |
FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
FINDER_CLASS_NAME_LIST
public static final java.lang.String FINDER_CLASS_NAME_LIST
FINDER_PATH_FIND_BY_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_P
FINDER_PATH_FIND_BY_OBC_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_P
FINDER_PATH_COUNT_BY_G_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P
FINDER_PATH_FIND_BY_G_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_A
FINDER_PATH_FIND_BY_OBC_G_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_A
FINDER_PATH_COUNT_BY_G_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_A
FINDER_PATH_FIND_BY_G_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_P_L
FINDER_PATH_FIND_BY_OBC_G_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_P_L
FINDER_PATH_COUNT_BY_G_P_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_L
FINDER_PATH_FIND_BY_G_P_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_P_A
FINDER_PATH_FIND_BY_OBC_G_P_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_P_A
FINDER_PATH_COUNT_BY_G_P_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_A
FINDER_PATH_FIND_BY_G_P_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_P_L_P
FINDER_PATH_FIND_BY_OBC_G_P_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_P_L_P
FINDER_PATH_COUNT_BY_G_P_L_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_L_P
FINDER_PATH_FETCH_BY_G_P_L_P_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_P_L_P_A
FINDER_PATH_COUNT_BY_G_P_L_P_A
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_P_L_P_A
FINDER_PATH_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_ALL
FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
journalArticlePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticlePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalArticlePersistence journalArticlePersistence
journalArticleImagePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticleImagePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalArticleImagePersistence journalArticleImagePersistence
journalArticleResourcePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalArticleResourcePersistence journalArticleResourcePersistence
journalContentSearchPersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence journalContentSearchPersistence
journalFeedPersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalFeedPersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalFeedPersistence journalFeedPersistence
journalStructurePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalStructurePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalStructurePersistence journalStructurePersistence
journalTemplatePersistence
@BeanReference(name="com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence.impl")
protected com.liferay.portlet.journal.service.persistence.JournalTemplatePersistence journalTemplatePersistence
groupPersistence
@BeanReference(name="com.liferay.portal.service.persistence.GroupPersistence.impl")
protected com.liferay.portal.service.persistence.GroupPersistence groupPersistence
layoutPersistence
@BeanReference(name="com.liferay.portal.service.persistence.LayoutPersistence.impl")
protected com.liferay.portal.service.persistence.LayoutPersistence layoutPersistence
portletPreferencesPersistence
@BeanReference(name="com.liferay.portal.service.persistence.PortletPreferencesPersistence.impl")
protected com.liferay.portal.service.persistence.PortletPreferencesPersistence portletPreferencesPersistence
JournalContentSearchPersistenceImpl
public JournalContentSearchPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
- Specified by:
cacheResult
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> journalContentSearchs)
- Specified by:
cacheResult
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence
- Specified by:
clearCache
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl
create
public com.liferay.portlet.journal.model.JournalContentSearch create(long contentSearchId)
- Specified by:
create
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
remove
public com.liferay.portlet.journal.model.JournalContentSearch remove(long contentSearchId)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
remove
public com.liferay.portlet.journal.model.JournalContentSearch remove(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Specified by:
remove
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeImpl
protected com.liferay.portlet.journal.model.JournalContentSearch removeImpl(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.journal.model.JournalContentSearch update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch)
throws com.liferay.portal.SystemException
- Deprecated. Use
update(JournalContentSearch journalContentSearch, boolean merge)
.
- Specified by:
update
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
update
public com.liferay.portlet.journal.model.JournalContentSearch update(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.SystemException
- Add, update, or merge, the entity. This method also calls the model
listeners to trigger the proper events associated with adding, deleting,
or updating an entity.
- Specified by:
update
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Parameters:
journalContentSearch
- the entity to add, update, or mergemerge
- boolean value for whether to merge the entity. The
default value is false. Setting merge to true is more
expensive and should only be true when journalContentSearch is
transient. See LEP-5473 for a detailed discussion of this
method.
- Returns:
- true if the portlet can be displayed via Ajax
- Throws:
com.liferay.portal.SystemException
updateImpl
public com.liferay.portlet.journal.model.JournalContentSearch updateImpl(com.liferay.portlet.journal.model.JournalContentSearch journalContentSearch,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public com.liferay.portlet.journal.model.JournalContentSearch findByPrimaryKey(long contentSearchId)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
fetchByPrimaryKey
public com.liferay.portlet.journal.model.JournalContentSearch fetchByPrimaryKey(long contentSearchId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P(long groupId,
boolean privateLayout,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_First
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_First(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_First
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_Last
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_Last(long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_Last
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_PrevAndNext
public com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_PrevAndNext
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
findByG_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_A(long groupId,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByG_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_A_First
public com.liferay.portlet.journal.model.JournalContentSearch findByG_A_First(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_A_First
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_A_Last
public com.liferay.portlet.journal.model.JournalContentSearch findByG_A_Last(long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_A_Last
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_A_PrevAndNext
public com.liferay.portlet.journal.model.JournalContentSearch[] findByG_A_PrevAndNext(long contentSearchId,
long groupId,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_A_PrevAndNext
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L(long groupId,
boolean privateLayout,
long layoutId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L_First
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_First(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_First
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_Last
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_Last(long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_Last
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_PrevAndNext
public com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_L_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_PrevAndNext
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_A
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_A_First
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_A_First(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_A_First
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_A_Last
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_A_Last(long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_A_Last
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_A_PrevAndNext
public com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_A_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
java.lang.String articleId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_A_PrevAndNext
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findByG_P_L_P_First
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_P_First(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P_First
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_P_Last
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_P_Last(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P_Last
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_P_PrevAndNext
public com.liferay.portlet.journal.model.JournalContentSearch[] findByG_P_L_P_PrevAndNext(long contentSearchId,
long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P_PrevAndNext
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
findByG_P_L_P_A
public com.liferay.portlet.journal.model.JournalContentSearch findByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
findByG_P_L_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
fetchByG_P_L_P_A
public com.liferay.portlet.journal.model.JournalContentSearch fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
fetchByG_P_L_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
fetchByG_P_L_P_A
public com.liferay.portlet.journal.model.JournalContentSearch fetchByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId,
boolean retrieveFromCache)
throws com.liferay.portal.SystemException
- Specified by:
fetchByG_P_L_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findAll()
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List<com.liferay.portlet.journal.model.JournalContentSearch> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_P
public void removeByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_A
public void removeByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_P_L
public void removeByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_P_L
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_P_A
public void removeByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_P_L_P
public void removeByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Specified by:
removeByG_P_L_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
removeByG_P_L_P_A
public void removeByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portlet.journal.NoSuchContentSearchException,
com.liferay.portal.SystemException
- Specified by:
removeByG_P_L_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portlet.journal.NoSuchContentSearchException
com.liferay.portal.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_P
public int countByG_P(long groupId,
boolean privateLayout)
throws com.liferay.portal.SystemException
- Specified by:
countByG_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_A
public int countByG_A(long groupId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
countByG_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_P_L
public int countByG_P_L(long groupId,
boolean privateLayout,
long layoutId)
throws com.liferay.portal.SystemException
- Specified by:
countByG_P_L
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_P_A
public int countByG_P_A(long groupId,
boolean privateLayout,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
countByG_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_P_L_P
public int countByG_P_L_P(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId)
throws com.liferay.portal.SystemException
- Specified by:
countByG_P_L_P
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countByG_P_L_P_A
public int countByG_P_L_P_A(long groupId,
boolean privateLayout,
long layoutId,
java.lang.String portletId,
java.lang.String articleId)
throws com.liferay.portal.SystemException
- Specified by:
countByG_P_L_P_A
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.journal.service.persistence.JournalContentSearchPersistence
- Throws:
com.liferay.portal.SystemException
afterPropertiesSet
public void afterPropertiesSet()