Commit 2a11ce92 authored by pshinde's avatar pshinde

Source code for Itemchanged and validation and post save for Period Table Generation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99980 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dffa1cb0
/******************************************************** /********************************************************
Title : PrdTableGenIC [D15JSUN001] Title : BankGauranteeIC [F15DSUN018]
Developer: Priyanka Shinde. Date : 22/JUL/15
Developer: Pankaj R.
********************************************************/ ********************************************************/
package ibase.webitm.ejb.dis; package ibase.webitm.ejb.dis;
...@@ -18,7 +19,7 @@ import java.sql.Connection; ...@@ -18,7 +19,7 @@ import java.sql.Connection;
import java.sql.PreparedStatement; import java.sql.PreparedStatement;
import java.sql.ResultSet; import java.sql.ResultSet;
import java.sql.Timestamp; import java.sql.Timestamp;
import java.text.DecimalFormat; //import java.text.DecimalFormat;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Calendar; import java.util.Calendar;
...@@ -26,12 +27,12 @@ import java.util.Date; ...@@ -26,12 +27,12 @@ import java.util.Date;
import javax.ejb.Stateless; import javax.ejb.Stateless;
import org.apache.xerces.dom.AttributeMap; //import org.apache.xerces.dom.AttributeMap;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import org.w3c.dom.NodeList; import org.w3c.dom.NodeList;
import com.sybase.ejb.cts.TimestampSeqHelper;
@Stateless @Stateless
public class PrdTableGenIC extends ValidatorEJB implements PrdTableGenICLocal, PrdTableGenICRemote public class PrdTableGenIC extends ValidatorEJB implements PrdTableGenICLocal, PrdTableGenICRemote
......
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