@Primary @Service @Transactional(rollbackFor=java.lang.Exception.class) public class ChartSceneMaterialServiceImpl extends Object implements ChartSceneMaterialService
| Constructor and Description |
|---|
ChartSceneMaterialServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public ChartSceneMaterialDTO upload(Integer ownerType, String ownerId, String materialId, org.springframework.web.multipart.MultipartFile file)
upload in interface ChartSceneMaterialServicepublic void view(String id, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
view in interface ChartSceneMaterialServicepublic ChartSceneMaterial getMaterialWithContent(String id)
getMaterialWithContent in interface ChartSceneMaterialServicepublic void importMaterial(Integer ownerType, String ownerId, ChartSceneMaterial material, byte[] content)
importMaterial in interface ChartSceneMaterialServicepublic void deleteByOwner(String ownerId)
deleteByOwner in interface ChartSceneMaterialServicepublic void deleteByOwners(Integer ownerType, List<String> ownerIds)
deleteByOwners in interface ChartSceneMaterialServiceCopyright © 2026. All rights reserved.