@@ -251,8 +251,11 @@ public void actionPerformed(ActionEvent e) {
251
251
String repositoryCustomStr = usv .makeRepositoryCustom ();
252
252
new ResultScreen ("RepositoryCustom" , repositoryCustomStr , folderStrBackend , domainStr , usv );
253
253
254
- String repositoryImplStr = usv .makeRepositoryImpl ();
255
- new ResultScreen ("RepositoryImpl" , repositoryImplStr , folderStrBackend , domainStr , usv );
254
+ //String repositoryImplStr = usv.makeRepositoryImpl();
255
+ //new ResultScreen("RepositoryImpl", repositoryImplStr, folderStrBackend, domainStr, usv);
256
+
257
+ String repositoryImplStr2 = usv .makeRepositoryImpl2 ();
258
+ new ResultScreen ("RepositoryImpl" , repositoryImplStr2 , folderStrBackend , domainStr , usv );
256
259
257
260
String serviceStr = usv .makeService ();
258
261
new ResultScreen ("Service" , serviceStr , folderStrBackend , domainStr , usv );
@@ -261,7 +264,9 @@ public void actionPerformed(ActionEvent e) {
261
264
String searchConditionStr = usv .makeSearchCondition ();
262
265
new ResultScreen ("SearchCondition" , searchConditionStr , folderStrBackend , domainStr , usv );
263
266
264
-
267
+ //SearchCondition2
268
+ String searchCondition2Str = usv .makeSearchCondition2 ();
269
+ new ResultScreen ("SearchCondition2" , searchCondition2Str , folderStrBackend , domainStr , usv );
265
270
266
271
267
272
0 commit comments