public class Is24CsvReader extends AbstractCsvReader<org.openestate.io.is24_csv.Is24CsvParser>
Constructor and Description |
---|
Is24CsvReader() |
Is24CsvReader(Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected AgentImpl |
createAgent(org.openestate.io.is24_csv.Is24CsvRecord record) |
protected EstateAttachmentImpl |
createAttachment(org.openestate.io.is24_csv.types.Datei datei,
String estateId) |
protected AgentContactImpl |
createContact(org.openestate.io.is24_csv.Is24CsvRecord record) |
protected EstateImpl |
createEstate(org.openestate.io.is24_csv.Is24CsvRecord record) |
protected org.openestate.io.is24_csv.Is24CsvParser |
createParser(InputStream csvInput) |
protected org.openestate.io.is24_csv.Is24CsvParser |
createParser(Reader csvReader) |
protected OpenEstateAction |
getAction(org.openestate.io.is24_csv.types.Vermarktungsart vermarktung) |
protected OpenEstateAction |
getAction(org.openestate.io.is24_csv.types.VermarktungsartGewerbe vermarktung) |
protected Boolean |
getBoolean(org.openestate.io.is24_csv.types.Auswahl auswahl) |
protected BuildableAccordingTo.Option |
getBuildableAccordingTo(org.openestate.io.is24_csv.types.BebaubarNach bebaubarNach) |
protected BuildableWith.Option[] |
getBuildableWith(org.openestate.io.is24_csv.types.NutzungGrundstueckGewerbe[] nutzungen) |
protected BuildableWith.Option[] |
getBuildableWith(org.openestate.io.is24_csv.types.NutzungGrundstueckWohnen[] nutzungen) |
protected CarParkingType.Option |
getCarParkingType(org.openestate.io.is24_csv.types.Stellplatz stellplatz) |
protected CommercialZone.Option |
getCommercialZone(org.openestate.io.is24_csv.types.Lage lage) |
protected ConditionType.Option |
getConditionType(org.openestate.io.is24_csv.types.Objektzustand zustand) |
protected ConstructionPhase.Option |
getConstructionPhase(org.openestate.io.is24_csv.types.Bauphase bauphase) |
protected String |
getCountry(String country) |
protected Development.Option |
getDevelopment(org.openestate.io.is24_csv.types.Erschliessung erschliessung) |
protected Equipment.Option |
getEquipment(org.openestate.io.is24_csv.types.Ausstattung ausstattung) |
protected FlooringMaterial.Option |
getFlooringMaterial(org.openestate.io.is24_csv.types.Bodenbelag bodenbelag) |
protected Furnished.Option |
getFurnished(Boolean moebliert) |
protected GenderOfRequestedFlatmates.Option |
getGenderOfRequestedFlatmates(org.openestate.io.is24_csv.types.Geschlecht geschlecht) |
protected NonSmoker.Option |
getNonSmoker(org.openestate.io.is24_csv.types.Rauchen rauchen) |
protected Pets.Option |
getPets(org.openestate.io.is24_csv.types.Auswahl haustiere) |
protected RentFlatRatePer.Option |
getRentFlatRatePer(org.openestate.io.is24_csv.types.PauschalmietePro pro) |
protected SupplyAccess.Option |
getSupplyAccess(org.openestate.io.is24_csv.types.Zulieferung zulieferung) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieAnlageobjekt kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeBueroPraxen kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeEinzelhandel kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeGastronomieHotel kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeHalleProduktion kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeSonstiges kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieGrundstueck kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieHaus kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieStellplatz kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieWohnenAufZeit kat) |
protected OpenEstateType |
getType(org.openestate.io.is24_csv.types.ObjektkategorieWohnung kat) |
protected TypeOfBeaconing.Option[] |
getTypeOfBeaconing(org.openestate.io.is24_csv.types.Befeuerungsart[] arten) |
protected TypeOfHeating.Option |
getTypeOfHeating(org.openestate.io.is24_csv.types.Heizungsart heizung) |
protected TypeOfHeating.Option |
getTypeOfHeating(org.openestate.io.is24_csv.types.HeizungsartWohnenAufZeit heizung) |
protected UndergroundLevel.Option |
getUndergroundLevel(Boolean keller) |
protected void |
initRecord(org.openestate.io.is24_csv.Is24CsvRecord record) |
protected AgencyImpl |
readAgency(org.openestate.io.is24_csv.Is24CsvParser parser) |
protected TransferImpl |
readTransfer(org.openestate.io.is24_csv.Is24CsvParser parser) |
protected void |
setupEnergiepass(EstateImpl estate,
org.openestate.io.is24_csv.types.EnergieausweisTyp typ,
BigDecimal kennwert,
Boolean warmwasser) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.Anlageobjekt record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GewerbeBueroPraxis record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GewerbeEinzelhandel record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GewerbeGastronomieHotel record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GewerbeHalleProduktion record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GewerbeSonstiges record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GrundstueckGewerbe record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.GrundstueckWohnen record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.HausKauf record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.HausMiete record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.StellplatzKauf record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.StellplatzMiete record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.WohnenAufZeit record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.WohnungKauf record) |
protected void |
setupEstate(EstateImpl estate,
org.openestate.io.is24_csv.records.WohnungMiete record) |
readAgency, readAgency, readAgency, readAgency, readTransfer, readTransfer, readTransfer, readTransfer
createEmptyAgency, createEmptyAgent, createEmptyAttachment, createEmptyContact, createEmptyEstate, createEmptyLink, createEmptyTransfer, createEmptyTransferAgency, getErrorMap, getErrorMessages, getErrors, getOpenEstateLanguage, putError, putErrors, setOpenEstateLanguage
public Is24CsvReader()
public Is24CsvReader(Locale locale)
protected AgentImpl createAgent(org.openestate.io.is24_csv.Is24CsvRecord record)
protected EstateAttachmentImpl createAttachment(org.openestate.io.is24_csv.types.Datei datei, String estateId)
protected AgentContactImpl createContact(org.openestate.io.is24_csv.Is24CsvRecord record)
protected EstateImpl createEstate(org.openestate.io.is24_csv.Is24CsvRecord record) throws OpenEstateException
OpenEstateException
protected org.openestate.io.is24_csv.Is24CsvParser createParser(InputStream csvInput) throws IOException
createParser
in class AbstractCsvReader<org.openestate.io.is24_csv.Is24CsvParser>
IOException
protected org.openestate.io.is24_csv.Is24CsvParser createParser(Reader csvReader) throws IOException
createParser
in class AbstractCsvReader<org.openestate.io.is24_csv.Is24CsvParser>
IOException
protected OpenEstateAction getAction(org.openestate.io.is24_csv.types.Vermarktungsart vermarktung)
protected OpenEstateAction getAction(org.openestate.io.is24_csv.types.VermarktungsartGewerbe vermarktung)
protected Boolean getBoolean(org.openestate.io.is24_csv.types.Auswahl auswahl)
protected BuildableAccordingTo.Option getBuildableAccordingTo(org.openestate.io.is24_csv.types.BebaubarNach bebaubarNach)
protected BuildableWith.Option[] getBuildableWith(org.openestate.io.is24_csv.types.NutzungGrundstueckGewerbe[] nutzungen)
protected BuildableWith.Option[] getBuildableWith(org.openestate.io.is24_csv.types.NutzungGrundstueckWohnen[] nutzungen)
protected CarParkingType.Option getCarParkingType(org.openestate.io.is24_csv.types.Stellplatz stellplatz)
protected CommercialZone.Option getCommercialZone(org.openestate.io.is24_csv.types.Lage lage)
protected ConditionType.Option getConditionType(org.openestate.io.is24_csv.types.Objektzustand zustand)
protected ConstructionPhase.Option getConstructionPhase(org.openestate.io.is24_csv.types.Bauphase bauphase)
protected Development.Option getDevelopment(org.openestate.io.is24_csv.types.Erschliessung erschliessung)
protected Equipment.Option getEquipment(org.openestate.io.is24_csv.types.Ausstattung ausstattung)
protected FlooringMaterial.Option getFlooringMaterial(org.openestate.io.is24_csv.types.Bodenbelag bodenbelag)
protected Furnished.Option getFurnished(Boolean moebliert)
protected GenderOfRequestedFlatmates.Option getGenderOfRequestedFlatmates(org.openestate.io.is24_csv.types.Geschlecht geschlecht)
protected NonSmoker.Option getNonSmoker(org.openestate.io.is24_csv.types.Rauchen rauchen)
protected Pets.Option getPets(org.openestate.io.is24_csv.types.Auswahl haustiere)
protected RentFlatRatePer.Option getRentFlatRatePer(org.openestate.io.is24_csv.types.PauschalmietePro pro)
protected SupplyAccess.Option getSupplyAccess(org.openestate.io.is24_csv.types.Zulieferung zulieferung)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieAnlageobjekt kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeBueroPraxen kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeEinzelhandel kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeGastronomieHotel kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeHalleProduktion kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGewerbeSonstiges kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieGrundstueck kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieHaus kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieStellplatz kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieWohnenAufZeit kat)
protected OpenEstateType getType(org.openestate.io.is24_csv.types.ObjektkategorieWohnung kat)
protected TypeOfBeaconing.Option[] getTypeOfBeaconing(org.openestate.io.is24_csv.types.Befeuerungsart[] arten)
protected TypeOfHeating.Option getTypeOfHeating(org.openestate.io.is24_csv.types.Heizungsart heizung)
protected TypeOfHeating.Option getTypeOfHeating(org.openestate.io.is24_csv.types.HeizungsartWohnenAufZeit heizung)
protected UndergroundLevel.Option getUndergroundLevel(Boolean keller)
protected void initRecord(org.openestate.io.is24_csv.Is24CsvRecord record)
protected AgencyImpl readAgency(org.openestate.io.is24_csv.Is24CsvParser parser)
readAgency
in class AbstractCsvReader<org.openestate.io.is24_csv.Is24CsvParser>
protected TransferImpl readTransfer(org.openestate.io.is24_csv.Is24CsvParser parser)
readTransfer
in class AbstractCsvReader<org.openestate.io.is24_csv.Is24CsvParser>
protected void setupEnergiepass(EstateImpl estate, org.openestate.io.is24_csv.types.EnergieausweisTyp typ, BigDecimal kennwert, Boolean warmwasser)
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.Anlageobjekt record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GewerbeBueroPraxis record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GewerbeEinzelhandel record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GewerbeGastronomieHotel record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GewerbeHalleProduktion record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GewerbeSonstiges record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GrundstueckGewerbe record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.GrundstueckWohnen record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.HausKauf record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.HausMiete record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.StellplatzKauf record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.StellplatzMiete record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.WohnenAufZeit record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.WohnungKauf record) throws OpenEstateException
OpenEstateException
protected void setupEstate(EstateImpl estate, org.openestate.io.is24_csv.records.WohnungMiete record) throws OpenEstateException
OpenEstateException
Copyright © 2019 OpenEstate. All rights reserved.