BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-web
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
WalletController.java
– Rev 35458
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
35458
26 d 17 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
35435
28 d 1 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Add @Transactional(readOnly = true) to GET methods in controllers
Added @Transactional(readOnly = true) to all read-only GET methods across 14 controllers:
- RetailerController (10 methods)
- UserController (16 methods)
- WalletController (5 methods)
- CartController (2 methods)
- StoreController (25 methods)
- DealsController (20 methods)
- ShopController (1 method)
- CustomerController (2 methods)
- NotificationController (3 methods)
- SolrSearchController (2 methods)
- InsuranceController (1 method)
- GatewayController (1 method)
- LeadController (13 methods)
- RechargeController (4 methods)
Total: 105 methods updated
All methods verified to only set @Transient fields on entities, ensuring no dirty writes.
35321
51 d 19 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed lead self Assigned
31646
1052 d 20 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
31645
1052 d 20 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
31644
1052 d 20 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
30700
1283 d 22 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed calulation issues with Handling gateway surcharge
29503
1540 d 23 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Added Logic to handle KredX
28257
1732 d 16 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
25249
2384 d 0 h
amit.gupta
/trunk/
Fixed changes related to wallet under maintainance
24867
2466 d 21 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
24749
2494 d 2 h
tejbeer
/trunk/
change
24742
2494 d 23 h
tejbeer
/trunk/
changes
24597
2514 d 1 h
amit.gupta
/trunk/
Removed wallet block
24584
2515 d 2 h
amit.gupta
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
24089
2683 d 19 h
tejbeer
/trunk/
Addtowalletchange
23997
2712 d 20 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
23985
2715 d 21 h
tejbeer
/trunk/
AddWalletRequestchanges
23943
2736 d 19 h
tejbeer
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
23942
2736 d 20 h
tejbeer
/trunk/
Addmoneytowallet
←Prev
1
2
Next→
Show All