@Service public class ItemEmpresaLicitacaoService extends br.inf.thema.erp.infra.service.ManutencaoService<ItemEmpresaLicitacaoVo>
Modifier and Type | Field and Description |
---|---|
private ItemEmpresaLicitacaoDao |
itemEmpresaLicitacaoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItemEmpresaLicitacaoService() |
Modifier and Type | Method and Description |
---|---|
void |
copiaValoresPlanItemEmpresa(ItemEmpresaLicitacaoVo entidade) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ItemEmpresaLicitacaoVo> |
getDao() |
java.util.List<ItemEmpresaLicitacaoVo> |
recuperarPorEmpresaLicitacaoItem(java.util.Map<java.lang.String,java.lang.Object> parametros) |
private static final long serialVersionUID
@Autowired private ItemEmpresaLicitacaoDao itemEmpresaLicitacaoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItemEmpresaLicitacaoVo> getDao()
public java.util.List<ItemEmpresaLicitacaoVo> recuperarPorEmpresaLicitacaoItem(java.util.Map<java.lang.String,java.lang.Object> parametros) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
@Transactional(rollbackFor={java.lang.Exception.class,java.lang.RuntimeException.class}) public void copiaValoresPlanItemEmpresa(ItemEmpresaLicitacaoVo entidade) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException