@Service public class ItemMovimentoBemService extends br.inf.thema.erp.infra.service.ManutencaoService<ItemMovimentoBemVo>
Modifier and Type | Field and Description |
---|---|
private ItemMovimentoBemDao |
itemMovimentoBemDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
ItemMovimentoBemService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<ItemMovimentoBemVo> |
getDao() |
void |
salvar(ItemMovimentoBemVo entidade) |
private static final long serialVersionUID
@Autowired private ItemMovimentoBemDao itemMovimentoBemDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<ItemMovimentoBemVo> getDao()
public void salvar(ItemMovimentoBemVo entidade) throws br.inf.thema.erp.infra.exception.ErpException
salvar
in interface br.inf.thema.erp.infra.Manutencao<ItemMovimentoBemVo>
salvar
in class br.inf.thema.erp.infra.service.ManutencaoService<ItemMovimentoBemVo>
br.inf.thema.erp.infra.exception.ErpException