.. java:import:: com.fasterxml.jackson.core JsonGenerator .. java:import:: com.fasterxml.jackson.databind ObjectWriter .. java:import:: com.fasterxml.jackson.databind SequenceWriter .. java:import:: com.fasterxml.jackson.dataformat.csv CsvGenerator .. java:import:: com.fasterxml.jackson.dataformat.csv CsvMapper .. java:import:: com.fasterxml.jackson.dataformat.csv CsvSchema .. java:import:: dk.magenta.datafordeler.core.database SessionManager .. java:import:: dk.magenta.datafordeler.core.user DafoUserDetails .. java:import:: dk.magenta.datafordeler.core.user DafoUserManager .. java:import:: dk.magenta.datafordeler.core.util LoggerHelper .. java:import:: dk.magenta.datafordeler.cpr CprRolesDefinition .. java:import:: dk.magenta.datafordeler.statistik StatistikRolesDefinition .. java:import:: dk.magenta.datafordeler.statistik.reportExecution ReportAssignment .. java:import:: dk.magenta.datafordeler.statistik.reportExecution ReportProgressStatus .. java:import:: dk.magenta.datafordeler.statistik.reportExecution ReportSyncHandler .. java:import:: dk.magenta.datafordeler.statistik.utils Filter .. java:import:: org.apache.commons.io IOUtils .. java:import:: org.apache.commons.lang StringUtils .. java:import:: org.apache.logging.log4j LogManager .. java:import:: org.apache.logging.log4j Logger .. java:import:: org.hibernate Session .. java:import:: org.springframework.beans.factory.annotation Autowired .. java:import:: org.springframework.beans.factory.annotation Value .. java:import:: org.springframework.http HttpStatus .. java:import:: javax.servlet.http HttpServletRequest .. java:import:: javax.servlet.http HttpServletResponse .. java:import:: java.io File .. java:import:: java.io FileOutputStream .. java:import:: java.io IOException .. java:import:: java.io OutputStream .. java:import:: java.net URLEncoder .. java:import:: java.nio.charset StandardCharsets .. java:import:: java.time.format DateTimeFormatter .. java:import:: java.util.function Consumer .. java:import:: java.util.regex Matcher .. java:import:: java.util.regex Pattern StatisticsService.ServiceName ============================= .. java:package:: dk.magenta.datafordeler.statistik.services :noindex: .. java:type:: public enum ServiceName :outertype: StatisticsService Enum Constants -------------- ADDRESS ^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName ADDRESS :outertype: StatisticsService.ServiceName ADOPTION ^^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName ADOPTION :outertype: StatisticsService.ServiceName BIRTH ^^^^^ .. java:field:: public static final StatisticsService.ServiceName BIRTH :outertype: StatisticsService.ServiceName CIVILSTATUS ^^^^^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName CIVILSTATUS :outertype: StatisticsService.ServiceName COLLECTIVE ^^^^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName COLLECTIVE :outertype: StatisticsService.ServiceName DEATH ^^^^^ .. java:field:: public static final StatisticsService.ServiceName DEATH :outertype: StatisticsService.ServiceName LOCALITY ^^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName LOCALITY :outertype: StatisticsService.ServiceName MOVEMENT ^^^^^^^^ .. java:field:: public static final StatisticsService.ServiceName MOVEMENT :outertype: StatisticsService.ServiceName ROAD ^^^^ .. java:field:: public static final StatisticsService.ServiceName ROAD :outertype: StatisticsService.ServiceName STATUS ^^^^^^ .. java:field:: public static final StatisticsService.ServiceName STATUS :outertype: StatisticsService.ServiceName Methods ------- fromText ^^^^^^^^ .. java:method:: public static Optional fromText(String text) :outertype: StatisticsService.ServiceName getIdentifier ^^^^^^^^^^^^^ .. java:method:: public String getIdentifier() :outertype: StatisticsService.ServiceName