Package | Description |
---|---|
com.openindex.openestate.impl | |
com.openindex.openestate.impl.attribs | |
com.openindex.openestate.impl.types | |
com.openindex.openestate.impl.utils |
Modifier and Type | Method and Description |
---|---|
OpenEstateAttrib |
SearchAttribImpl.getAttribute() |
OpenEstateAttrib[] |
OpenEstateAttribGroup.getAttributes() |
static OpenEstateAttrib |
OpenEstateUtils.getPrimaryAreaAttrib(OpenEstateType type) |
static OpenEstateAttrib |
OpenEstateUtils.getPrimaryPriceAttrib(OpenEstateType type,
OpenEstateAction action) |
static OpenEstateAttrib |
OpenEstateUtils.lookupAttrib(String groupName,
String attribName) |
static OpenEstateAttrib |
OpenEstateAttrib.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenEstateAttrib[] |
OpenEstateAttrib.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<OpenEstateAttrib,AbstractAttribImpl> |
EstateImpl.getAttributes() |
List<OpenEstateAttrib> |
EstateImpl.getMissingRequiredAttributes() |
Modifier and Type | Method and Description |
---|---|
AbstractAttribImpl |
EstateImpl.getAttribute(OpenEstateAttrib attrib) |
boolean |
EstateImpl.hasAttribute(OpenEstateAttrib attrib) |
AbstractAttribImpl |
EstateImpl.removeAttribute(OpenEstateAttrib attrib) |
void |
SearchAttribImpl.setAttribute(OpenEstateAttrib attribute) |
Constructor and Description |
---|
SearchAttribImpl(OpenEstateAttrib attribute) |
Modifier and Type | Method and Description |
---|---|
OpenEstateAttrib |
AbstractAttribImpl.getAttrib() |
Modifier and Type | Method and Description |
---|---|
protected static CurrencyValue |
ComplexCurrencyAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Date |
SimpleTimeAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Enum[] |
ComplexEnumAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Boolean |
SimpleBooleanAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static EnergyConsumptionValue |
ComplexEnergyConsumptionAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static LengthValue |
ComplexLengthAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Number |
SimpleNumericAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static AreaValue |
ComplexAreaAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static VolumeValue |
ComplexVolumeAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Enum |
SimpleEnumAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static AreaValue |
ComplexAreaAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static EnergyConsumptionValue |
ComplexEnergyConsumptionAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static LengthValue |
ComplexLengthAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static String |
ComplexStringAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
ComplexStringAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
String language) |
protected static VolumeValue |
ComplexVolumeAttrib.get(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static BigDecimal |
ComplexCurrencyAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static BigDecimal |
SimpleNumericAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static BigDecimal |
ComplexAreaAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static BigDecimal |
ComplexEnergyConsumptionAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static BigDecimal |
ComplexLengthAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static BigDecimal |
ComplexVolumeAttrib.getAsBigDecimal(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static BigInteger |
ComplexCurrencyAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static BigInteger |
SimpleNumericAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static BigInteger |
ComplexAreaAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static BigInteger |
ComplexEnergyConsumptionAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static BigInteger |
ComplexLengthAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static BigInteger |
ComplexVolumeAttrib.getAsBigInteger(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static Calendar |
SimpleTimeAttrib.getAsCalendar(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Double |
ComplexCurrencyAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Double |
SimpleNumericAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Double |
ComplexAreaAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static Double |
ComplexEnergyConsumptionAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static Double |
ComplexLengthAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static Double |
ComplexVolumeAttrib.getAsDouble(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static Float |
ComplexCurrencyAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Float |
SimpleNumericAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Float |
ComplexAreaAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static Float |
ComplexEnergyConsumptionAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static Float |
ComplexLengthAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static Float |
ComplexVolumeAttrib.getAsFloat(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static Integer |
ComplexCurrencyAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Integer |
SimpleNumericAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Integer |
ComplexAreaAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static Integer |
ComplexEnergyConsumptionAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static Integer |
ComplexLengthAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static Integer |
ComplexVolumeAttrib.getAsInteger(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static Long |
ComplexCurrencyAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Long |
SimpleTimeAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Long |
SimpleNumericAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static Long |
ComplexAreaAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static Long |
ComplexEnergyConsumptionAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static Long |
ComplexLengthAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static Long |
ComplexVolumeAttrib.getAsLong(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static String |
ComplexCurrencyAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static String |
SimpleTimeAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static String |
SimpleBooleanAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static String |
SimpleNumericAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static String |
SimpleEnumAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib) |
protected static String |
ComplexAreaAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit) |
protected static String |
ComplexAreaAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue.Unit destUnit,
Locale locale) |
protected static String |
ComplexEnergyConsumptionAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit) |
protected static String |
ComplexEnergyConsumptionAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue.Unit destUnit,
Locale locale) |
protected static String |
ComplexLengthAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit) |
protected static String |
ComplexLengthAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue.Unit destUnit,
Locale locale) |
protected static String |
ComplexCurrencyAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
SimpleTimeAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
SimpleBooleanAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
SimpleNumericAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
SimpleEnumAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale) |
protected static String |
ComplexEnumAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
String valueSeparator) |
protected static String |
ComplexEnumAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
String valueSeparator,
Locale locale) |
protected static String |
ComplexVolumeAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit) |
protected static String |
ComplexVolumeAttrib.getAsString(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue.Unit destUnit,
Locale locale) |
protected static boolean |
ComplexEnumAttrib.hasOption(EstateImpl estate,
OpenEstateAttrib attrib,
Enum value) |
protected static void |
ComplexAreaAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
AreaValue value) |
protected static void |
SimpleBooleanAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Boolean value) |
protected static void |
SimpleTimeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Calendar value) |
protected static void |
ComplexCurrencyAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
CurrencyValue value) |
protected static void |
SimpleTimeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Date value) |
protected static void |
ComplexEnergyConsumptionAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
EnergyConsumptionValue value) |
protected static void |
SimpleEnumAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Enum value) |
protected static void |
ComplexEnumAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Enum[] value) |
protected static void |
ComplexLengthAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
LengthValue value) |
protected static void |
SimpleTimeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Long value) |
protected static void |
ComplexStringAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Map<String,String> value) |
protected static void |
ComplexCurrencyAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value) |
protected static void |
SimpleNumericAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value) |
protected static void |
ComplexAreaAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value,
AreaValue.Unit unit) |
protected static void |
ComplexEnergyConsumptionAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value,
EnergyConsumptionValue.Unit unit) |
protected static void |
ComplexLengthAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value,
LengthValue.Unit unit) |
protected static void |
ComplexVolumeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
Number value,
VolumeValue.Unit unit) |
protected static void |
ComplexCurrencyAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
SimpleTimeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
SimpleBooleanAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
SimpleNumericAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
SimpleEnumAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
ComplexEnumAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String[] value) |
protected static void |
ComplexAreaAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value,
AreaValue.Unit unit) |
protected static void |
ComplexEnergyConsumptionAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value,
EnergyConsumptionValue.Unit unit) |
protected static void |
ComplexLengthAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value,
LengthValue.Unit unit) |
protected static void |
ComplexVolumeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
String value,
VolumeValue.Unit unit) |
protected static void |
ComplexVolumeAttrib.put(EstateImpl estate,
OpenEstateAttrib attrib,
VolumeValue value) |
protected static void |
ComplexEnumAttrib.putOption(EstateImpl estate,
OpenEstateAttrib attrib,
Enum value) |
protected static void |
ComplexEnumAttrib.putOption(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
protected static void |
ComplexStringAttrib.putValue(EstateImpl estate,
OpenEstateAttrib attrib,
Locale locale,
String value) |
protected static void |
ComplexStringAttrib.putValue(EstateImpl estate,
OpenEstateAttrib attrib,
String language,
String value) |
protected static void |
ComplexEnumAttrib.removeOption(EstateImpl estate,
OpenEstateAttrib attrib,
Enum value) |
protected static void |
ComplexEnumAttrib.removeOption(EstateImpl estate,
OpenEstateAttrib attrib,
String value) |
Modifier and Type | Method and Description |
---|---|
OpenEstateAttrib[] |
AbstractTypeImpl.getAttribs()
Liefert alle allgemein registrierten Attribute.
|
OpenEstateAttrib[] |
AbstractTypeImpl.getAttribs(OpenEstateAction action)
Liefert alle allgemein registrierten Attribute sowie Vermarktungsattribute.
|
OpenEstateAttrib[] |
AbstractTypeImpl.getAttribs(OpenEstateAction action,
OpenEstateAttribGroup[] groups)
Liefert alle allgemein registrierten Attribute sowie Vermarktungsattribute zu bestimmten Attribut-Gruppen.
|
OpenEstateAttrib[] |
AbstractTypeImpl.getAttribsByAction(OpenEstateAction action)
Liefert die registrierten Attribute einer Vermarktungsart.
|
OpenEstateAttrib[] |
AbstractTypeImpl.getAttribsByGroup(OpenEstateAttribGroup group)
Liefert die registrierten Attribute einer Attributgruppe.
|
OpenEstateAttrib |
AbstractTypeImpl.getPrimaryAreaAttrib() |
OpenEstateAttrib |
AbstractTypeImpl.getPrimaryPriceAttrib(OpenEstateAction action) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTypeImpl.hasAttrib(OpenEstateAttrib attrib) |
boolean |
AbstractTypeImpl.isAttribGeneral(OpenEstateAttrib attrib)
Überprüfung, ob ein Attribut als allgemeines Attribut registriert ist.
|
boolean |
AbstractTypeImpl.isAttribRequired(OpenEstateAttrib attrib)
Überprüfung, ob ein Attribut als Pflichtattribut registriert ist.
|
protected void |
AbstractTypeImpl.registerSupportedAttribute(OpenEstateAttrib attrib,
boolean required) |
protected void |
AbstractTypeImpl.registerSupportedAttribute(OpenEstateAttrib attrib,
OpenEstateAction[] actions,
boolean required) |
Modifier and Type | Method and Description |
---|---|
static EstateImpl |
ExampleFactory.createEstate(AbstractTypeImpl estateType,
OpenEstateAction estateAction,
Map<OpenEstateAttrib,AbstractAttribImpl> values) |
Copyright © 2019 OpenEstate. All rights reserved.