Package org.cxbox.core.dto.rowmeta
Class RowDependentFieldsDictionaryDeprecatedMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>
java.lang.Object
org.cxbox.api.data.dto.rowmeta.FieldsDTO
org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta<T>
org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta<T>
- All Implemented Interfaces:
Iterable<org.cxbox.api.data.dto.rowmeta.FieldDTO>
- Direct Known Subclasses:
RowDependentFieldsDictionaryMeta
public class RowDependentFieldsDictionaryDeprecatedMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>
extends RowDependentFieldsCommonMeta<T>
-
Field Summary
Fields inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
objectMapperFields inherited from class org.cxbox.api.data.dto.rowmeta.FieldsDTO
fields -
Constructor Summary
ConstructorsConstructorDescriptionRowDependentFieldsDictionaryDeprecatedMeta(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidsetDictionaryTypeWithAllValues(DtoField<? super T, ?> field, String type) Deprecated, for removal: This API element is subject to removal in a future version.final voidsetDictionaryTypeWithAllValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField)instead}final voidsetDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, String... keys) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 use {@link RowDependentFieldsDictionaryMeta#setDictionaryValues(DtoField, Collection))))} insteadfinal voidsetDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, List<org.cxbox.api.data.dictionary.LOV> lovs) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)insteadfinal voidsetDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, org.cxbox.api.data.dictionary.LOV... lovs) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)insteadfinal voidsetDictionaryTypeWithConcreteValuesFromList(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, List<org.cxbox.api.data.dictionary.LOV> lovs) Deprecated.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)insteadfinal voidsetDictionaryTypeWithCustomValues(DtoField<? super T, ?> field, String... keys) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)insteadMethods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
addConcreteValue, disable, disableFields, get, hidden, required, setConcreteValues, setCurrentValue, setDisabled, setDisabled, setDrilldown, setDrilldowns, setEnabled, setHidden, setNotHidden, setNotRequired, setPlaceholder, setRequiredMethods inherited from class org.cxbox.api.data.dto.rowmeta.FieldsDTO
add, get, iterator, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RowDependentFieldsDictionaryDeprecatedMeta
public RowDependentFieldsDictionaryDeprecatedMeta(@Qualifier("cxboxObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
setDictionaryTypeWithConcreteValuesFromList
@Deprecated(since="4.0.0-M12") public final void setDictionaryTypeWithConcreteValuesFromList(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, List<org.cxbox.api.data.dictionary.LOV> lovs) Deprecated.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)instead -
setDictionaryTypeWithAllValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithAllValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField)instead} -
setDictionaryTypeWithAllValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithAllValues(DtoField<? super T, ?> field, String type) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField)instead} -
setDictionaryTypeWithConcreteValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, String... keys) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 use {@link RowDependentFieldsDictionaryMeta#setDictionaryValues(DtoField, Collection))))} instead -
setDictionaryTypeWithCustomValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithCustomValues(DtoField<? super T, ?> field, String... keys) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)instead -
setDictionaryTypeWithConcreteValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, List<org.cxbox.api.data.dictionary.LOV> lovs) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)instead -
setDictionaryTypeWithConcreteValues
@Deprecated(since="4.0.0-M12", forRemoval=true) public final void setDictionaryTypeWithConcreteValues(DtoField<? super T, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, org.cxbox.api.data.dictionary.LOV... lovs) Deprecated, for removal: This API element is subject to removal in a future version.Since 4.0.0-M12 useRowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField, Collection)instead
-
RowDependentFieldsDictionaryMeta.setDictionaryValues(DtoField)instead}