Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
webitm-dwhEmpBehaviour
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ketan Patil
webitm-dwhEmpBehaviour
Commits
8bccdcc3
Commit
8bccdcc3
authored
Mar 04, 2022
by
Ketan Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace DwhEmpBehaviour.java
parent
744c2696
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ibase/webitm/ejb/dwh/DwhEmpBehaviour.java
ibase/webitm/ejb/dwh/DwhEmpBehaviour.java
+2
-4
No files found.
ibase/webitm/ejb/dwh/DwhEmpBehaviour.java
View file @
8bccdcc3
...
...
@@ -24,11 +24,9 @@ import ibase.webitm.ejb.ValidatorEJB;
import
ibase.webitm.ejb.dis.DistCommon
;
import
ibase.webitm.ejb.fin.FinCommon
;
//import ibase.webitm.ejb.dwh.FinCommon;
import
ibase.webitm.utility.GenericUtility
;
import
ibase.webitm.utility.ITMException
;
public
class
DwhEmpBehaviour
extends
ValidatorEJB
implements
Schedule
{
String
userInfoXml
=
""
;
...
...
@@ -39,6 +37,7 @@ public class DwhEmpBehaviour extends ValidatorEJB implements Schedule{
String
userId
=
""
;
String
logPath
=
""
;
private
String
loginCode
=
""
;
E12GenericUtility
genericUtility
=
new
E12GenericUtility
();
public
String
schedulePriority
(
String
wrkflwPriority
)
throws
Exception
{
System
.
out
.
println
(
"schedulePriority..1"
);
...
...
@@ -76,7 +75,6 @@ public class DwhEmpBehaviour extends ValidatorEJB implements Schedule{
String
siteCode
=
""
;
GenericUtility
genericUtility
=
GenericUtility
.
getInstance
();
Document
dom
=
genericUtility
.
parseString
(
scheduleParamXML
);
userId
=
genericUtility
.
getColumnValue
(
"user_id"
,
dom
);
loginCode
=
genericUtility
.
getColumnValue
(
"loginCode"
,
dom
);
...
...
@@ -168,7 +166,7 @@ public class DwhEmpBehaviour extends ValidatorEJB implements Schedule{
HashMap
<
String
,
String
>
map
=
null
;
DistCommon
disCom
=
new
DistCommon
();
E12GenericUtility
genericUtility
=
new
E12GenericUtility
();
String
dwhPeriod
=
""
,
dwhPeriod1
=
""
;
int
insertCnt
=
0
;
...
...
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