public interface ChartSceneMaterialService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteById(String id) |
void |
deleteByOwner(String ownerId) |
void |
deleteByOwners(Integer ownerType,
List<String> ownerIds) |
ChartSceneMaterial |
getMaterialWithContent(String id) |
void |
importMaterial(Integer ownerType,
String ownerId,
ChartSceneMaterial material,
byte[] content) |
ChartSceneMaterialDTO |
upload(Integer ownerType,
String ownerId,
String materialId,
org.springframework.web.multipart.MultipartFile file) |
void |
view(String id,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ChartSceneMaterialDTO upload(Integer ownerType, String ownerId, String materialId, org.springframework.web.multipart.MultipartFile file)
ChartSceneMaterial getMaterialWithContent(String id)
void importMaterial(Integer ownerType, String ownerId, ChartSceneMaterial material, byte[] content)
void view(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void deleteById(String id)
void deleteByOwner(String ownerId)
Copyright © 2026. All rights reserved.