You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Spring's DomainClassConverter so we don't need to pass in runId and look it up using [Run/Project/Workgroup...]Service. Spring should automatically look it up using the [Run/Project/Workgroup...]Repository
*Service.retrieveById(Long)
runService.retrieveById(Long): 57 times, 26 files
workgroupService.retrieveById: 13 times, 8 files
groupService.retrieveById: 7 times, 5 files
userService.retrieveById: 7 times, 6 files
newItemService.retrieveById: 2 times, 1 file
Total: 86 times, 29 files
*Service.getById
projectService.getById(projectId): 31 times, 12 files
portalService.getById(): 9 times, 6 files
Total: 40 times, 16 files