Commit 0c944d9f authored by mjadhav's avatar mjadhav

migrate code for post order


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100193 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e9aae5d6
This source diff could not be displayed because it is too large. You can view the blob instead.
package ibase.webitm.ejb.dis;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
import org.w3c.dom.Document;
@Local // added for ejb3
public interface PostOrderProcessLocal extends ibase.webitm.ejb.ProcessLocal
{
public String process() throws RemoteException,ITMException;
public String process(Document dom, Document dom2, String windowName, String xtraParams) 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;
// public String getData(Document dom, Document dom2, String windowNamem, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.dis;
import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException;
import javax.ejb.Local;
import javax.ejb.Remote;
import org.w3c.dom.Document;
@Remote // added for ejb3
public interface PostOrderProcessRemote extends ibase.webitm.ejb.ProcessRemote
{
public String process() throws RemoteException,ITMException;
public String process(Document dom, Document dom2, String windowName, String xtraParams) 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;
// public String getData(Document dom, Document dom2, String windowNamem, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.dis;
import java.io.Serializable;
/*
* Request Id:D15JSUN018
* Developer : Mahendra Jadhav
* date : 21-01-2015
* */
public class SordItemBean implements Serializable
{
private String saleOrder = null;
private String lineNo = null;
private String itemCode = null;
private String itemCodeOrd = null;
private String siteCode = null;
private String unit = null;
private String status = null;
private String expLev = null;
private String itemRef = null;
//String minShelfLife = null;
private String unitRef = null;
private String itemFlag = null;
//String qtyAlloc = null;
private String nature = null;
private String unitStd=null;
private String itemCodeParent=null;
private String skipline=null;
private String skiplot = null;
// private String rateClg = null;
//private String stockOpt=null;
private boolean isRejected=false;
private double quantityStduom=0.0;
private double convQtyStduom=0.0;
private double minShelfLife = 0.0;
private double maxShelfLife = 0.0;
private double qtyAlloc=0.0;
private double qtyDesp = 0.0;
private double quantity = 0.0;
private double siteItmQty = 0.0;
private double sordItmQty = 0.0;
private double rate = 0.0;
private double rateClg = 0.0;
private int stockOpt=0;
private SorderBean sorderBean;
public String getUnitStd() {
return unitStd;
}
public void setUnitStd(String unitStd) {
this.unitStd = unitStd;
}
public double getQuantityStduom() {
return quantityStduom;
}
public void setQuantityStduom(double quantityStduom) {
this.quantityStduom = quantityStduom;
}
public double getConvQtyStduom() {
return convQtyStduom;
}
public void setConvQtyStduom(double convQtyStduom) {
this.convQtyStduom = convQtyStduom;
}
public boolean isRejected() {
return isRejected;
}
public void setRejected(boolean isRejected) {
this.isRejected = isRejected;
}
public String getLineNo() {
return lineNo;
}
public void setLineNo(String lineNo) {
this.lineNo = lineNo;
}
public String getUnit() {
return unit;
}
public void setUnit(String unit) {
this.unit = unit;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getExpLev() {
return expLev;
}
public void setExpLev(String expLev) {
this.expLev = expLev;
}
public String getItemRef() {
return itemRef;
}
public void setItemRef(String itemRef) {
this.itemRef = itemRef;
}
/*public String getMinShelfLife() {
return minShelfLife;
}
public void setMinShelfLife(String minShelfLife) {
this.minShelfLife = minShelfLife;
}*/
public String getUnitRef() {
return unitRef;
}
public void setUnitRef(String unitRef) {
this.unitRef = unitRef;
}
public String getItemFlag() {
return itemFlag;
}
public void setItemFlag(String itemFlag) {
this.itemFlag = itemFlag;
}
/*public String getQtyAlloc() {
return qtyAlloc;
}
public void setQtyAlloc(String qtyAlloc) {
this.qtyAlloc = qtyAlloc;
}*/
public String getNature() {
return nature;
}
public void setNature(String nature) {
this.nature = nature;
}
public String getItemCode() {
return itemCode;
}
public void setItemCode(String itemCode) {
this.itemCode = itemCode;
}
public String getItemCodeOrd() {
return itemCodeOrd;
}
public void setItemCodeOrd(String itemCodeOrd) {
this.itemCodeOrd = itemCodeOrd;
}
public String getSiteCode() {
return siteCode;
}
public void setSiteCode(String siteCode) {
this.siteCode = siteCode;
}
public double getMinShelfLife() {
return minShelfLife;
}
public void setMinShelfLife(double minShelfLife) {
this.minShelfLife = minShelfLife;
}
public double getQtyAlloc() {
return qtyAlloc;
}
public void setQtyAlloc(double qtyAlloc) {
this.qtyAlloc = qtyAlloc;
}
public double getQtyDesp() {
return qtyDesp;
}
public void setQtyDesp(double qtyDesp) {
this.qtyDesp = qtyDesp;
}
public double getQuantity() {
return quantity;
}
public void setQuantity(double quantity) {
this.quantity = quantity;
}
public double getSiteItmQty() {
return siteItmQty;
}
public void setSiteItmQty(double siteItmQty) {
this.siteItmQty = siteItmQty;
}
/*public String getStockOpt() {
return stockOpt;
}
public void setStockOpt(String stockOpt) {
this.stockOpt = stockOpt;
}*/
public SorderBean getSorderBean() {
return sorderBean;
}
public void setSorderBean(SorderBean sorderBean) {
this.sorderBean = sorderBean;
}
public String getSaleOrder() {
return saleOrder;
}
public void setSaleOrder(String saleOrder) {
this.saleOrder = saleOrder;
}
public int getStockOpt() {
return stockOpt;
}
public void setStockOpt(int stockOpt) {
this.stockOpt = stockOpt;
}
public double getSordItmQty() {
return sordItmQty;
}
public void setSordItmQty(double sordItmQty) {
this.sordItmQty = sordItmQty;
}
public double getMaxShelfLife() {
return maxShelfLife;
}
public void setMaxShelfLife(double maxShelfLife) {
this.maxShelfLife = maxShelfLife;
}
public double getRate() {
return rate;
}
public void setRate(double rate) {
this.rate = rate;
}
public double getRateClg() {
return rateClg;
}
public void setRateClg(double rateClg) {
this.rateClg = rateClg;
}
public String getItemCodeParent() {
return itemCodeParent;
}
public void setItemCodeParent(String itemCodeParent) {
this.itemCodeParent = itemCodeParent;
}
public String getSkipline() {
return skipline;
}
public void setSkipline(String skipline) {
this.skipline = skipline;
}
public String getSkiplot() {
return skiplot;
}
public void setSkiplot(String skiplot) {
this.skiplot = skiplot;
}
}
package ibase.webitm.ejb.dis;
import java.io.Serializable;
import java.sql.Timestamp;
/*
* Request Id:D15JSUN018
* Developer : Mahendra Jadhav
* date : 21-01-2015
* */
import java.util.Date;
public class SorderBean implements Serializable {
private String saleOrder = null;
private String priceListClg = null;
private String priceList = null;
private String custCode=null;
private String siteCodeShip=null;
private String status=null;
private String locGroup = null;
private String confirmed=null;
private String partQty = null;
private String orderType = null;
private Date dueDate=null;
private String siteCode = null;
private String priceListDisc = null;
private Timestamp plDate = null;
private Timestamp orderdate = null;
private String stateCodeDlv=null;
private String countCodeDlv=null;
boolean isRejected=false;
public String getSaleOrder() {
return saleOrder;
}
public void setSaleOrder(String saleOrder) {
this.saleOrder = saleOrder;
}
public String getPriceListClg() {
return priceListClg;
}
public void setPriceListClg(String priceListClg) {
this.priceListClg = priceListClg;
}
public String getPriceList() {
return priceList;
}
public void setPriceList(String priceList) {
this.priceList = priceList;
}
public String getCustCode() {
return custCode;
}
public void setCustCode(String custCode) {
this.custCode = custCode;
}
public String getSiteCodeShip() {
return siteCodeShip;
}
public void setSiteCodeShip(String siteCodeShip) {
this.siteCodeShip = siteCodeShip;
}
public String getStatus() {
return status;
}
public void setStatus(String status) {
this.status = status;
}
public String getConfirmed() {
return confirmed;
}
public void setConfirmed(String confirmed) {
this.confirmed = confirmed;
}
public Date getDueDate() {
return dueDate;
}
public void setDueDate(Date dueDate) {
this.dueDate = dueDate;
}
public boolean isRejected() {
return isRejected;
}
public void setRejected(boolean isRejected) {
this.isRejected = isRejected;
}
public String getPartQty() {
return partQty;
}
public void setPartQty(String partQty) {
this.partQty = partQty;
}
public String getLocGroup() {
return locGroup;
}
public void setLocGroup(String locGroup) {
this.locGroup = locGroup;
}
public String getOrderType() {
return orderType;
}
public void setOrderType(String orderType) {
this.orderType = orderType;
}
public String getSiteCode() {
return siteCode;
}
public void setSiteCode(String siteCode) {
this.siteCode = siteCode;
}
public String getPriceListDisc() {
return priceListDisc;
}
public void setPriceListDisc(String priceListDisc) {
this.priceListDisc = priceListDisc;
}
public Timestamp getPlDate() {
return plDate;
}
public void setPlDate(Timestamp plDate) {
this.plDate = plDate;
}
public Timestamp getOrderdate() {
return orderdate;
}
public void setOrderdate(Timestamp orderdate) {
this.orderdate = orderdate;
}
public String getStateCodeDlv() {
return stateCodeDlv;
}
public void setStateCodeDlv(String stateCodeDlv) {
this.stateCodeDlv = stateCodeDlv;
}
public String getCountCodeDlv() {
return countCodeDlv;
}
public void setCountCodeDlv(String countCodeDlv) {
this.countCodeDlv = countCodeDlv;
}
}
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