com.liferay.portlet.messageboards.service.persistence
Class MBThreadPersistenceImpl
java.lang.Object
com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
com.liferay.portlet.messageboards.service.persistence.MBThreadPersistenceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.dao.orm.SessionFactory, com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>, com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
public class MBThreadPersistenceImpl
- extends com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- implements com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
MBThreadPersistence
,
MBThreadUtil
- Generated:
Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT |
Method Summary |
void |
afterPropertiesSet()
|
void |
cacheResult(java.util.List<com.liferay.portlet.messageboards.model.MBThread> mbThreads)
|
void |
cacheResult(com.liferay.portlet.messageboards.model.MBThread mbThread)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_P(long categoryId,
double priority)
|
int |
countByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
|
int |
countByG_C_S(long groupId,
long categoryId,
int status)
|
int |
countByG_C(long groupId,
long categoryId)
|
int |
countByG_S(long groupId,
int status)
|
int |
countByGroupId(long groupId)
|
com.liferay.portlet.messageboards.model.MBThread |
create(long threadId)
|
com.liferay.portlet.messageboards.model.MBThread |
fetchByPrimaryKey(long threadId)
|
com.liferay.portlet.messageboards.model.MBThread |
fetchByPrimaryKey(java.io.Serializable primaryKey)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findAll()
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findAll(int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByC_P_First(long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByC_P_Last(long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByC_P(long categoryId,
double priority)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByC_P(long categoryId,
double priority,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByC_P(long categoryId,
double priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_First(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_L_First(long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_L_Last(long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_Last(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_S_First(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_C_S_Last(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C(long groupId,
long categoryId)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C(long groupId,
long categoryId,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_C(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_S(long groupId,
int status)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_S(long groupId,
int status,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread[] |
findByGroupId_PrevAndNext(long threadId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByGroupId(long groupId)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<com.liferay.portlet.messageboards.model.MBThread> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
com.liferay.portlet.messageboards.model.MBThread |
findByPrimaryKey(long threadId)
|
com.liferay.portlet.messageboards.model.MBThread |
findByPrimaryKey(java.io.Serializable primaryKey)
|
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.messageboards.model.MBThread |
remove(long threadId)
|
com.liferay.portlet.messageboards.model.MBThread |
remove(com.liferay.portlet.messageboards.model.MBThread mbThread)
|
com.liferay.portlet.messageboards.model.MBThread |
remove(java.io.Serializable primaryKey)
|
void |
removeAll()
|
void |
removeByC_P(long categoryId,
double priority)
|
void |
removeByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
|
void |
removeByG_C_S(long groupId,
long categoryId,
int status)
|
void |
removeByG_C(long groupId,
long categoryId)
|
void |
removeByG_S(long groupId,
int status)
|
void |
removeByGroupId(long groupId)
|
protected com.liferay.portlet.messageboards.model.MBThread |
removeImpl(com.liferay.portlet.messageboards.model.MBThread mbThread)
|
protected com.liferay.portlet.messageboards.model.MBThread |
toUnwrappedModel(com.liferay.portlet.messageboards.model.MBThread mbThread)
|
com.liferay.portlet.messageboards.model.MBThread |
updateImpl(com.liferay.portlet.messageboards.model.MBThread mbThread,
boolean merge)
|
Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, closeSession, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, setDataSource, setSessionFactory, unregisterListener, update |
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, update |
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_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_GROUPID
FINDER_PATH_FIND_BY_OBC_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_GROUPID
FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
FINDER_PATH_FIND_BY_G_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_C
FINDER_PATH_FIND_BY_OBC_G_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_C
FINDER_PATH_COUNT_BY_G_C
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_C
FINDER_PATH_FIND_BY_G_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_S
FINDER_PATH_FIND_BY_OBC_G_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_S
FINDER_PATH_COUNT_BY_G_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_S
FINDER_PATH_FIND_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_C_P
FINDER_PATH_FIND_BY_OBC_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_C_P
FINDER_PATH_COUNT_BY_C_P
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_C_P
FINDER_PATH_FIND_BY_G_C_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_C_L
FINDER_PATH_FIND_BY_OBC_G_C_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_C_L
FINDER_PATH_COUNT_BY_G_C_L
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_C_L
FINDER_PATH_FIND_BY_G_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_G_C_S
FINDER_PATH_FIND_BY_OBC_G_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FIND_BY_OBC_G_C_S
FINDER_PATH_COUNT_BY_G_C_S
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_C_S
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
mbBanPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBBanPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBBanPersistence mbBanPersistence
mbCategoryPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBCategoryPersistence mbCategoryPersistence
mbDiscussionPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBDiscussionPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBDiscussionPersistence mbDiscussionPersistence
mbMailingListPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMailingListPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMailingListPersistence mbMailingListPersistence
mbMessagePersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessagePersistence mbMessagePersistence
mbMessageFlagPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBMessageFlagPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBMessageFlagPersistence mbMessageFlagPersistence
mbStatsUserPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBStatsUserPersistence mbStatsUserPersistence
mbThreadPersistence
@BeanReference(name="com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence")
protected com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence mbThreadPersistence
lockPersistence
@BeanReference(name="com.liferay.portal.service.persistence.LockPersistence")
protected com.liferay.portal.service.persistence.LockPersistence lockPersistence
resourcePersistence
@BeanReference(name="com.liferay.portal.service.persistence.ResourcePersistence")
protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
userPersistence
@BeanReference(name="com.liferay.portal.service.persistence.UserPersistence")
protected com.liferay.portal.service.persistence.UserPersistence userPersistence
assetEntryPersistence
@BeanReference(name="com.liferay.portlet.asset.service.persistence.AssetEntryPersistence")
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
ratingsStatsPersistence
@BeanReference(name="com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence")
protected com.liferay.portlet.ratings.service.persistence.RatingsStatsPersistence ratingsStatsPersistence
socialActivityPersistence
@BeanReference(name="com.liferay.portlet.social.service.persistence.SocialActivityPersistence")
protected com.liferay.portlet.social.service.persistence.SocialActivityPersistence socialActivityPersistence
MBThreadPersistenceImpl
public MBThreadPersistenceImpl()
cacheResult
public void cacheResult(com.liferay.portlet.messageboards.model.MBThread mbThread)
- Specified by:
cacheResult
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
cacheResult
public void cacheResult(java.util.List<com.liferay.portlet.messageboards.model.MBThread> mbThreads)
- Specified by:
cacheResult
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
clearCache
public void clearCache()
- Specified by:
clearCache
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
clearCache
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
create
public com.liferay.portlet.messageboards.model.MBThread create(long threadId)
- Specified by:
create
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
remove
public com.liferay.portlet.messageboards.model.MBThread remove(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.messageboards.model.MBThread remove(long threadId)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
remove
public com.liferay.portlet.messageboards.model.MBThread remove(com.liferay.portlet.messageboards.model.MBThread mbThread)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
remove
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
remove
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeImpl
protected com.liferay.portlet.messageboards.model.MBThread removeImpl(com.liferay.portlet.messageboards.model.MBThread mbThread)
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateImpl
public com.liferay.portlet.messageboards.model.MBThread updateImpl(com.liferay.portlet.messageboards.model.MBThread mbThread,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateImpl
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Overrides:
updateImpl
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.kernel.exception.SystemException
toUnwrappedModel
protected com.liferay.portlet.messageboards.model.MBThread toUnwrappedModel(com.liferay.portlet.messageboards.model.MBThread mbThread)
findByPrimaryKey
public com.liferay.portlet.messageboards.model.MBThread findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
findByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.NoSuchModelException
com.liferay.portal.kernel.exception.SystemException
findByPrimaryKey
public com.liferay.portlet.messageboards.model.MBThread findByPrimaryKey(long threadId)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByPrimaryKey
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.messageboards.model.MBThread fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
fetchByPrimaryKey
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.kernel.exception.SystemException
fetchByPrimaryKey
public com.liferay.portlet.messageboards.model.MBThread fetchByPrimaryKey(long threadId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
fetchByPrimaryKey
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByGroupId_First
public com.liferay.portlet.messageboards.model.MBThread findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByGroupId_Last
public com.liferay.portlet.messageboards.model.MBThread findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByGroupId_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByGroupId_PrevAndNext(long threadId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByGroupId_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C(long groupId,
long categoryId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C(long groupId,
long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_First
public com.liferay.portlet.messageboards.model.MBThread findByG_C_First(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_Last
public com.liferay.portlet.messageboards.model.MBThread findByG_C_Last(long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByG_C_PrevAndNext(long threadId,
long groupId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_S(long groupId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_S(long groupId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_S_First
public com.liferay.portlet.messageboards.model.MBThread findByG_S_First(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_S_Last
public com.liferay.portlet.messageboards.model.MBThread findByG_S_Last(long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_S_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByG_S_PrevAndNext(long threadId,
long groupId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_S_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByC_P
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByC_P(long categoryId,
double priority)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_P
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByC_P(long categoryId,
double priority,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_P
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByC_P(long categoryId,
double priority,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByC_P_First
public com.liferay.portlet.messageboards.model.MBThread findByC_P_First(long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByC_P_Last
public com.liferay.portlet.messageboards.model.MBThread findByC_P_Last(long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByC_P_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByC_P_PrevAndNext(long threadId,
long categoryId,
double priority,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByC_P_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_L
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_L
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_L
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_L_First
public com.liferay.portlet.messageboards.model.MBThread findByG_C_L_First(long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_L_Last
public com.liferay.portlet.messageboards.model.MBThread findByG_C_L_Last(long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_L_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByG_C_L_PrevAndNext(long threadId,
long groupId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_L_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findByG_C_S(long groupId,
long categoryId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findByG_C_S_First
public com.liferay.portlet.messageboards.model.MBThread findByG_C_S_First(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S_First
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_S_Last
public com.liferay.portlet.messageboards.model.MBThread findByG_C_S_Last(long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S_Last
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findByG_C_S_PrevAndNext
public com.liferay.portlet.messageboards.model.MBThread[] findByG_C_S_PrevAndNext(long threadId,
long groupId,
long categoryId,
int status,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portlet.messageboards.NoSuchThreadException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
findByG_C_S_PrevAndNext
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portlet.messageboards.NoSuchThreadException
com.liferay.portal.kernel.exception.SystemException
findWithDynamicQuery
public java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.kernel.exception.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.kernel.exception.SystemException
- Specified by:
findWithDynamicQuery
in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.messageboards.model.MBThread>
- Overrides:
findWithDynamicQuery
in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.messageboards.model.MBThread>
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
findAll
public java.util.List<com.liferay.portlet.messageboards.model.MBThread> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
findAll
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByGroupId
public void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByGroupId
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C
public void removeByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_C
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_S
public void removeByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByC_P
public void removeByC_P(long categoryId,
double priority)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByC_P
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_L
public void removeByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_C_L
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeByG_C_S
public void removeByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeByG_C_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
removeAll
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
removeAll
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByGroupId
public int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByGroupId
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C
public int countByG_C(long groupId,
long categoryId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_C
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_S
public int countByG_S(long groupId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByC_P
public int countByC_P(long categoryId,
double priority)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByC_P
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_L
public int countByG_C_L(long groupId,
long categoryId,
java.util.Date lastPostDate)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_C_L
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countByG_C_S
public int countByG_C_S(long groupId,
long categoryId,
int status)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countByG_C_S
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
countAll
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
countAll
in interface com.liferay.portlet.messageboards.service.persistence.MBThreadPersistence
- Throws:
com.liferay.portal.kernel.exception.SystemException
afterPropertiesSet
public void afterPropertiesSet()