接口 CoreFileResource
-
- 所有超级接口:
GenericResource<CoreFileService,CoreFileBean,Long>
- 所有已知实现类:
CoreFileResourceImpl
@RequestMapping("/core/module/item/files") public interface CoreFileResource extends GenericResource<CoreFileService,CoreFileBean,Long>
-
-
方法概要
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
getService, getSinoAttrsMybatisMapper, insert, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectPagination, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
upload
@RequestMapping(method=POST) Long upload(CoreFileBean coreFile, org.springframework.web.multipart.MultipartFile file)
-
delete
@RequestMapping(method=DELETE) void delete(RestJsonWrapperBean wrapper)
- 指定者:
delete在接口中GenericResource<CoreFileService,CoreFileBean,Long>
-
save
@RequestMapping(method=PUT) void save(RestJsonWrapperBean wrapper)
-
pack
@RequestMapping(value={"/action/pack/{table}/{itemId}","/action/pack/{table}/{itemId}/add-on-func/{func}"}, method=POST) String pack(@PathVariable String table, @PathVariable String itemId, @PathVariable(required=false) String func)
-
pack
@RequestMapping(value="/action/pack/{table}", method=POST) String pack(@PathVariable String table, RestJsonWrapperBean jsonWrapper)
-
pack
@RequestMapping(value="/action/pack", method=POST) String pack(RestJsonWrapperBean jsonWrapper)
-
ckeditorUpload
@RequestMapping(value="/action/ckeditor-upload", method=POST) CoreFileCkeditorUploadResultDTO ckeditorUpload(CoreFileBean coreFile, org.springframework.web.multipart.MultipartFile file)
-
importData
@RequestMapping(value="/{id}/action/import/{service}", method=POST) CoreFileImportResultDTO importData(@PathVariable Long id, @PathVariable String service)
-
getTemplateUrl
@RequestMapping(value="/template-urls", method=GET) <ID extends Serializable> String getTemplateUrl(@RequestParam String templateCode, @RequestParam String service, @RequestParam(required=false) ID id)
-
log
@RequestMapping(value="/{id}/logs", method=POST) Long log(@PathVariable Long id, @RequestParam String operationCategory)
-
selectLogSearchablePagination
@RequestMapping(value="/{id}/logs/queries/searchable", method=POST) Page<CoreFileLogBean> selectLogSearchablePagination(Long id, RestJsonWrapperBean wrapper)
-
convertHtmlToPdf
@RequestMapping(value="/action/convert-html-to-pdf", method=POST) String convertHtmlToPdf(RestJsonWrapperBean wrapper)
-
sinoOfficeInvoke
@RequestMapping(value="/{id}/action/sinooffice-invoke", method=POST) CoreFileOfficeResultDTO sinoOfficeInvoke(@PathVariable Long id)
-
getDownloadTemplateUrl
@Deprecated @RequestMapping(value={"/{templateCode}/action/download-template/{service}","/{templateCode}/action/download-template/{service}/{id}"}, method=GET) <ID extends Serializable> String getDownloadTemplateUrl(@PathVariable String templateCode, @PathVariable String service, @PathVariable(required=false) ID id)
已过时。
-
oldLog
@Deprecated @RequestMapping(value="/{id}/logs/action/{operationCategory}", method=POST) Long oldLog(@PathVariable Long id, @PathVariable String operationCategory)
已过时。
-
oldSinoOfficeInvoke
@Deprecated @RequestMapping(value="/sinooffices/{id}/action/invoke", method=POST) CoreFileOfficeResultDTO oldSinoOfficeInvoke(@PathVariable Long id)
已过时。
-
-