@Service public class TransferenciaItemService extends br.inf.thema.erp.infra.service.ManutencaoService<TransferenciaItemVO>
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private TransferenciaItemDao |
transferenciaItemDao |
Constructor and Description |
---|
TransferenciaItemService() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TransferenciaItemVO> |
consultaAcaoItens(java.lang.Long transferencia,
java.lang.Long localOrigem) |
br.inf.thema.erp.infra.dao.ManutencaoDao<TransferenciaItemVO> |
getDao() |
java.lang.Double |
getValorDisponivel(TransferenciaItem transferenciaItem) |
private static final long serialVersionUID
@Autowired private TransferenciaItemDao transferenciaItemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<TransferenciaItemVO> getDao()
public java.lang.Double getValorDisponivel(TransferenciaItem transferenciaItem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<TransferenciaItemVO> consultaAcaoItens(java.lang.Long transferencia, java.lang.Long localOrigem) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException