Uses of Class
com.skava.price.model.exchange.request.ProjectRequest
Packages that use ProjectRequest
Package
Description
Exchange Request Model classes of the Price Service available here.
Rest Controllers available in the Price Services are maintained in this
package.
-
Uses of ProjectRequest in com.skava.price.model.exchange.request
Constructors in com.skava.price.model.exchange.request with parameters of type ProjectRequestModifierConstructorDescriptionProjectRequestInternalBuilder
(long collectionId, long id, String authToken, ProjectRequest projectRequest) ProjectRequestInternalBuilder constructor -
Uses of ProjectRequest in com.skava.price.web
Methods in com.skava.price.web with parameters of type ProjectRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Project>
ProjectController.createProject
(long collectionId, String versionId, String locale, String authToken, long priceListId, ProjectRequest request) This method is used to create Project based on given ProjectRequest.org.springframework.http.ResponseEntity<Project>
ProjectController.patchUpdateProject
(long collectionId, String versionId, String locale, String authToken, long priceListId, long id, ProjectRequest request) This method is used to update required field in Project based on given ProjectRequest.org.springframework.http.ResponseEntity<Project>
ProjectController.updateProject
(long collectionId, String versionId, String locale, String authToken, long priceListId, long id, ProjectRequest request) This method is used to update all field in Project based on given ProjectRequest.