Uses of Class
de.hybris.platform.cmsfacades.uniqueidentifier.EncodedItemComposedKey
-
Packages that use EncodedItemComposedKey Package Description de.hybris.platform.cmsfacades.uniqueidentifier de.hybris.platform.cmsfacades.uniqueidentifier.functions -
-
Uses of EncodedItemComposedKey in de.hybris.platform.cmsfacades.uniqueidentifier
Methods in de.hybris.platform.cmsfacades.uniqueidentifier that return EncodedItemComposedKey Modifier and Type Method Description EncodedItemComposedKeyEncodedItemComposedKey.Builder. build()Builds anEncodedItemComposedKey.protected EncodedItemComposedKeyEncodedItemComposedKey.Builder. fromEncodedString(java.lang.String encodedString)Returns the object represented by the Base64 value.protected EncodedItemComposedKeyEncodedItemComposedKey.Builder. fromJsonString(java.lang.String jsonString)Returns the object represented by the JSON string parameter. -
Uses of EncodedItemComposedKey in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that return types with arguments of type EncodedItemComposedKey Modifier and Type Method Description protected org.springframework.beans.factory.ObjectFactory<EncodedItemComposedKey>DefaultCmsItemModelUniqueIdentifierConverter. getEncodedItemComposedKeyObjectFactory()Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions with parameters of type EncodedItemComposedKey Modifier and Type Method Description protected java.util.function.Supplier<CategoryModel>DefaultCategoryModelUniqueIdentifierConverter. findCategory(EncodedItemComposedKey itemComposedKey)protected CMSItemModelDefaultCmsItemModelUniqueIdentifierConverter. findItemByComposedKey(EncodedItemComposedKey itemComposedKey, CatalogVersionModel catalogVersion)protected java.util.function.Supplier<ProductModel>DefaultProductModelUniqueIdentifierConverter. findProduct(EncodedItemComposedKey itemComposedKey)Method parameters in de.hybris.platform.cmsfacades.uniqueidentifier.functions with type arguments of type EncodedItemComposedKey Modifier and Type Method Description voidDefaultCmsItemModelUniqueIdentifierConverter. setEncodedItemComposedKeyObjectFactory(org.springframework.beans.factory.ObjectFactory<EncodedItemComposedKey> encodedItemComposedKeyObjectFactory)
-