Class TurStoreVendorAPI
java.lang.Object
com.viglet.turing.api.store.TurStoreVendorAPI
-
Constructor Summary
ConstructorsConstructorDescriptionTurStoreVendorAPI(TurStoreVendorRepository turStoreVendorRepository, TurStoreVendorMapper turStoreVendorMapper) -
Method Summary
Modifier and TypeMethodDescriptionturStoreVendorAdd(TurStoreVendorDto turStoreVendorDto) booleanturStoreVendorUpdate(String id, TurStoreVendorDto turStoreVendorDto)
-
Constructor Details
-
TurStoreVendorAPI
public TurStoreVendorAPI(TurStoreVendorRepository turStoreVendorRepository, TurStoreVendorMapper turStoreVendorMapper)
-
-
Method Details
-
turStoreVendorList
-
turStoreVendorGet
-
turStoreVendorUpdate
@PutMapping("/{id}") public TurStoreVendorDto turStoreVendorUpdate(@PathVariable String id, @RequestBody TurStoreVendorDto turStoreVendorDto) -
turStoreVendorDelete
-
turStoreVendorAdd
@PostMapping public TurStoreVendorDto turStoreVendorAdd(@RequestBody TurStoreVendorDto turStoreVendorDto)
-