Package org.openbravo.erpCommon.utility

Examples of org.openbravo.erpCommon.utility.ComboTableData


    xmlDocument.setParameter("mayor", strMayor);
    xmlDocument.setParameter("menor", strMenor);
    xmlDocument.setParameter("comparative", strComparative);
    xmlDocument.setParameter("partnerSalesRepId", strPartnerSalesrepId);
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "M_Warehouse_ID",
          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportShipmentDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportShipmentDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportShipmentDimensionalAnalyzeJR", strmWarehouseId);
      xmlDocument.setData("reportM_WAREHOUSEID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_BP_Group_ID",
          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportShipmentDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportShipmentDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportShipmentDimensionalAnalyzeJR", strPartnerGroup);
      xmlDocument.setData("reportC_BP_GROUPID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
          "M_Product_Category_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportShipmentDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportShipmentDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportShipmentDimensionalAnalyzeJR", strProductCategory);
      xmlDocument.setData("reportM_PRODUCT_CATEGORYID", "liststructure", comboTableData
          .select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE", "SalesRep_ID",
          "AD_User SalesRep", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportSalesDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportSalesDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportSalesDimensionalAnalyzeJR", strsalesrepId);
      xmlDocument.setData("reportSalesRep_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    xmlDocument.setData("reportAD_ORGID", "liststructure", OrganizationComboData.selectCombo(this,
        vars.getRole()));
    xmlDocument.setData("reportCBPartnerId_IN", "liststructure", SelectorUtilityData
        .selectBpartner(this, Utility.getContext(this, vars, "#AccessibleOrgTree", ""), Utility
            .getContext(this, vars, "#User_Client", ""), strcBpartnerId));
    xmlDocument.setData("reportMProductId_IN", "liststructure", SelectorUtilityData.selectMproduct(
        this, Utility.getContext(this, vars, "#AccessibleOrgTree", ""), Utility.getContext(this,
            vars, "#User_Client", ""), strmProductId));

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE", "",
          "C_BPartner SalesRep", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportSalesDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportShipmentDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportShipmentDimensionalAnalyzeJR", strPartnerSalesrepId);
      xmlDocument
          .setData("reportPartnerSalesRep_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    xmlDocument.setParameter("ccurrencyid", strCurrencyId);
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Currency_ID",
          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportShipmentDimensionalAnalyzeJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportShipmentDimensionalAnalyzeJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportShipmentDimensionalAnalyzeJR", strCurrencyId);
      xmlDocument.setData("reportC_Currency_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here


    xmlDocument.setParameter("tabId", strTabId);
    xmlDocument.setParameter("recordId", strRecordId);
    xmlDocument.setParameter("deleteOld", strDeleteOld);

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Budget_ID", "",
          "", Utility.getContext(this, vars, "#AccessibleOrgTree", strWindowId), Utility
              .getContext(this, vars, "#User_Client", strWindowId), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, strWindowId, "");
      xmlDocument.setData("reportC_BUDGET", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here

    xmlDocument.setParameter("dateTosaveFormat", strDateFormat);
    xmlDocument.setParameter("paramBPartnerId", "");
    xmlDocument.setParameter("mWarehouseId", "");
    xmlDocument.setParameter("cProjectId", "");
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "M_Warehouse_ID",
          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportMaterialTransactionEditionJR"), Utility.getContext(this, vars, "#User_Client",
              "ReportMaterialTransactionEditionJR"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData,
          "ReportMaterialTransactionEditionJR", "");
      xmlDocument.setData("reportM_WAREHOUSEID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here

    xmlDocument.setParameter("dateTosaveFormat", vars.getSessionValue("#AD_SqlDateFormat"));
  xmlDocument.setParameter("column1", strcolumn1);
    xmlDocument.setParameter("column2", strcolumn2);
    xmlDocument.setParameter("paramMessage", (strMessage.equals("") ? "" : "alert('" + strMessage+ "');"));
      try {
       ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "c_bpartner_id","", "", Utility.getContext(this, vars, "#AccessibleOrgTree", "RentalInvoice"), Utility.getContext(this, vars, "#User_Client", "RentalInvoice"), 0);
       Utility.fillSQLParameters(this, vars, null, comboTableData, "RentalInvoice", "");
    xmlDocument.setData("reportC_NAME", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here

    xmlDocument.setParameter("paramLanguage", "defaultLang=\"" + vars.getLanguage() + "\";");
    xmlDocument.setParameter("mProductCategoryId", strProductCategory);
    xmlDocument.setParameter("mPricelistVersionId", strPricelistversionId);

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "MProductId_IN",
          "null", "", Utility.getContext(this, vars, "#AccessibleOrgTree", ""), Utility.getContext(
              this, vars, "#User_Client", ""), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "", strmProductId);
      xmlDocument.setData("reportMProductId_IN", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
          "M_Product_Category_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportPricelist"),
          Utility.getContext(this, vars, "#User_Client", "ReportPricelist"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportPricelist",
          strProductCategory);
      xmlDocument.setData("reportM_PRODUCT_CATEGORYID", "liststructure", comboTableData
          .select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
          "M_PriceList_Version_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "ReportPricelist"),
          Utility.getContext(this, vars, "#User_Client", "ReportPricelist"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportPricelist",
          strPricelistversionId);
      xmlDocument.setData("reportM_PRICELIST_VERSIONID", "liststructure", comboTableData
          .select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here

     * { vars.removeSessionValue("GenerateHelp.message"); strMessage = "alert('" +
     * Replace.replace(strMessage, "'", "\'") + "');"; } xmlDocument.setParameter("body",
     * strMessage);
     */
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "AD_Window_ID",
          "", "", Utility.getContext(this, vars, "#AccessibleOrgTree", "GenerateHelp"), Utility
              .getContext(this, vars, "#User_Client", "GenerateHelp"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "GenerateHelp", "");
      xmlDocument.setData("reportAD_Window_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }

View Full Code Here

      xmlDocument.setParameter("projectName", ReportSalesOrderInvoicedData.selectProject(this,
          strcProjectId));
      xmlDocument.setParameter("paramBPartnerDescription", ReportSalesOrderInvoicedData
          .bPartnerDescription(this, strcBpartnerId));
      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
            "M_Warehouse_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportSalesOrderInvoicedJasper"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strmWarehouseId);
        xmlDocument.setData("reportM_WAREHOUSEID", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
            "M_Product_Category_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportSalesOrderInvoicedJasper"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strmCategoryId);
        xmlDocument.setData("reportM_PRODUCT_CATEGORYID", "liststructure", comboTableData
            .select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "C_Projectkind_ID",
            "Projectkind", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportSalesOrderInvoicedJasper"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strProjectkind);
        xmlDocument.setData("reportC_PROJECTKIND", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Region_ID",
            "", "C_Region of Country", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportSalesOrderInvoicedJasper"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strcRegionId);
        xmlDocument.setData("reportC_REGIONID", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST",
            "C_Project_Public_ID", "PublicPrivate", "", Utility.getContext(this, vars,
                "#AccessibleOrgTree", "ReportSalesOrderInvoicedJasper"), Utility.getContext(this,
                vars, "#User_Client", "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strProjectpublic);
        xmlDocument.setData("reportC_PROJECTPUBLIC", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      xmlDocument.setParameter("ccurrencyid", strCurrencyId);
      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Currency_ID",
            "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportSalesOrderInvoicedJasper"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderInvoicedJasper"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData,
            "ReportSalesOrderInvoicedJasper", strCurrencyId);
        xmlDocument.setData("reportC_Currency_ID", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }
View Full Code Here

      xmlDocument.setParameter("cProjectPhase", strProjectphase);
      xmlDocument.setParameter("cProjectStatus", strProjectstatus);
      xmlDocument.setParameter("cProjectPublic", strProjectpublic);
      xmlDocument.setParameter("salesRep", strSalesRep);
      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "C_Project_kind",
            "Projectkind", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportProjectBuildingSiteJR",
            strProjectkind);
        xmlDocument.setData("reportC_PROJECTKIND", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "C_Project_phase",
            "Projectphase", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportProjectBuildingSiteJR",
            strProjectphase);
        xmlDocument.setData("reportC_PROJECTPHASE", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST", "C_Project_status",
            "ProjectStatus", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportProjectBuildingSiteJR",
            strProjectstatus);
        xmlDocument.setData("reportC_PROJECTSTATUS", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "LIST",
            "C_Project_publicprivate", "PublicPrivate", "", Utility.getContext(this, vars,
                "#AccessibleOrgTree", "ReportProjectBuildingSiteJR"), Utility.getContext(this,
                vars, "#User_Client", "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportProjectBuildingSiteJR",
            strProjectpublic);
        xmlDocument.setData("reportC_PROJECTPUBLIC", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR",
            "M_PRODUCT_CATEGORY_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        comboTableData.fillParameters(null, "ReportProjectBuildingSiteJR", "");
        xmlDocument.setData("reportC_PRODUCTCATREGORY", "liststructure", comboTableData
            .select(false));
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Region_ID",
            "", "C_Region of Country", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "Account"), Utility.getContext(this, vars, "#User_Client",
                "ReportSalesOrderProvided"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportSalesOrderProvided",
            strcRegionId);
        xmlDocument.setData("reportC_REGIONID", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLE", "",
            "AD_User SalesRep", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportSalesOrderProvided",
            strSalesRep);
        xmlDocument.setData("reportSALESREP", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }

      xmlDocument.setParameter("ccurrencyid", strCurrencyId);
      try {
        ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "C_Currency_ID",
            "", "", Utility.getContext(this, vars, "#AccessibleOrgTree",
                "ReportProjectBuildingSiteJR"), Utility.getContext(this, vars, "#User_Client",
                "ReportProjectBuildingSiteJR"), 0);
        Utility.fillSQLParameters(this, vars, null, comboTableData, "ReportProjectBuildingSiteJR",
            strCurrencyId);
        xmlDocument.setData("reportC_Currency_ID", "liststructure", comboTableData.select(false));
        comboTableData = null;
      } catch (Exception ex) {
        throw new ServletException(ex);
      }
View Full Code Here

    xmlDocument.setParameter("paramBPartnerDescription", strVendorId.equals("") ? ""
        : RequisitionToOrderData.bPartnerDescription(this, strVendorId, vars.getLanguage()));
    xmlDocument.setParameter("paramShowNullVendor", strIncludeVendor);
    xmlDocument.setParameter("paramAdOrgId", strOrgId);
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "AD_User_ID", "",
          "", Utility.getContext(this, vars, "#AccessibleOrgTree", "RequisitionToOrder"), Utility
              .getContext(this, vars, "#User_Client", "RequisitionToOrder"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "RequisitionToOrder",
          strRequesterId);
      xmlDocument.setData("reportRequester_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "AD_Org_ID", "",
          "AD_Org Security validation", Utility.getContext(this, vars, "#User_Org",
              "RequisitionToOrder"), Utility.getContext(this, vars, "#User_Client",
              "RequisitionToOrder"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "RequisitionToOrder", strOrgId);
      xmlDocument.setData("reportAD_Org_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
View Full Code Here

        RequisitionToOrderData.selectWarehouseDouble(this, vars.getClient(), Utility.getContext(
            this, vars, "#AccessibleOrgTree", "RequisitionToOrder"), Utility.getContext(this, vars,
            "#User_Client", "RequisitionToOrder"))));
    xmlDocument.setParameter("paramPriceListId", strPriceListId);
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "AD_Org_ID", "",
          "AD_Org Trx Security validation", Utility.getContext(this, vars, "#User_Org",
              "RequisitionToOrder"), Utility.getContext(this, vars, "#User_Client",
              "RequisitionToOrder"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "RequisitionToOrder", strOrgId);
      xmlDocument.setData("reportOrderOrg_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
    try {
      ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "M_Pricelist_ID",
          "", "Purchase Pricelist", Utility.getContext(this, vars, "#AccessibleOrgTree",
              "RequisitionToOrder"), Utility.getContext(this, vars, "#User_Client",
              "RequisitionToOrder"), 0);
      Utility.fillSQLParameters(this, vars, null, comboTableData, "RequisitionToOrder",
          strPriceListId);
      xmlDocument.setData("reportPriceList_ID", "liststructure", comboTableData.select(false));
      comboTableData = null;
    } catch (Exception ex) {
      throw new ServletException(ex);
    }
    response.setContentType("text/html; charset=UTF-8");
View Full Code Here

TOP

Related Classes of org.openbravo.erpCommon.utility.ComboTableData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.