Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
webitm-fin-advSupp-20
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-fin-advSupp-20
Commits
437ae790
Commit
437ae790
authored
May 26, 2022
by
Ketan Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added by Pravin for Wildfly20
parent
7611a00c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
0 deletions
+41
-0
ibase/webitm/ejb/fin/advfield/VoucherAdvFieldRemote.java
ibase/webitm/ejb/fin/advfield/VoucherAdvFieldRemote.java
+41
-0
No files found.
ibase/webitm/ejb/fin/advfield/VoucherAdvFieldRemote.java
0 → 100644
View file @
437ae790
package
ibase
.
webitm
.
ejb
.
fin
.
advfield
;
import
java.rmi.RemoteException
;
import
javax.ejb.EJBObject
;
import
org.w3c.dom.*
;
import
javax.xml.parsers.*
;
import
java.sql.*
;
import
ibase.webitm.ejb.*
;
import
ibase.webitm.utility.ITMException
;
import
javax.ejb.*
;
@javax
.
ejb
.
Remote
public
interface
VoucherAdvFieldRemote
extends
ValidatorRemote
{
public
String
wfValData
()
throws
RemoteException
,
ITMException
;
public
String
wfValData
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
;
public
String
wfValData
(
String
xmlString
,
String
xmlString1
,
String
xmlString2
,
String
objContext
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
;
public
String
itemChanged
()
throws
RemoteException
,
ITMException
;
public
String
itemChanged
(
String
xmlString
,
String
xmlString1
,
String
xmlString2
,
String
objContext
,
String
currentColumn
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
;
public
String
itemChanged
(
Document
dom
,
Document
dom1
,
Document
dom2
,
String
objContext
,
String
currentColumn
,
String
editFlag
,
String
xtraParams
)
throws
RemoteException
,
ITMException
;
public
String
postSave
()
throws
RemoteException
,
ITMException
;
public
String
postSave
(
String
xmlString
,
String
xmlString1
,
String
xmlString2
,
String
objContext
,
String
xtraParams
,
Connection
conn
)
throws
RemoteException
,
ITMException
;
//public String preSave(String arg1, String editFlag, String xtraParams, Connection conn) throws RemoteException,ITMException;
// public String preSaveRec(String xmlString, String xmlString1,String xmlString2, String objContext, String editFlag, Connection conn,String xtraParam ) throws RemoteException,ITMException;
//public String preSaveRec(String xmlString, String xmlString1,String xmlString2, String editFlag, String xtraParam, Connection conn ,String objContext) throws RemoteException,ITMException;
//public String postValData(String xmlString, String xmlString1,String xmlString2,String objContext,String winName,String xtraParam) throws RemoteException,ITMException;
}
\ No newline at end of file
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