Class AdminapiXMLExporter

java.lang.Object
net.anotheria.anosite.gen.shared.service.AdminapiXMLExporter

public class AdminapiXMLExporter extends Object
  • Constructor Details

    • AdminapiXMLExporter

      public AdminapiXMLExporter()
  • Method Details

    • createCompleteXMLExport

      public static net.anotheria.util.xml.XMLTree createCompleteXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (ano-util) with data from all modules.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeCompleteXMLExportToStream

      public static void writeCompleteXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write XML data from all modules into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeCompleteXMLExportToFile

      public static void writeCompleteXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write XML data from all modules into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASGenericDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASGenericDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASGenericData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASGenericDataXMLExportToStream

      public static void writeASGenericDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASGenericData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASGenericDataXMLExportToFile

      public static void writeASGenericDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASGenericData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASCustomDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASCustomDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASCustomData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASCustomDataXMLExportToStream

      public static void writeASCustomDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASCustomData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASCustomDataXMLExportToFile

      public static void writeASCustomDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASCustomData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASFederatedDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASFederatedDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASFederatedData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASFederatedDataXMLExportToStream

      public static void writeASFederatedDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASFederatedData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASFederatedDataXMLExportToFile

      public static void writeASFederatedDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASFederatedData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createImagesXMLExport

      public static net.anotheria.util.xml.XMLTree createImagesXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from Images data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeImagesXMLExportToStream

      public static void writeImagesXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write Images as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeImagesXMLExportToFile

      public static void writeImagesXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write Images as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASLayoutDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASLayoutDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASLayoutData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASLayoutDataXMLExportToStream

      public static void writeASLayoutDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASLayoutData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASLayoutDataXMLExportToFile

      public static void writeASLayoutDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASLayoutData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASSiteDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASSiteDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASSiteData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASSiteDataXMLExportToStream

      public static void writeASSiteDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASSiteData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASSiteDataXMLExportToFile

      public static void writeASSiteDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASSiteData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASSiteConfigXMLExport

      public static net.anotheria.util.xml.XMLTree createASSiteConfigXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASSiteConfig data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASSiteConfigXMLExportToStream

      public static void writeASSiteConfigXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASSiteConfig as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASSiteConfigXMLExportToFile

      public static void writeASSiteConfigXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASSiteConfig as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASWebDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASWebDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASWebData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASWebDataXMLExportToStream

      public static void writeASWebDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASWebData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASWebDataXMLExportToFile

      public static void writeASWebDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASWebData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASResourceDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASResourceDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASResourceData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASResourceDataXMLExportToStream

      public static void writeASResourceDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASResourceData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASResourceDataXMLExportToFile

      public static void writeASResourceDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASResourceData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASGenericActionXMLExport

      public static net.anotheria.util.xml.XMLTree createASGenericActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASGenericAction data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASGenericActionXMLExportToStream

      public static void writeASGenericActionXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASGenericAction as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASGenericActionXMLExportToFile

      public static void writeASGenericActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASGenericAction as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASCustomActionXMLExport

      public static net.anotheria.util.xml.XMLTree createASCustomActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASCustomAction data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASCustomActionXMLExportToStream

      public static void writeASCustomActionXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASCustomAction as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASCustomActionXMLExportToFile

      public static void writeASCustomActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASCustomAction as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASActionXMLExport

      public static net.anotheria.util.xml.XMLTree createASActionXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASAction data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASActionXMLExportToStream

      public static void writeASActionXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASAction as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASActionXMLExportToFile

      public static void writeASActionXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASAction as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASWizardDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASWizardDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASWizardData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASWizardDataXMLExportToStream

      public static void writeASWizardDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASWizardData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASWizardDataXMLExportToFile

      public static void writeASWizardDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASWizardData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASUserDataXMLExport

      public static net.anotheria.util.xml.XMLTree createASUserDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASUserData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASUserDataXMLExportToStream

      public static void writeASUserDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASUserData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASUserDataXMLExportToFile

      public static void writeASUserDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASUserData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createAnoAccessConfigurationXMLExport

      public static net.anotheria.util.xml.XMLTree createAnoAccessConfigurationXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from AnoAccessConfiguration data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeAnoAccessConfigurationXMLExportToStream

      public static void writeAnoAccessConfigurationXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write AnoAccessConfiguration as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeAnoAccessConfigurationXMLExportToFile

      public static void writeAnoAccessConfigurationXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write AnoAccessConfiguration as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createAnoAccessApplicationDataXMLExport

      public static net.anotheria.util.xml.XMLTree createAnoAccessApplicationDataXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from AnoAccessApplicationData data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeAnoAccessApplicationDataXMLExportToStream

      public static void writeAnoAccessApplicationDataXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write AnoAccessApplicationData as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeAnoAccessApplicationDataXMLExportToFile

      public static void writeAnoAccessApplicationDataXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write AnoAccessApplicationData as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASFeatureXMLExport

      public static net.anotheria.util.xml.XMLTree createASFeatureXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASFeature data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASFeatureXMLExportToStream

      public static void writeASFeatureXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASFeature as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASFeatureXMLExportToFile

      public static void writeASFeatureXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASFeature as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASExperimentXMLExport

      public static net.anotheria.util.xml.XMLTree createASExperimentXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASExperiment data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASExperimentXMLExportToStream

      public static void writeASExperimentXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASExperiment as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASExperimentXMLExportToFile

      public static void writeASExperimentXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASExperiment as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createASBrandXMLExport

      public static net.anotheria.util.xml.XMLTree createASBrandXMLExport() throws net.anotheria.asg.exception.ASGRuntimeException
      Create an XML Document (jdom) from ASBrand data for export.
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASBrandXMLExportToStream

      public static void writeASBrandXMLExportToStream(OutputStream target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASBrand as XML into given stream.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • writeASBrandXMLExportToFile

      public static void writeASBrandXMLExportToFile(File target) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Write ASBrand as XML into given file.
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • main

      public static void main(String[] a) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • interactiveMode

      public static void interactiveMode(String[] a) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • automaticMode

      public static void automaticMode(String[] a) throws IOException, net.anotheria.asg.exception.ASGRuntimeException
      Throws:
      IOException
      net.anotheria.asg.exception.ASGRuntimeException
    • createExportForInput

      public static final net.anotheria.util.xml.XMLTree createExportForInput(String input) throws net.anotheria.asg.exception.ASGRuntimeException
      Throws:
      net.anotheria.asg.exception.ASGRuntimeException