Class ProjectCodeService
java.lang.Object
org.cardanofoundation.lob.app.organisation.service.ProjectCodeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vavr.control.Either<org.zalando.problem.Problem, List<ProjectView>> createProjectCodeFromCsv(String orgId, org.springframework.web.multipart.MultipartFile file) getAllProjects(String organisationId) getProject(String organisationId, String customerCode) insertProject(String orgId, ProjectUpdate projectUpdate, boolean isUpsert) updateProject(String orgId, ProjectUpdate projectUpdate)
-
Constructor Details
-
ProjectCodeService
public ProjectCodeService()
-
-
Method Details
-
getProject
-
getAllProjects
-
insertProject
@Transactional public ProjectView insertProject(String orgId, ProjectUpdate projectUpdate, boolean isUpsert) -
updateProject
-
createProjectCodeFromCsv
@Transactional public io.vavr.control.Either<org.zalando.problem.Problem,List<ProjectView>> createProjectCodeFromCsv(String orgId, org.springframework.web.multipart.MultipartFile file)
-