first test run
This commit is contained in:
@@ -48,7 +48,9 @@ public class Definitions {
|
||||
fieldIDs = new HashMap<String, String>();
|
||||
users = new HashMap<String, String>();
|
||||
|
||||
|
||||
// XXX
|
||||
classifications.put("Migration.Filetest", new WriteClassification("f1d058987a3043d5b021a819007ff3c0", 1));
|
||||
|
||||
// QA values
|
||||
classifications.put("Migration", new WriteClassification("2bd24882-b7d8-4d30-8e6f-a7ef00eb33e7", 1));
|
||||
classifications.put("Migration.Logos", new WriteClassification("de96f8db1de44cc6841ba81c00b9db8e", 1));
|
||||
|
||||
@@ -65,7 +65,7 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
private static final Logger log = LoggerFactory.getLogger(MamMigrationSelective.class);
|
||||
|
||||
static final String mamHost = "https://service.media-assistant.animalhealth.bayer.com";
|
||||
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 56942 /*72048, 60984 /*48147 /* 58443/*, 53787, 32427, 71725, 63080*/ )); // 72048, 60984
|
||||
private List<Integer> entrySelection = new ArrayList<Integer>(Arrays.asList( 71725, 71263, 71048, 70778, 70746, 70745, 70440, 70361, 70340, 70288, 70161, 70142, 63924, 63201, 57641, 56942 ));
|
||||
|
||||
static final String fileCache = "E:\\";
|
||||
|
||||
@@ -180,7 +180,10 @@ public class MamMigrationSelective implements CommandLineRunner {
|
||||
String entryJson = jsonMapper.writeValueAsString(entry);
|
||||
List<String> keywords = new ArrayList<String>();
|
||||
HashSet<String> campaignGuids = new HashSet<String>();
|
||||
|
||||
|
||||
// XXX
|
||||
record.addClassification("Migration.Filetest");
|
||||
|
||||
// globally applicable classifications
|
||||
record.addClassification("Migration");
|
||||
record.addClassification("Country.Global");
|
||||
|
||||
Reference in New Issue
Block a user