com.liferay.portlet.messageboards.service
Class MBMailingListLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.MBMailingListLocalServiceWrapper
All Implemented Interfaces:
MBMailingListLocalService

public class MBMailingListLocalServiceWrapper
extends java.lang.Object
implements MBMailingListLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for MBMailingListLocalService.

Author:
Brian Wing Shun Chan
See Also:
MBMailingListLocalService
Generated:

Constructor Summary
MBMailingListLocalServiceWrapper(MBMailingListLocalService mbMailingListLocalService)
           
 
Method Summary
 MBMailingList addMailingList(java.lang.String uuid, long userId, long categoryId, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean active)
           
 MBMailingList addMBMailingList(MBMailingList mbMailingList)
           
 MBMailingList createMBMailingList(long mailingListId)
           
 void deleteCategoryMailingList(long categoryId)
           
 void deleteMailingList(long mailingListId)
           
 void deleteMailingList(MBMailingList mailingList)
           
 void deleteMBMailingList(long mailingListId)
           
 void deleteMBMailingList(MBMailingList mbMailingList)
           
 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)
           
 MBMailingList getCategoryMailingList(long categoryId)
           
 MBMailingList getMBMailingList(long mailingListId)
           
 MBMailingList getMBMailingListByUuidAndGroupId(java.lang.String uuid, long groupId)
           
 java.util.List<MBMailingList> getMBMailingLists(int start, int end)
           
 int getMBMailingListsCount()
           
 MBMailingListLocalService getWrappedMBMailingListLocalService()
           
 MBMailingList updateMailingList(long mailingListId, java.lang.String emailAddress, java.lang.String inProtocol, java.lang.String inServerName, int inServerPort, boolean inUseSSL, java.lang.String inUserName, java.lang.String inPassword, int inReadInterval, java.lang.String outEmailAddress, boolean outCustom, java.lang.String outServerName, int outServerPort, boolean outUseSSL, java.lang.String outUserName, java.lang.String outPassword, boolean active)
           
 MBMailingList updateMBMailingList(MBMailingList mbMailingList)
           
 MBMailingList updateMBMailingList(MBMailingList mbMailingList, boolean merge)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMailingListLocalServiceWrapper

public MBMailingListLocalServiceWrapper(MBMailingListLocalService mbMailingListLocalService)
Method Detail

addMBMailingList

public MBMailingList addMBMailingList(MBMailingList mbMailingList)
                               throws com.liferay.portal.SystemException
Specified by:
addMBMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

createMBMailingList

public MBMailingList createMBMailingList(long mailingListId)
Specified by:
createMBMailingList in interface MBMailingListLocalService

deleteMBMailingList

public void deleteMBMailingList(long mailingListId)
                         throws com.liferay.portal.PortalException,
                                com.liferay.portal.SystemException
Specified by:
deleteMBMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteMBMailingList

public void deleteMBMailingList(MBMailingList mbMailingList)
                         throws com.liferay.portal.SystemException
Specified by:
deleteMBMailingList in interface MBMailingListLocalService
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 MBMailingListLocalService
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 MBMailingListLocalService
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 MBMailingListLocalService
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 MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

getMBMailingList

public MBMailingList getMBMailingList(long mailingListId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
getMBMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getMBMailingListByUuidAndGroupId

public MBMailingList getMBMailingListByUuidAndGroupId(java.lang.String uuid,
                                                      long groupId)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException
Specified by:
getMBMailingListByUuidAndGroupId in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getMBMailingLists

public java.util.List<MBMailingList> getMBMailingLists(int start,
                                                       int end)
                                                throws com.liferay.portal.SystemException
Specified by:
getMBMailingLists in interface MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

getMBMailingListsCount

public int getMBMailingListsCount()
                           throws com.liferay.portal.SystemException
Specified by:
getMBMailingListsCount in interface MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

updateMBMailingList

public MBMailingList updateMBMailingList(MBMailingList mbMailingList)
                                  throws com.liferay.portal.SystemException
Specified by:
updateMBMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

updateMBMailingList

public MBMailingList updateMBMailingList(MBMailingList mbMailingList,
                                         boolean merge)
                                  throws com.liferay.portal.SystemException
Specified by:
updateMBMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.SystemException

addMailingList

public MBMailingList addMailingList(java.lang.String uuid,
                                    long userId,
                                    long categoryId,
                                    java.lang.String emailAddress,
                                    java.lang.String inProtocol,
                                    java.lang.String inServerName,
                                    int inServerPort,
                                    boolean inUseSSL,
                                    java.lang.String inUserName,
                                    java.lang.String inPassword,
                                    int inReadInterval,
                                    java.lang.String outEmailAddress,
                                    boolean outCustom,
                                    java.lang.String outServerName,
                                    int outServerPort,
                                    boolean outUseSSL,
                                    java.lang.String outUserName,
                                    java.lang.String outPassword,
                                    boolean active)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
addMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteCategoryMailingList

public void deleteCategoryMailingList(long categoryId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
deleteCategoryMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteMailingList

public void deleteMailingList(long mailingListId)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
deleteMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteMailingList

public void deleteMailingList(MBMailingList mailingList)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException
Specified by:
deleteMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getCategoryMailingList

public MBMailingList getCategoryMailingList(long categoryId)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException
Specified by:
getCategoryMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateMailingList

public MBMailingList updateMailingList(long mailingListId,
                                       java.lang.String emailAddress,
                                       java.lang.String inProtocol,
                                       java.lang.String inServerName,
                                       int inServerPort,
                                       boolean inUseSSL,
                                       java.lang.String inUserName,
                                       java.lang.String inPassword,
                                       int inReadInterval,
                                       java.lang.String outEmailAddress,
                                       boolean outCustom,
                                       java.lang.String outServerName,
                                       int outServerPort,
                                       boolean outUseSSL,
                                       java.lang.String outUserName,
                                       java.lang.String outPassword,
                                       boolean active)
                                throws com.liferay.portal.PortalException,
                                       com.liferay.portal.SystemException
Specified by:
updateMailingList in interface MBMailingListLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedMBMailingListLocalService

public MBMailingListLocalService getWrappedMBMailingListLocalService()