public class ImmoXmlReader extends AbstractXmlReader<org.openestate.io.immoxml.ImmoXmlDocument,org.openestate.io.immoxml.xml.Immoxml>
Constructor and Description |
---|
ImmoXmlReader() |
ImmoXmlReader(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected AgentImpl |
convertAnbieter(org.openestate.io.immoxml.xml.Anbieter anbieter) |
protected EstateImpl |
convertImmobilie(org.openestate.io.immoxml.xml.Immobilie immobilie,
Map<String,AgentContactImpl> contacts) |
protected AgencyImpl |
convertToAgency(org.openestate.io.immoxml.xml.Immoxml src) |
protected TransferImpl |
convertToTransfer(org.openestate.io.immoxml.xml.Immoxml src) |
protected org.openestate.io.immoxml.ImmoXmlDocument |
createXmlDocument(Document doc) |
protected String |
getEstateId(org.openestate.io.immoxml.xml.Immobilie i) |
protected String |
getEstateId(org.openestate.io.immoxml.xml.VerwaltungTechn v) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.BueroPraxen.BueroTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Einzelhandel.HandelTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.FreizeitimmobilieGewerblich.FreizeitTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Gastgewerbe.GastgewTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Grundstueck.GrundstTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.HallenLagerProd.HallenTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Haus.Haustyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.LandUndForstwirtschaft.LandTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Nutzungsart type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Sonstige.SonstigeTyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Wohnung.Wohnungtyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.Zimmer.Zimmertyp type) |
protected OpenEstateType |
getEstateType(org.openestate.io.immoxml.xml.ZinshausRenditeobjekt.ZinsTyp type) |
protected void |
readImmobilieAnhaenge(org.openestate.io.immoxml.xml.Anhaenge anhaenge,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieAusstattung(org.openestate.io.immoxml.xml.Ausstattung ausstattung,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieFlaechen(org.openestate.io.immoxml.xml.Flaechen flaechen,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieFreitexte(org.openestate.io.immoxml.xml.Freitexte freitexte,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieGeo(org.openestate.io.immoxml.xml.Geo geo,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieInfrastruktur(org.openestate.io.immoxml.xml.Infrastruktur infrastruktur,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieKontaktperson(org.openestate.io.immoxml.xml.Kontaktperson person,
EstateImpl destEstate,
List<OpenEstateType> types,
Map<String,AgentContactImpl> contacts,
String estateId) |
protected void |
readImmobilieObjektkategorie(org.openestate.io.immoxml.xml.Immobilie immobilie,
EstateImpl destEstate,
String estateId) |
protected void |
readImmobiliePreise(org.openestate.io.immoxml.xml.Preise preise,
org.openestate.io.immoxml.xml.Ausstattung ausstattung,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieVerwaltungObjekt(org.openestate.io.immoxml.xml.VerwaltungObjekt verwaltung_objekt,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieVerwaltungTechn(org.openestate.io.immoxml.xml.VerwaltungTechn verwaltung_techn,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieWeitereAdressen(List<org.openestate.io.immoxml.xml.WeitereAdresse> adressen,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
protected void |
readImmobilieZustandAngaben(org.openestate.io.immoxml.xml.ZustandAngaben zustand,
EstateImpl destEstate,
List<OpenEstateType> types,
String estateId) |
createXmlDocument, createXmlDocument, createXmlDocument, isNamespaceAware, readAgency, readAgency, readAgency, readAgency, readAgency, readTransfer, readTransfer, readTransfer, readTransfer, readTransfer
createEmptyAgency, createEmptyAgent, createEmptyAttachment, createEmptyContact, createEmptyEstate, createEmptyLink, createEmptyTransfer, createEmptyTransferAgency, getErrorMap, getErrorMessages, getErrors, getOpenEstateLanguage, putError, putErrors, setOpenEstateLanguage
public ImmoXmlReader()
public ImmoXmlReader(Locale locale)
protected AgentImpl convertAnbieter(org.openestate.io.immoxml.xml.Anbieter anbieter)
protected EstateImpl convertImmobilie(org.openestate.io.immoxml.xml.Immobilie immobilie, Map<String,AgentContactImpl> contacts)
protected AgencyImpl convertToAgency(org.openestate.io.immoxml.xml.Immoxml src)
convertToAgency
in class AbstractXmlReader<org.openestate.io.immoxml.ImmoXmlDocument,org.openestate.io.immoxml.xml.Immoxml>
protected TransferImpl convertToTransfer(org.openestate.io.immoxml.xml.Immoxml src)
convertToTransfer
in class AbstractXmlReader<org.openestate.io.immoxml.ImmoXmlDocument,org.openestate.io.immoxml.xml.Immoxml>
protected org.openestate.io.immoxml.ImmoXmlDocument createXmlDocument(Document doc)
createXmlDocument
in class AbstractXmlReader<org.openestate.io.immoxml.ImmoXmlDocument,org.openestate.io.immoxml.xml.Immoxml>
protected final String getEstateId(org.openestate.io.immoxml.xml.Immobilie i)
protected String getEstateId(org.openestate.io.immoxml.xml.VerwaltungTechn v)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.BueroPraxen.BueroTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Einzelhandel.HandelTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.FreizeitimmobilieGewerblich.FreizeitTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Gastgewerbe.GastgewTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Grundstueck.GrundstTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.HallenLagerProd.HallenTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Haus.Haustyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.LandUndForstwirtschaft.LandTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Sonstige.SonstigeTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Wohnung.Wohnungtyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Zimmer.Zimmertyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.ZinshausRenditeobjekt.ZinsTyp type)
protected OpenEstateType getEstateType(org.openestate.io.immoxml.xml.Nutzungsart type)
protected void readImmobilieAnhaenge(org.openestate.io.immoxml.xml.Anhaenge anhaenge, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieAusstattung(org.openestate.io.immoxml.xml.Ausstattung ausstattung, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieFlaechen(org.openestate.io.immoxml.xml.Flaechen flaechen, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieFreitexte(org.openestate.io.immoxml.xml.Freitexte freitexte, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieGeo(org.openestate.io.immoxml.xml.Geo geo, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieInfrastruktur(org.openestate.io.immoxml.xml.Infrastruktur infrastruktur, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieKontaktperson(org.openestate.io.immoxml.xml.Kontaktperson person, EstateImpl destEstate, List<OpenEstateType> types, Map<String,AgentContactImpl> contacts, String estateId)
protected void readImmobilieObjektkategorie(org.openestate.io.immoxml.xml.Immobilie immobilie, EstateImpl destEstate, String estateId)
protected void readImmobiliePreise(org.openestate.io.immoxml.xml.Preise preise, org.openestate.io.immoxml.xml.Ausstattung ausstattung, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieVerwaltungObjekt(org.openestate.io.immoxml.xml.VerwaltungObjekt verwaltung_objekt, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieVerwaltungTechn(org.openestate.io.immoxml.xml.VerwaltungTechn verwaltung_techn, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieWeitereAdressen(List<org.openestate.io.immoxml.xml.WeitereAdresse> adressen, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
protected void readImmobilieZustandAngaben(org.openestate.io.immoxml.xml.ZustandAngaben zustand, EstateImpl destEstate, List<OpenEstateType> types, String estateId)
Copyright © 2019 OpenEstate. All rights reserved.