|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBBanPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
MBBanPersistenceImpl
,
MBBanUtil
Method Summary | |
---|---|
void |
cacheResult(java.util.List<MBBan> mbBans)
|
void |
cacheResult(MBBan mbBan)
|
void |
clearCache()
|
int |
countAll()
|
int |
countByBanUserId(long banUserId)
|
int |
countByG_B(long groupId,
long banUserId)
|
int |
countByGroupId(long groupId)
|
int |
countByUserId(long userId)
|
MBBan |
create(long banId)
|
MBBan |
fetchByG_B(long groupId,
long banUserId)
|
MBBan |
fetchByG_B(long groupId,
long banUserId,
boolean retrieveFromCache)
|
MBBan |
fetchByPrimaryKey(long banId)
|
java.util.List<MBBan> |
findAll()
|
java.util.List<MBBan> |
findAll(int start,
int end)
|
java.util.List<MBBan> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByBanUserId_First(long banUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByBanUserId_Last(long banUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan[] |
findByBanUserId_PrevAndNext(long banId,
long banUserId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBBan> |
findByBanUserId(long banUserId)
|
java.util.List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end)
|
java.util.List<MBBan> |
findByBanUserId(long banUserId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByG_B(long groupId,
long banUserId)
|
MBBan |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan[] |
findByGroupId_PrevAndNext(long banId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBBan> |
findByGroupId(long groupId)
|
java.util.List<MBBan> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<MBBan> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByPrimaryKey(long banId)
|
MBBan |
findByUserId_First(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan |
findByUserId_Last(long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
MBBan[] |
findByUserId_PrevAndNext(long banId,
long userId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<MBBan> |
findByUserId(long userId)
|
java.util.List<MBBan> |
findByUserId(long userId,
int start,
int end)
|
java.util.List<MBBan> |
findByUserId(long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
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)
|
MBBan |
remove(long banId)
|
MBBan |
remove(MBBan mbBan)
|
void |
removeAll()
|
void |
removeByBanUserId(long banUserId)
|
void |
removeByG_B(long groupId,
long banUserId)
|
void |
removeByGroupId(long groupId)
|
void |
removeByUserId(long userId)
|
MBBan |
update(MBBan mbBan)
Deprecated. Use update(MBBan, boolean merge) . |
MBBan |
update(MBBan mbBan,
boolean merge)
Add, update, or merge, the entity. |
MBBan |
updateImpl(MBBan mbBan,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(MBBan mbBan)
void cacheResult(java.util.List<MBBan> mbBans)
void clearCache()
clearCache
in interface BasePersistence
MBBan create(long banId)
MBBan remove(long banId) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan remove(MBBan mbBan) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan update(MBBan mbBan) throws com.liferay.portal.SystemException
update(MBBan, boolean merge)
.
com.liferay.portal.SystemException
MBBan update(MBBan mbBan, boolean merge) throws com.liferay.portal.SystemException
mbBan
- 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 mbBan is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
MBBan updateImpl(MBBan mbBan, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan findByPrimaryKey(long banId) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan fetchByPrimaryKey(long banId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByGroupId(long groupId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByGroupId(long groupId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan[] findByGroupId_PrevAndNext(long banId, long groupId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
java.util.List<MBBan> findByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByUserId(long userId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByUserId(long userId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan findByUserId_First(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan findByUserId_Last(long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan[] findByUserId_PrevAndNext(long banId, long userId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
java.util.List<MBBan> findByBanUserId(long banUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByBanUserId(long banUserId, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findByBanUserId(long banUserId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan findByBanUserId_First(long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan findByBanUserId_Last(long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan[] findByBanUserId_PrevAndNext(long banId, long banUserId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan findByG_B(long groupId, long banUserId) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
MBBan fetchByG_B(long groupId, long banUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
MBBan fetchByG_B(long groupId, long banUserId, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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<MBBan> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<MBBan> 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 removeByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByBanUserId(long banUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByG_B(long groupId, long banUserId) throws com.liferay.portal.SystemException, NoSuchBanException
com.liferay.portal.SystemException
NoSuchBanException
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 countByUserId(long userId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByBanUserId(long banUserId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByG_B(long groupId, long banUserId) 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 |