com.liferay.portlet.messageboards.service
Class MBBanLocalServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBBanLocalServiceWrapper
- All Implemented Interfaces:
- MBBanLocalService
public class MBBanLocalServiceWrapper
- extends Object
- implements MBBanLocalService
This class is a wrapper for MBBanLocalService.
- See Also:
MBBanLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
void |
expireBans()
|
List<MBBan> |
getBans(long groupId,
int start,
int end)
|
int |
getBansCount(long groupId)
|
MBBan |
getMBBan(long banId)
|
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 SystemException
- Specified by:
addMBBan in interface MBBanLocalService
- Throws:
SystemException
createMBBan
public MBBan createMBBan(long banId)
- Specified by:
createMBBan in interface MBBanLocalService
deleteMBBan
public void deleteMBBan(long banId)
throws PortalException,
SystemException
- Specified by:
deleteMBBan in interface MBBanLocalService
- Throws:
PortalException
SystemException
deleteMBBan
public void deleteMBBan(MBBan mbBan)
throws SystemException
- Specified by:
deleteMBBan in interface MBBanLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface MBBanLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface MBBanLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface MBBanLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface MBBanLocalService
- Throws:
SystemException
getMBBan
public MBBan getMBBan(long banId)
throws PortalException,
SystemException
- Specified by:
getMBBan in interface MBBanLocalService
- Throws:
PortalException
SystemException
getMBBans
public List<MBBan> getMBBans(int start,
int end)
throws SystemException
- Specified by:
getMBBans in interface MBBanLocalService
- Throws:
SystemException
getMBBansCount
public int getMBBansCount()
throws SystemException
- Specified by:
getMBBansCount in interface MBBanLocalService
- Throws:
SystemException
updateMBBan
public MBBan updateMBBan(MBBan mbBan)
throws SystemException
- Specified by:
updateMBBan in interface MBBanLocalService
- Throws:
SystemException
updateMBBan
public MBBan updateMBBan(MBBan mbBan,
boolean merge)
throws SystemException
- Specified by:
updateMBBan in interface MBBanLocalService
- Throws:
SystemException
addBan
public MBBan addBan(long userId,
long banUserId,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addBan in interface MBBanLocalService
- Throws:
PortalException
SystemException
checkBan
public void checkBan(long groupId,
long banUserId)
throws PortalException,
SystemException
- Specified by:
checkBan in interface MBBanLocalService
- Throws:
PortalException
SystemException
deleteBan
public void deleteBan(long banUserId,
ServiceContext serviceContext)
throws SystemException
- Specified by:
deleteBan in interface MBBanLocalService
- Throws:
SystemException
deleteBansByBanUserId
public void deleteBansByBanUserId(long banUserId)
throws SystemException
- Specified by:
deleteBansByBanUserId in interface MBBanLocalService
- Throws:
SystemException
deleteBansByGroupId
public void deleteBansByGroupId(long groupId)
throws SystemException
- Specified by:
deleteBansByGroupId in interface MBBanLocalService
- Throws:
SystemException
expireBans
public void expireBans()
throws SystemException
- Specified by:
expireBans in interface MBBanLocalService
- Throws:
SystemException
getBans
public List<MBBan> getBans(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getBans in interface MBBanLocalService
- Throws:
SystemException
getBansCount
public int getBansCount(long groupId)
throws SystemException
- Specified by:
getBansCount in interface MBBanLocalService
- Throws:
SystemException
hasBan
public boolean hasBan(long groupId,
long banUserId)
throws SystemException
- Specified by:
hasBan in interface MBBanLocalService
- Throws:
SystemException
getWrappedMBBanLocalService
public MBBanLocalService getWrappedMBBanLocalService()