Uses of Interface
de.hybris.platform.persistence.ItemRemote
-
-
Uses of ItemRemote in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type ItemRemote Modifier and Type Method Description Item.ItemImplItemWrapperCreator. create(Tenant tenant, ItemRemote itemRemote) -
Uses of ItemRemote in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo with type parameters of type ItemRemote Modifier and Type Method Description protected <T extends ItemRemote>
TManager. extractNonRequiredRemoteFromItem(Item item)protected <T extends ItemRemote>
TManager. extractRequiredRemoteFromItem(Item item, java.lang.Class<T> clazz) -
Uses of ItemRemote in de.hybris.platform.persistence
Subinterfaces of ItemRemote in de.hybris.platform.persistence Modifier and Type Interface Description interfaceExtensibleItemRemoteThe remote interface of extensible item beans.interfaceGenericItemRemoteClasses in de.hybris.platform.persistence that implement ItemRemote Modifier and Type Class Description classExtensibleItemEJBThe extensible item entity implementation.classGenericBMPBeanclassGenericItemEJBclassItemEJBItemEJB is responsible for holding a primary key generating a new primary key having a typecodeMethods in de.hybris.platform.persistence that return ItemRemote Modifier and Type Method Description ItemRemoteSystemEJB. findRemoteObjectByPK(PK pk)ItemRemoteSystemEJB. findRemoteObjectByPKInternal(PK pk)ItemRemoteItemEJB. getOwner()ItemRemoteItemRemote. getOwner()protected ItemRemoteItemEJBImpl. getRemote()Methods in de.hybris.platform.persistence that return types with arguments of type ItemRemote Modifier and Type Method Description java.util.Map<PK,ItemRemote>SystemEJB. findRemoteObjectsByPK(java.util.Collection<PK> pks, java.util.Set<PK> preloadLanguagePKs, boolean ignoreMissing)FetchesItemRemoteinstances for a given collection of PKs.Methods in de.hybris.platform.persistence with parameters of type ItemRemote Modifier and Type Method Description booleanManagerEJB. canRemoveItem(ItemRemote item)In case a manager wants to abort the removal of an Item this method should return false.protected voidItemEJB. copyComposedTypeFromTemplate(ItemRemote template)protected voidExtensibleItemEJB. createFromTemplate(ItemRemote template)sets data from template item.protected voidItemEJB. createFromTemplate(ItemRemote template)sets data from template item.protected PKExtensibleItemEJB. doCreateInternal(PK pk, ComposedTypeRemote type, ItemRemote template, EJBPropertyContainer props)protected PKItemEJB. doCreateInternal(PK pk, ComposedTypeRemote type, ItemRemote template)is responsible for assigning Item with a unique primary key and a given type.protected voidItemEJB. doPostCreateInternal(PK pkBase, ComposedTypeRemote type, ItemRemote template)voidManagerEJB. notifyItemRemove(ItemRemote item)Callback method to get notified if an item in the hybris platform is going to be removed.protected voidExtensibleItemEJB. postCreateFromTemplate(ItemRemote template)sets (postcreate - )data from template item.protected voidItemEJB. postCreateFromTemplate(ItemRemote template)sets (postcreate - )data from template item.voidManagerEJB. prepareItemRemove(ItemRemote item)Called before a not stageable item is removed.voidManagerEJB. removeItem(ItemRemote item)Removes an Item which is not stageable.voidItemEJB. setOwner(ItemRemote owner)voidItemRemote. setOwner(ItemRemote item)voidItemEJBImpl. setRemote(ItemRemote remote)Method parameters in de.hybris.platform.persistence with type arguments of type ItemRemote Modifier and Type Method Description protected java.util.Set<PK>SystemEJB. getMissingPKs(java.util.Set<PK> required, java.util.Collection<ItemRemote> items)Constructors in de.hybris.platform.persistence with parameters of type ItemRemote Constructor Description ItemEJBImpl(Tenant tenant, ItemRemote remoteObject)constructors used to create a Item with a remote or with a primary key. -
Uses of ItemRemote in de.hybris.platform.persistence.c2l
Subinterfaces of ItemRemote in de.hybris.platform.persistence.c2l Modifier and Type Interface Description interfaceLocalizableItemRemoteClasses in de.hybris.platform.persistence.c2l that implement ItemRemote Modifier and Type Class Description classLocalizableItemEJBMethods in de.hybris.platform.persistence.c2l with parameters of type ItemRemote Modifier and Type Method Description protected voidLocalizableItemEJB. createFromTemplate(ItemRemote template)protected voidLocalizableItemEJB. postCreateFromTemplate(ItemRemote template)sets (postcreate - )data from template item. -
Uses of ItemRemote in de.hybris.platform.persistence.enumeration
Subinterfaces of ItemRemote in de.hybris.platform.persistence.enumeration Modifier and Type Interface Description interfaceEnumerationValueRemoteClasses in de.hybris.platform.persistence.enumeration that implement ItemRemote Modifier and Type Class Description classEnumerationValue_HJMPWrapperclassEnumerationValueEJBMethods in de.hybris.platform.persistence.enumeration with parameters of type ItemRemote Modifier and Type Method Description booleanEnumerationManagerEJB. canRemoveItem(ItemRemote item)voidEnumerationManagerEJB. removeItem(ItemRemote item) -
Uses of ItemRemote in de.hybris.platform.persistence.extension
Methods in de.hybris.platform.persistence.extension with parameters of type ItemRemote Modifier and Type Method Description booleanExtensionManagerEJB. canRemoveItem(ItemRemote item)voidExtensionManagerEJB. notifyItemRemove(ItemRemote item) -
Uses of ItemRemote in de.hybris.platform.persistence.link
Subinterfaces of ItemRemote in de.hybris.platform.persistence.link Modifier and Type Interface Description interfaceLinkRemoteClasses in de.hybris.platform.persistence.link that implement ItemRemote Modifier and Type Class Description classGenericLinkBMPBeanclassLinkEJBMethods in de.hybris.platform.persistence.link that return ItemRemote Modifier and Type Method Description ItemRemoteLinkEJB. getSource()ItemRemoteLinkRemote. getSource()ItemRemoteLinkEJB. getTarget()ItemRemoteLinkRemote. getTarget()Methods in de.hybris.platform.persistence.link with parameters of type ItemRemote Modifier and Type Method Description LinkRemoteLinkManagerEJB. createLink(java.lang.String qual, ItemRemote source, ItemRemote target, int sequenceNumber, int reverseSequenceNumber)voidLinkManagerEJB. notifyItemRemove(ItemRemote item)voidLinkManagerEJB. removeItem(int stagingMethod, ItemRemote item)voidLinkEJB. setSource(ItemRemote source)voidLinkRemote. setSource(ItemRemote source)voidLinkEJB. setTarget(ItemRemote target)voidLinkRemote. setTarget(ItemRemote target) -
Uses of ItemRemote in de.hybris.platform.persistence.meta
Subinterfaces of ItemRemote in de.hybris.platform.persistence.meta Modifier and Type Interface Description interfaceMetaInformationRemoteTODO: apidocClasses in de.hybris.platform.persistence.meta that implement ItemRemote Modifier and Type Class Description classMetaInformation_HJMPWrapperclassMetaInformationEJBMethods in de.hybris.platform.persistence.meta with parameters of type ItemRemote Modifier and Type Method Description voidMetaInformationManagerEJB. removeItem(ItemRemote item) -
Uses of ItemRemote in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return ItemRemote Modifier and Type Method Description protected ItemRemoteJDBCValueMappings.ItemReaderWriter. readValue(java.sql.ResultSet rs, int idx)protected ItemRemoteJDBCValueMappings.ItemReaderWriter. readValue(java.sql.ResultSet rs, java.lang.String fieldName)Methods in de.hybris.platform.persistence.property with parameters of type ItemRemote Modifier and Type Method Description protected voidJDBCValueMappings.ItemReaderWriter. writeValue(java.sql.PreparedStatement stmt, int fieldIndex, ItemRemote value) -
Uses of ItemRemote in de.hybris.platform.persistence.test
Subinterfaces of ItemRemote in de.hybris.platform.persistence.test Modifier and Type Interface Description interfaceTestItemRemoteClasses in de.hybris.platform.persistence.test that implement ItemRemote Modifier and Type Class Description classTestItem_HJMPWrapperclassTestItemEJB -
Uses of ItemRemote in de.hybris.platform.persistence.type
Subinterfaces of ItemRemote in de.hybris.platform.persistence.type Modifier and Type Interface Description interfaceAtomicTypeRemoteinterfaceAttributeDescriptorRemoteinterfaceCollectionTypeRemoteinterfaceComposedTypeRemoteinterfaceDescriptorRemoteinterfaceHierarchieTypeRemoteinterfaceMapTypeRemoteinterfaceSearchRestrictionRemoteinterfaceTypeManagerManagedRemoteinterfaceTypeRemoteClasses in de.hybris.platform.persistence.type that implement ItemRemote Modifier and Type Class Description classAtomicType_HJMPWrapperclassAtomicTypeEJBclassAttributeDescriptor_HJMPWrapperclassAttributeDescriptorEJBclassCollectionType_HJMPWrapperclassCollectionTypeEJBclassComposedType_HJMPWrapperclassComposedTypeEJBclassHierarchieTypeEJBclassMapType_HJMPWrapperclassMapTypeEJBclassSearchRestriction_HJMPWrapperclassSearchRestrictionEJBclassTypeEJBclassTypeManagerManagedEJBMethods in de.hybris.platform.persistence.type with parameters of type ItemRemote Modifier and Type Method Description voidTypeTools.Binding. bind(ItemRemote item, java.util.Set elements)booleanTypeManagerEJB. canRemoveItem(ItemRemote item)voidTypeManagerEJB. changeItemType(ItemRemote item, ComposedTypeRemote newType)java.util.CollectionTypeTools.Binding. getElements(ItemRemote item)protected booleanTypeManagerEJB. isInstanceOf(ItemRemote item, ComposedTypeRemote ct)voidTypeManagerEJB. notifyItemRemove(ItemRemote item)voidTypeManagerEJB. prepareItemRemove(ItemRemote item)voidTypeManagerEJB. removeItem(ItemRemote item)static voidTypeTools. setPartOf(ItemRemote item, java.util.Collection elements, TypeTools.Binding binding) -
Uses of ItemRemote in de.hybris.platform.test
Classes in de.hybris.platform.test that implement ItemRemote Modifier and Type Class Description classItemDummyMethods in de.hybris.platform.test that return ItemRemote Modifier and Type Method Description ItemRemoteItemDummy. copy()ItemRemoteItemDummy. getOwner()ItemRemoteItemDummy. getStagedCopy()Methods in de.hybris.platform.test with parameters of type ItemRemote Modifier and Type Method Description static voidTypeManagerTest. assertEqualsTest(ItemRemote expected, ItemRemote actual)voidItemDummy. deepCopyFrom(ItemRemote remote)voidItemDummy. setOwner(ItemRemote item)voidItemDummy. setStagedCopy(ItemRemote rem) -
Uses of ItemRemote in de.hybris.platform.util
Methods in de.hybris.platform.util that return ItemRemote Modifier and Type Method Description static ItemRemoteEJBTools. instantiateItemPropertyValue(ItemPropertyValue ipv)static ItemRemoteEJBTools. instantiatePK(PK pk)Methods in de.hybris.platform.util with parameters of type ItemRemote Modifier and Type Method Description static ItemPropertyValueEJBTools. createItemPropertyValue(ItemRemote item)static booleanUtilities. ejbEquals(ItemRemote first, ItemRemote second)Checks whether two remote items are equal by calling an equal check on them including null checks.static PKEJBTools. getPK(ItemRemote remote)static java.lang.StringEJBTools. getPKInLIKEFragment(ItemRemote remote)Returns a SQL LIKE fragment which should be used to find a single remote object within a pk collection string (@see #getPKCollectionString(Collection)}.Method parameters in de.hybris.platform.util with type arguments of type ItemRemote Modifier and Type Method Description static voidEJBTools. removeBeanCollection(java.util.Collection<? extends ItemRemote> c)Removes a collection of ItemRemotes.
-