Class UntypedFeature<T>
- java.lang.Object
-
- de.hybris.platform.catalog.jalo.classification.util.Feature<T>
-
- de.hybris.platform.catalog.jalo.classification.util.UntypedFeature<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
@Deprecated public class UntypedFeature<T> extends Feature<T>
Deprecated.since ages - use subtypes ofFeatureinstead.Default untyped feature implementation. It simply holds a unique string qualifier which also defines its name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUntypedFeature(FeatureContainer parent, java.lang.String qualifier, boolean localized)Deprecated.protectedUntypedFeature(UntypedFeature<T> src)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UntypedFeature<T>clone()Deprecated.FeatureValue<T>createValue(SessionContext ctx, int index, T value)Deprecated.Creates a new value for this feature.java.lang.StringgetName(SessionContext ctx)Deprecated.Returns the name of this feature localized for the specified session language.protected java.lang.StringgetUniqueKey()Deprecated.-
Methods inherited from class de.hybris.platform.catalog.jalo.classification.util.Feature
add, assureOwnValue, clear, clear, clearAll, createValue, createValue, createValue, createValues, createValues, createValues, createValues, equals, extractLanguage, getAllDescriptions, getAllDescriptions, getDateFormat, getLanguageValues, getName, getNumberFormat, getParent, getValue, getValue, getValues, getValues, getValuesDirect, getValuesDirect, getValuesFormatted, getValuesFormatted, hashCode, isEmpty, isEmpty, isEmptyIgnoringLanguage, isFallbackEnabled, isLocalized, loadTyped, loadTyped, loadValue, moveValue, moveValue, remove, remove, remove, removeValue, setLocalized, setValue, setValue, setValues, setValues, setValues, setValues, size, size, toString, writeToDatabase
-
-
-
-
Constructor Detail
-
UntypedFeature
protected UntypedFeature(FeatureContainer parent, java.lang.String qualifier, boolean localized)
Deprecated.
-
UntypedFeature
protected UntypedFeature(UntypedFeature<T> src) throws java.lang.CloneNotSupportedException
Deprecated.- Throws:
java.lang.CloneNotSupportedException
-
-
Method Detail
-
clone
public UntypedFeature<T> clone() throws java.lang.CloneNotSupportedException
Deprecated.
-
getName
public java.lang.String getName(SessionContext ctx)
Deprecated.Description copied from class:FeatureReturns the name of this feature localized for the specified session language.
-
getUniqueKey
protected java.lang.String getUniqueKey()
Deprecated.- Specified by:
getUniqueKeyin classFeature<T>
-
createValue
public FeatureValue<T> createValue(SessionContext ctx, int index, T value)
Deprecated.Description copied from class:FeatureCreates a new value for this feature. The value is inserted into the existing values list for the specified session language.- Specified by:
createValuein classFeature<T>- Parameters:
ctx- the context specifying the session languageindex- the position to insert the new value atvalue- the new value- Returns:
- the value object
-
-