-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #685 from navikt/oppfolgingsenhet-fra-database
Bruk oppfølgingsenhet fra database istedetfor å hente synkront fra arena
- Loading branch information
Showing
49 changed files
with
1,007 additions
and
488 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
18 changes: 0 additions & 18 deletions
18
src/main/java/no/nav/veilarboppfolging/client/veilarbarena/VeilarbArenaOppfolging.java
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
...main/java/no/nav/veilarboppfolging/client/veilarbarena/VeilarbArenaOppfolgingsBruker.java
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,22 @@ | ||
package no.nav.veilarboppfolging.client.veilarbarena; | ||
|
||
import lombok.*; | ||
import lombok.experimental.Accessors; | ||
|
||
import java.time.ZonedDateTime; | ||
|
||
/** | ||
* Har IKKE feltet kanReaktiveres eller iservFraDato som oppfølgingsStatus {@link no.nav.veilarboppfolging.client.veilarbarena.VeilarbArenaOppfolgingsStatus} har, men har hovedmaalkode | ||
* @see no.nav.veilarboppfolging.client.veilarbarena.VeilarbArenaOppfolgingsStatus | ||
*/ | ||
@Data | ||
@Accessors(chain = true) | ||
public class VeilarbArenaOppfolgingsBruker { | ||
private String fodselsnr; | ||
private String formidlingsgruppekode; | ||
private String kvalifiseringsgruppekode; | ||
private String rettighetsgruppekode; | ||
private ZonedDateTime iserv_fra_dato; | ||
private String hovedmaalkode; | ||
private String nav_kontor; | ||
} |
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
79 changes: 0 additions & 79 deletions
79
src/main/java/no/nav/veilarboppfolging/repository/OppfolgingsStatusRepository.java
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
src/main/java/no/nav/veilarboppfolging/repository/OppfolgingsenhetHistorikkRepository.java
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
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
Oops, something went wrong.