Class MailSendApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.mail.MailSendApiImpl
-
- All Implemented Interfaces:
MailSendApi
@RestController @Validated public class MailSendApiImpl extends Object implements MailSendApi
-
-
Field Summary
-
Fields inherited from interface org.openea.eap.module.system.api.mail.MailSendApi
PREFIX
-
-
Constructor Summary
Constructors Constructor Description MailSendApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openea.eap.framework.common.pojo.CommonResult<Long>sendSingleMailToAdmin(MailSendSingleToUserReqDTO reqDTO)org.openea.eap.framework.common.pojo.CommonResult<Long>sendSingleMailToMember(MailSendSingleToUserReqDTO reqDTO)
-
-
-
Method Detail
-
sendSingleMailToAdmin
public org.openea.eap.framework.common.pojo.CommonResult<Long> sendSingleMailToAdmin(MailSendSingleToUserReqDTO reqDTO)
- Specified by:
sendSingleMailToAdminin interfaceMailSendApi
-
sendSingleMailToMember
public org.openea.eap.framework.common.pojo.CommonResult<Long> sendSingleMailToMember(MailSendSingleToUserReqDTO reqDTO)
- Specified by:
sendSingleMailToMemberin interfaceMailSendApi
-
-