* @throws ECARException
*/
public AcompRefLimitesArl getAcompRefLimitesByAcompReferenciaTipoFuncAcomp(
TipoFuncAcompTpfa funcAcomp,
AcompReferenciaAref acompanhamento) throws ECARException{
AcompRefLimitesArlPK pk = new AcompRefLimitesArlPK();
pk.setCodAref(acompanhamento.getCodAref());
pk.setCodTpfa(funcAcomp.getCodTpfa());
try{
AcompRefLimitesArl acomp = (AcompRefLimitesArl) this.buscar(AcompRefLimitesArl.class, pk);
return acomp;
} catch (ECARException e){
//n�o � necess�rio lan�ar exce��o aqui