com.liferay.portlet.messageboards.service
Class MBMailingListLocalServiceWrapper
java.lang.Object
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:
Method Summary |
MBMailingList |
addMailingList(java.lang.String uuid,
long userId,
long groupId,
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,
ServiceContext serviceContext)
|
MBMailingList |
addMBMailingList(MBMailingList mbMailingList)
|
MBMailingList |
createMBMailingList(long mailingListId)
|
void |
deleteCategoryMailingList(long groupId,
long categoryId)
|
void |
deleteMailingList(long mailingListId)
|
void |
deleteMailingList(MBMailingList mailingList)
|
void |
deleteMBMailingList(long mailingListId)
|
void |
deleteMBMailingList(MBMailingList mbMailingList)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
MBMailingList |
getCategoryMailingList(long groupId,
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,
ServiceContext serviceContext)
|
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 |
MBMailingListLocalServiceWrapper
public MBMailingListLocalServiceWrapper(MBMailingListLocalService mbMailingListLocalService)
addMBMailingList
public MBMailingList addMBMailingList(MBMailingList mbMailingList)
throws SystemException
- Specified by:
addMBMailingList
in interface MBMailingListLocalService
- Throws:
SystemException
createMBMailingList
public MBMailingList createMBMailingList(long mailingListId)
- Specified by:
createMBMailingList
in interface MBMailingListLocalService
deleteMBMailingList
public void deleteMBMailingList(long mailingListId)
throws PortalException,
SystemException
- Specified by:
deleteMBMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
deleteMBMailingList
public void deleteMBMailingList(MBMailingList mbMailingList)
throws SystemException
- Specified by:
deleteMBMailingList
in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface MBMailingListLocalService
- Throws:
SystemException
getMBMailingList
public MBMailingList getMBMailingList(long mailingListId)
throws PortalException,
SystemException
- Specified by:
getMBMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getMBMailingListByUuidAndGroupId
public MBMailingList getMBMailingListByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getMBMailingListByUuidAndGroupId
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getMBMailingLists
public java.util.List<MBMailingList> getMBMailingLists(int start,
int end)
throws SystemException
- Specified by:
getMBMailingLists
in interface MBMailingListLocalService
- Throws:
SystemException
getMBMailingListsCount
public int getMBMailingListsCount()
throws SystemException
- Specified by:
getMBMailingListsCount
in interface MBMailingListLocalService
- Throws:
SystemException
updateMBMailingList
public MBMailingList updateMBMailingList(MBMailingList mbMailingList)
throws SystemException
- Specified by:
updateMBMailingList
in interface MBMailingListLocalService
- Throws:
SystemException
updateMBMailingList
public MBMailingList updateMBMailingList(MBMailingList mbMailingList,
boolean merge)
throws SystemException
- Specified by:
updateMBMailingList
in interface MBMailingListLocalService
- Throws:
SystemException
addMailingList
public MBMailingList addMailingList(java.lang.String uuid,
long userId,
long groupId,
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,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
deleteCategoryMailingList
public void deleteCategoryMailingList(long groupId,
long categoryId)
throws PortalException,
SystemException
- Specified by:
deleteCategoryMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
deleteMailingList
public void deleteMailingList(long mailingListId)
throws PortalException,
SystemException
- Specified by:
deleteMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
deleteMailingList
public void deleteMailingList(MBMailingList mailingList)
throws PortalException,
SystemException
- Specified by:
deleteMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getCategoryMailingList
public MBMailingList getCategoryMailingList(long groupId,
long categoryId)
throws PortalException,
SystemException
- Specified by:
getCategoryMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
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,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateMailingList
in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getWrappedMBMailingListLocalService
public MBMailingListLocalService getWrappedMBMailingListLocalService()