类的使用
net.risesoft.controller.dto.EmailDTO
-
使用EmailDTO的程序包 程序包 说明 net.risesoft.controller net.risesoft.controller.dto net.risesoft.controller.rest net.risesoft.service net.risesoft.service.impl net.risesoft.util -
-
net.risesoft.controller中EmailDTO的使用
返回变量类型为EmailDTO的类型的net.risesoft.controller中的方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<EmailDTO>EmailController. forward(String folder, long uid)转发邮件net.risesoft.pojo.Y9Result<EmailDTO>EmailController. quickReply(String folder, Long uid, String richText)快速回复net.risesoft.pojo.Y9Result<EmailDTO>EmailController. reply(String folder, Long uid)回复net.risesoft.pojo.Y9Result<EmailDTO>EmailController. replyAll(String folder, Long uid)回复不包括自己和密送的其他所有收件人参数类型为EmailDTO的net.risesoft.controller中的方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<String>EmailController. save(EmailDTO email)保存邮件 -
net.risesoft.controller.dto中EmailDTO的使用
net.risesoft.controller.dto中EmailDTO的子类 修饰符和类型 类 说明 classEmailDetailDTO电子邮件详情dto -
net.risesoft.controller.rest中EmailDTO的使用
返回变量类型为EmailDTO的类型的net.risesoft.controller.rest中的方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<EmailDTO>EmailMobileController. forward(String tenantId, String userId, String folder, long uid)转发邮件net.risesoft.pojo.Y9Result<EmailDTO>EmailMobileController. quickReply(String tenantId, String userId, String folder, Long uid, String richText)快速回复net.risesoft.pojo.Y9Result<EmailDTO>EmailMobileController. reply(String tenantId, String userId, String folder, Long uid)回复net.risesoft.pojo.Y9Result<EmailDTO>EmailMobileController. replyAll(String tenantId, String userId, String folder, Long uid)回复不包括自己和密送的其他所有收件人参数类型为EmailDTO的net.risesoft.controller.rest中的方法 修饰符和类型 方法 说明 net.risesoft.pojo.Y9Result<String>EmailMobileController. save(String tenantId, String userId, EmailDTO email)保存邮件 -
net.risesoft.service中EmailDTO的使用
返回EmailDTO的net.risesoft.service中的方法 修饰符和类型 方法 说明 EmailDTOEmailService. findByFolderAndUid(String folderName, long uid)EmailDTOEmailService. forward(String folderName, long uid)EmailDTOEmailService. reply(String folderName, Long uid)EmailDTOEmailService. replyAll(String folderName, Long uid)参数类型为EmailDTO的net.risesoft.service中的方法 修饰符和类型 方法 说明 StringEmailService. save(EmailDTO email) -
net.risesoft.service.impl中EmailDTO的使用
返回EmailDTO的net.risesoft.service.impl中的方法 修饰符和类型 方法 说明 EmailDTOEmailServiceImpl. findByFolderAndUid(String folderName, long uid)EmailDTOEmailServiceImpl. forward(String folderName, long uid)EmailDTOEmailServiceImpl. reply(String folderName, Long uid)EmailDTOEmailServiceImpl. replyAll(String folderName, Long uid)参数类型为EmailDTO的net.risesoft.service.impl中的方法 修饰符和类型 方法 说明 StringEmailServiceImpl. save(EmailDTO email) -
net.risesoft.util中EmailDTO的使用
参数类型为EmailDTO的net.risesoft.util中的方法 修饰符和类型 方法 说明 static StringEmailUtil. getReplyHead(EmailDTO email)
-