com.liferay.portlet.messageboards.service
Class MBBanLocalServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBBanLocalServiceWrapper
- All Implemented Interfaces:
- MBBanLocalService
public class MBBanLocalServiceWrapper
- extends java.lang.Object
- implements MBBanLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for MBBanLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
MBBanLocalService
- Generated:
Method Summary |
MBBan |
addBan(long userId,
long banUserId,
ServiceContext serviceContext)
|
MBBan |
addMBBan(MBBan mbBan)
|
void |
checkBan(long groupId,
long banUserId)
|
MBBan |
createMBBan(long banId)
|
void |
deleteBan(long banUserId,
ServiceContext serviceContext)
|
void |
deleteBansByBanUserId(long banUserId)
|
void |
deleteBansByGroupId(long groupId)
|
void |
deleteMBBan(long banId)
|
void |
deleteMBBan(MBBan mbBan)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
void |
expireBans()
|
java.util.List<MBBan> |
getBans(long groupId,
int start,
int end)
|
int |
getBansCount(long groupId)
|
MBBan |
getMBBan(long banId)
|
java.util.List<MBBan> |
getMBBans(int start,
int end)
|
int |
getMBBansCount()
|
MBBanLocalService |
getWrappedMBBanLocalService()
|
boolean |
hasBan(long groupId,
long banUserId)
|
MBBan |
updateMBBan(MBBan mbBan)
|
MBBan |
updateMBBan(MBBan mbBan,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBBanLocalServiceWrapper
public MBBanLocalServiceWrapper(MBBanLocalService mbBanLocalService)
addMBBan
public MBBan addMBBan(MBBan mbBan)
throws com.liferay.portal.SystemException
- Specified by:
addMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
createMBBan
public MBBan createMBBan(long banId)
- Specified by:
createMBBan
in interface MBBanLocalService
deleteMBBan
public void deleteMBBan(long banId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteMBBan
public void deleteMBBan(MBBan mbBan)
throws com.liferay.portal.SystemException
- Specified by:
deleteMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
getMBBan
public MBBan getMBBan(long banId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getMBBans
public java.util.List<MBBan> getMBBans(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getMBBans
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
getMBBansCount
public int getMBBansCount()
throws com.liferay.portal.SystemException
- Specified by:
getMBBansCount
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
updateMBBan
public MBBan updateMBBan(MBBan mbBan)
throws com.liferay.portal.SystemException
- Specified by:
updateMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
updateMBBan
public MBBan updateMBBan(MBBan mbBan,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateMBBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
addBan
public MBBan addBan(long userId,
long banUserId,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
checkBan
public void checkBan(long groupId,
long banUserId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
checkBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteBan
public void deleteBan(long banUserId,
ServiceContext serviceContext)
throws com.liferay.portal.SystemException
- Specified by:
deleteBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
deleteBansByBanUserId
public void deleteBansByBanUserId(long banUserId)
throws com.liferay.portal.SystemException
- Specified by:
deleteBansByBanUserId
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
deleteBansByGroupId
public void deleteBansByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
deleteBansByGroupId
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
expireBans
public void expireBans()
throws com.liferay.portal.SystemException
- Specified by:
expireBans
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
getBans
public java.util.List<MBBan> getBans(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getBans
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
getBansCount
public int getBansCount(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getBansCount
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
hasBan
public boolean hasBan(long groupId,
long banUserId)
throws com.liferay.portal.SystemException
- Specified by:
hasBan
in interface MBBanLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedMBBanLocalService
public MBBanLocalService getWrappedMBBanLocalService()