Uses of Class
de.hybris.platform.persistence.polyglot.model.Identity
Packages that use Identity
Package
Description
-
Uses of Identity in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return IdentityModifier and TypeMethodDescriptionstatic IdentityPolyglotPersistenceGenericItemSupport.PolyglotJaloConverter.toPolyglotLayer(PK pk) Methods in de.hybris.platform.persistence with parameters of type IdentityModifier and TypeMethodDescriptionstatic PKPolyglotPersistenceGenericItemSupport.PolyglotJaloConverter.toJaloLayer(Identity id) -
Uses of Identity in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return IdentityModifier and TypeMethodDescriptionChangeParentOfEntityFeature.getType()static IdentityPolyglotPersistence.identityFromLong(long id) static IdentityPolyglotPersistence.unknownIdentity()Methods in de.hybris.platform.persistence.polyglot with parameters of type IdentityModifier and TypeMethodDescriptionItemStateRepository.beginCreation(Identity id) static ReferencePolyglotPersistence.getReferenceTo(Identity id) Constructors in de.hybris.platform.persistence.polyglot with parameters of type Identity -
Uses of Identity in de.hybris.platform.persistence.polyglot.config
Methods in de.hybris.platform.persistence.polyglot.config that return IdentityModifier and TypeMethodDescriptionTypeInfo.getIdentity()MoreSpecificCondition.getSourceIdentity()MoreSpecificCondition.getTargetIdentity()Constructors in de.hybris.platform.persistence.polyglot.config with parameters of type IdentityModifierConstructorDescriptionMoreSpecificCondition(Identity sourceIdentity, String qualifier, Identity targetIdentity) -
Uses of Identity in de.hybris.platform.persistence.polyglot.model
Subclasses of Identity in de.hybris.platform.persistence.polyglot.modelMethods in de.hybris.platform.persistence.polyglot.model that return IdentityModifier and TypeMethodDescriptionReference.getIdentity()TypeId.getIdentity()static IdentityPolyglotModelFactory.identityFromLong(long id) static IdentityUnknownIdentity.instance()Methods in de.hybris.platform.persistence.polyglot.model with parameters of type IdentityModifier and TypeMethodDescriptionstatic TypeIdTypeId.fromTypeId(Identity typeId, int typeCode) static ReferencePolyglotModelFactory.getReferenceTo(Identity id) abstract booleanIdentity.possiblyMatches(Identity identity) booleanUnknownIdentity.possiblyMatches(Identity identity) -
Uses of Identity in de.hybris.platform.persistence.polyglot.repository
Methods in de.hybris.platform.persistence.polyglot.repository with parameters of type Identity -
Uses of Identity in de.hybris.platform.persistence.polyglot.search.criteria
Methods in de.hybris.platform.persistence.polyglot.search.criteria that return IdentityMethods in de.hybris.platform.persistence.polyglot.search.criteria that return types with arguments of type IdentityConstructor parameters in de.hybris.platform.persistence.polyglot.search.criteria with type arguments of type Identity -
Uses of Identity in de.hybris.platform.persistence.polyglot.uow
Methods in de.hybris.platform.persistence.polyglot.uow with parameters of type IdentityModifier and TypeMethodDescriptionUnitOfWork.beginCreation(ItemStateRepository repo, Identity id) UnitOfWorkAwareItemStateRepository.beginCreation(Identity id) UnitOfWork.get(ItemStateRepository repo, Identity id) voidUnitOfWork.registerRequiredVersion(Identity id, long requiredVersion) -
Uses of Identity in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return IdentityModifier and TypeMethodDescriptionEntity.getId()EntityCreation.getId()EntityModification.getId()Document.getRootId()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return types with arguments of type IdentityMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type IdentityModifier and TypeMethodDescriptionInstrumentedItemStateRepository.beginCreation(Identity id) Repository.beginCreation(Identity id) booleanDocument.containsEntity(Identity id) Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart with type arguments of type IdentityModifier and TypeMethodDescriptionDocumentRelationsHandler.getRelatedItems(RelationsInfo relationsInfo, Map<Identity, Entity> entities) Constructors in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type Identity -
Uses of Identity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart with parameters of type IdentityModifier and TypeMethodDescriptionprotected QueryResultDatabaseCartStorage.findByEntityId(Identity id) protected QueryResultSerializedCartStorage.findByEntityId(Identity id) protected QueryResultDatabaseCartStorage.findByRootId(Identity id) protected QueryResultSerializedCartStorage.findByRootId(Identity id) ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParamsDatabaseCartStorage.HSQLDbInfo.getFindByEntityIdStatement(Identity id) ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParamsDatabaseCartStorage.MySQLDbInfo.getFindByEntityIdStatement(Identity id) ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParamsDatabaseCartStorage.SqlServerDbInfo.getFindByEntityIdStatement(Identity id) ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart.DatabaseCartStorage.StatementWithParamsDatabaseCartStorage.MySQLDbInfo.getFindByRootIdStatement(Identity id) protected DocumentDatabaseCartStorage.instantiateNewDocument(Identity rootId) protected DocumentSerializedCartStorage.instantiateNewDocument(Identity rootId) booleanCartTypeInfo.isDocumentRootId(Identity id) -
Uses of Identity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return types with arguments of type IdentityModifier and TypeMethodDescriptionBaseQuery.getEntityId()QueryByEntityId.getEntityId()TypedCriteria.getEntityId()BaseQuery.getRootId()QueryByRootId.getRootId()TypedCriteria.getRootId()TypedCriteria.getSupportedTypes()EntityCondition.getTypeIds()TypeSystemInfo.toIdentity(Object obj) Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type IdentityMethod parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with type arguments of type IdentityConstructors in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type Identity -
Uses of Identity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage with parameters of type IdentityModifier and TypeMethodDescriptionprotected abstract QueryResultBaseStorage.findByEntityId(Identity identity) protected QueryResultInMemoryStorage.findByEntityId(Identity id) protected abstract QueryResultBaseStorage.findByRootId(Identity identity) protected QueryResultInMemoryStorage.findByRootId(Identity id) protected abstract DocumentBaseStorage.instantiateNewDocument(Identity rootId) protected DocumentInMemoryStorage.instantiateNewDocument(Identity id) -
Uses of Identity in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache with parameters of type IdentityModifier and TypeMethodDescriptionvoidBaseStorageCache.CacheFlushAction.flushCacheEntry(Storage storage, Identity identity, ydocumentcartpackage.persistence.polyglot.repository.documentcart.storage.cache.BaseStorageCache.DocumentCacheEntry entry)