Uses of Interface
de.hybris.platform.util.BridgeInterface
-
-
Uses of BridgeInterface in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo with parameters of type BridgeInterface Modifier and Type Method Description BridgeAbstractionCommonsManager.ItemMethodInterceptor. createInstance(Tenant tenant, BridgeInterface impl)Here we're creating a jalo item instance. -
Uses of BridgeInterface in de.hybris.platform.core
Classes in de.hybris.platform.core that implement BridgeInterface Modifier and Type Class Description classBridgeImplementation -
Uses of BridgeInterface in de.hybris.platform.jalo
Subinterfaces of BridgeInterface in de.hybris.platform.jalo Modifier and Type Interface Description static interfaceExtensibleItem.ExtensibleItemImplinternal use only!static interfaceGenericItem.GenericItemImplinterface to persistence layer
internal use only!static interfaceItem.ItemImplobject used by getSyncObject()Methods in de.hybris.platform.jalo with parameters of type BridgeInterface Modifier and Type Method Description voidItem. setImplementation(BridgeInterface impl)Assigns the persistence implementation object to this Item instance. -
Uses of BridgeInterface in de.hybris.platform.jalo.c2l
Subinterfaces of BridgeInterface in de.hybris.platform.jalo.c2l Modifier and Type Interface Description static interfaceLocalizableItem.LocalizableItemImplinterface to persistence layer -
Uses of BridgeInterface in de.hybris.platform.jalo.enumeration
Subinterfaces of BridgeInterface in de.hybris.platform.jalo.enumeration Modifier and Type Interface Description static interfaceEnumerationValue.EnumerationValueImplDeprecated.interface to persistence layer -
Uses of BridgeInterface in de.hybris.platform.jalo.link
Subinterfaces of BridgeInterface in de.hybris.platform.jalo.link Modifier and Type Interface Description static interfaceLink.LinkImplInterface to persistence layer. -
Uses of BridgeInterface in de.hybris.platform.jalo.test
Subinterfaces of BridgeInterface in de.hybris.platform.jalo.test Modifier and Type Interface Description static interfaceTestItem.TestItemImplinterface to persistence layer -
Uses of BridgeInterface in de.hybris.platform.jalo.type
Subinterfaces of BridgeInterface in de.hybris.platform.jalo.type Modifier and Type Interface Description static interfaceAtomicType.AtomicTypeImplThe persistence layer implementation interface.static interfaceAttributeDescriptor.AttributeDescriptorImplThe persistence layer interface.static interfaceCollectionType.CollectionTypeImplThe presistence layer implementation interface.static interfaceComposedType.ComposedTypeImplPersistence layer interface.static interfaceDescriptor.DescriptorImplInternal - interface to persistence layer implementation.static interfaceMapType.MapTypeImplInternal persistence layer implementation interface.static interfaceSearchRestriction.SearchRestrictionImplinterface to persistence layerstatic interfaceType.TypeImplThe persistence layer implementation interface.static interfaceTypeManagerManaged.TypeManagerManagedImplInternal persistence layer implementation interface. -
Uses of BridgeInterface in de.hybris.platform.persistence
Classes in de.hybris.platform.persistence that implement BridgeInterface Modifier and Type Class Description classExtensibleItemEJBImplclassGenericItemEJBImplinternal use only!classItemEJBImpl -
Uses of BridgeInterface in de.hybris.platform.persistence.c2l
Classes in de.hybris.platform.persistence.c2l that implement BridgeInterface Modifier and Type Class Description classLocalizableItemEJBImpl -
Uses of BridgeInterface in de.hybris.platform.persistence.enumeration
Classes in de.hybris.platform.persistence.enumeration that implement BridgeInterface Modifier and Type Class Description classEnumerationValueEJBImpl -
Uses of BridgeInterface in de.hybris.platform.persistence.link
Classes in de.hybris.platform.persistence.link that implement BridgeInterface Modifier and Type Class Description classLinkEJBImpl -
Uses of BridgeInterface in de.hybris.platform.persistence.test
Classes in de.hybris.platform.persistence.test that implement BridgeInterface Modifier and Type Class Description classTestItemEJBImpl -
Uses of BridgeInterface in de.hybris.platform.persistence.type
Classes in de.hybris.platform.persistence.type that implement BridgeInterface Modifier and Type Class Description classAtomicTypeEJBImplclassAttributeDescriptorEJBImplclassCollectionTypeEJBImplclassComposedTypeEJBImplclassDescriptorEJBImplclassMapTypeEJBImplclassSearchRestrictionEJBImplclassTypeEJBImplclassTypeManagerManagedEJBImpl -
Uses of BridgeInterface in de.hybris.platform.util
Fields in de.hybris.platform.util declared as BridgeInterface Modifier and Type Field Description protected BridgeInterfaceBridgeAbstraction. implthe bridge implementation.Methods in de.hybris.platform.util that return BridgeInterface Modifier and Type Method Description BridgeInterfaceBridgeAbstraction. getImplementation()returns the implementation object of this jalo bridge abstractionMethods in de.hybris.platform.util with parameters of type BridgeInterface Modifier and Type Method Description BridgeAbstractionJaloObjectCreator. createInstance(Tenant tenant, BridgeInterface impl)voidBridgeAbstraction. setImplementation(BridgeInterface impl)sets the implementation object of this jalo bridge abstraction.
-