|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBBanPersistence
Method Summary | |
---|---|
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 |
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)
|
void |
registerListener(ModelListener listener)
|
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)
|
void |
unregisterListener(ModelListener listener)
|
MBBan |
update(MBBan mbBan)
Deprecated. Use update(MBBan mbBan, boolean merge) . |
MBBan |
update(MBBan mbBan,
boolean merge)
Add, update, or merge, the entity. |
MBBan |
updateImpl(MBBan mbBan,
boolean merge)
|
Method Detail |
---|
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 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
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
void registerListener(ModelListener listener)
void unregisterListener(ModelListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |