@Service public class CentralUsuarioService extends br.inf.thema.erp.infra.service.ManutencaoService<CentralUsuarioVo>
Modifier and Type | Field and Description |
---|---|
private CentralUsuarioDao |
centralUsuarioDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
CentralUsuarioService() |
Modifier and Type | Method and Description |
---|---|
br.inf.thema.erp.infra.dao.ManutencaoDao<CentralUsuarioVo> |
getDao() |
java.util.List<br.inf.thema.erp.padraoBasico.vo.UsuarioVo> |
recuperarUsuarioCompleto() |
private static final long serialVersionUID
@Autowired private CentralUsuarioDao centralUsuarioDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<CentralUsuarioVo> getDao()
public java.util.List<br.inf.thema.erp.padraoBasico.vo.UsuarioVo> recuperarUsuarioCompleto() throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException