Commit 50431ab7 authored by arawankar's avatar arawankar

Version created from ibase3-webitm-fin5-11-0-30-1


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191732 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 48290e35
This diff is collapsed.
package ibase.webitm.ejb.sys;
import java.rmi.RemoteException;
import javax.ejb.Local;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
@Local
public interface UserSiteLocal extends ValidatorLocal
{
public String wfValData(String xmlString, String xmlString1, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String wfValData(Document dom, Document dom1, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(String xmlString, String xmlString1, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(Document dom, Document dom1, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.sys;
import java.rmi.RemoteException;
import javax.ejb.Remote;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
@Remote
public interface UserSiteRemote extends ValidatorRemote
{
public String wfValData(String xmlString, String xmlString1, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String wfValData(Document dom, Document dom1, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(String xmlString, String xmlString1, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(Document dom, Document dom1, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
}
---ADDED BY ANJALI R. ON[08/10/2018][START]----
SET DEFINE OFF;
update SYSTEM_EVENTS set SERVICE_CODE = 'poic_default_ejb',COMP_TYPE = 'JB',COMP_NAME ='ibase.webitm.ejb.sys.UserSiteIC' where OBJ_NAME ='user_site' and EVENT_CODE = 'post_item_change';
UPDATE system_events SET SERVICE_CODE = 'prv_default_ejb',COMP_TYPE = 'JB',COMP_NAME = 'ibase.webitm.ejb.sys.UserSiteIC' WHERE obj_name ='user_site' AND EVENT_CODE = 'pre_validate';
COMMIT;
insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VTINVPROFL','Invalid Profile id.','The profile id entered does not exist in the profile master. First you have to define it in the master','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,null);
insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VMSITE1','Invalid site code.','The site code entered does not exist in the site master. First you have to define it in the master','E','Y',null,null,null,to_date('24-05-01','DD-MM-RR'),'SUN ','NITIN ',null,null);
insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VMUSER2','User not found in User master','User not found in User master.','E','Y',null,null,null,TO_DATE('27-04-06','DD-MM-RR'),'BASE ','BASE ',null,null);
insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VMUSER1','BLANK USER ID','Please enter user id.','E','Y',null,null,null,TO_DATE('27-04-06','DD-MM-RR'),'BASE ','BASE ',null,null);
COMMIT;
---ADDED BY ANJALI R. ON[08/10/2018][END]----
\ No newline at end of file
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