Commit 7fe70099 by Jeong Gilmo

#32861 作業情報追加(Android)

- CMSと連携修正
- コメントの修正
parent 0de8d451
...@@ -111,11 +111,9 @@ public class ABookKeys { ...@@ -111,11 +111,9 @@ public class ABookKeys {
public static final String URI = "uri"; public static final String URI = "uri";
public static final String OK = "OK"; public static final String OK = "OK";
// #32861 作業情報追加 start
public static final String LOCAL_SAVE = "localSave"; // 一時保存情報 public static final String LOCAL_SAVE = "localSave"; // 一時保存情報
public static final String ADD_REPORT = "addReport"; // 作業追加区分 public static final String ADD_REPORT = "addReport"; // 作業追加区分
public static final String CMD_LOCAL_SAVE_TASK_REPORT = "localSaveTaskReport"; // 一時保存 public static final String CMD_LOCAL_SAVE_TASK_REPORT = "localSaveTaskReport"; // 一時保存
// #32861 作業情報追加 end
// #32926 作業報告画面改善 start // #32926 作業報告画面改善 start
public static final String HAS_AUTHORITY = "hasAuthority"; public static final String HAS_AUTHORITY = "hasAuthority";
// #32926 作業報告画面改善 end // #32926 作業報告画面改善 end
......
...@@ -350,13 +350,11 @@ ...@@ -350,13 +350,11 @@
<string name="content_share_text3">\n上記のURLからダウンロードして下さい。\n</string> <string name="content_share_text3">\n上記のURLからダウンロードして下さい。\n</string>
<string name="content_share_password_hint">半角英数字16文字以下</string> <string name="content_share_password_hint">半角英数字16文字以下</string>
<!-- #32861 作業情報追加 start -->
<string name="temp_save">一時保存</string> <string name="temp_save">一時保存</string>
<string name="temp_save_info">一時保存しますか?</string> <string name="temp_save_info">一時保存しますか?</string>
<string name="save_info">保存してサーバへ送信しますか?</string> <string name="save_info">保存してサーバへ送信しますか?</string>
<string name="msg_temp_save_result">保存されました。</string> <string name="msg_temp_save_result">保存されました。</string>
<string name="delete_info">保存されたデータを削除しますか?</string> <string name="delete_info">保存されたデータを削除しますか?</string>
<!-- #32861 作業情報追加 end -->
<!-- Error Message --> <!-- Error Message -->
<string name="E000">事業者IDを入力してください。</string> <string name="E000">事業者IDを入力してください。</string>
......
...@@ -350,13 +350,11 @@ ...@@ -350,13 +350,11 @@
<string name="content_share_text3">\n상기URL에서 다운로드해 주십시오.\n</string> <string name="content_share_text3">\n상기URL에서 다운로드해 주십시오.\n</string>
<string name="content_share_password_hint">영숫자16자 이하</string> <string name="content_share_password_hint">영숫자16자 이하</string>
<!-- #32861 作業情報追加 start -->
<string name="temp_save">임시저장</string> <string name="temp_save">임시저장</string>
<string name="temp_save_info">임시저장 하시겠습니까?</string> <string name="temp_save_info">임시저장 하시겠습니까?</string>
<string name="save_info">저장하시고 서버로 송신하시겠습니까?</string> <string name="save_info">저장하시고 서버로 송신하시겠습니까?</string>
<string name="msg_temp_save_result">저장되었습니다.</string> <string name="msg_temp_save_result">저장되었습니다.</string>
<string name="delete_info">저장된 데이터를 삭제하시겠습니까?</string> <string name="delete_info">저장된 데이터를 삭제하시겠습니까?</string>
<!-- #32861 作業情報追加 end -->
<!-- Error Message --> <!-- Error Message -->
<string name="E000">어카운트패스 입력해 주십시오.</string> <string name="E000">어카운트패스 입력해 주십시오.</string>
......
...@@ -350,13 +350,11 @@ ...@@ -350,13 +350,11 @@
<string name="content_share_text3">\nDownload a content from the URL above.\n</string> <string name="content_share_text3">\nDownload a content from the URL above.\n</string>
<string name="content_share_password_hint">Alpha digit with one byte not exceed 16 characters</string> <string name="content_share_password_hint">Alpha digit with one byte not exceed 16 characters</string>
<!-- #32861 作業情報追加 start -->
<string name="temp_save">Temporarily saved</string> <string name="temp_save">Temporarily saved</string>
<string name="temp_save_info">Do you want to temporarily save it?</string> <string name="temp_save_info">Do you want to temporarily save it?</string>
<string name="save_info">Save it and send it to the server?</string> <string name="save_info">Save it and send it to the server?</string>
<string name="msg_temp_save_result">It has been saved.</string> <string name="msg_temp_save_result">It has been saved.</string>
<string name="delete_info">Do you want to delete the saved data?</string> <string name="delete_info">Do you want to delete the saved data?</string>
<!-- #32861 作業情報追加 end -->
<!-- Error Message --> <!-- Error Message -->
<string name="E000">Please enter company ID.</string> <string name="E000">Please enter company ID.</string>
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
style="@style/OperationSearchToolBar" style="@style/OperationSearchToolBar"
android:minHeight="50dp"> android:minHeight="50dp">
<!-- #32861 作業情報追加 start -->
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
...@@ -38,7 +37,6 @@ ...@@ -38,7 +37,6 @@
android:background="@drawable/ic_operation_home" /> android:background="@drawable/ic_operation_home" />
</LinearLayout> </LinearLayout>
<!-- #32861 作業情報追加 end -->
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
...@@ -64,7 +62,6 @@ ...@@ -64,7 +62,6 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:layout_centerVertical="true"> android:layout_centerVertical="true">
<!-- #32861 作業情報追加 start -->
<Button <Button
android:id="@+id/btn_delete" android:id="@+id/btn_delete"
android:layout_width="30dp" android:layout_width="30dp"
...@@ -89,7 +86,6 @@ ...@@ -89,7 +86,6 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginRight="5dp" android:layout_marginRight="5dp"
android:background="@drawable/ic_save" /> android:background="@drawable/ic_save" />
<!-- #32861 作業情報追加 end -->
</LinearLayout> </LinearLayout>
</RelativeLayout> </RelativeLayout>
......
...@@ -134,10 +134,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -134,10 +134,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
public boolean isLinkedContent; public boolean isLinkedContent;
public int pageNo; public int pageNo;
// #32861 作業情報追加 start
public int mButtonStatus; // 保存ボタンチェック public int mButtonStatus; // 保存ボタンチェック
protected boolean mAddReport; // 作業追加区分 protected boolean mAddReport; // 作業追加区分
// #32861 作業情報追加 end protected int mTaskReportLevel; // 作業報告レベル
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
...@@ -674,11 +673,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -674,11 +673,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
}); });
alertDialog.show(); alertDialog.show();
} else { } else {
// #32861 start
// 作業終了する時、作業ID設定して作業一覧で使用するメソットを行う。 // 作業終了する時、作業ID設定して作業一覧で使用するメソットを行う。
putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId); putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId);
finishActivity(); // 開いてる画面を閉じる finishActivity(); // 開いてる画面を閉じる
// #32961 end
} }
} }
}); });
...@@ -767,11 +764,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -767,11 +764,9 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
}); });
alertDialog.show(); alertDialog.show();
} else { } else {
// #32861 start
// 作業終了する時、作業ID設定して作業一覧で使用するメソットを行う。 // 作業終了する時、作業ID設定して作業一覧で使用するメソットを行う。
putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId); // 作業IDの設定 putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId); // 作業IDの設定
finishActivity(); // 開いてる画面を閉じる finishActivity(); // 開いてる画面を閉じる
// #32861 end
} }
} }
...@@ -862,19 +857,18 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -862,19 +857,18 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
mCmd = abookCheckParam.get(ABookKeys.CMD); mCmd = abookCheckParam.get(ABookKeys.CMD);
mTaskKey = abookCheckParam.get(ABookKeys.TASK_KEY); mTaskKey = abookCheckParam.get(ABookKeys.TASK_KEY);
int taskReportLevel = 0; // 作業報告レベル(0:報告、1:報告(回答)、2:報告(回答)) mTaskReportLevel = 0; // 作業報告レベル(0:報告、1:報告(回答)、2:報告(回答))
if (abookCheckParam.containsKey(ABookKeys.TASK_REPORT_LEVEL)) { if (abookCheckParam.containsKey(ABookKeys.TASK_REPORT_LEVEL)) {
taskReportLevel = Integer.parseInt(abookCheckParam.get(ABookKeys.TASK_REPORT_LEVEL)); // 作業報告レベル mTaskReportLevel = Integer.parseInt(abookCheckParam.get(ABookKeys.TASK_REPORT_LEVEL)); // 作業報告レベル
} }
int taskReportId = 0; int taskReportId = 0;
String reportStartDate = ""; String reportStartDate = "";
// #32861 作業情報追加 start // 作業追加区分の値を取得する
mAddReport = true; mAddReport = true;
if (abookCheckParam.containsKey(ABookKeys.ADD_REPORT)) { if (abookCheckParam.containsKey(ABookKeys.ADD_REPORT)) {
mAddReport = Integer.parseInt(abookCheckParam.get(ABookKeys.ADD_REPORT)) > 0 ? true : false; mAddReport = Integer.parseInt(abookCheckParam.get(ABookKeys.ADD_REPORT)) > 0 ? true : false;
} }
// #32861 作業情報追加 end
if (operationDto.reportType == Constant.OperationReportType.ROUTINE_TASK && abookCheckParam.get(ABookKeys.TASK_REPORT_ID) != null && abookCheckParam.get(ABookKeys.REPORT_START_DATE) != null) { if (operationDto.reportType == Constant.OperationReportType.ROUTINE_TASK && abookCheckParam.get(ABookKeys.TASK_REPORT_ID) != null && abookCheckParam.get(ABookKeys.REPORT_START_DATE) != null) {
taskReportId = Integer.parseInt(abookCheckParam.get(ABookKeys.TASK_REPORT_ID)); taskReportId = Integer.parseInt(abookCheckParam.get(ABookKeys.TASK_REPORT_ID));
...@@ -928,27 +922,26 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -928,27 +922,26 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
public Object callback(Object ret) { public Object callback(Object ret) {
final boolean isError = (boolean)ret; final boolean isError = (boolean)ret;
closeProgressPopup(); closeProgressPopup();
// #32861 作業情報追加 start int ozViewCloseFlag = 0;
// HTML側からのコール(insertTaskReport, updateTaskReport, deleteTaskReport, cancelTaskReport)と // OZD作業でエラーが発生する場合ozViewCloseFlagの値を設定する。
// 作業追加区分(mAddReport)がなしと if (isError && ActivityHandlingHelper.getInstance().searchOzdActivityStack()) {
// エラーがなしの場合 ozViewCloseFlag = 1;
// 現在画面を閉じる }
// その以外の場合コールバック処理のみ行う。 if (mAddReport) { // 作業追加区分あり
if (StringUtil.equalsAny(mCmd, ABookKeys.CMD_INSERT_TASK_REPORT, ABookKeys.CMD_UPDATE_TASK_REPORT, if (ozViewCloseFlag == 0) { // エラーなし
ABookKeys.CMD_DELETE_TASK_REPORT, ABookKeys.CMD_CANCEL_TASK_REPORT) // コールバック処理のみ行う。
&& !mAddReport
&& !isError) {
goListScreen(); // 画面閉じて画面遷移処理
}
else {
if (isError) { // エラーがある場合コールバック処理をを行う。
afterABookCheckApi(mCmd, mTaskKey, 1, "", null, isOperationPdf());
} else { // エラーがない場合コールバックと画面遷移処理を行う。
afterABookCheckApi(mCmd, mTaskKey, 0, "", null, isOperationPdf()); afterABookCheckApi(mCmd, mTaskKey, 0, "", null, isOperationPdf());
goListScreen(); // 画面閉じて画面遷移処理 } else { // エラーあり
// OZD作業以外の場合
if (!ActivityHandlingHelper.getInstance().searchOzdActivityStack()) {
// コールバック処理のみ行う。
afterABookCheckApi(mCmd, mTaskKey, 0, "", null, isOperationPdf());
}
} }
} }
// #32861 作業情報追加 end // エラーがない場合のみ画面遷移処理を行う。
if (ozViewCloseFlag == 0) closeCurrentScreen(mOperationType);
return null; return null;
} }
}; };
...@@ -956,7 +949,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -956,7 +949,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
ABookCheckWebViewHelper.getInstance().doABookCheckParam(ABVContentViewActivity.this, ABookCheckWebViewHelper.getInstance().doABookCheckParam(ABVContentViewActivity.this,
mCmd, mTaskKey, mEnableReportHistory, abookCheckParam, mOperationId, mContentPath, getContentId(), mCmd, mTaskKey, mEnableReportHistory, abookCheckParam, mOperationId, mContentPath, getContentId(),
operationDto.reportType, finishCallback, operationDto.reportType, finishCallback,
taskReportLevel); mTaskReportLevel);
} catch(Exception e) { } catch(Exception e) {
Logger.e(TAG, "doABookCheckParam error", e); Logger.e(TAG, "doABookCheckParam error", e);
...@@ -986,12 +979,12 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -986,12 +979,12 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
if (abookCheckParam.containsKey(ABookKeys.LOCAL_SAVE)) { if (abookCheckParam.containsKey(ABookKeys.LOCAL_SAVE)) {
mLocalSave = Integer.parseInt(abookCheckParam.get(ABookKeys.LOCAL_SAVE)) > 0 ? true : false; mLocalSave = Integer.parseInt(abookCheckParam.get(ABookKeys.LOCAL_SAVE)) > 0 ? true : false;
} }
ActivityHandlingHelper.getInstance().startOZViewerActivity(this, mOperationId, getContentId(), mTaskKey, false, taskReportId, reportStartDate, mReportFileName, mLocalSave, mAddReport, taskReportLevel); ActivityHandlingHelper.getInstance().startOZViewerActivity(this, mOperationId, getContentId(), mTaskKey, false, taskReportId, reportStartDate, mReportFileName, mLocalSave, mAddReport, mTaskReportLevel);
// #32926 作業報告画面改善 end // #32926 作業報告画面改善 end
} else if (mCmd.equals(ABookKeys.CMD_PREVIEW_REPORT_OZD)) { } else if (mCmd.equals(ABookKeys.CMD_PREVIEW_REPORT_OZD)) {
mReportFileName = abookCheckParam.get(ABookKeys.REPORT_FILE_NAME); mReportFileName = abookCheckParam.get(ABookKeys.REPORT_FILE_NAME);
// #32926 作業報告画面改善 start // #32926 作業報告画面改善 start
ActivityHandlingHelper.getInstance().startOZViewerActivity(this, mOperationId, getContentId(), mTaskKey, true, taskReportId, reportStartDate, mReportFileName, false, false, taskReportLevel); ActivityHandlingHelper.getInstance().startOZViewerActivity(this, mOperationId, getContentId(), mTaskKey, true, taskReportId, reportStartDate, mReportFileName, false, false, mTaskReportLevel);
// #32926 作業報告画面改善 end // #32926 作業報告画面改善 end
} else if (mCmd.equals(ABookKeys.CMD_CONTENT_EDIT_CLOSE)) { } else if (mCmd.equals(ABookKeys.CMD_CONTENT_EDIT_CLOSE)) {
showProgressPopup(); showProgressPopup();
...@@ -1004,7 +997,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -1004,7 +997,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
}, 5000); }, 5000);
} else if (mCmd.equals(ABookKeys.CMD_GET_GPS_INFO)) { } else if (mCmd.equals(ABookKeys.CMD_GET_GPS_INFO)) {
// #32926 作業報告画面改善 start // #32926 作業報告画面改善 start
setLocation((Integer.valueOf(abookCheckParam.get(ABookKeys.GPS_TYPE)) != 1), taskReportLevel); setLocation((Integer.valueOf(abookCheckParam.get(ABookKeys.GPS_TYPE)) != 1), mTaskReportLevel);
// #32926 作業報告画面改善 end // #32926 作業報告画面改善 end
} else if (mCmd.equals(ABookKeys.CMD_SCENE_REGIST)) { } else if (mCmd.equals(ABookKeys.CMD_SCENE_REGIST)) {
String successFlg = abookCheckParam.get(ABookKeys.SUCCESS_FLG); String successFlg = abookCheckParam.get(ABookKeys.SUCCESS_FLG);
...@@ -1228,7 +1221,6 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -1228,7 +1221,6 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
return new FoxitPdfCore(this, filepath); return new FoxitPdfCore(this, filepath);
} }
// #32861 作業情報追加 start
// 保存処理 // 保存処理
public void ozdSaveProcess() { public void ozdSaveProcess() {
runOnUiThread(new Runnable() { runOnUiThread(new Runnable() {
...@@ -1297,20 +1289,26 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity { ...@@ -1297,20 +1289,26 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
} }
} }
// 作業終了する時、作業ID設定して作業一覧で使用するメソット // 作業終了する時、作業ID設定し、画面遷移処理
public void goListScreen() { public void closeCurrentScreen(int operationType) {
putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId); // 作業IDの設定 putUserPref(AppDefType.UserPrefKey.SYNC_TARGET_OPERATION_ID, mOperationId); // 作業IDの設定
if (mAddReport) { // 作業追加あり
if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) { // OZD画面で画面遷移処理 if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) { // OZD画面で画面遷移処理
if (mAddReport) {
ActivityHandlingHelper.getInstance().selectedOzdActivityClose(); // 開いてる画面を閉じる ActivityHandlingHelper.getInstance().selectedOzdActivityClose(); // 開いてる画面を閉じる
} else { }
} else { // 作業追加なし
if (operationType == Constant.ReportType.Report) { // 報告タイプ
if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) { // OZD画面で画面遷移処理
goToMain(); // 一覧画面に遷移 goToMain(); // 一覧画面に遷移
} else {
finishActivity(); // 一覧画面に遷移
}
} else { // 報告タイプ以外
if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) { // OZD画面で画面遷移処理
ActivityHandlingHelper.getInstance().selectedOzdActivityClose(); // 開いてる画面を閉じる
} }
} else { // OZD画面以外の場合処理
if (!mAddReport) { // 作業追加なし
finishActivity();
} }
} }
} }
// #32861 作業情報追加 end
} }
...@@ -75,12 +75,10 @@ public class ABookCheckWebViewHelper extends ABookHelper { ...@@ -75,12 +75,10 @@ public class ABookCheckWebViewHelper extends ABookHelper {
int taskReportSendId = 0; int taskReportSendId = 0;
mFinishCallback = finishCallback; mFinishCallback = finishCallback;
// #32861 start
// ActivityであるClassからCheckOZDViewActivityを確認してContextの値を変更する。 // ActivityであるClassからCheckOZDViewActivityを確認してContextの値を変更する。
if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) { if (ActivityHandlingHelper.getInstance().searchOzdActivityStack()) {
context = (ABVContentViewActivity) ActivityHandlingHelper.getInstance().selectedOzdAtivityContext(); context = (ABVContentViewActivity) ActivityHandlingHelper.getInstance().selectedOzdAtivityContext();
} }
// #32861 end
switch (cmd) { switch (cmd) {
case ABookKeys.CMD_INSERT_TASK_REPORT: case ABookKeys.CMD_INSERT_TASK_REPORT:
......
...@@ -1547,7 +1547,6 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve ...@@ -1547,7 +1547,6 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve
* @param addReport * @param addReport
* @param taskReportLevel * @param taskReportLevel
*/ */
// #32861 作業情報追加 start
public void startOZViewerActivity(Context context, long operationId, long contentId, String taskKey, boolean isReadOnly, int taskReportId, String reportStartDate, String reportFileName, boolean localSave, boolean addReport, int taskReportLevel) { public void startOZViewerActivity(Context context, long operationId, long contentId, String taskKey, boolean isReadOnly, int taskReportId, String reportStartDate, String reportFileName, boolean localSave, boolean addReport, int taskReportLevel) {
reportStartDate = reportStartDate.replace("T", " "); reportStartDate = reportStartDate.replace("T", " ");
String strReportStartDate = DateTimeUtil.toString(DateTimeUtil.toDate(reportStartDate, DateTimeFormat.yyyyMMddHHmmss_hyphen), DateTimeFormat.yyyyMMddHHmm_none); String strReportStartDate = DateTimeUtil.toString(DateTimeUtil.toDate(reportStartDate, DateTimeFormat.yyyyMMddHHmmss_hyphen), DateTimeFormat.yyyyMMddHHmm_none);
...@@ -1562,17 +1561,15 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve ...@@ -1562,17 +1561,15 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve
intent.putExtra(ABookKeys.TASK_REPORT_ID, taskReportId); intent.putExtra(ABookKeys.TASK_REPORT_ID, taskReportId);
intent.putExtra(ABookKeys.REPORT_START_DATE, strReportStartDate); intent.putExtra(ABookKeys.REPORT_START_DATE, strReportStartDate);
intent.putExtra(ABookKeys.REPORT_FILE_NAME, reportFileName); intent.putExtra(ABookKeys.REPORT_FILE_NAME, reportFileName);
// #32861 作業情報追加 start
intent.putExtra(ABookKeys.LOCAL_SAVE, localSave); // 一時保存情報 intent.putExtra(ABookKeys.LOCAL_SAVE, localSave); // 一時保存情報
intent.putExtra(ABookKeys.ADD_REPORT, addReport); // 作業追加区分 intent.putExtra(ABookKeys.ADD_REPORT, addReport); // 作業追加区分
// #32861 作業情報追加 end
// #32926 作業報告画面改善 start // #32926 作業報告画面改善 start
intent.putExtra(ABookKeys.TASK_REPORT_LEVEL, taskReportLevel); // 作業報告レベル(0:報告、1:報告(回答)、2:報告(回答)) intent.putExtra(ABookKeys.TASK_REPORT_LEVEL, taskReportLevel); // 作業報告レベル(0:報告、1:報告(回答)、2:報告(回答))
// #32926 作業報告画面改善 end // #32926 作業報告画面改善 end
context.startActivity(intent); context.startActivity(intent);
} }
// #32861 作業情報追加 end
public boolean isMeetingConnected() { public boolean isMeetingConnected() {
return meetingManager.isConnected(); return meetingManager.isConnected();
...@@ -1595,7 +1592,6 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve ...@@ -1595,7 +1592,6 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve
public void onAuthenticationFailed() { public void onAuthenticationFailed() {
} // ignore : not come here } // ignore : not come here
// #32861 start
// 上位のClassからHTML側のコールを行うための処理 // 上位のClassからHTML側のコールを行うための処理
public void callOzdHtmlScript(String url) { public void callOzdHtmlScript(String url) {
if (!currentActivityStack.isEmpty()) { if (!currentActivityStack.isEmpty()) {
...@@ -1644,6 +1640,4 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve ...@@ -1644,6 +1640,4 @@ public class ActivityHandlingHelper extends ABookHelper implements RemoteObserve
} }
return context; return context;
} }
// #32861 end
} }
...@@ -27,6 +27,7 @@ public class OzdFileHelper { ...@@ -27,6 +27,7 @@ public class OzdFileHelper {
/** /**
* OZDファイルをPDFに変換したファイルをCMSへアップロードする。 * OZDファイルをPDFに変換したファイルをCMSへアップロードする。
*
* @param pdfFile String * @param pdfFile String
* @param jsonData String * @param jsonData String
* @param contentId long * @param contentId long
...@@ -48,6 +49,7 @@ public class OzdFileHelper { ...@@ -48,6 +49,7 @@ public class OzdFileHelper {
/** /**
* 優先的なOZDファイルのフォルダを返す。 * 優先的なOZDファイルのフォルダを返す。
* 保存先のファイルを優先する。 * 保存先のファイルを優先する。
*
* @param contentId * @param contentId
* @param ozdFileName * @param ozdFileName
* @return * @return
...@@ -63,6 +65,7 @@ public class OzdFileHelper { ...@@ -63,6 +65,7 @@ public class OzdFileHelper {
/** /**
* OZDファイルの日付取得する。 * OZDファイルの日付取得する。
*
* @param contentId * @param contentId
* @param objectId * @param objectId
* @return * @return
...@@ -81,6 +84,7 @@ public class OzdFileHelper { ...@@ -81,6 +84,7 @@ public class OzdFileHelper {
// GetOzdFileDateParameters parameters = new GetOzdFileDateParameters(sId, contentId, objectId); // GetOzdFileDateParameters parameters = new GetOzdFileDateParameters(sId, contentId, objectId);
// AcmsClient.getInstance(URL_PATH, ABVEnvironment.getInstance().networkAdapter).downloadOzdFile(parameters, outputFilePath); // AcmsClient.getInstance(URL_PATH, ABVEnvironment.getInstance().networkAdapter).downloadOzdFile(parameters, outputFilePath);
} }
public static final String getSaveOzFileName(boolean directionFlg, String reportFileName) { public static final String getSaveOzFileName(boolean directionFlg, String reportFileName) {
if (reportFileName != null) { if (reportFileName != null) {
String replacedFileName = replaceFileName(reportFileName); String replacedFileName = replaceFileName(reportFileName);
...@@ -141,8 +145,8 @@ public class OzdFileHelper { ...@@ -141,8 +145,8 @@ public class OzdFileHelper {
} }
public static final String replaceFileName(String fileName) { public static final String replaceFileName(String fileName) {
String editingName=fileName.replace("Ozr", "Ozd"); String editingName = fileName.replace("Ozr", "Ozd");
String replacedName=editingName.replace("ozr", "ozd"); String replacedName = editingName.replace("ozr", "ozd");
return replacedName; return replacedName;
} }
...@@ -168,7 +172,6 @@ public class OzdFileHelper { ...@@ -168,7 +172,6 @@ public class OzdFileHelper {
return FileUtil.move(tempOzdFilePath, ozdFilePath, true); return FileUtil.move(tempOzdFilePath, ozdFilePath, true);
} }
// #32861 start
// 削除するOZDファイルがあるかを確認する // 削除するOZDファイルがあるかを確認する
public static final boolean checkOzFilePath(long operationId, String taskKey, int taskReportId, String reportStartDate, String reportFileName, int taskReportLevel) { public static final boolean checkOzFilePath(long operationId, String taskKey, int taskReportId, String reportStartDate, String reportFileName, int taskReportLevel) {
String ozdFileName = null; String ozdFileName = null;
...@@ -179,7 +182,8 @@ public class OzdFileHelper { ...@@ -179,7 +182,8 @@ public class OzdFileHelper {
if (taskReportLevel == 0) { if (taskReportLevel == 0) {
ozdFileName = DIRECTION_OZD_FILE_NAME; ozdFileName = DIRECTION_OZD_FILE_NAME;
} else { } else {
ozdFileName = REPORT_OZD_FILE_NAME;} ozdFileName = REPORT_OZD_FILE_NAME;
}
} }
String ozFilePath = null; String ozFilePath = null;
...@@ -193,5 +197,4 @@ public class OzdFileHelper { ...@@ -193,5 +197,4 @@ public class OzdFileHelper {
} }
return false; return false;
} }
// #32861 end
} }
\ No newline at end of file
...@@ -120,7 +120,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity { ...@@ -120,7 +120,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
TextView tvTitle = (TextView) findViewById(R.id.tv_title); TextView tvTitle = (TextView) findViewById(R.id.tv_title);
tvTitle.setText(frontTitle + rearTitle); tvTitle.setText(frontTitle + rearTitle);
// #32861 作業情報追加 start
// OZ閲覧画面に表示するボタン表示の可否設定 // OZ閲覧画面に表示するボタン表示の可否設定
// 一時保存情報についてボタン表示:「0:false、一時保存ボタン非表示」「1:ture、一時保存ボタン表示」 // 一時保存情報についてボタン表示:「0:false、一時保存ボタン非表示」「1:ture、一時保存ボタン表示」
mLocalSave = intent.getBooleanExtra(ABookKeys.LOCAL_SAVE, false); mLocalSave = intent.getBooleanExtra(ABookKeys.LOCAL_SAVE, false);
...@@ -185,7 +184,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity { ...@@ -185,7 +184,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
showSaveConfirmAlert(R.string.delete, R.string.delete_info); showSaveConfirmAlert(R.string.delete, R.string.delete_info);
} }
}); });
// #32861 作業情報追加 end
// #32926 作業報告画面改善 start // #32926 作業報告画面改善 start
mOzFilePath = OzdFileHelper.getOzFilePath(mOperationId, contentId, mTaskKey, mDirectionFlg, mTaskReportId, mReportStartDate, mReportFileName, mTaskReportLevel); mOzFilePath = OzdFileHelper.getOzFilePath(mOperationId, contentId, mTaskKey, mDirectionFlg, mTaskReportId, mReportStartDate, mReportFileName, mTaskReportLevel);
...@@ -317,13 +315,11 @@ public class CheckOZDViewActivity extends ABVContentViewActivity { ...@@ -317,13 +315,11 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
@Override @Override
public boolean onKeyUp(int keyCode, KeyEvent event) { public boolean onKeyUp(int keyCode, KeyEvent event) {
if (keyCode == KeyEvent.KEYCODE_BACK) { if (keyCode == KeyEvent.KEYCODE_BACK) {
// #32861 作業情報追加 start if (!mAddReport) { // 作業追加区分がなしの場合
if (!mAddReport) {
goToMain(); // 一覧画面に遷移 goToMain(); // 一覧画面に遷移
} else { } else {
finishActivity(); // Ozd作業画面を閉じる finishActivity(); // Ozd作業画面を閉じる
} }
// #32861 作業情報追加 end
} else { } else {
return super.onKeyUp(keyCode, event); return super.onKeyUp(keyCode, event);
} }
...@@ -571,7 +567,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity { ...@@ -571,7 +567,6 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
return true; return true;
} }
// #32861 作業情報追加 start
// アラート表示処理 // アラート表示処理
private void showSaveConfirmAlert(final int dialogTitle, int dialogMessage) { private void showSaveConfirmAlert(final int dialogTitle, int dialogMessage) {
ABookAlertDialog logoutAkert = AlertDialogUtil.createAlertDialog(this, dialogTitle); ABookAlertDialog logoutAkert = AlertDialogUtil.createAlertDialog(this, dialogTitle);
...@@ -600,5 +595,4 @@ public class CheckOZDViewActivity extends ABVContentViewActivity { ...@@ -600,5 +595,4 @@ public class CheckOZDViewActivity extends ABVContentViewActivity {
} }
} }
} }
// #32861 作業情報追加 end
} }
\ No newline at end of file
...@@ -402,10 +402,8 @@ public class ParentWebViewActivity extends ABVContentViewActivity { ...@@ -402,10 +402,8 @@ public class ParentWebViewActivity extends ABVContentViewActivity {
return null; return null;
} }
// #32861 start
// 上位のClassからHTML側のコールを行うための処理 // 上位のClassからHTML側のコールを行うための処理
public void callViewLoadUrl(String url) { public void callViewLoadUrl(String url) {
webViewLoadUrl(url); webViewLoadUrl(url);
} }
// #32861 end
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment