类 CoreFileResourceImpl
- java.lang.Object
-
- net.sinodawn.module.item.file.resource.impl.CoreFileResourceImpl
-
- 所有已实现的接口:
GenericResource<CoreFileService,CoreFileBean,Long>,CoreFileResource
@RestController public class CoreFileResourceImpl extends Object implements CoreFileResource
-
-
构造器概要
构造器 构造器 说明 CoreFileResourceImpl()
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.resource.GenericResource
getSinoAttrsMybatisMapper, instantSave, print, save, selectByRole, selectColumnById, selectDetail, selectRawPagination, selectSearchablePagination, selectStatus, swap, validate, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getService
public CoreFileService getService()
- 指定者:
getService在接口中GenericResource<CoreFileService,CoreFileBean,Long>
-
insert
@RequestMapping(method=TRACE) public Long insert(RestJsonWrapperBean wrapper)
- 指定者:
insert在接口中GenericResource<CoreFileService,CoreFileBean,Long>
-
upload
@ValidateDataWith(CoreFileUploadValidator.class) public Long upload(CoreFileBean coreFile, org.springframework.web.multipart.MultipartFile file)
- 指定者:
upload在接口中CoreFileResource
-
selectPagination
public Page<CoreFileBean> selectPagination(RestJsonWrapperBean wrapper)
- 指定者:
selectPagination在接口中GenericResource<CoreFileService,CoreFileBean,Long>
-
save
@ResponseStatus(OK) public void save(RestJsonWrapperBean jsonWrapper)
- 指定者:
save在接口中CoreFileResource
-
delete
@RequestMapping(method=DELETE) @ResponseStatus(OK) public void delete(RestJsonWrapperBean jsonWrapper)
- 指定者:
delete在接口中CoreFileResource- 指定者:
delete在接口中GenericResource<CoreFileService,CoreFileBean,Long>
-
pack
@ResponseStatus(OK) public String pack(@PathVariable String table, @PathVariable String itemId, @PathVariable String func)
- 指定者:
pack在接口中CoreFileResource
-
pack
@ResponseStatus(OK) public String pack(@PathVariable String table, RestJsonWrapperBean jsonWrapper)
- 指定者:
pack在接口中CoreFileResource
-
pack
@ResponseStatus(OK) public String pack(RestJsonWrapperBean jsonWrapper)
- 指定者:
pack在接口中CoreFileResource
-
ckeditorUpload
@ValidateDataWith(CoreFileCKEditorUploadValidator.class) public CoreFileCkeditorUploadResultDTO ckeditorUpload(CoreFileBean coreFile, org.springframework.web.multipart.MultipartFile file)
- 指定者:
ckeditorUpload在接口中CoreFileResource
-
importData
public CoreFileImportResultDTO importData(@PathVariable Long id, @PathVariable String service)
- 指定者:
importData在接口中CoreFileResource
-
getTemplateUrl
public <ID extends Serializable> String getTemplateUrl(@RequestParam String templateCode, @RequestParam String service, @RequestParam(required=false) ID id)
- 指定者:
getTemplateUrl在接口中CoreFileResource
-
convertHtmlToPdf
public String convertHtmlToPdf(RestJsonWrapperBean wrapper)
- 指定者:
convertHtmlToPdf在接口中CoreFileResource
-
sinoOfficeInvoke
public CoreFileOfficeResultDTO sinoOfficeInvoke(@PathVariable Long id)
- 指定者:
sinoOfficeInvoke在接口中CoreFileResource
-
log
public Long log(@PathVariable Long id, @PathVariable String operationCategory)
- 指定者:
log在接口中CoreFileResource
-
selectLogSearchablePagination
public Page<CoreFileLogBean> selectLogSearchablePagination(@PathVariable Long id, RestJsonWrapperBean wrapper)
-
getDownloadTemplateUrl
@Deprecated public <ID extends Serializable> String getDownloadTemplateUrl(@PathVariable String templateCode, @PathVariable String service, @PathVariable(required=false) ID id)
已过时。- 指定者:
getDownloadTemplateUrl在接口中CoreFileResource
-
oldLog
@Deprecated public Long oldLog(@PathVariable Long id, @PathVariable String operationCategory)
已过时。- 指定者:
oldLog在接口中CoreFileResource
-
oldSinoOfficeInvoke
@Deprecated public CoreFileOfficeResultDTO oldSinoOfficeInvoke(@PathVariable Long id)
已过时。- 指定者:
oldSinoOfficeInvoke在接口中CoreFileResource
-
-