Examples of TipoSitOcupacionalJaCadastradoException


Examples of maissocial.exception.TipoSitOcupacionalJaCadastradoException

        TipoSitOcupacional to2 = this.toRep.pesquisarTipoSitOcupacionalPorDescricao(to.getDescricao());
        if(to2 == null){
            this.toRep.salvarTipoSitOcupacional(to);
        }else{
            throw new TipoSitOcupacionalJaCadastradoException("Tipo de Situação Ocupacional já cadastrada!");
        }

    }
View Full Code Here

Examples of maissocial.exception.TipoSitOcupacionalJaCadastradoException

        TipoSitOcupacional to2 = this.toRep.pesquisarTipoSitOcupacionalPorDescricao(to.getDescricao());
        if(to2 == null){
            this.toRep.alterarTipoSitOcupacional(to);
        }else{
            throw new TipoSitOcupacionalJaCadastradoException("Tipo de Situação Ocupacional já cadastrada!");
        }
    }
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.