Ignore:
Timestamp:
11/11/21 11:59:35 (3 years ago)
Author:
andrejTavchioski <andrej.tavchioski@…>
Branches:
master
Children:
8588fcb
Parents:
97fbc67 (diff), 9504a09 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://develop.finki.ukim.mk/git/ParkUp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/app/src/main/java/parkup/services/ParkingZoneService.java

    r97fbc67 r2ace8f0  
    6565    }
    6666
     67<<<<<<< HEAD
    6768    //TODO proveri dali ima odgovorni i dokolku ima dali postojat vo bazata
    6869    @Transactional
     
    7778            System.out.println(v.toString());
    7879        }
     80=======
     81    //TODO prati niza od objekti ParkingSpaces i prati objekt ParkingZoneLocation
     82    @Transactional
     83    public ParkingZone updateParkingZone(int parkingZoneId, String pzName, int price, int capacity,
     84                                         String location, int from, int to, String color,
     85                                         List<ParkingSpace> parkingSpaces, ParkingZoneLocation parkingZoneLocation) {
     86>>>>>>> 9504a097ce80831ea7e7130dff7215d5fbf8e939
    7987        Optional<ParkingZone> parkingZoneOpt = Optional.ofNullable(parkingZoneRepository.findByPzId(parkingZoneId));
    8088        if (parkingZoneOpt.isPresent()) {
     
    121129                parkingZoneNov.setParkingSpaces(parkingSpaces);
    122130            }
     131<<<<<<< HEAD
    123132            if(!odgovorniLica.isEmpty()){
    124133
    125134                parkingZoneNov.setOdgovorniLica(odgovorniLica);
    126135            }
     136=======
     137>>>>>>> 9504a097ce80831ea7e7130dff7215d5fbf8e939
    127138
    128139            return parkingZoneNov;
Note: See TracChangeset for help on using the changeset viewer.