Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IncomeCalculator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
neel
IncomeCalculator
Commits
ae788edd
Commit
ae788edd
authored
Apr 28, 2020
by
neel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enabled audit logs in all services
parent
0fbafda4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
src/main/java/com/iRecruit/modules/auth/controller/LeaderCalc.java
+2
-1
src/main/java/com/iRecruit/modules/auth/controller/NGPACalc.java
+1
-1
src/main/java/com/iRecruit/modules/auth/controller/NGPAtoNGPLCalc.java
+1
-1
src/main/java/com/iRecruit/modules/auth/service/impl/LeaderCalcServiceImpl.java
+0
-0
No files found.
src/main/java/com/iRecruit/modules/auth/controller/LeaderCalc.java
View file @
ae788edd
...
...
@@ -51,8 +51,9 @@ public class LeaderCalc {
LeaderCalcConfig
LeaderCalcConfig
;
@PostMapping
(
value
=
"/leaderCalculation"
,
headers
=
"Accept=application/json"
)
@ApiOperation
(
"Create leadercalc"
)
// @AuditLogs(isRequest = true, isResponse = true,service="Create
leadercalc")
@AuditLogs
(
isRequest
=
true
,
isResponse
=
true
,
service
=
"
leadercalc"
)
//Neel – 20-Apr-2020 – Tata - Leader calculation – Added method for calculation of leader sheet
public
ResponseEntity
<?>
Calculate
(
@RequestBody
Map
<
String
,
Object
>
lookupRequestObject
)
throws
JsonProcessingException
{
System
.
out
.
println
(
"in fyc contrroler"
);
System
.
out
.
println
(
"in fycmapping"
);
...
...
src/main/java/com/iRecruit/modules/auth/controller/NGPACalc.java
View file @
ae788edd
...
...
@@ -53,7 +53,7 @@ public class NGPACalc {
LeaderCalcConfig
LeaderCalcConfig
;
@PostMapping
(
value
=
"/ngpaCalculation"
,
headers
=
"Accept=application/json"
)
@ApiOperation
(
"Create ngpacalc"
)
// @AuditLogs(isRequest = true, isResponse = true,service="Create leadercalc
")
@AuditLogs
(
isRequest
=
true
,
isResponse
=
true
,
service
=
"Ngpa service
"
)
@JsonSerialize
public
ResponseEntity
<?>
CalculateNGPA
(
@RequestBody
Map
<
String
,
Object
>
lookupRequestObject
)
throws
JsonProcessingException
{
System
.
out
.
println
(
"in ngpa contrroler"
);
...
...
src/main/java/com/iRecruit/modules/auth/controller/NGPAtoNGPLCalc.java
View file @
ae788edd
...
...
@@ -52,7 +52,7 @@ public class NGPAtoNGPLCalc {
LeaderCalcConfig
LeaderCalcConfig
;
@PostMapping
(
value
=
"/ngpatongplCalculation"
,
headers
=
"Accept=application/json"
)
@ApiOperation
(
"Create ngplcalc"
)
// @AuditLogs(isRequest = true, isResponse = true,service="Create leader
calc")
@AuditLogs
(
isRequest
=
true
,
isResponse
=
true
,
service
=
"ngpatongpl
calc"
)
@JsonSerialize
public
ResponseEntity
<?>
CalculateNGPL
(
@RequestBody
Map
<
String
,
Object
>
lookupRequestObject
)
throws
JsonProcessingException
{
System
.
out
.
println
(
"in ngpl contrroler"
);
...
...
src/main/java/com/iRecruit/modules/auth/service/impl/LeaderCalcServiceImpl.java
View file @
ae788edd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment