@Service @Transactional(rollbackFor=java.lang.Exception.class) public class FileLibraryAccessManagerImpl extends com.centit.framework.jdbc.service.BaseEntityManagerImpl<FileLibraryAccess,String,FileLibraryAccessDao> implements FileLibraryAccessManager
| 构造器和说明 |
|---|
FileLibraryAccessManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createFileLibraryAccess(FileLibraryAccess fileLibraryAccess) |
void |
deleteFileLibraryAccess(String accessId) |
FileLibraryAccess |
getFileLibraryAccess(String accessId) |
List<FileLibraryAccess> |
listFileLibraryAccess(Map<String,Object> param,
com.centit.support.database.utils.PageDesc pageDesc) |
void |
updateFileLibraryAccess(FileLibraryAccess fileLibraryAccess) |
deleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjects, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, setBaseDao, updateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjects, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, updateObjectpublic void updateFileLibraryAccess(FileLibraryAccess fileLibraryAccess)
public void createFileLibraryAccess(FileLibraryAccess fileLibraryAccess)
public List<FileLibraryAccess> listFileLibraryAccess(Map<String,Object> param, com.centit.support.database.utils.PageDesc pageDesc)
public FileLibraryAccess getFileLibraryAccess(String accessId)
getFileLibraryAccess 在接口中 FileLibraryAccessManagerpublic void deleteFileLibraryAccess(String accessId)
Copyright © 2022 Centit Information Technical, co. Inc.. All rights reserved.