@Service
public class ExcelService
extends java.lang.Object
| 构造器和说明 |
|---|
ExcelService(OrgService orgService,
com.xforceplus.dao.TenantDao tenantDao,
javax.validation.Validator validator,
CompanyServicePackageService companyServicePackageService,
RoleService roleService,
AccountService accountService,
UserService userService,
FileService fileService) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity |
batchImportCompanies(org.springframework.web.multipart.MultipartFile file) |
com.xforceplus.api.common.response.ResponseEntity |
batchImportCompanyPackages(org.springframework.web.multipart.MultipartFile file) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.Long> |
batchImportRoles(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file) |
com.xforceplus.api.common.response.ResponseEntity |
batchImportUsers(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file) |
com.xforceplus.api.common.response.ResponseEntity |
processExcel(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file) |
public ExcelService(OrgService orgService, com.xforceplus.dao.TenantDao tenantDao, javax.validation.Validator validator, CompanyServicePackageService companyServicePackageService, RoleService roleService, AccountService accountService, UserService userService, FileService fileService)
public com.xforceplus.api.common.response.ResponseEntity batchImportCompanies(org.springframework.web.multipart.MultipartFile file)
public com.xforceplus.api.common.response.ResponseEntity batchImportCompanyPackages(org.springframework.web.multipart.MultipartFile file)
public com.xforceplus.api.common.response.ResponseEntity<java.lang.Long> batchImportRoles(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file)
public com.xforceplus.api.common.response.ResponseEntity batchImportUsers(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file)
public com.xforceplus.api.common.response.ResponseEntity processExcel(java.lang.Long tenantId,
org.springframework.web.multipart.MultipartFile file)