public interface ProjectInfoService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addProjectMember(String optUser,
String projectId,
String memberCode) |
void |
deleteProjectInfo(String projectId) |
void |
deleteProjectMember(String optUser,
String projectId,
String memberCode) |
ProjectInfo |
forkProject(com.centit.framework.security.model.CentitUserDetails userDetails,
String projectId) |
ProjectInfo |
getProjectInfo(String projectId) |
List<ProjectTeam> |
listProjectMember(String optUser,
String projectId) |
com.alibaba.fastjson2.JSONArray |
listUserCreateProjects(String userCode,
com.centit.support.database.utils.PageDesc pageDesc) |
com.alibaba.fastjson2.JSONArray |
listUserProjects(String userCode,
com.centit.support.database.utils.PageDesc pageDesc) |
String |
makeCreateSql(String projectId,
com.centit.support.database.utils.DBType dbType) |
void |
saveProjectInfo(ProjectInfo projectInfo) |
void |
saveProjectTables(String projectId,
com.centit.framework.security.model.CentitUserDetails ud,
List<TableStruct> tableStructs) |
void |
updateProjectInfo(ProjectInfo projectInfo) |
void saveProjectInfo(ProjectInfo projectInfo)
void updateProjectInfo(ProjectInfo projectInfo)
void deleteProjectInfo(String projectId)
ProjectInfo getProjectInfo(String projectId)
com.alibaba.fastjson2.JSONArray listUserProjects(String userCode, com.centit.support.database.utils.PageDesc pageDesc)
com.alibaba.fastjson2.JSONArray listUserCreateProjects(String userCode, com.centit.support.database.utils.PageDesc pageDesc)
List<ProjectTeam> listProjectMember(String optUser, String projectId)
ProjectInfo forkProject(com.centit.framework.security.model.CentitUserDetails userDetails, String projectId)
String makeCreateSql(String projectId, com.centit.support.database.utils.DBType dbType)
void saveProjectTables(String projectId, com.centit.framework.security.model.CentitUserDetails ud, List<TableStruct> tableStructs)
Copyright © 2023 Centit Information Technical, co. Inc.. All rights reserved.