Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
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
2
Merge Requests
2
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
Gagandeep Singh Bhatia
Component Sharing
Commits
a64f1c5b
Commit
a64f1c5b
authored
Oct 04, 2024
by
Ajit Deshmukh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace MarketingCampaignIC.class
parent
a6d0e546
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Task/Marketing Campaign/Java/MarketingCampaignIC.class
Task/Marketing Campaign/Java/MarketingCampaignIC.class
+2
-0
No files found.
Task/Marketing Campaign/Java/MarketingCampaignIC.class
View file @
a64f1c5b
...
@@ -53,6 +53,7 @@ public class MarketingCampaignIC extends ValidatorEJB {
...
@@ -53,6 +53,7 @@ public class MarketingCampaignIC extends ValidatorEJB {
public
String
wfValData
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
editFlag
,
public
String
wfValData
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
{
String
xtraParams
)
throws
RemoteException
,
ITMException
{
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"From git file : wfValData"
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
">>>>>>>>>>>>>>>>>>validation called>>>>>>>>>>>>>>>>>>>"
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
">>>>>>>>>>>>>>>>>>validation called>>>>>>>>>>>>>>>>>>>"
);
System
.
out
.
println
(
"Inside SfaTime validation"
);
System
.
out
.
println
(
"Inside SfaTime validation"
);
NodeList
parentNodeList
=
null
;
NodeList
parentNodeList
=
null
;
...
@@ -185,6 +186,7 @@ public class MarketingCampaignIC extends ValidatorEJB {
...
@@ -185,6 +186,7 @@ public class MarketingCampaignIC extends ValidatorEJB {
public
String
itemChanged
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
currentColumn
,
public
String
itemChanged
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
currentColumn
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
{
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
{
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"From git file : itemChange"
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
">>>>>>>>>>>>>>>>>>itemchange called>>>>>>>>>>>>>>>>>>>"
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
">>>>>>>>>>>>>>>>>>itemchange called>>>>>>>>>>>>>>>>>>>"
);
System
.
out
.
println
(
"Inside itemchange"
);
System
.
out
.
println
(
"Inside itemchange"
);
Connection
conn
=
null
;
Connection
conn
=
null
;
...
...
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