Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
0d547038
Commit
0d547038
authored
Apr 17, 2020
by
Yuichiro Ogawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#37799 稼働時間管理
parent
92872634
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
ABVJE_BL/src/jp/agentec/abook/abv/bl/acms/client/AcmsClient.java
+1
-1
ABVJE_BL/src/jp/agentec/abook/abv/bl/acms/type/AcmsApis.java
+2
-2
ABVJE_BL/src/jp/agentec/abook/abv/bl/common/constant/ABookKeys.java
+2
-2
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
+1
-1
No files found.
ABVJE_BL/src/jp/agentec/abook/abv/bl/acms/client/AcmsClient.java
View file @
0d547038
...
@@ -1024,7 +1024,7 @@ public class AcmsClient implements AcmsClientResponseListener {
...
@@ -1024,7 +1024,7 @@ public class AcmsClient implements AcmsClientResponseListener {
* @throws AcmsException
* @throws AcmsException
*/
*/
public
JSONObject
checkRunningStatus
(
CheckRunningOperationParameters
param
)
throws
NetworkDisconnectedException
,
AcmsException
{
public
JSONObject
checkRunningStatus
(
CheckRunningOperationParameters
param
)
throws
NetworkDisconnectedException
,
AcmsException
{
HttpResponse
response
=
send
(
AcmsApis
.
Api
GetOperationData
,
param
);
HttpResponse
response
=
send
(
AcmsApis
.
Api
CheckRunningStatus
,
param
);
JSONObject
json
=
new
JSONObject
(
response
.
httpResponseBody
);
JSONObject
json
=
new
JSONObject
(
response
.
httpResponseBody
);
return
json
;
return
json
;
}
}
...
...
ABVJE_BL/src/jp/agentec/abook/abv/bl/acms/type/AcmsApis.java
View file @
0d547038
...
@@ -160,7 +160,7 @@ public class AcmsApis {
...
@@ -160,7 +160,7 @@ public class AcmsApis {
// 絞り検索マスタデータ取得
// 絞り検索マスタデータ取得
public
static
final
String
ApiGetApertureMasterData
=
"getApertureMasterData"
;
public
static
final
String
ApiGetApertureMasterData
=
"getApertureMasterData"
;
// KAGOME Ph2 稼働時間登録可否チェック
// KAGOME Ph2 稼働時間登録可否チェック
public
static
final
String
ApiCheckRunning
Operation
=
"checkRunningOperation
"
;
public
static
final
String
ApiCheckRunning
Status
=
"checkRunningStatus
"
;
// download
// download
/**
/**
...
@@ -206,7 +206,7 @@ public class AcmsApis {
...
@@ -206,7 +206,7 @@ public class AcmsApis {
methodName
.
equals
(
ApiGetTaskFile
)
||
methodName
.
equals
(
ApiSceneEntry
)
||
methodName
.
equals
(
ApiTaskContentEntry
)
||
methodName
.
equals
(
ApiGetTaskFile
)
||
methodName
.
equals
(
ApiSceneEntry
)
||
methodName
.
equals
(
ApiTaskContentEntry
)
||
methodName
.
equals
(
ApiSendPushMessage
)
||
methodName
.
equals
(
ApiGetPushMessages
)
||
methodName
.
equals
(
ApiSendRoutineTaskData
)
||
methodName
.
equals
(
ApiSendPushMessage
)
||
methodName
.
equals
(
ApiGetPushMessages
)
||
methodName
.
equals
(
ApiSendRoutineTaskData
)
||
methodName
.
equals
(
ApiOperationGroupMaster
)
||
methodName
.
equals
(
ApiGetApertureMasterData
)
||
methodName
.
equals
(
ApiGetMasterData
)
||
methodName
.
equals
(
ApiOperationGroupMaster
)
||
methodName
.
equals
(
ApiGetApertureMasterData
)
||
methodName
.
equals
(
ApiGetMasterData
)
||
methodName
.
equals
(
ApiCheckRunning
Operation
))
{
methodName
.
equals
(
ApiCheckRunning
Status
))
{
apiValue
=
Constant
.
ApiValue
.
checkapi
;
apiValue
=
Constant
.
ApiValue
.
checkapi
;
}
}
...
...
ABVJE_BL/src/jp/agentec/abook/abv/bl/common/constant/ABookKeys.java
View file @
0d547038
...
@@ -37,7 +37,7 @@ public class ABookKeys {
...
@@ -37,7 +37,7 @@ public class ABookKeys {
public
static
final
String
CMD_LABEL_PRINT
=
"labelPrint"
;
public
static
final
String
CMD_LABEL_PRINT
=
"labelPrint"
;
public
static
final
String
CMD_ABNORMALITY_REPORT
=
"abnormalityReport"
;
public
static
final
String
CMD_ABNORMALITY_REPORT
=
"abnormalityReport"
;
public
static
final
String
CMD_WEBVIEW_FINISH
=
"webviewFinish"
;
public
static
final
String
CMD_WEBVIEW_FINISH
=
"webviewFinish"
;
public
static
final
String
CMD_CHECK_RUNNING_OPERATION
=
"
checkRunningOperation
"
;
public
static
final
String
CMD_CHECK_RUNNING_OPERATION
=
"
runningDataRegistable
"
;
public
static
final
String
GPS_TYPE
=
"gpsType"
;
public
static
final
String
GPS_TYPE
=
"gpsType"
;
public
static
final
String
STATUS_CODE
=
"statusCode"
;
public
static
final
String
STATUS_CODE
=
"statusCode"
;
...
@@ -72,7 +72,7 @@ public class ABookKeys {
...
@@ -72,7 +72,7 @@ public class ABookKeys {
public
static
final
String
RUNNING_INFO_OPERATION_NO
=
"operationNo"
;
public
static
final
String
RUNNING_INFO_OPERATION_NO
=
"operationNo"
;
public
static
final
String
RUNNING_INFO_RUNNING_STATUS
=
"runningStatus"
;
public
static
final
String
RUNNING_INFO_RUNNING_STATUS
=
"runningStatus"
;
public
static
final
String
RUNNING_INFO_TIME
=
"time"
;
public
static
final
String
RUNNING_INFO_TIME
=
"time"
;
public
static
final
String
RUNNING_INFO_EMPLOYEE_CODE_LIST
=
"employeeCodeList"
;
public
static
final
String
RUNNING_INFO_EMPLOYEE_CODE_LIST
=
"employeeCodeList
Str
"
;
// KAGOME対応Ph2 品質異常報告パラメータend
// KAGOME対応Ph2 品質異常報告パラメータend
// #32782 指示者テーブル関連削除 start
// #32782 指示者テーブル関連削除 start
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/common/activity/ABVContentViewActivity.java
View file @
0d547038
...
@@ -1397,7 +1397,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
...
@@ -1397,7 +1397,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
try
{
try
{
JSONObject
json
=
AcmsClient
.
getInstance
(
ABVDataCache
.
getInstance
().
getUrlPath
(),
ABVEnvironment
.
getInstance
().
networkAdapter
).
checkRunningStatus
(
param
);
JSONObject
json
=
AcmsClient
.
getInstance
(
ABVDataCache
.
getInstance
().
getUrlPath
(),
ABVEnvironment
.
getInstance
().
networkAdapter
).
checkRunningStatus
(
param
);
Logger
.
w
(
TAG
,
"check running info complete"
);
Logger
.
w
(
TAG
,
"check running info complete"
);
afterABookCheckApi
(
mCmd
,
""
,
0
,
""
,
json
.
get
String
(
"errMsgList"
));
afterABookCheckApi
(
mCmd
,
""
,
0
,
""
,
json
.
get
JSONObject
(
"errMsgMap"
).
toString
(
));
}
catch
(
NetworkDisconnectedException
e
)
{
}
catch
(
NetworkDisconnectedException
e
)
{
Logger
.
w
(
TAG
,
e
);
Logger
.
w
(
TAG
,
e
);
afterABookCheckApi
(
mCmd
,
""
,
1
,
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
afterABookCheckApi
(
mCmd
,
""
,
1
,
PatternStringUtil
.
patternToString
(
getApplicationContext
(),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment