Skip to content
Snippets Groups Projects
Commit 61fd6628 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2566 OZG-2684 move vorgangAttachedItem to *common.attacheditem* package

parent a2fc3d05
No related branches found
No related tags found
No related merge requests found
Showing with 12 additions and 8 deletions
package de.itvsh.goofy.attached_item; package de.itvsh.goofy.common.attacheditem;
import java.util.Map; import java.util.Map;
......
package de.itvsh.goofy.attached_item; package de.itvsh.goofy.common.attacheditem;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
......
...@@ -9,7 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -9,7 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
import de.itvsh.goofy.attached_item.VorgangAttachedItemService; import de.itvsh.goofy.common.attacheditem.VorgangAttachedItemService;
import de.itvsh.goofy.common.command.Command; import de.itvsh.goofy.common.command.Command;
import de.itvsh.goofy.common.user.CurrentUserService; import de.itvsh.goofy.common.user.CurrentUserService;
......
...@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.Async; ...@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
import de.itvsh.goofy.attached_item.VorgangAttachedItemService; import de.itvsh.goofy.common.attacheditem.VorgangAttachedItemService;
import de.itvsh.goofy.common.command.Command; import de.itvsh.goofy.common.command.Command;
import de.itvsh.goofy.common.user.CurrentUserService; import de.itvsh.goofy.common.user.CurrentUserService;
......
package de.itvsh.goofy.attached_item; package de.itvsh.goofy.common.attacheditem;
import static org.mockito.ArgumentMatchers.*; import static org.mockito.ArgumentMatchers.*;
import static org.mockito.Mockito.*; import static org.mockito.Mockito.*;
...@@ -13,6 +13,8 @@ import org.mockito.Spy; ...@@ -13,6 +13,8 @@ import org.mockito.Spy;
import static org.assertj.core.api.Assertions.*; import static org.assertj.core.api.Assertions.*;
import de.itvsh.goofy.common.attacheditem.VorgangAttachedItem;
import de.itvsh.goofy.common.attacheditem.VorgangAttachedItemService;
import de.itvsh.goofy.common.command.Command; import de.itvsh.goofy.common.command.Command;
import de.itvsh.goofy.common.command.CommandBodyMapper; import de.itvsh.goofy.common.command.CommandBodyMapper;
import de.itvsh.goofy.common.command.CommandOrder; import de.itvsh.goofy.common.command.CommandOrder;
......
package de.itvsh.goofy.attached_item; package de.itvsh.goofy.common.attacheditem;
import java.util.Map; import java.util.Map;
import java.util.UUID; import java.util.UUID;
import de.itvsh.goofy.common.attacheditem.VorgangAttachedItem;
public class VorgangAttachedItemTestFactory { public class VorgangAttachedItemTestFactory {
public static final String ID = UUID.randomUUID().toString(); public static final String ID = UUID.randomUUID().toString();
......
...@@ -18,7 +18,7 @@ import org.mockito.Spy; ...@@ -18,7 +18,7 @@ import org.mockito.Spy;
import static org.assertj.core.api.Assertions.*; import static org.assertj.core.api.Assertions.*;
import de.itvsh.goofy.attached_item.VorgangAttachedItemService; import de.itvsh.goofy.common.attacheditem.VorgangAttachedItemService;
import de.itvsh.goofy.common.command.Command; import de.itvsh.goofy.common.command.Command;
import de.itvsh.goofy.common.command.CommandTestFactory; import de.itvsh.goofy.common.command.CommandTestFactory;
import de.itvsh.goofy.common.user.CurrentUserService; import de.itvsh.goofy.common.user.CurrentUserService;
......
...@@ -22,7 +22,7 @@ import org.mockito.Spy; ...@@ -22,7 +22,7 @@ import org.mockito.Spy;
import static org.assertj.core.api.Assertions.*; import static org.assertj.core.api.Assertions.*;
import de.itvsh.goofy.attached_item.VorgangAttachedItemService; import de.itvsh.goofy.common.attacheditem.VorgangAttachedItemService;
import de.itvsh.goofy.common.command.Command; import de.itvsh.goofy.common.command.Command;
import de.itvsh.goofy.common.command.CommandService; import de.itvsh.goofy.common.command.CommandService;
import de.itvsh.goofy.common.command.CommandTestFactory; import de.itvsh.goofy.common.command.CommandTestFactory;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment