com.liferay.portlet.messageboards.service.base
Class MBBanLocalServiceBaseImpl

java.lang.Object
  extended bycom.liferay.portlet.messageboards.service.base.MBBanLocalServiceBaseImpl
All Implemented Interfaces:
com.liferay.portlet.messageboards.service.MBBanLocalService
Direct Known Subclasses:
MBBanLocalServiceImpl

public abstract class MBBanLocalServiceBaseImpl
extends java.lang.Object
implements com.liferay.portlet.messageboards.service.MBBanLocalService

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MBBanLocalServiceBaseImpl()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBBan addMBBan(com.liferay.portlet.messageboards.model.MBBan model)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 com.liferay.portlet.messageboards.model.MBBan updateMBBan(com.liferay.portlet.messageboards.model.MBBan model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.service.MBBanLocalService
addBan, checkBan, deleteBan, deleteBansByBanUserId, deleteBansByGroupId, expireBans, getBans, getBansCount, hasBan
 

Constructor Detail

MBBanLocalServiceBaseImpl

public MBBanLocalServiceBaseImpl()
Method Detail

addMBBan

public com.liferay.portlet.messageboards.model.MBBan addMBBan(com.liferay.portlet.messageboards.model.MBBan model)
                                                       throws com.liferay.portal.SystemException
Specified by:
addMBBan in interface com.liferay.portlet.messageboards.service.MBBanLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.messageboards.service.MBBanLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                   int begin,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface com.liferay.portlet.messageboards.service.MBBanLocalService
Throws:
com.liferay.portal.SystemException

updateMBBan

public com.liferay.portlet.messageboards.model.MBBan updateMBBan(com.liferay.portlet.messageboards.model.MBBan model)
                                                          throws com.liferay.portal.SystemException
Specified by:
updateMBBan in interface com.liferay.portlet.messageboards.service.MBBanLocalService
Throws:
com.liferay.portal.SystemException