@RestController @MiddlewareResetResource @RequestMapping(value="/staff-access/data") public class DataMgmtStaffResource extends Object implements DataMgmtStaffAPI
BASE_PATH| Constructor and Description |
|---|
DataMgmtStaffResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
account(String accountId) |
org.springframework.http.ResponseEntity<Void> |
branch(String branchId) |
org.springframework.http.ResponseEntity<String> |
branchId(BbanStructure bbanStructure) |
org.springframework.http.ResponseEntity<Void> |
createPoint(RecoveryPointTO recoveryPoint) |
org.springframework.http.ResponseEntity<Set<Currency>> |
currencies() |
org.springframework.http.ResponseEntity<Void> |
deletePoint(Long id) |
org.springframework.http.ResponseEntity<Void> |
depositAccount(String accountId) |
org.springframework.http.ResponseEntity<List<RecoveryPointTO>> |
getAllPoints() |
org.springframework.http.ResponseEntity<RecoveryPointTO> |
getPoint(Long id) |
org.springframework.http.ResponseEntity<Void> |
uploadData(UploadedDataTO data) |
org.springframework.http.ResponseEntity<Void> |
user(String userId) |
@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> account(String accountId)
account in interface DataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> depositAccount(String accountId)
depositAccount in interface DataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> user(String userId)
user in interface DataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> branch(String branchId)
branch in interface DataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Void> uploadData(UploadedDataTO data)
uploadData in interface DataMgmtStaffAPI@PreAuthorize(value="hasAnyRole(\'STAFF\',\'SYSTEM\')") public org.springframework.http.ResponseEntity<Set<Currency>> currencies()
currencies in interface DataMgmtStaffAPIpublic org.springframework.http.ResponseEntity<String> branchId(BbanStructure bbanStructure)
branchId in interface DataMgmtStaffAPI@PreAuthorize(value="hasRole(\'STAFF\')") public org.springframework.http.ResponseEntity<Void> createPoint(RecoveryPointTO recoveryPoint)
createPoint in interface DataMgmtStaffAPI@PreAuthorize(value="hasRole(\'STAFF\')") public org.springframework.http.ResponseEntity<List<RecoveryPointTO>> getAllPoints()
getAllPoints in interface DataMgmtStaffAPI@PreAuthorize(value="hasRole(\'STAFF\')") public org.springframework.http.ResponseEntity<RecoveryPointTO> getPoint(Long id)
getPoint in interface DataMgmtStaffAPI@PreAuthorize(value="hasRole(\'STAFF\')") public org.springframework.http.ResponseEntity<Void> deletePoint(Long id)
deletePoint in interface DataMgmtStaffAPICopyright © 2021. All rights reserved.