Commit bf60ebf5 authored by dpingle's avatar dpingle

* Migration done for Cadrewise Monthly Paystructure- obj_name: cadre_mthad

cadre_mthad11.xml
cadre_mthad21.xml
d_cadre_mthad_brow.srd
d_cadre_mthad_edit.srd
CadreMthadIC.java
CadreMthadLocal.java
CadreMthadRemote.java
w_cadre_mthad.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205047 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b8e295ce
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 CadreMthadLocal 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 CadreMthadRemote 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 @@ ...@@ -124,10 +124,6 @@
<name>prop_yn</name> <name>prop_yn</name>
<dbname>cadre_mthad.prop_yn</dbname> <dbname>cadre_mthad.prop_yn</dbname>
<initial>Y</initial> <initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
...@@ -463,7 +459,7 @@ ...@@ -463,7 +459,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>53</x> <x>53</x>
<y>139</y> <y>140</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
...@@ -563,17 +559,18 @@ ...@@ -563,17 +559,18 @@
<y>163</y> <y>163</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prop_yn</name> <name>prop_yn</name>
<tag>Propotionate ( yes / no )</tag> <tag>Propotionate ( yes / no )</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
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