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:
Serializable,Cloneable
Deprecated.
Default untyped feature implementation. It simply holds a unique string qualifier which also defines its name.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUntypedFeature(FeatureContainer parent, String qualifier, boolean localized) Deprecated.protectedUntypedFeature(UntypedFeature<T> src) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.createValue(SessionContext ctx, int index, T value) Deprecated.Creates a new value for this feature.getName(SessionContext ctx) Deprecated.Returns the name of this feature localized for the specified session language.protected StringDeprecated.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 Details
-
UntypedFeature
Deprecated. -
UntypedFeature
Deprecated.- Throws:
CloneNotSupportedException
-
-
Method Details
-
clone
Deprecated.- Specified by:
clonein classFeature<T>- Throws:
CloneNotSupportedException
-
getName
Deprecated.Description copied from class:FeatureReturns the name of this feature localized for the specified session language. -
getUniqueKey
Deprecated.- Specified by:
getUniqueKeyin classFeature<T>
-
createValue
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
-
Featureinstead.