Uses of Class
de.hybris.platform.util.ItemPropertyValueCollection
-
Packages that use ItemPropertyValueCollection Package Description de.hybris.platform.persistence.c2l de.hybris.platform.util -
-
Uses of ItemPropertyValueCollection in de.hybris.platform.persistence.c2l
Methods in de.hybris.platform.persistence.c2l with parameters of type ItemPropertyValueCollection Modifier and Type Method Description java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemEJB. getAllLocalizedProperties(java.lang.String name, ItemPropertyValueCollection languages)java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemRemote. getAllLocalizedProperties(java.lang.String name, ItemPropertyValueCollection languages) -
Uses of ItemPropertyValueCollection in de.hybris.platform.util
Methods in de.hybris.platform.util that return ItemPropertyValueCollection Modifier and Type Method Description ItemPropertyValueCollectionItemPropertyValueCollection. cloneWithoutInvalid(java.util.BitSet invalidIndexes)static ItemPropertyValueCollectionEJBTools. getCollectionFromString(java.lang.String value)
-