-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skilete ut regel for inngang i egen modul.
Konverterte enums til interface + object.
- Loading branch information
Showing
93 changed files
with
2,487 additions
and
1,124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...main/kotlin/no/nav/paw/arbeidssokerregisteret/AuthOpplysningerTilHendelseOpplysniinger.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package no.nav.paw.arbeidssokerregisteret | ||
|
||
import no.nav.paw.arbeidssokerregisteret.application.authfaktka.* | ||
import no.nav.paw.arbeidssokerregisteret.application.authfaktka.AuthOpplysning.* | ||
import no.nav.paw.arbeidssokerregisteret.intern.v1.vo.Opplysning | ||
|
||
fun authOpplysningTilHendelseOpplysning(opplysning: AuthOpplysning): Opplysning = | ||
when (opplysning) { | ||
IkkeSammeSomInnloggerBruker -> Opplysning.IKKE_SAMME_SOM_INNLOGGER_BRUKER | ||
SammeSomInnloggetBruker -> Opplysning.SAMME_SOM_INNLOGGET_BRUKER | ||
TokenXPidIkkeFunnet -> Opplysning.TOKENX_PID_IKKE_FUNNET | ||
AnsattIkkeTilgang -> Opplysning.ANSATT_IKKE_TILGANG | ||
AnsattTilgang -> Opplysning.ANSATT_TILGANG | ||
IkkeAnsatt -> Opplysning.IKKE_ANSATT | ||
} |
72 changes: 0 additions & 72 deletions
72
...topp-perioder/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/Opplysning.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
...art-stopp-perioder/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/Regel.kt
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...t-stopp-perioder/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/RegelId.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.