.. java:import:: com.fasterxml.jackson.core JsonProcessingException .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.http MediaType .. java:import:: org.springframework.web.bind.annotation PathVariable .. java:import:: org.springframework.web.bind.annotation RequestMapping .. java:import:: org.springframework.web.bind.annotation RequestMethod .. java:import:: org.springframework.web.bind.annotation RestController .. java:import:: org.springframework.web.servlet.mvc.method.annotation StreamingResponseBody .. java:import:: javax.servlet.http HttpServletRequest .. java:import:: java.io IOException AliasService ============ .. java:package:: dk.magenta.datafordeler.prisme :noindex: .. java:type:: @RestController @RequestMapping public class AliasService Methods ------- getCprBulk ^^^^^^^^^^ .. java:method:: @RequestMapping public StreamingResponseBody getCprBulk(HttpServletRequest request) throws AccessDeniedException, AccessRequiredException, InvalidTokenException, InvalidClientInputException, IOException, HttpNotFoundException, InvalidCertificateException :outertype: AliasService getCprBulkDeprecate ^^^^^^^^^^^^^^^^^^^ .. java:method:: @RequestMapping public StreamingResponseBody getCprBulkDeprecate(HttpServletRequest request) throws AccessDeniedException, AccessRequiredException, InvalidTokenException, InvalidClientInputException, IOException, HttpNotFoundException, InvalidCertificateException :outertype: AliasService getCprSingle ^^^^^^^^^^^^ .. java:method:: @RequestMapping public String getCprSingle(String cprNummer, HttpServletRequest request) throws AccessDeniedException, AccessRequiredException, InvalidTokenException, InvalidClientInputException, JsonProcessingException, HttpNotFoundException, InvalidCertificateException :outertype: AliasService getCvrBulk ^^^^^^^^^^ .. java:method:: @RequestMapping public StreamingResponseBody getCvrBulk(HttpServletRequest request) throws HttpNotFoundException, InvalidTokenException, IOException, InvalidClientInputException, AccessDeniedException, AccessRequiredException, InvalidCertificateException :outertype: AliasService getCvrSingle ^^^^^^^^^^^^ .. java:method:: @RequestMapping public String getCvrSingle(String cvrNummer, HttpServletRequest request) throws JsonProcessingException, DataFordelerException :outertype: AliasService