Uses of Interface
de.hybris.platform.util.JaloPropertyContainer
-
-
Uses of JaloPropertyContainer in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return JaloPropertyContainer Modifier and Type Method Description protected JaloPropertyContainerProductFeature. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)Methods in de.hybris.platform.catalog.jalo with parameters of type JaloPropertyContainer Modifier and Type Method Description protected voidProductFeature. doSetSingleValue(SessionContext ctx, JaloPropertyContainer cont, java.lang.Object value)protected voidProductFeature. setSearchFields(SessionContext ctx, JaloPropertyContainer cont, java.lang.Object value) -
Uses of JaloPropertyContainer in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return JaloPropertyContainer Modifier and Type Method Description JaloPropertyContainerJaloSession. createPropertyContainer()Create a new property container that can be used for mass property updates.protected JaloPropertyContainerGenericItem. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)Override to specify all properties which should be written during ejbCreate.Methods in de.hybris.platform.jalo with parameters of type JaloPropertyContainer Modifier and Type Method Description voidExtensibleItem.ExtensibleItemImpl. setAllProperties(SessionContext ctx, JaloPropertyContainer propertyContainer)voidExtensibleItem. setAllProperties(SessionContext ctx, JaloPropertyContainer propertyContainer)Set all properties of the given property container.voidExtensibleItem. setAllProperties(JaloPropertyContainer propertyContainer)Set all properties in the property container, using the staging method set in the current session context. -
Uses of JaloPropertyContainer in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user with parameters of type JaloPropertyContainer Modifier and Type Method Description protected AddressUserManager. createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props) -
Uses of JaloPropertyContainer in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type JaloPropertyContainer Modifier and Type Method Description static GenericItemGenericItemEJBImpl. createGenericItem(Tenant tenant, PK pk, ComposedType genericItemType, JaloPropertyContainer props)voidExtensibleItemEJBImpl. setAllProperties(SessionContext ctx, JaloPropertyContainer jaloContainer) -
Uses of JaloPropertyContainer in de.hybris.platform.util
Classes in de.hybris.platform.util that implement JaloPropertyContainer Modifier and Type Class Description classJaloPropertyContainerAdapter -
Uses of JaloPropertyContainer in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo that return JaloPropertyContainer Modifier and Type Method Description protected JaloPropertyContainerAbstractWorkflowAction. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)protected JaloPropertyContainerWorkflowItemAttachment. getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes)Deprecated.
-