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
35507 123 d 21 h ranu /trunk/ lead repo done  
35458 134 d 15 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
 
35395 138 d 10 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35252 181 d 0 h aman /trunk/ Feat:Expire Schemes by ids and lead assign to bgc too  
35223 197 d 23 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ arr view model  
35098 215 d 23 h ranu /trunk/profitmandi-fofo/src/main/ given amb in lead and also add protection logo for icici insurance  
35083 219 d 23 h vikas /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Lead List Error  
34963 241 d 18 h aman /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix:Download All lead  
34894 256 d 20 h aman /trunk/ Fix:Download lead report by created timestamp  
34890 257 d 23 h aman /trunk/profitmandi-fofo/src/main/ Fix:Get lead by date  
34707 312 d 17 h aman.kumar /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Correct the lead report data to show all status data  
34671 320 d 18 h aman.kumar /trunk/profitmandi-fofo/src/main/ Duplicate entry for not interested lead  
34650 333 d 20 h aman.kumar /trunk/profitmandi-fofo/src/main/ Leads Download by data feature implemented  
34627 338 d 22 h aman.kumar /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Duplicate Entry of lead Web fix  
34155 465 d 21 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ tech -176 dine , bug fixed  
34144 471 d 16 h ranu /trunk/ added logic targeted arr (billed cinsider 20000 above party)  
34127 474 d 21 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ bug fix  
34119 478 d 17 h ranu /trunk/profitmandi-fofo/src/main/ rbm billed giving zero billed column  
34114 480 d 21 h ranu /trunk/ rbm arr targeted party  
34113 480 d 23 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ if lead authUser is inactive then no need to check all details to edit lead  

Show All