Package pl.zgora.uz.wmie.fe.sps.business.service

Examples of pl.zgora.uz.wmie.fe.sps.business.service.CompanyService.deleteById()


public class CompanyAjaxAction {
 
  public void deleteSelectedCompany(Integer id) throws Exception {
    CompanyService companyService = (CompanyService) BusinessUtil
        .findBusiness("CompanyService");
    companyService.deleteById(id);
  }
 
  public String isLoginUnique(String login) throws Exception {
    CompanyService companyService=(CompanyService) BusinessUtil
        .findBusiness("CompanyService");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.