Commit 96e21582 authored by ysawant's avatar ysawant

Added new migrated component of Leave Laps

auto_leave_laps11.xml
auto_leave_laps12.xml
AutoLeaveLapsIC.java
AutoLeaveLapsICLocal.java
AutoLeaveLapsICRemote.java
AutoLeaveLapsPrc.java
AutoLeaveLapsPrcLocal.java
AutoLeaveLapsPrcRemote.java
w_auto_leave_laps.sql
d_auto_leave_laps.srd
d_auto_leave_laps_display.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205188 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 80909ed9
This diff is collapsed.
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
public interface AutoLeaveLapsICLocal extends ValidatorLocal
{
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 wfValData(String xmlString, String xmlString1,String xmlString2, String objContext, String editFlag,String xtraParams) throws RemoteException,ITMException ;
public String wfValData(Document dom, Document dom1, Document dom2,String objContext, String editFlag, String xtraParams)throws RemoteException, ITMException;
}
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
public interface AutoLeaveLapsICRemote extends ValidatorRemote
{
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 wfValData(String xmlString, String xmlString1,String xmlString2, String objContext, String editFlag,String xtraParams) throws RemoteException,ITMException ;
public String wfValData(Document dom, Document dom1, Document dom2,String objContext, String editFlag, String xtraParams)throws RemoteException, ITMException;
}
This diff is collapsed.
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import ibase.webitm.ejb.ProcessLocal;
import ibase.webitm.utility.ITMException;
public interface AutoLeaveLapsPrcLocal extends ProcessLocal
{
public String process() throws RemoteException,ITMException;
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException, ITMException;
public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import ibase.webitm.ejb.ProcessRemote;
import ibase.webitm.utility.ITMException;
public interface AutoLeaveLapsPrcRemote extends ProcessRemote
{
public String process() throws RemoteException,ITMException;
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException, ITMException;
public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
}
This diff is collapsed.
This diff is collapsed.
$PBExportHeader$d_auto_leave_laps_display.srd
$PBExportComments$Employee transfer - browse
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=17 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=21 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="leavebal.emp_code" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) update=yes updatewhereclause=yes name=lve_code dbname="leavebal.lve_code" )
column=(type=number updatewhereclause=yes name=ccbal dbname="cbal" )
column=(type=number updatewhereclause=yes name=max_days dbname="max_days" )
column=(type=number updatewhereclause=yes name=laps_days dbname="laps_days" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"leavebal~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"leavebal.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"leavebal.lve_code~") COMPUTE(NAME=~"sum(leavebal.bal_days) cbal~") COMPUTE(NAME=~"0.00 max_days~") COMPUTE(NAME=~"0.00 laps_days~") JOIN (LEFT=~"employee.emp_code~" OP =~"=~"RIGHT=~"leavebal.emp_code~" )WHERE( EXP1 =~"( leavebal.emp_code~" OP =~"between~" EXP2 =~":emp_code_fr and :emp_code_to )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.lve_code~" OP =~"between~" EXP2 =~":lve_code_fr and :lve_code_to )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( employee.emp_site~" OP =~"between~" EXP2 =~":site_code_fr and :site_code_to )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.eff_date~" OP =~"<=~" EXP2 =~":laps_on_date )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.exp_date~" OP =~">=~" EXP2 =~":laps_on_date )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( leavebal.bal_days~" OP =~">~" EXP2 =~"0 )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( employee.dept_code~" OP =~">=~" EXP2 =~":dept_code_fr )~" LOGIC =~"and~" ) WHERE( EXP1 =~"( employee.dept_code~" OP =~"<=~" EXP2 =~":dept_code_to )~" LOGIC =~"and~" ) WHERE( EXP1 =~"(employee.proc_group~" OP =~">=~" EXP2 =~":as_proc_group__fr)~" LOGIC =~"And~" ) WHERE( EXP1 =~"(employee.proc_group~" OP =~"<=~" EXP2 =~":as_proc_group__to)~" ) GROUP(NAME=~"leavebal.emp_code~") GROUP(NAME=~"leavebal.lve_code~") GROUP(NAME=~"employee.emp_fname~") GROUP(NAME=~"employee.emp_lname~")) ARG(NAME = ~"lve_code_fr~" TYPE = string) ARG(NAME = ~"lve_code_to~" TYPE = string) ARG(NAME = ~"emp_code_fr~" TYPE = string) ARG(NAME = ~"emp_code_to~" TYPE = string) ARG(NAME = ~"site_code_fr~" TYPE = string) ARG(NAME = ~"site_code_to~" TYPE = string) ARG(NAME = ~"laps_on_date~" TYPE = datetime) ARG(NAME = ~"dept_code_fr~" TYPE = string) ARG(NAME = ~"dept_code_to~" TYPE = string) ARG(NAME = ~"as_proc_group__fr~" TYPE = string) ARG(NAME = ~"as_proc_group__to~" TYPE = string) " arguments=(("lve_code_fr", string),("lve_code_to", string),("emp_code_fr", string),("emp_code_to", string),("site_code_fr", string),("site_code_to", string),("laps_on_date", datetime),("dept_code_fr", string),("dept_code_to", string),("as_proc_group__fr", string),("as_proc_group__to", string)) sort="emp_code A lve_code A " )
text(band=header alignment="2" text="Employee Code" border="6" color="0" x="2" y="1" height="16" width="93" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="First Name" border="6" color="0" x="97" y="1" height="16" width="136" html.valueishtml="0" name=emp_fname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Last Name" border="6" color="0" x="235" y="1" height="16" width="136" html.valueishtml="0" name=emp_lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Leave Code" border="6" color="0" x="373" y="1" height="16" width="76" html.valueishtml="0" name=lve_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Balance Days" border="6" color="0" x="451" y="1" height="16" width="80" html.valueishtml="0" name=ccbal_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Max Days Allowed" border="6" color="0" x="533" y="1" height="16" width="115" html.valueishtml="0" name=max_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Days To Be Lapsed" border="6" color="0" x="650" y="1" height="16" width="128" html.valueishtml="0" name=laps_days_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=emp_code tag="Employee code." visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="97" y="1" height="16" width="136" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="235" y="1" height="16" width="136" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="373" y="1" height="16" width="76" format="[general]" html.valueishtml="0" name=lve_code tag="Leave code." visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="0" x="451" y="1" height="16" width="80" format="[general]" html.valueishtml="0" name=ccbal visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="5" color="0" x="533" y="1" height="16" width="115" format="[general]" html.valueishtml="0" name=max_days visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="0" x="650" y="1" height="16" width="128" format="[general]" html.valueishtml="0" name=laps_days visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ 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