Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35501 206 d 3 h ranu /trunk/ today offer modal done  
35458 215 d 20 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
35415 219 d 1 h amit /trunk/ Commit Changes  
35297 247 d 22 h amit /trunk/ Added logic to handle retailer  
35205 281 d 23 h amit /trunk/ Offer send Notification refactoring  
34620 421 d 3 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Added item id  
34617 422 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Live demo issue  
34559 435 d 22 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ config  
34558 435 d 22 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ config  
34557 435 d 23 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ config  
34553 436 d 1 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ config  
34552 436 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ config  
34176 534 d 0 h tejus.lohani /trunk/profitmandi-fofo/src/main/ brand filter on retailer dashboard  
34137 555 d 3 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Minor commit  
33999 604 d 4 h tejus.lohani /trunk/ bug fix -offer payout report  
33713 695 d 5 h tejus.lohani /trunk/profitmandi-fofo/src/main/ show payout date in offer history in dashboard finance option  
33615 728 d 22 h amit.gupta /trunk/ Added Smartwatches  
33471 762 d 21 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed Order quantity availability  
33130 855 d 3 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed brands to Display  
33119 857 d 22 h amit.gupta /trunk/ Fixed Offer  

Show All