@Service public class ItensSolicitacaoPrecoService extends br.inf.thema.erp.infra.service.ManutencaoService<ItensSolicitacaoPreco>
Modifier and Type | Field and Description |
---|---|
private ItensSolicitacaoPrecoDao |
itensSolicitacaoPrecoDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItensSolicitacaoPrecoService() |
Modifier and Type | Method and Description |
---|---|
void |
apagarTodos(java.lang.Long itemSolicitacao) |
void |
apagarTodosPorMovimento(java.lang.Long movimento) |
br.inf.thema.erp.infra.dao.ManutencaoDao<ItensSolicitacaoPreco> |
getDao() |
private static final long serialVersionUID
@Autowired private ItensSolicitacaoPrecoDao itensSolicitacaoPrecoDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItensSolicitacaoPreco> getDao()
@Transactional(rollbackFor={java.lang.RuntimeException.class,java.lang.Exception.class}) public void apagarTodos(java.lang.Long itemSolicitacao) 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 apagarTodosPorMovimento(java.lang.Long movimento) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException