@Service public class AditivoAtaItemService extends br.inf.thema.erp.infra.service.ManutencaoService<AditivoAtaItem>
Modifier and Type | Field and Description |
---|---|
private AditivoAtaItemDao |
aditivoAtaItemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
AditivoAtaItemService() |
Modifier and Type | Method and Description |
---|---|
void |
definePercentualReajuste(java.lang.String tipo,
java.lang.Long aditivo,
java.lang.Double percentual,
java.util.List<ItemAtaRegistroPrecoVo> itens) |
br.inf.thema.erp.infra.dao.ManutencaoDao<AditivoAtaItem> |
getDao() |
java.util.List<AditivoAtaItemVo> |
listaFornecedorAta(java.lang.Long ata) |
java.util.List<AditivoAtaItemVo> |
listaItemAta(java.lang.Long ata) |
java.lang.Long |
obterContagemAtaPorTipo(java.lang.Long ata,
java.lang.Long tipo) |
private static final long serialVersionUID
@Autowired private AditivoAtaItemDao aditivoAtaItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<AditivoAtaItem> getDao()
public java.util.List<AditivoAtaItemVo> listaItemAta(java.lang.Long ata) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<AditivoAtaItemVo> listaFornecedorAta(java.lang.Long ata) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long obterContagemAtaPorTipo(java.lang.Long ata, java.lang.Long tipo) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void definePercentualReajuste(java.lang.String tipo, java.lang.Long aditivo, java.lang.Double percentual, java.util.List<ItemAtaRegistroPrecoVo> itens) throws br.inf.thema.erp.infra.dao.exception.ErpDaoException
br.inf.thema.erp.infra.dao.exception.ErpDaoException