Commit e1f739d6 authored by rtelang's avatar rtelang

allowded11.xml

allowded21.xml
d_allwdedn_edit.srd
AllowdedIC.java
AllowdedICLocal.java
AllowdedICRemote.java
w_allowded.sql
ad-codes.png
ad-codeswht.png
-Migrated nvo_bo_allowded into AllowdedIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@203624 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d176264c
This diff is collapsed.
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import javax.ejb.Local;
import org.w3c.dom.Document;
import ibase.webitm.utility.ITMException;
@Local
public interface AllowdedICLocal {
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;
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;
}
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import javax.ejb.Remote;
import org.w3c.dom.Document;
import ibase.webitm.utility.ITMException;
@Remote
public interface AllowdedICRemote
{
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;
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;
}
This diff is collapsed.
...@@ -109,14 +109,14 @@ ...@@ -109,14 +109,14 @@
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>gen_negt_arr</name> <name>gen_negt_arr</name>
<dbname>allwdedn.gen_negt_arr</dbname> <dbname>allwdedn.gen_negt_arr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>applicable_in_ffs</name> <name>applicable_in_ffs</name>
...@@ -133,31 +133,7 @@ ...@@ -133,31 +133,7 @@
<name>udf_type</name> <name>udf_type</name>
<dbname>allwdedn.udf_type</dbname> <dbname>allwdedn.udf_type</dbname>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;allwdedn.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;allwdedn.seq_no&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.prt_seq&quot;) COLUMN(NAME=&quot;allwdedn.chg_date&quot;) COLUMN(NAME=&quot;allwdedn.chg_user&quot;) COLUMN(NAME=&quot;allwdedn.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.print_opt&quot;) COLUMN(NAME=&quot;allwdedn.gen_negt_arr&quot;) COLUMN(NAME=&quot;allwdedn.applicable_in_ffs&quot;) COLUMN(NAME=&quot;allwdedn.udf_type&quot;)) </retrieve>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>payable</name>
<dbname>allwdedn.payable</dbname>
<values>
<item display="Allowance" data="A"/>
<item display="Deduction" data="D"/>
<item display="Non-payable" data="N"/>
<item display="Perk" data="P"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>allwdedn.type</dbname>
<values>
<item display="System" data="S"/>
<item display="Calculated" data="C"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;allwdedn.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;allwdedn.seq_no&quot;) COLUMN(NAME=&quot;allwdedn.sh_descr&quot;) COLUMN(NAME=&quot;allwdedn.prt_seq&quot;) COLUMN(NAME=&quot;allwdedn.chg_date&quot;) COLUMN(NAME=&quot;allwdedn.chg_user&quot;) COLUMN(NAME=&quot;allwdedn.chg_term&quot;) COLUMN(NAME=&quot;allwdedn.print_opt&quot;) COLUMN(NAME=&quot;allwdedn.gen_negt_arr&quot;) COLUMN(NAME=&quot;allwdedn.applicable_in_ffs&quot;) COLUMN(NAME=&quot;allwdedn.udf_type&quot;) COLUMN(NAME=&quot;allwdedn.payable&quot;) COLUMN(NAME=&quot;allwdedn.type&quot;)) </retrieve>
<update>allwdedn</update> <update>allwdedn</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -902,7 +878,7 @@ ...@@ -902,7 +878,7 @@
<id>12</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1234</x> <x>1234</x>
<y>1</y> <y>1</y>
...@@ -934,133 +910,6 @@ ...@@ -934,133 +910,6 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Payable</text>
<border>6</border>
<color>0</color>
<x>1304</x>
<y>3</y>
<height>16</height>
<width>101</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payable_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Type</text>
<border>6</border>
<color>0</color>
<x>1407</x>
<y>3</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>type_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>1304</x>
<y>1</y>
<height>19</height>
<width>101</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>payable</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>1408</x>
<y>1</y>
<height>19</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>type</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
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