com.liferay.portlet.messageboards.service
Class MBMailingListLocalServiceWrapper
java.lang.Object
com.liferay.portlet.messageboards.service.MBMailingListLocalServiceWrapper
- All Implemented Interfaces:
- MBMailingListLocalService
public class MBMailingListLocalServiceWrapper
- extends Object
- implements MBMailingListLocalService
This class is a wrapper for MBMailingListLocalService.
- See Also:
MBMailingListLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
MBMailingList |
addMailingList(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
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)
|
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)
|
MBMailingList |
getCategoryMailingList(long groupId,
long categoryId)
|
MBMailingList |
getMBMailingList(long mailingListId)
|
MBMailingList |
getMBMailingListByUuidAndGroupId(String uuid,
long groupId)
|
List<MBMailingList> |
getMBMailingLists(int start,
int end)
|
int |
getMBMailingListsCount()
|
MBMailingListLocalService |
getWrappedMBMailingListLocalService()
|
MBMailingList |
updateMailingList(long mailingListId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface MBMailingListLocalService
- Throws:
SystemException
dynamicQuery
public 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(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getMBMailingListByUuidAndGroupId in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getMBMailingLists
public 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(long userId,
long groupId,
long categoryId,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
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,
String emailAddress,
String inProtocol,
String inServerName,
int inServerPort,
boolean inUseSSL,
String inUserName,
String inPassword,
int inReadInterval,
String outEmailAddress,
boolean outCustom,
String outServerName,
int outServerPort,
boolean outUseSSL,
String outUserName,
String outPassword,
boolean active,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateMailingList in interface MBMailingListLocalService
- Throws:
PortalException
SystemException
getWrappedMBMailingListLocalService
public MBMailingListLocalService getWrappedMBMailingListLocalService()