Commit 5ce75f4c authored by dpingle's avatar dpingle

* Migration done for Gradewise Monthly Paystructure- obj_name: grade_mthad

grade_mthad11.xml
grade_mthad21.xml
GradeMthadIC.java
GradeMthadLocal.java
GradeMthadRemote.java
w_grade_mthad.sql
d_grade_mthad_brow.srd
d_grade_mthad_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205048 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bf60ebf5
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 GradeMthadLocal 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 GradeMthadRemote 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.
......@@ -124,10 +124,6 @@
<name>prop_yn</name>
<dbname>grade_mthad.prop_yn</dbname>
<initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type>datetime</type>
......@@ -197,7 +193,7 @@
<initial>0</initial>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade_mthad&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;grade_mthad.pay_table&quot;) COLUMN(NAME=&quot;grade_mthad.grade_code&quot;) COLUMN(NAME=&quot;grade_mthad.month_code&quot;) COLUMN(NAME=&quot;grade_mthad.ad_code&quot;) COLUMN(NAME=&quot;grade_mthad.eff_date&quot;) COLUMN(NAME=&quot;grade_mthad.exp_date&quot;) COLUMN(NAME=&quot;grade_mthad.type&quot;) COLUMN(NAME=&quot;grade_mthad.prop_yn&quot;) COLUMN(NAME=&quot;grade_mthad.chg_date&quot;) COLUMN(NAME=&quot;grade_mthad.chg_user&quot;) COLUMN(NAME=&quot;grade_mthad.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;grade_mthad.amount&quot;) COLUMN(NAME=&quot;grade_mthad.min_basic&quot;) COLUMN(NAME=&quot;grade_mthad.max_basic&quot;) COLUMN(NAME=&quot;grade_mthad.min_amt&quot;) COLUMN(NAME=&quot;grade_mthad.max_amt&quot;) JOIN (LEFT=&quot;grade_mthad.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;grade_mthad.pay_table&quot; OP =&quot;=&quot; EXP2 =&quot;:mPayTable&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.grade_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mGradeCode&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.month_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mMonthCode&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mAdCode&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_mthad.eff_date&quot; OP =&quot;=&quot; EXP2 =&quot;:meff_date&quot; ) ) ARG(NAME = &quot;mPayTable&quot; TYPE = string) ARG(NAME = &quot;mGradeCode&quot; TYPE = string) ARG(NAME = &quot;mMonthCode&quot; TYPE = string) ARG(NAME = &quot;mAdCode&quot; TYPE = string) ARG(NAME = &quot;meff_date&quot; TYPE = datetime) </retrieve>
<update>grade_mthad</update>
<update>GRADE_MTHAD</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -864,17 +860,18 @@
<y>171</y>
<height>16</height>
<width>48</width>
<format>[general]</format>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>prop_yn</name>
<tag>Proportionate (yes / no).</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......
This diff is collapsed.
This diff is collapsed.
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