Uses of Interface
de.hybris.platform.util.JaloPropertyContainer
Packages that use JaloPropertyContainer
Package
Description
-
Uses of JaloPropertyContainer in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return JaloPropertyContainerModifier and TypeMethodDescriptionprotected JaloPropertyContainerProductFeature.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) Methods in de.hybris.platform.catalog.jalo with parameters of type JaloPropertyContainerModifier and TypeMethodDescriptionprotected voidProductFeature.doSetSingleValue(SessionContext ctx, JaloPropertyContainer cont, Object value) protected voidProductFeature.setSearchFields(SessionContext ctx, JaloPropertyContainer cont, Object value) -
Uses of JaloPropertyContainer in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that return JaloPropertyContainerModifier and TypeMethodDescriptionJaloSession.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 JaloPropertyContainerModifier and TypeMethodDescriptionvoidExtensibleItem.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 JaloPropertyContainerModifier and TypeMethodDescriptionprotected 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 JaloPropertyContainerModifier and TypeMethodDescriptionstatic 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 -
Uses of JaloPropertyContainer in de.hybris.platform.workflow.jalo
Methods in de.hybris.platform.workflow.jalo that return JaloPropertyContainerModifier and TypeMethodDescriptionprotected JaloPropertyContainerAbstractWorkflowAction.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) protected JaloPropertyContainerWorkflowItemAttachment.getInitialProperties(JaloSession jaloSession, Item.ItemAttributeMap allAttributes) Deprecated.