Package sn.unitech.stock.entity

Examples of sn.unitech.stock.entity.SysAdherGroupProd


  public void saveClasseProduit(ActionEvent a){
    this.sysGroupProd.setSysActivite(new SysActivite(Integer.parseInt(this.cproperties.idActivite)));
    this.sysAdherGroupProd.setSysAdherent(getParamsUser().adherent);
    if(this.sysGroupProdM.saveGroupProduit(sysGroupProd,sysAdherGroupProd)){
    this.setSysGroupProd(new SysGroupProd());
    this.setSysAdherGroupProd(new SysAdherGroupProd());
    this.cmessages.setSaveMessage(ToolsBean.getToolsBean().getBundleMessage("msgSucces"));
    }else this.cmessages.setSaveMessage(ToolsBean.getToolsBean().getBundleMessage("msgEchec"));

  }
View Full Code Here

TOP

Related Classes of sn.unitech.stock.entity.SysAdherGroupProd

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.