Uses of Interface
de.hybris.platform.persistence.ExtensibleItemRemote
-
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence Modifier and Type Interface Description interface
GenericItemRemote
Classes in de.hybris.platform.persistence that implement ExtensibleItemRemote Modifier and Type Class Description class
ExtensibleItemEJB
The extensible item entity implementation.class
GenericBMPBean
class
GenericItemEJB
Methods in de.hybris.platform.persistence with parameters of type ExtensibleItemRemote Modifier and Type Method Description void
ExtensibleItemEJB. copyPropertiesFrom(ExtensibleItemRemote ext)
void
ExtensibleItemRemote. copyPropertiesFrom(ExtensibleItemRemote ext)
Constructors in de.hybris.platform.persistence with parameters of type ExtensibleItemRemote Constructor Description ExtensibleItemEJBImpl(Tenant tenant, ExtensibleItemRemote remoteObject)
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.c2l
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.c2l Modifier and Type Interface Description interface
LocalizableItemRemote
Classes in de.hybris.platform.persistence.c2l that implement ExtensibleItemRemote Modifier and Type Class Description class
LocalizableItemEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.enumeration
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.enumeration Modifier and Type Interface Description interface
EnumerationValueRemote
Classes in de.hybris.platform.persistence.enumeration that implement ExtensibleItemRemote Modifier and Type Class Description class
EnumerationValue_HJMPWrapper
class
EnumerationValueEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.link
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.link Modifier and Type Interface Description interface
LinkRemote
Classes in de.hybris.platform.persistence.link that implement ExtensibleItemRemote Modifier and Type Class Description class
GenericLinkBMPBean
class
LinkEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.meta
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.meta Modifier and Type Interface Description interface
MetaInformationRemote
TODO: apidocClasses in de.hybris.platform.persistence.meta that implement ExtensibleItemRemote Modifier and Type Class Description class
MetaInformation_HJMPWrapper
class
MetaInformationEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.test
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.test Modifier and Type Interface Description interface
TestItemRemote
Classes in de.hybris.platform.persistence.test that implement ExtensibleItemRemote Modifier and Type Class Description class
TestItem_HJMPWrapper
class
TestItemEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.persistence.type
Subinterfaces of ExtensibleItemRemote in de.hybris.platform.persistence.type Modifier and Type Interface Description interface
AtomicTypeRemote
interface
AttributeDescriptorRemote
interface
CollectionTypeRemote
interface
ComposedTypeRemote
interface
DescriptorRemote
interface
HierarchieTypeRemote
interface
MapTypeRemote
interface
SearchRestrictionRemote
interface
TypeManagerManagedRemote
interface
TypeRemote
Classes in de.hybris.platform.persistence.type that implement ExtensibleItemRemote Modifier and Type Class Description class
AtomicType_HJMPWrapper
class
AtomicTypeEJB
class
AttributeDescriptor_HJMPWrapper
class
AttributeDescriptorEJB
class
CollectionType_HJMPWrapper
class
CollectionTypeEJB
class
ComposedType_HJMPWrapper
class
ComposedTypeEJB
class
HierarchieTypeEJB
class
MapType_HJMPWrapper
class
MapTypeEJB
class
SearchRestriction_HJMPWrapper
class
SearchRestrictionEJB
class
TypeEJB
class
TypeManagerManagedEJB
-
Uses of ExtensibleItemRemote in de.hybris.platform.test
Methods in de.hybris.platform.test with parameters of type ExtensibleItemRemote Modifier and Type Method Description protected void
PropertyTest. executeTest(ComposedTypeRemote type, ExtensibleItemRemote itemA, ExtensibleItemRemote itemB, de.hybris.platform.test.PropertyTest.FieldAccess access, java.lang.String searchQualifier, boolean createDescriptor)
-