类 ImportEmlAttchMentsServiceImpl
- java.lang.Object
-
- net.risesoft.james.service.impl.ImportEmlAttchMentsServiceImpl
-
- 所有已实现的接口:
ImportEmlAttchMentsService
@Service("importEmlAttchMentsService") public class ImportEmlAttchMentsServiceImpl extends Object implements ImportEmlAttchMentsService
-
-
构造器概要
构造器 构造器 说明 ImportEmlAttchMentsServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ImportEmlAttchMentsgetById(String id)List<ImportEmlAttchMents>listByImportEmlId(String importEmlId)voidsaveAttchMents(String importEmlId, String fileName, Long fileSize, InputStream file)
-
-
-
方法详细资料
-
getById
public ImportEmlAttchMents getById(String id)
- 指定者:
getById在接口中ImportEmlAttchMentsService
-
listByImportEmlId
public List<ImportEmlAttchMents> listByImportEmlId(String importEmlId)
- 指定者:
listByImportEmlId在接口中ImportEmlAttchMentsService
-
saveAttchMents
public void saveAttchMents(String importEmlId, String fileName, Long fileSize, InputStream file)
- 指定者:
saveAttchMents在接口中ImportEmlAttchMentsService
-
-