Uses of Class
de.hybris.platform.util.ItemPropertyValue
-
-
Uses of ItemPropertyValue in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type ItemPropertyValue Modifier and Type Method Description voidWrapperFactory.ItemPropertyWrappingListener. propertyValueWasInvalid(ItemPropertyValue ipv) -
Uses of ItemPropertyValue in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return ItemPropertyValue Modifier and Type Method Description ItemPropertyValueItemEJBImpl. unwrapToRef(Item item)Methods in de.hybris.platform.persistence that return types with arguments of type ItemPropertyValue Modifier and Type Method Description java.util.Map<ItemPropertyValue,java.util.List<java.lang.Boolean>>ItemEJB. getPrincipalToBooleanListMap(java.util.List<PK> rightPKs)java.util.Map<ItemPropertyValue,java.util.List<java.lang.Boolean>>ItemPermissionFacade. getPrincipalToBooleanListMap(java.util.List<PK> rightPKs)finds all restricted principals for a given list of user rights.Methods in de.hybris.platform.persistence with parameters of type ItemPropertyValue Modifier and Type Method Description voidItemEJB. setOwnerRef(ItemPropertyValue ownerRef)voidItemRemote. setOwnerRef(ItemPropertyValue ownerRef) -
Uses of ItemPropertyValue in de.hybris.platform.persistence.audit.payload.converter
Methods in de.hybris.platform.persistence.audit.payload.converter that return ItemPropertyValue Modifier and Type Method Description ItemPropertyValueItemPropertyValueConverter. convertFromString(java.lang.String str)Methods in de.hybris.platform.persistence.audit.payload.converter that return types with arguments of type ItemPropertyValue Modifier and Type Method Description java.lang.Class<ItemPropertyValue>ItemPropertyValueConverter. forClass()Methods in de.hybris.platform.persistence.audit.payload.converter with parameters of type ItemPropertyValue Modifier and Type Method Description java.lang.StringItemPropertyValueConverter. convertToString(ItemPropertyValue obj) -
Uses of ItemPropertyValue in de.hybris.platform.persistence.c2l
Methods in de.hybris.platform.persistence.c2l that return types with arguments of type ItemPropertyValue 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)java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemEJB. setAllLocalizedProperties(java.lang.String name, java.util.Map<ItemPropertyValue,java.lang.Object> props)java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemRemote. setAllLocalizedProperties(java.lang.String name, java.util.Map<ItemPropertyValue,java.lang.Object> props)Method parameters in de.hybris.platform.persistence.c2l with type arguments of type ItemPropertyValue Modifier and Type Method Description java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemEJB. setAllLocalizedProperties(java.lang.String name, java.util.Map<ItemPropertyValue,java.lang.Object> props)java.util.Map<ItemPropertyValue,java.lang.Object>LocalizableItemRemote. setAllLocalizedProperties(java.lang.String name, java.util.Map<ItemPropertyValue,java.lang.Object> props) -
Uses of ItemPropertyValue in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return ItemPropertyValue Modifier and Type Method Description protected ItemPropertyValueJDBCValueMappings.ItemPropertyValueReaderWriter. readValue(java.sql.ResultSet rs, int idx)protected ItemPropertyValueJDBCValueMappings.ItemPropertyValueReaderWriter. readValue(java.sql.ResultSet rs, java.lang.String fieldName)Methods in de.hybris.platform.persistence.property with parameters of type ItemPropertyValue Modifier and Type Method Description protected voidJDBCValueMappings.ItemPropertyValueReaderWriter. writeValue(java.sql.PreparedStatement stmt, int fieldIndex, ItemPropertyValue value) -
Uses of ItemPropertyValue in de.hybris.platform.test
Methods in de.hybris.platform.test with parameters of type ItemPropertyValue Modifier and Type Method Description voidItemDummy. setOwnerRef(ItemPropertyValue ownerRef) -
Uses of ItemPropertyValue in de.hybris.platform.util
Methods in de.hybris.platform.util that return ItemPropertyValue Modifier and Type Method Description static ItemPropertyValueEJBTools. createItemPropertyValue(ItemRemote item)ItemPropertyValueItemPropertyValueCollection. set(int index, ItemPropertyValue element)Methods in de.hybris.platform.util with parameters of type ItemPropertyValue Modifier and Type Method Description voidItemPropertyValueCollection. add(int index, ItemPropertyValue element)booleanItemPropertyValueCollection. add(ItemPropertyValue o)intItemPropertyValue. compareTo(ItemPropertyValue o)static ItemRemoteEJBTools. instantiateItemPropertyValue(ItemPropertyValue ipv)ItemPropertyValueItemPropertyValueCollection. set(int index, ItemPropertyValue element)
-