Class PolyglotModelFactory
- java.lang.Object
-
- de.hybris.platform.persistence.polyglot.model.PolyglotModelFactory
-
public class PolyglotModelFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SingleAttributeKeygetLocalizedKey(java.lang.String qualifier, java.lang.String langCode)static SingleAttributeKeygetNonlocalizedKey(java.lang.String qualifier)static ReferencegetReferenceTo(Identity id)static SerializableValuegetSerializableValue(java.io.Serializable serializableObject)static PolyglotFeaturehandlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)static IdentityidentityFromLong(long id)static SingleAttributeKeypk()static SingleAttributeKeytype()static SingleAttributeKeyversion()
-
-
-
Method Detail
-
getNonlocalizedKey
public static SingleAttributeKey getNonlocalizedKey(java.lang.String qualifier)
-
handlingRelatedItemsFeature
public static PolyglotFeature handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)
-
identityFromLong
public static Identity identityFromLong(long id)
-
getSerializableValue
public static SerializableValue getSerializableValue(java.io.Serializable serializableObject)
-
getLocalizedKey
public static SingleAttributeKey getLocalizedKey(java.lang.String qualifier, java.lang.String langCode)
-
pk
public static SingleAttributeKey pk()
-
version
public static SingleAttributeKey version()
-
type
public static SingleAttributeKey type()
-
-