|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBThreadPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
MBThreadPersistenceImpl
,
MBThreadUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<MBThread> mbThreads)
|
void |
cacheResult(MBThread mbThread)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByC_L(long categoryId,
java.util.Date lastPostDate)
|
int |
countByCategoryId(long categoryId)
|
int |
countByGroupId(long groupId)
|
MBThread |
create(long threadId)
|
MBThread |
fetchByPrimaryKey(long threadId)
|
java.util.List<MBThread> |
findAll()
|
java.util.List<MBThread> |
findAll(int start,
int end)
|
java.util.List<MBThread> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByC_L_First(long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByC_L_Last(long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread[] |
findByC_L_PrevAndNext(long threadId,
long categoryId,
java.util.Date lastPostDate,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBThread> |
findByC_L(long categoryId,
java.util.Date lastPostDate)
|
java.util.List<MBThread> |
findByC_L(long categoryId,
java.util.Date lastPostDate,
int start,
int end)
|
java.util.List<MBThread> |
findByC_L(long categoryId,
java.util.Date lastPostDate,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByCategoryId_First(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByCategoryId_Last(long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread[] |
findByCategoryId_PrevAndNext(long threadId,
long categoryId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBThread> |
findByCategoryId(long categoryId)
|
java.util.List<MBThread> |
findByCategoryId(long categoryId,
int start,
int end)
|
java.util.List<MBThread> |
findByCategoryId(long categoryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread[] |
findByGroupId_PrevAndNext(long threadId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBThread> |
findByGroupId(long groupId)
|
java.util.List<MBThread> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<MBThread> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBThread |
findByPrimaryKey(long threadId)
|
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)
|
MBThread |
remove(long threadId)
|
MBThread |
remove(MBThread mbThread)
|
void |
removeAll()
|
void |
removeByC_L(long categoryId,
java.util.Date lastPostDate)
|
void |
removeByCategoryId(long categoryId)
|
void |
removeByGroupId(long groupId)
|
MBThread |
update(MBThread mbThread)
Deprecated. Use update(MBThread, boolean merge) . |
MBThread |
update(MBThread mbThread,
boolean merge)
Add, update, or merge, the entity. |
MBThread |
updateImpl(MBThread mbThread,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(MBThread mbThread)
void cacheResult(java.util.List<MBThread> mbThreads)
void clearCache()
clearCache
in interface BasePersistence
MBThread create(long threadId)
MBThread remove(long threadId) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread remove(MBThread mbThread) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBThread update(MBThread mbThread) throws com.liferay.portal.SystemException
update(MBThread, boolean merge)
.
com.liferay.portal.SystemException
MBThread update(MBThread mbThread, boolean merge) throws com.liferay.portal.SystemException
mbThread
- 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 mbThread is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
MBThread updateImpl(MBThread mbThread, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBThread findByPrimaryKey(long threadId) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread fetchByPrimaryKey(long threadId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBThread findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread[] findByGroupId_PrevAndNext(long threadId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
java.util.List<MBThread> findByCategoryId(long categoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByCategoryId(long categoryId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByCategoryId(long categoryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBThread findByCategoryId_First(long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread findByCategoryId_Last(long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread[] findByCategoryId_PrevAndNext(long threadId, long categoryId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
java.util.List<MBThread> findByC_L(long categoryId, java.util.Date lastPostDate) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByC_L(long categoryId, java.util.Date lastPostDate, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findByC_L(long categoryId, java.util.Date lastPostDate, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBThread findByC_L_First(long categoryId, java.util.Date lastPostDate, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread findByC_L_Last(long categoryId, java.util.Date lastPostDate, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
MBThread[] findByC_L_PrevAndNext(long threadId, long categoryId, java.util.Date lastPostDate, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchThreadException
com.liferay.portal.SystemException
NoSuchThreadException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBThread> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCategoryId(long categoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_L(long categoryId, java.util.Date lastPostDate) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCategoryId(long categoryId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_L(long categoryId, java.util.Date lastPostDate) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |