Uses of Class
de.hybris.platform.core.PK
-
-
Uses of PK in com.hybris.backoffice.listeners
Methods in com.hybris.backoffice.listeners that return types with arguments of type PK Modifier and Type Method Description java.util.Collection<PK>BackofficeRoleUpdatedClusterAwareEvent. getRoles()Constructor parameters in com.hybris.backoffice.listeners with type arguments of type PK Constructor Description BackofficeRoleUpdatedClusterAwareEvent(java.util.List<PK> roles) -
Uses of PK in com.hybris.backoffice.solrsearch.aspects
Methods in com.hybris.backoffice.solrsearch.aspects that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.List<PK>>ObjectFacadeSolrIndexingAspect. extractModelsFromArgs(org.aspectj.lang.JoinPoint joinPoint, java.lang.Object retVal)protected java.util.Optional<java.util.Set<PK>>ObjectFacadeSolrIndexingAspect. extractProductsFromModifiedCategories(java.lang.Object model)protected java.util.Set<PK>ObjectFacadeSolrIndexingAspect. findAllProductsInSubTree(CategoryModel cat)protected java.util.List<PK>ObjectFacadeSolrIndexingAspect. getLastModifiedProductsPK(CategoryModel model)protected java.util.List<PK>ObjectFacadeSolrIndexingAspect. getModifiedProductsPK(ItemModel model)protected java.util.Set<PK>ObjectFacadeSolrIndexingAspect. getProductPKsInCategory(CategoryModel cat)Method parameters in com.hybris.backoffice.solrsearch.aspects with type arguments of type PK Modifier and Type Method Description protected voidObjectFacadeSolrIndexingAspect. includeRequiredProducts(org.aspectj.lang.JoinPoint joinPoint, java.util.Map<java.lang.String,java.util.List<PK>> result) -
Uses of PK in com.hybris.backoffice.solrsearch.cache.impl
Fields in com.hybris.backoffice.solrsearch.cache.impl with type parameters of type PK Modifier and Type Field Description protected java.util.Map<java.lang.String,PK>DefaultBackofficeFacetSearchConfigCache. cache -
Uses of PK in com.hybris.backoffice.solrsearch.events
Fields in com.hybris.backoffice.solrsearch.events declared as PK Modifier and Type Field Description static PKSolrIndexingAfterSaveListenerTest. PK_Methods in com.hybris.backoffice.solrsearch.events that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.List<PK>>SolrIndexingAfterSaveListener. groupByTypes(java.util.Set<PK> events, SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation)Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.hybris.backoffice.solrsearch.events with parameters of type PK Modifier and Type Method Description protected java.lang.StringSolrIndexingAfterSaveListener. findTypeCode(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, PK pk)Deprecated, for removal: This API element is subject to removal in a future version.protected voidSolrIndexingAfterSaveListener. handleChange(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, PK pk)Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.hybris.backoffice.solrsearch.events with type arguments of type PK Modifier and Type Method Description protected voidCronJobSolrIndexSynchronizationStrategy. addModifiedItems(java.lang.String typecode, java.util.List<PK> pks, SolrItemModificationType modificationType)protected java.util.Map<java.lang.String,java.util.List<PK>>SolrIndexingAfterSaveListener. groupByTypes(java.util.Set<PK> events, SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation)Deprecated, for removal: This API element is subject to removal in a future version.protected voidSolrIndexingAfterSaveListener. handleChanges(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, java.util.List<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version.protected voidDirectSolrIndexSynchronizationStrategy. performIndexDelete(SolrFacetSearchConfigModel solrFacetSearchConfig, java.util.List<PK> pks)Remove specified items from solr indexprotected voidDirectSolrIndexSynchronizationStrategy. performIndexUpdate(SolrFacetSearchConfigModel solrFacetSearchConfig, java.util.List<PK> pks)Update specified items in solr indexprotected voidSolrIndexingAfterSaveListener. prepareAndHandleEvents(SolrIndexingAfterSaveListener.SolrIndexOperation operation, java.util.Set<PK> events)Deprecated, for removal: This API element is subject to removal in a future version.voidCronJobSolrIndexSynchronizationStrategy. removeItems(java.lang.String typecode, java.util.List<PK> pkList)voidDirectSolrIndexSynchronizationStrategy. removeItems(java.lang.String typecode, java.util.List<PK> pkList)voidSolrIndexSynchronizationStrategy. removeItems(java.lang.String typecode, java.util.List<PK> pkList)Remove item from solr indexvoidCronJobSolrIndexSynchronizationStrategy. updateItems(java.lang.String typecode, java.util.List<PK> pkList)voidDirectSolrIndexSynchronizationStrategy. updateItems(java.lang.String typecode, java.util.List<PK> pkList)voidSolrIndexSynchronizationStrategy. updateItems(java.lang.String typecode, java.util.List<PK> pkList)Update item in solr index -
Uses of PK in com.hybris.backoffice.solrsearch.indexer.cron
Method parameters in com.hybris.backoffice.solrsearch.indexer.cron with type arguments of type PK Modifier and Type Method Description protected abstract voidAbstractBackofficeSolrIndexerJob. synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, java.util.Collection<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerDeleteJob. synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, java.util.Collection<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version.protected voidBackofficeSolrIndexerUpdateJob. synchronizeIndexForType(FacetSearchConfig facetSearchConfig, IndexedType type, java.util.Collection<PK> pks)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type PK Modifier and Type Method Description protected YRecordDMLRecordFactory. addCustomProperty(YTypeSystemElement parentElement, YDeployment deployment, PK itemPK, PK itemTypePK, java.lang.String name, java.lang.Object value)protected java.lang.StringDMLRecordFactory. generateUniquePropertyKey(YTypeSystemElement parentElement, PK itemPK, java.lang.String name)protected DMLRecordFactory.FactoryYRecordDMLRecordFactory. newItemRecord(YComposedType type, PK ownPK) -
Uses of PK in de.hybris.bootstrap.ddl.model
Methods in de.hybris.bootstrap.ddl.model that return PK Modifier and Type Method Description PKYRecord. getPk()PKYRecord. getTypePK()Methods in de.hybris.bootstrap.ddl.model with parameters of type PK Modifier and Type Method Description voidYRecord. setPk(PK pk)voidYRecord. setPK(PK pk)voidYRecord. setTypePK(PK typePK) -
Uses of PK in de.hybris.bootstrap.ddl.pk
Methods in de.hybris.bootstrap.ddl.pk that return PK Modifier and Type Method Description PKPkFactory. createNewPK(int tc)PKPkFactory. createNewPK(YComposedType type)PKPkFactory. getOrCreatePK(YAtomicType yAtomicType)PKPkFactory. getOrCreatePK(YCollectionType yCollectionType)PKPkFactory. getOrCreatePK(YComposedType yComposedType)PKPkFactory. getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor)PKPkFactory. getOrCreatePK(YEnumValue yEnumValue)PKPkFactory. getOrCreatePK(YMapType yMapType) -
Uses of PK in de.hybris.bootstrap.ddl.pk.impl
Methods in de.hybris.bootstrap.ddl.pk.impl that return PK Modifier and Type Method Description PKDbTypeSystemDecoratorForPkFactory. createNewPK(int tc)PKDbTypeSystemDecoratorForPkFactory. createNewPK(YComposedType type)PKDefaultPkFactory. createNewPK(int tc)PKDefaultPkFactory. createNewPK(YComposedType type)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YAtomicType yAtomicType)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YCollectionType yCollectionType)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YComposedType yComposedType)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YEnumValue yEnumValue)PKDbTypeSystemDecoratorForPkFactory. getOrCreatePK(YMapType yMapType)PKDefaultPkFactory. getOrCreatePK(YAtomicType yAtomicType)PKDefaultPkFactory. getOrCreatePK(YCollectionType yCollectionType)PKDefaultPkFactory. getOrCreatePK(YComposedType yComposedType)PKDefaultPkFactory. getOrCreatePK(YComposedType yComposedType, YAttributeDescriptor yAttributeDescriptor)PKDefaultPkFactory. getOrCreatePK(YEnumValue yEnumValue)PKDefaultPkFactory. getOrCreatePK(YMapType yMapType) -
Uses of PK in de.hybris.deltadetection
Methods in de.hybris.deltadetection with parameters of type PK Modifier and Type Method Description ItemChangeDTOChangeDetectionService. getChangeForRemovedItem(PK pk, java.lang.String streamId)Detects potential change for a an not existing item - (change type 'DELETED'), stored under ItemVersionMarker referencing given item pk. -
Uses of PK in de.hybris.deltadetection.impl
Methods in de.hybris.deltadetection.impl with parameters of type PK Modifier and Type Method Description ItemChangeDTODefaultChangeDetectionService. getChangeForRemovedItem(PK pk, java.lang.String streamId)protected ItemModelDefaultChangeDetectionService. getSavedModel(PK pk)protected java.util.List<ItemVersionMarkerModel>ChangeDetectionIntegrationTest. lookupChangeFor(PK pk)Method parameters in de.hybris.deltadetection.impl with type arguments of type PK Modifier and Type Method Description protected java.util.Map<java.lang.Long,ItemVersionMarkerModel>DefaultChangeDetectionService. findItemVersionMarkersForStreamByPKs(java.lang.String streamId, java.util.List<PK> PKs) -
Uses of PK in de.hybris.platform.acceleratorfacades.order.impl
Methods in de.hybris.platform.acceleratorfacades.order.impl that return PK Modifier and Type Method Description PKDefaultAcceleratorCheckoutFacadeTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.acceleratorservices.dataexport.generic
Methods in de.hybris.platform.acceleratorservices.dataexport.generic that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>ExportDataProcessorService. search(org.springframework.messaging.Message<ExportDataEvent> message, PipelineConfig pipelineConfig)Search for a list of items.Methods in de.hybris.platform.acceleratorservices.dataexport.generic with parameters of type PK Modifier and Type Method Description ItemModelExportDataProcessorService. lookupItemForPk(PK pk)Get the Item model for the specified PK -
Uses of PK in de.hybris.platform.acceleratorservices.dataexport.generic.impl
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>DefaultExportDataProcessorService. search(org.springframework.messaging.Message<ExportDataEvent> message, PipelineConfig pipelineConfig)Methods in de.hybris.platform.acceleratorservices.dataexport.generic.impl with parameters of type PK Modifier and Type Method Description ItemModelDefaultExportDataProcessorService. lookupItemForPk(PK pk) -
Uses of PK in de.hybris.platform.acceleratorservices.dataexport.generic.query
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.query that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>ExportQuery. search(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent)Search for a list of PK's to send to the next step in the chain -
Uses of PK in de.hybris.platform.acceleratorservices.dataexport.generic.query.impl
Methods in de.hybris.platform.acceleratorservices.dataexport.generic.query.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>FlexibleSearchExportQuery. search(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent) -
Uses of PK in de.hybris.platform.adaptivesearch.daos
Methods in de.hybris.platform.adaptivesearch.daos that return types with arguments of type PK Modifier and Type Method Description java.util.List<java.util.List<PK>>AsCategoryDao. findCategoryRelationsByCatalogVersion(CatalogVersionModel catalogVersion)Finds the categories for a specific catalog version. -
Uses of PK in de.hybris.platform.adaptivesearch.daos.impl
Methods in de.hybris.platform.adaptivesearch.daos.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<java.util.List<PK>>DefaultAsCategoryDao. findCategoryRelationsByCatalogVersion(CatalogVersionModel catalogVersion) -
Uses of PK in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return PK Modifier and Type Method Description PKAbstractAsBoostItemConfiguration. getItemPk()PKAsDocumentData. getPk()PKAsReference. getPk()Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type PK Modifier and Type Method Description java.util.Map<PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>>AsSearchProfileResult. getExcludedItems()java.util.Map<PK,AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration>>AsSearchProfileResult. getPromotedItems()java.util.Map<PK,AsConfigurableSearchConfiguration>AsCategoryAwareSearchProfile. getSearchConfigurations()Methods in de.hybris.platform.adaptivesearch.data with parameters of type PK Modifier and Type Method Description voidAbstractAsBoostItemConfiguration. setItemPk(PK itemPk)voidAsDocumentData. setPk(PK pk)voidAsReference. setPk(PK pk)Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type PK Modifier and Type Method Description voidAsSearchProfileResult. setExcludedItems(java.util.Map<PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>> excludedItems)voidAsSearchProfileResult. setPromotedItems(java.util.Map<PK,AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration>> promotedItems)voidAsCategoryAwareSearchProfile. setSearchConfigurations(java.util.Map<PK,AsConfigurableSearchConfiguration> searchConfigurations) -
Uses of PK in de.hybris.platform.adaptivesearch.model.interceptors
Methods in de.hybris.platform.adaptivesearch.model.interceptors that return PK Modifier and Type Method Description protected PKAbstractAsInterceptor. getNewPkForNotSavedItem(AbstractItemModel item) -
Uses of PK in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type PK Modifier and Type Method Description protected java.lang.StringSnAsSearchProfileCalculationListener. getIdentifierFromPk(SnSearchContext context, SnIdentityProvider<?> identityProvider, PK pk) -
Uses of PK in de.hybris.platform.adaptivesearch.searchservices.strategies.impl
Methods in de.hybris.platform.adaptivesearch.searchservices.strategies.impl that return PK Modifier and Type Method Description protected PKSnAsSearchProvider. extractPkFromSearchHit(SnSearchHit searchHit) -
Uses of PK in de.hybris.platform.adaptivesearch.services
Methods in de.hybris.platform.adaptivesearch.services that return types with arguments of type PK Modifier and Type Method Description java.util.List<java.util.List<PK>>AsCategoryService. getAllCategoryRelationsForCatalogVersion(CatalogVersionModel catalogVersion)Returns all category relations belonging to the specified catalog version. -
Uses of PK in de.hybris.platform.adaptivesearch.services.impl
Methods in de.hybris.platform.adaptivesearch.services.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<java.util.List<PK>>DefaultAsCategoryService. getAllCategoryRelationsForCatalogVersion(CatalogVersionModel catalogVersion) -
Uses of PK in de.hybris.platform.adaptivesearch.strategies.impl
Fields in de.hybris.platform.adaptivesearch.strategies.impl declared as PK Modifier and Type Field Description protected static PKAbstractAsBoostItemsMergeStrategyTest. PK_1protected static PKAbstractAsBoostItemsMergeStrategyTest. PK_2protected static PKAbstractAsBoostItemsMergeStrategyTest. PK_3 -
Uses of PK in de.hybris.platform.adaptivesearchbackoffice.data
Methods in de.hybris.platform.adaptivesearchbackoffice.data that return PK Modifier and Type Method Description PKAbstractBoostItemConfigurationEditorData. getItemPk()Methods in de.hybris.platform.adaptivesearchbackoffice.data with parameters of type PK Modifier and Type Method Description voidAbstractBoostItemConfigurationEditorData. setItemPk(PK itemPk) -
Uses of PK in de.hybris.platform.adaptivesearchbackoffice.editors.boostitemreference
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.boostitemreference that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>BoostItemReferenceEditor. resolveConditionValue(AbstractAsConfigurableSearchConfigurationModel searchConfiguration) -
Uses of PK in de.hybris.platform.adaptivesearchbackoffice.facades.impl
Methods in de.hybris.platform.adaptivesearchbackoffice.facades.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,java.util.List<CategoryModel>>DefaultAsCategoryFacade. buildCategoryRelations(CatalogVersionModel catalogVersion)Method parameters in de.hybris.platform.adaptivesearchbackoffice.facades.impl with type arguments of type PK Modifier and Type Method Description protected voidDefaultAsCategoryFacade. populateCategoryHierarchy(java.util.Map<PK,java.util.List<CategoryModel>> categoryRelations, AsCategoryData parentCategoryData, CategoryModel category) -
Uses of PK in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser
Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser that return PK Modifier and Type Method Description PKDocumentModel. getPk()Methods in de.hybris.platform.adaptivesearchbackoffice.widgets.searchresultbrowser with parameters of type PK Modifier and Type Method Description voidDocumentModel. setPk(PK pk) -
Uses of PK in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return PK Modifier and Type Method Description protected PKSolrAsSearchProfileCalculationListener. extractPkFromDocument(Document document)Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type PK Modifier and Type Method Description protected <T extends AbstractAsBoostItemConfiguration>
AsConfigurationHolder<T,AbstractAsBoostItemConfiguration>SolrAsSearchProfileCalculationListener. convertBoostItem(AsSearchProfileContext context, PK promotedItemPk, AsUidGenerator asUidGenerator, java.util.function.Supplier<T> createSupplier) -
Uses of PK in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl that return PK Modifier and Type Method Description protected PKSolrAsSearchProvider. extractPkFromDocument(Document document) -
Uses of PK in de.hybris.platform.assistedserviceservices.utils
Methods in de.hybris.platform.assistedserviceservices.utils that return PK Modifier and Type Method Description PKAssistedServiceSession. getAgentPk()PKAssistedServiceSession. getEmulatedCustomerPk() -
Uses of PK in de.hybris.platform.audit
Methods in de.hybris.platform.audit that return PK Modifier and Type Method Description PKTypeAuditReportConfig. getRootTypePk()Methods in de.hybris.platform.audit with parameters of type PK Modifier and Type Method Description TypeAuditReportConfig.BuilderTypeAuditReportConfig.Builder. withRootTypePk(PK rootTypePk) -
Uses of PK in de.hybris.platform.audit.provider.internal.resolver
Methods in de.hybris.platform.audit.provider.internal.resolver that return PK Modifier and Type Method Description PKReferencesResolver.ResolveResult. getItemPk()Methods in de.hybris.platform.audit.provider.internal.resolver with parameters of type PK Modifier and Type Method Description java.util.Set<T>AuditRecordInternalIndex. getRecords(PK pk)java.util.Set<T>AuditRecordInternalIndex. getRecords(java.lang.String type, PK pk) -
Uses of PK in de.hybris.platform.audit.provider.internal.resolver.impl
Methods in de.hybris.platform.audit.provider.internal.resolver.impl that return PK Modifier and Type Method Description PKDefaultResolveResult. getItemPk()Methods in de.hybris.platform.audit.provider.internal.resolver.impl that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>AuditTypeContext. getBasePKs()Methods in de.hybris.platform.audit.provider.internal.resolver.impl with parameters of type PK Modifier and Type Method Description protected java.util.List<LinkAuditRecord>AbstractReferencesResolver. getAuditRecordsForLinkBySource(PK baseRecordPk, java.lang.String linkTypeCode)protected java.util.List<LinkAuditRecord>AbstractReferencesResolver. getAuditRecordsForLinkByTarget(PK baseRecordPk, java.lang.String linkTypeCode)java.util.Set<T>AuditTypeContext. getPayloads(PK pk)java.util.Set<T>AuditTypeContext. getPayloads(java.lang.String type, PK pk)Method parameters in de.hybris.platform.audit.provider.internal.resolver.impl with type arguments of type PK Modifier and Type Method Description protected java.util.stream.Stream<AuditRecord>AbstractReferencesResolver. getAuditRecords(Type typeToResolve, java.util.Collection<PK> pks)Constructors in de.hybris.platform.audit.provider.internal.resolver.impl with parameters of type PK Constructor Description AuditTypeContext(AuditRecordInternalIndex<T> index, java.lang.String type, java.lang.String baseType, PK basePK, java.util.Set<java.lang.String> langIsoCodes)DefaultResolveResult(PK itemPk, java.lang.String typeCode, java.util.Collection<AuditRecord> records)Constructor parameters in de.hybris.platform.audit.provider.internal.resolver.impl with type arguments of type PK Constructor Description AuditTypeContext(AuditRecordInternalIndex<T> index, java.lang.String type, java.lang.String baseType, java.util.Set<PK> basePKs, java.util.Set<java.lang.String> langIsoCodes) -
Uses of PK in de.hybris.platform.audit.view.impl
Methods in de.hybris.platform.audit.view.impl that return PK Modifier and Type Method Description PKDefaultAuditEvent. getPk() -
Uses of PK in de.hybris.platform.b2bdocumentsfilter
Methods in de.hybris.platform.b2bdocumentsfilter that return PK Modifier and Type Method Description protected PKB2BDocumentsSecureMediaFilter. getLoginUserB2BUnitPK()Methods in de.hybris.platform.b2bdocumentsfilter with parameters of type PK Modifier and Type Method Description protected booleanB2BDocumentsSecureMediaFilter. checkLoginUserB2BUnitHasAccessToMedia(MediaModel mediaModel, PK loginUserB2BUnitPK) -
Uses of PK in de.hybris.platform.cache
Methods in de.hybris.platform.cache with parameters of type PK Modifier and Type Method Description AbstractCacheUnitCache. getAbstractCacheUnit(java.lang.String firstKeyElement, java.lang.String secondKeyElement, java.lang.String thirdKeyElement, PK fourthKeyElement)for performance optimizations: get a existing cache unit; the key of the cache unit must consist of exactly three elementsabstract voidSimpleItemInvalidationListener. itemModified(InvalidationTarget cache, PK pk, boolean removed) -
Uses of PK in de.hybris.platform.cache.impl
Methods in de.hybris.platform.cache.impl with parameters of type PK Modifier and Type Method Description AbstractCacheUnitDefaultCache. getAbstractCacheUnit(java.lang.String firstKeyElement, java.lang.String secondKeyElement, java.lang.String thirdKeyElement, PK fourthKeyElement)for performance optimizations: get a existing cache unit; the key of the cache unit must consist of exactly three elementsAbstractCacheUnitRegionCacheAdapter. getAbstractCacheUnit(java.lang.String firstKeyElement, java.lang.String secondKeyElement, java.lang.String thirdKeyElement, PK fourthKeyElement) -
Uses of PK in de.hybris.platform.catalog.constants
Fields in de.hybris.platform.catalog.constants declared as PK Modifier and Type Field Description static PKCatalogConstants. NO_VERSIONS_AVAILABLE_DUMMY -
Uses of PK in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that return PK Modifier and Type Method Description PKSyncItemJob.ModifiedItemsPair. getSource()PKSyncItemJob.ModifiedItemsPair. getTarget()PKItemSyncTimestamp. getTargetItemPK()Methods in de.hybris.platform.catalog.jalo that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,PK>SyncItemCronJob. getFinishedItemPKMap()Deprecated.protected java.util.Map<PK,PK>SyncItemCronJob. getFinishedItemPKMap()Deprecated.protected java.util.Map<PK,ItemSyncDescriptor>SyncItemCronJob. getPendingDescriptorsFor(java.util.List<PK[]> items, boolean remove)Deprecated.protected java.util.List<PK>SyncItemJob. getSingleVersionCatalogItems(SessionContext ctx, ComposedType type, java.lang.String additionalQueryRestrictions, boolean fromSource, int start, int range)Deprecated.java.util.Map<PK,ItemSyncTimestamp>CatalogManager. getSyncTimestampMap(Item source, SyncItemJob sij)Methods in de.hybris.platform.catalog.jalo with parameters of type PK Modifier and Type Method Description ItemSyncDescriptorSyncItemCronJob. addPendingItem(PK src, PK copy)Deprecated.ItemSyncTimestampCatalogManager. createSyncTimestamp(SyncItemJob job, Item source, PK copy)protected ItemSyncDescriptorSyncItemCronJob. getPendingDescriptorFor(PK item, boolean asSource)Deprecated.Method parameters in de.hybris.platform.catalog.jalo with type arguments of type PK Modifier and Type Method Description protected ItemCopyContextSyncItemJob. createCopyContext(SyncItemCronJob cronJob, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> alreadyFinished)Deprecated.protected ItemCopyContextSyncItemJob. createCopyContext(SyncItemCronJob cronJob, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> alreadyFinished)Deprecated.protected java.util.List<PK[]>SyncItemJob. toPendingItemsList(java.util.List<PK> itemPKs, boolean remove)Deprecated.Constructors in de.hybris.platform.catalog.jalo with parameters of type PK Constructor Description ModifiedItemsPair(PK src, PK tgt, java.util.Date lastModifiedTS)Constructor parameters in de.hybris.platform.catalog.jalo with type arguments of type PK Constructor Description SyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> finishedSynchronizedItems)SyncItemCopyContext(SyncItemCronJob cronjob, SyncItemJob job, CatalogVersion srcV, CatalogVersion tgtV, java.util.Map<PK,PK> finishedSynchronizedItems) -
Uses of PK in de.hybris.platform.catalog.jalo.classification.impex
Fields in de.hybris.platform.catalog.jalo.classification.impex declared as PK Modifier and Type Field Description protected PKClassificationAttributeTranslator. allDoneFor -
Uses of PK in de.hybris.platform.catalog.jalo.classification.util
Methods in de.hybris.platform.catalog.jalo.classification.util that return PK Modifier and Type Method Description protected PKFeatureValue. writeToDatabase(Language lang, int featurePosition, int valuePosition)Deprecated.Methods in de.hybris.platform.catalog.jalo.classification.util that return types with arguments of type PK Modifier and Type Method Description protected java.util.Collection<PK>Feature. writeToDatabase(int featurePosition)Deprecated.Stores all values of this feature into the database.Method parameters in de.hybris.platform.catalog.jalo.classification.util with type arguments of type PK Modifier and Type Method Description protected java.util.Map<ClassAttributeAssignment,java.util.List<ProductFeature>>FeatureContainer. fetchItems(Product product, java.util.Set<ClassAttributeAssignment> assignments, java.util.Collection<PK> excludePKs)Deprecated. -
Uses of PK in de.hybris.platform.catalog.jalo.copy
Methods in de.hybris.platform.catalog.jalo.copy that return PK Modifier and Type Method Description PKItemCopyCreator. getSourceItemPK()Deprecated.PKItemCopyCreator. getTargetItemPK()Deprecated.protected PKItemCopyContext. transformCacheKey(java.lang.Object object)Deprecated.Methods in de.hybris.platform.catalog.jalo.copy that return types with arguments of type PK Modifier and Type Method Description protected java.util.Set<PK>ItemCopyContext. transformCacheKeys(java.util.Set objects)Deprecated.Methods in de.hybris.platform.catalog.jalo.copy with parameters of type PK Modifier and Type Method Description protected voidItemCopyContext. addCopiedItem(PK source, PK copy)Deprecated.Adds a source - to - target item mapping without processing pending references.protected voidItemCopyContext. checkPendingReferences(PK key)Deprecated.protected booleanItemCopyContext. isCurrentlyCopying(PK original)Deprecated.protected voidItemCopyContext. registerCopy(PK source, PK copy)Deprecated.protected ItemItemCopyContext. toItem(PK pk)Deprecated. -
Uses of PK in de.hybris.platform.catalog.jalo.synchronization
Methods in de.hybris.platform.catalog.jalo.synchronization that return PK Modifier and Type Method Description PKSynchronizationTestHelper.SyncOperation. getDstPk()PKArrayBasedRelationLockHolder.RelationAttributeInfo. getParentPK()PKArrayBasedRelationLockHolder.RelationAttributeInfo. getRelationTypePK()PKSynchronizationTestHelper.SyncOperation. getSrcPk()PKSyncSchedule. getSrcPK()PKSyncSchedule. getTgtPK()PKSyncSchedule. getTimestampPK()PKJDBCQuery. readPK(int pos)Methods in de.hybris.platform.catalog.jalo.synchronization that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext.ItemCopyCacheEntry>GenericCatalogCopyContext. getCopiedItemCache(boolean create)java.util.Map<PK,PK>SyncSchedule. getParentMappings()java.util.Map<PK,PK>SyncSchedule. getParentMappings()java.util.Set<PK>ArrayBasedRelationLockHolder.RelationAttributeInfo. getReferencedPKs()Methods in de.hybris.platform.catalog.jalo.synchronization with parameters of type PK Modifier and Type Method Description ItemSyncDescriptorCatalogVersionSyncCronJob. addPendingItem(PK srcPK, PK tgtPK)Adds a single schedule.protected booleanCatalogVersionSyncCopyContext. hasSchedule(PK srcPK)protected ItemSyncTimestampGenericCatalogCopyContext. queryExistingSyncTimestamp(Item src, PK tgtPK)Returns the ItemSyncTimestamp which has the given Item as source and the given PK as targetPK.protected ItemAbstractItemCopyContext. toItem(PK pk)protected voidCatalogVersionSyncCopyContext. writeDumpRecord(PK srcPK, PK tgtPK, PK timestampPK, java.util.Set<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean isDeadlockVictim)Method parameters in de.hybris.platform.catalog.jalo.synchronization with type arguments of type PK Modifier and Type Method Description protected java.util.Collection<? extends Item>AbstractItemCopyContext. toItems(java.util.Collection<PK> pks)protected voidCatalogVersionSyncCopyContext. writeDumpRecord(PK srcPK, PK tgtPK, PK timestampPK, java.util.Set<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean isDeadlockVictim)protected voidCatalogVersionSyncCopyContext. writeDumpRecord(PK srcPK, PK tgtPK, PK timestampPK, java.util.Set<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean isDeadlockVictim)Constructors in de.hybris.platform.catalog.jalo.synchronization with parameters of type PK Constructor Description SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings)SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean deadlockVictim)Constructor parameters in de.hybris.platform.catalog.jalo.synchronization with type arguments of type PK Constructor Description SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings)SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings)SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean deadlockVictim)SyncSchedule(PK srcPK, PK tgtPK, PK timestampPK, java.util.Collection<java.lang.String> pendingAttributes, java.util.Map<PK,PK> parentMappings, boolean deadlockVictim) -
Uses of PK in de.hybris.platform.catalog.job.util
Methods in de.hybris.platform.catalog.job.util that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>CatalogVersionJobDao. getPKList(ComposedTypeModel composedTypeModel, CatalogVersionModel version) -
Uses of PK in de.hybris.platform.catalog.job.util.impl
Methods in de.hybris.platform.catalog.job.util.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>DefaultCatalogVersionJobDao. getPKList(ComposedTypeModel composedTypeModel, CatalogVersionModel version) -
Uses of PK in de.hybris.platform.catalog.synchronization
Methods in de.hybris.platform.catalog.synchronization that return PK Modifier and Type Method Description PKSyncItemInfo. getItemPk()PKSyncItemInfo. getSyncJobPk()PKSyncItemInfo. getSyncTimestampPk()Methods in de.hybris.platform.catalog.synchronization with parameters of type PK Modifier and Type Method Description voidSyncConfig. addItemToDelete(PK copyItemPK)Adds a specific item from the target catalog version to be removed within the sync process.voidSyncConfig. addItemToSync(PK originalItemPK)Adds a specific item from the source catalog to be copied or updated.voidSyncConfig. addItemToSync(PK originalItemPK, PK copyItemPK)Adds a specific item from the source catalog to be copied or updated.protected voidBaseSynchronizationStatusServiceTest. assertSyncInfoEquals(SyncItemInfo actual, SyncItemStatus expectedStatus, PK expectedSyncJobPk, PK expectedPk)voidSyncItemInfo. setItemPk(PK itemPk)voidSyncItemInfo. setSyncJobPk(PK syncJobPk)voidSyncItemInfo. setSyncTimestampPk(PK syncTimestampPk) -
Uses of PK in de.hybris.platform.category
Methods in de.hybris.platform.category that return types with arguments of type PK Modifier and Type Method Description static java.util.List<PK>CategoryTestUtils. convertNewCollectionToPk(java.util.Collection<CategoryModel> collection)Converts Collection of CategoryModel into sorted List of PK.static java.util.List<PK>CategoryTestUtils. convertOldCollectionToPk(java.util.Collection<Category> collection)Converts Collection of Category items into sorted List of PK. -
Uses of PK in de.hybris.platform.classification.features
Methods in de.hybris.platform.classification.features that return PK Modifier and Type Method Description PKFeatureValue. getProductFeaturePk()Methods in de.hybris.platform.classification.features with parameters of type PK Modifier and Type Method Description voidFeatureValue. setProductFeaturePk(PK productFeaturePK)Constructors in de.hybris.platform.classification.features with parameters of type PK Constructor Description FeatureValue(java.lang.Object value, java.lang.String description, ClassificationAttributeUnitModel unitmodel, PK productFeaturePK)Initializes this featurevalue with an object. -
Uses of PK in de.hybris.platform.cms2.data
Methods in de.hybris.platform.cms2.data that return PK Modifier and Type Method Description PKCMSItemData. getPk()Methods in de.hybris.platform.cms2.data with parameters of type PK Modifier and Type Method Description voidCMSItemData. setPk(PK pk) -
Uses of PK in de.hybris.platform.cms2.jalo.restrictions
Methods in de.hybris.platform.cms2.jalo.restrictions that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>CategoryRestriction. getCategoryPKs(SessionContext ctx)protected java.util.List<PK>ProductRestriction. getProductPKs(SessionContext ctx) -
Uses of PK in de.hybris.platform.cms2.version.converter.attribute.impl
Methods in de.hybris.platform.cms2.version.converter.attribute.impl that return PK Modifier and Type Method Description PKCMSItemToDataConverter. convert(CMSItemModel source)PKItemToDataConverter. convert(ItemModel source)PKMediaContainerToDataConverter. convert(MediaContainerModel source) -
Uses of PK in de.hybris.platform.cms2.version.converter.customattribute.data
Methods in de.hybris.platform.cms2.version.converter.customattribute.data that return PK Modifier and Type Method Description PKContentSlotForPageRelationData. getPk()Methods in de.hybris.platform.cms2.version.converter.customattribute.data with parameters of type PK Modifier and Type Method Description voidContentSlotForPageRelationData. setPk(PK pk) -
Uses of PK in de.hybris.platform.cms2.version.converter.customattribute.impl
Methods in de.hybris.platform.cms2.version.converter.customattribute.impl with parameters of type PK Modifier and Type Method Description protected ContentSlotModelContentSlotsForPageConverter. getContentSlotByPk(PK pk)Returns aContentSlotModelby primary key. -
Uses of PK in de.hybris.platform.cms2lib.components
Methods in de.hybris.platform.cms2lib.components that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>ProductCarouselComponent. getCategoryPKs(SessionContext ctx)protected java.util.List<PK>ProductCarouselComponent. getProductPKs(SessionContext ctx) -
Uses of PK in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>CatalogNavigationArea. findMatchedPage(java.util.List<java.lang.String> uids)Method that searches pages with appropriate codes -
Uses of PK in de.hybris.platform.cmsfacades.synchronization.impl
Methods in de.hybris.platform.cmsfacades.synchronization.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,CronJobModel>DefaultSynchronizationFacade. getSynchronizationsLastSuccessfulCronJob(java.util.List<SyncItemJobModel> synchronizations)Retrieves the last successful cron job of each of the provided synchronization items.Method parameters in de.hybris.platform.cmsfacades.synchronization.impl with type arguments of type PK Modifier and Type Method Description protected java.util.Optional<SyncItemJobModel>DefaultSynchronizationFacade. findLatestSyncItemJobModelByTarget(java.util.List<SyncItemJobModel> incomingSynchronizations, java.util.Map<PK,CronJobModel> latestCronJobs)Retrieves the synchronization item that triggered the last successful cron job (SUCCESSFUL and FINISHED). -
Uses of PK in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return PK Modifier and Type Method Description PKTypeDefinitionDao.TypeDefinition. getPk()PKTypeDefinitionDao.TypeDefinition. getSupertypePk()Methods in de.hybris.platform.cockpit.daos with parameters of type PK Modifier and Type Method Description protected java.util.List<java.lang.Object>TypeDefinitionDaoTest. createResultEntry(java.lang.String code, java.lang.String name, PK pk, PK supertypePk) -
Uses of PK in de.hybris.platform.cockpit.model.collection
Methods in de.hybris.platform.cockpit.model.collection that return PK Modifier and Type Method Description PKObjectCollection. getPK()Gets the pK. -
Uses of PK in de.hybris.platform.cockpit.model.collection.impl
Methods in de.hybris.platform.cockpit.model.collection.impl that return PK Modifier and Type Method Description PKObjectCollectionImpl. getPK()Constructors in de.hybris.platform.cockpit.model.collection.impl with parameters of type PK Constructor Description ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user)Deprecated.since 6.3ObjectCollectionImpl(java.util.List<TypedObject> elements, java.lang.String qualifier, java.lang.String label, java.util.Map<java.lang.String,java.lang.String> allLabels, java.lang.String description, PK pk, UserModel user, java.lang.String type)Deprecated.since 6.3 -
Uses of PK in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services with parameters of type PK Modifier and Type Method Description booleanSystemService. itemExist(PK pk) -
Uses of PK in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl with parameters of type PK Modifier and Type Method Description voidUserRightsCache. addRight(PK relatedObject, java.lang.String right, boolean value)protected voidSystemServiceImpl. addUserRightToCache(PK relatedObject, java.lang.String right, boolean value)java.lang.BooleanUserRightsCache. getRight(PK relatedObject, java.lang.String right)protected java.lang.BooleanSystemServiceImpl. getUserRightFromCache(PK relatedObject, java.lang.String right)booleanSystemServiceImpl. itemExist(PK pk) -
Uses of PK in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return types with arguments of type PK Modifier and Type Method Description java.util.HashSet<PK>CommunicationBrowserModel. getOpenComments() -
Uses of PK in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return types with arguments of type PK Modifier and Type Method Description static java.util.List<PK>TypeTools. itemToPkList(java.util.Collection<? extends Item> items)Deprecated.since 6.3, will be removed without replacement. -
Uses of PK in de.hybris.platform.commercefacades.customer.impl
Methods in de.hybris.platform.commercefacades.customer.impl that return PK Modifier and Type Method Description PKDefaultCustomerFacadeTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return PK Modifier and Type Method Description PKDefaultCheckoutFacadeTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.commercefacades.user.impl
Methods in de.hybris.platform.commercefacades.user.impl that return PK Modifier and Type Method Description PKDefaultUserFacadeTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.commerceservices.customer.impl
Methods in de.hybris.platform.commerceservices.customer.impl that return PK Modifier and Type Method Description PKDefaultCustomerAccountServiceTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl that return PK Modifier and Type Method Description PKDefaultCommerceCartServiceTest.MockProductModel. getPk() -
Uses of PK in de.hybris.platform.commerceservices.search.searchservices.provider.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.provider.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,java.util.Map<java.lang.String,java.util.Set<CategoryModel>>>ProductCategoryAttributeSnIndexerValueProvider. collectCategories(java.util.Collection<SnIndexerFieldWrapper> fieldWrappers, java.util.Set<ProductModel> products)protected java.util.Map<PK,FeatureList>ProductClassificationAttributeSnIndexerValueProvider. collectFeatures(java.util.Collection<ProductModel> products, java.util.Collection<ClassAttributeAssignmentModel> classAttributeAssignments)protected java.util.Map<PK,java.util.Map<org.apache.commons.collections4.keyvalue.MultiKey<java.lang.String>,java.util.Set<MediaModel>>>ProductImageAttributeSnIndexerValueProvider. collectMedias(java.util.Collection<SnIndexerFieldWrapper> fieldWrappers, java.util.Collection<ProductModel> products)java.util.Map<PK,java.util.Map<java.lang.String,java.util.Set<CategoryModel>>>ProductCategoryAttributeSnIndexerValueProvider.ProductCategoryData. getCategories()java.util.Map<PK,FeatureList>ProductClassificationAttributeSnIndexerValueProvider.ProductClassificationData. getFeatures()java.util.Map<PK,java.util.Map<org.apache.commons.collections4.keyvalue.MultiKey<java.lang.String>,java.util.Set<MediaModel>>>ProductImageAttributeSnIndexerValueProvider.ProductImageData. getMedias()Method parameters in de.hybris.platform.commerceservices.search.searchservices.provider.impl with type arguments of type PK Modifier and Type Method Description voidProductCategoryAttributeSnIndexerValueProvider.ProductCategoryData. setCategories(java.util.Map<PK,java.util.Map<java.lang.String,java.util.Set<CategoryModel>>> categories)voidProductClassificationAttributeSnIndexerValueProvider.ProductClassificationData. setFeatures(java.util.Map<PK,FeatureList> features)voidProductImageAttributeSnIndexerValueProvider.ProductImageData. setMedias(java.util.Map<PK,java.util.Map<org.apache.commons.collections4.keyvalue.MultiKey<java.lang.String>,java.util.Set<MediaModel>>> medias) -
Uses of PK in de.hybris.platform.configurablebundleservices.daos.impl
Methods in de.hybris.platform.configurablebundleservices.daos.impl that return PK Modifier and Type Method Description abstract PKAbstractOrderEntryDao. getItemType()Deprecated, for removal: This API element is subject to removal in a future version.PKDefaultCartEntryDao. getItemType()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.platform.core
Fields in de.hybris.platform.core declared as PK Modifier and Type Field Description static PKPK. BIG_PKstatic PKPK. NULL_PKMethods in de.hybris.platform.core that return PK Modifier and Type Method Description static PKPK. createCounterPK(int typecode)create a Counter based PK.static PKPK. createFixedCounterPK(int typecode, long fixNr)static PKPK. createFixedPK(int typecode, long fixNr)Deprecated, for removal: This API element is subject to removal in a future version.since ages - call createFixedUUIDPK insteadstatic PKPK. createFixedUUIDPK(int typecode, long fixNr)static PKPK. createPK(int typecode)Deprecated, for removal: This API element is subject to removal in a future version.since ages - call createUUIDPK insteadstatic PKPK. createUUIDPK(int typecode)create a UUID based PK.static PKPK. fromLong(long longValue)PKGenericSearchField. getLanguagePK()returns the LanguagePK for this fieldstatic PKPK. parse(java.lang.String pkString)Parses the given String (in decimal Long format, e.g '1234939953093') and returns an PK object if the input string was null, null is returnedstatic PKPK. parseHex(java.lang.String hexPkString)Decodes a hexadecimal String into a PK.Methods in de.hybris.platform.core that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>AbstractLazyLoadMultiColumnList. getPrefetchedLanguages()static java.util.Set<PK>WrapperFactory. getPrefetchLanguages(SessionContext ctx)java.util.List<PK>AbstractLazyLoadMultiColumnList. getWrappedItemListPks()static java.util.Collection<PK>PK. parse(java.util.Collection<java.lang.String> pkStrings)Parses the collection of String (in decimal Long format, e.g '123493920953093') and returns a Collection of PK objectsMethods in de.hybris.platform.core with parameters of type PK Modifier and Type Method Description intPK. compareTo(PK pk)The implementation is taken from java.lang.Long#compareTo(java.lang.Long).default ItemImplCreationResultItemWrapperCreator. create(Tenant tenant, PK pk)static ItemImplCreationResultItemImplCreationResult. failed(PK pk, java.lang.Exception ex)static ItemWrapperFactory. getCachedItem(Cache cache, PK pk)static ItemImplCreationResultItemImplCreationResult. missing(PK pk)voidGenericSearchField. setLanguagePK(PK pk)sets the LanguagePK for this fieldMethod parameters in de.hybris.platform.core with type arguments of type PK Modifier and Type Method Description java.util.ListAbstractLazyLoadMultiColumnList.CalculateLazyLoadListBody. calculate(java.util.List<PK> itemsPks)protected java.util.ListAbstractLazyLoadMultiColumnList. createItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> itemPKs, int prefetchSize)creates an underlying list based on passedPK, should return an instance of typeLazyLoadItemListprotected java.util.ListAbstractLazyLoadMultiColumnList. createItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> itemPKs, int prefetchSize)creates an underlying list based on passedPK, should return an instance of typeLazyLoadItemListprotected java.util.ListLazyLoadMultiColumnList. createItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> itemPKs, int prefetchSize)protected java.util.ListLazyLoadMultiColumnList. createItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> itemPKs, int prefetchSize)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing, boolean returnMissingAsNull)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing, boolean returnMissingAsNull)protected java.util.List<E>LazyLoadItemList. loadPage(java.util.List<PK> pks)Override this method to provide a resolving mechanism for generating values for the pre-fetchedBaseLazyLoadItemList.pkListentries.protected java.util.List<java.lang.Long>LazyLoadItemListInternalTest.TestPKLazyLoadItemList. loadPage(java.util.List<PK> pks)Constructors in de.hybris.platform.core with parameters of type PK Constructor Description FailedItemImpl(PK pk, java.lang.Exception ex)MissingItemImpl(PK pk)Constructor parameters in de.hybris.platform.core with type arguments of type PK Constructor Description AbstractLazyLoadMultiColumnList(java.util.List<java.util.List<java.lang.Object>> originalRows, java.util.List<java.lang.Class> signature, java.util.Set<PK> prefetchLanguages, int prefetchSize, boolean mustWrapObjectsToo)LazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize)LazyLoadItemList Constructor.LazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize)LazyLoadItemList Constructor.LazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize, boolean modifable)LazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize, boolean modifable)LazyLoadItemSet(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize)LazyLoadItemSet(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize)LazyLoadMultiColumnList(java.util.List<java.util.List<java.lang.Object>> originalRows, java.util.List<java.lang.Class> signature, java.util.Set<PK> prefetchLanguages, int prefetchSize, boolean mustWrapObjectsToo)TestPKLazyLoadItemList(java.util.List<PK> pks, int prefetchSize) -
Uses of PK in de.hybris.platform.core.internal
Methods in de.hybris.platform.core.internal that return PK Modifier and Type Method Description PKBaseLazyLoadItemList. getPK(int index)Methods in de.hybris.platform.core.internal that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>BaseLazyLoadItemList. getPKList()protected java.util.List<PK>BaseLazyLoadItemList. getPKListInternal()java.util.Set<PK>BaseLazyLoadItemList. getPrefetchLanguages()Constructor parameters in de.hybris.platform.core.internal with type arguments of type PK Constructor Description BaseLazyLoadItemList(int preFetchSize, java.util.Set<PK> prefetchLanguages, java.util.List<PK> pkList, boolean modifiable)BaseLazyLoadItemList(int preFetchSize, java.util.Set<PK> prefetchLanguages, java.util.List<PK> pkList, boolean modifiable) -
Uses of PK in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that return PK Modifier and Type Method Description PKCronJobManager.DefaultStrandedCronJobsResolutionHandler. getItemPk(org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer> item)Methods in de.hybris.platform.cronjob.jalo that return types with arguments of type PK Modifier and Type Method Description java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager.DefaultStrandedCronJobsResolutionHandler. filterItemsToResolve(java.util.Set<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)protected java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager. getCronJobsToBeAborted(java.util.Set<java.lang.Integer> nodeID, int maxCount)Deprecated, for removal: This API element is subject to removal in a future version.since 2011 - useCronJobManager.getCronJobsToBeAborted(Set, Set, int)insteadprotected java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager. getCronJobsToBeAborted(java.util.Set<java.lang.Integer> staleNodeIds, java.util.Set<java.lang.Integer> allNodeIds, int maxCount)Method gets the running cronjobs that are marked as running on givenstaleNodeIdsor is not inallNodeIdsset.protected java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager. getLocalCronJobsToBeAborted(java.util.Set<PK> cronJobsToCheck)Deprecated.java.util.Set<PK>CronJobManager.DefaultStrandedCronJobsResolutionHandler. resolveStrandedItems(java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)protected java.util.Set<PK>CronJobManager. updateCronJobsStatusToAborted(java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>> result)Methods in de.hybris.platform.cronjob.jalo with parameters of type PK Modifier and Type Method Description ChangeDescriptorCronJob. addChangeDescriptor(ComposedType changeDescriptorType, Step forStep, java.lang.String changeType, PK item, java.lang.String description, java.util.Map additionalAttributes)Deprecated.since ages - not supported in futureprotected booleanCronJobManager. updateCronJobStatusToAborted(PK pk, java.lang.Integer runningOnClusterNodeId, PK cronJobStatusAbortedPK, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)Method parameters in de.hybris.platform.cronjob.jalo with type arguments of type PK Modifier and Type Method Description java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager.DefaultStrandedCronJobsResolutionHandler. filterItemsToResolve(java.util.Set<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)PKCronJobManager.DefaultStrandedCronJobsResolutionHandler. getItemPk(org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer> item)protected java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>>CronJobManager. getLocalCronJobsToBeAborted(java.util.Set<PK> cronJobsToCheck)Deprecated.java.util.Set<PK>CronJobManager.DefaultStrandedCronJobsResolutionHandler. resolveStrandedItems(java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)protected java.util.Set<PK>CronJobManager. updateCronJobsStatusToAborted(java.util.List<org.apache.commons.lang3.tuple.Pair<PK,java.lang.Integer>> result) -
Uses of PK in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return PK Modifier and Type Method Description PKLoadItemHolder. getPk()PKPersistResult. getPk()Constructors in de.hybris.platform.directpersistence with parameters of type PK Constructor Description LoadItemHolder(PK pk, java.lang.String type, java.util.Set<java.lang.String> unlocalizedAttributesToLoad, java.util.Map<java.lang.String,java.util.Set<java.util.Locale>> localizedAttributesToLoad) -
Uses of PK in de.hybris.platform.directpersistence.audit.dao
Methods in de.hybris.platform.directpersistence.audit.dao with parameters of type PK Modifier and Type Method Description intWriteAuditRecordsDAO. removeAuditRecordsForType(java.lang.String type, PK pk)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.platform.directpersistence.audit.dao.impl
Methods in de.hybris.platform.directpersistence.audit.dao.impl with parameters of type PK Modifier and Type Method Description intDefaultWriteAuditRecordsDAO. removeAuditRecordsForType(java.lang.String type, PK pk)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.platform.directpersistence.audit.internal
Methods in de.hybris.platform.directpersistence.audit.internal with parameters of type PK Modifier and Type Method Description booleanAuditEnablementService. isAuditEnabledForType(PK typePk)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.platform.directpersistence.cache
Methods in de.hybris.platform.directpersistence.cache that return PK Modifier and Type Method Description PKSLDDataContainer.AttributeValue. getLangPk()PKSLDDataContainer.Builder. getPk()PKSLDDataContainer. getPk()PKSLDDataContainer. getTypePk()Methods in de.hybris.platform.directpersistence.cache with parameters of type PK Modifier and Type Method Description SLDDataContainerDefaultSLDDataContainerProvider. get(PK pk)SLDDataContainerDefaultSLDDataContainerProvider.SLDBulkCacheLoader. get(PK pk)SLDDataContainerSLDDataContainerProvider. get(PK pk)SLDDataContainer.AttributeValueSLDDataContainer. getAttributeValue(java.lang.String attributeName, PK langPk)SLDDataContainer.AttributeValueSLDDataContainer. getPropertyValue(java.lang.String propertyName, PK langPk)SLDDataContainer.BuilderSLDDataContainer.Builder. withPk(PK val)SLDDataContainer.BuilderSLDDataContainer.Builder. withTypePk(PK val)Method parameters in de.hybris.platform.directpersistence.cache with type arguments of type PK Modifier and Type Method Description java.util.List<SLDDataContainer>DefaultSLDDataContainerProvider. getAll(java.util.List<PK> pks)java.util.List<SLDDataContainer>SLDDataContainerProvider. getAll(java.util.List<PK> pks)voidDefaultSLDDataContainerProvider. preload(java.util.List<PK> pks)Constructors in de.hybris.platform.directpersistence.cache with parameters of type PK Constructor Description AttributeValue(java.lang.String name, java.lang.Object value, PK langPk)SLDItemBulkLoadUnit(Cache cache, DefaultSLDDataContainerProvider.SLDBulkCacheLoader bulkLoader, PK pk)SLDItemLoadUnit(Cache cache, SLDItemDAO sldItemDAO, PK pk)Constructor parameters in de.hybris.platform.directpersistence.cache with type arguments of type PK Constructor Description SLDBulkCacheLoader(SLDItemDAO sldItemDAO, java.util.List<PK> pks) -
Uses of PK in de.hybris.platform.directpersistence.impl
Methods in de.hybris.platform.directpersistence.impl that return PK Modifier and Type Method Description PKDefaultPersistResult. getPk()Constructors in de.hybris.platform.directpersistence.impl with parameters of type PK Constructor Description DefaultPersistResult(CrudEnum operation, PK pk)DefaultPersistResult(CrudEnum operation, PK pk, java.lang.Long persistenceVersion)DefaultPersistResult(CrudEnum operation, PK pk, java.lang.Long persistenceVersion, java.lang.String typeCode)OptimisticLockingAndItemLockingResultCheck(PK itemPk, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, java.lang.String tableName, boolean optimisticLockingEnabled, long optimisticLockingCounter) -
Uses of PK in de.hybris.platform.directpersistence.read
Methods in de.hybris.platform.directpersistence.read that return PK Modifier and Type Method Description PKRelationInformation. getLanguagePK()PKRelationInformation. gtPK()Methods in de.hybris.platform.directpersistence.read with parameters of type PK Modifier and Type Method Description static RelationInformation.BuilderRelationInformation. builder(PK pk, java.lang.String qualifier, boolean isSource)SLDDataContainerDefaultSLDItemDAO. load(PK entityPk)SLDDataContainerSLDItemDAO. load(PK entityPk)RelationInformation.BuilderRelationInformation.Builder. localized(PK languagePK)Method parameters in de.hybris.platform.directpersistence.read with type arguments of type PK Modifier and Type Method Description java.util.List<SLDDataContainer>DefaultSLDItemDAO. load(java.util.List<PK> entityPKs)java.util.List<SLDDataContainer>SLDItemDAO. load(java.util.List<PK> entityPKs) -
Uses of PK in de.hybris.platform.directpersistence.record
Methods in de.hybris.platform.directpersistence.record that return PK Modifier and Type Method Description PKRemoveManyToManyRelationsRecord. getPk()Returns PK for which relations will be removed.PKEntityRecord. getPK()Returns PK of changed model.PKInsertManyToManyRelationRecord. getSourcePk()Gets source PK.PKInsertManyToManyRelationRecord. getTargetPk()Gets target PK. -
Uses of PK in de.hybris.platform.directpersistence.record.impl
Fields in de.hybris.platform.directpersistence.record.impl declared as PK Modifier and Type Field Description protected PKDefaultRemoveManyToManyRelationsRecord. pkMethods in de.hybris.platform.directpersistence.record.impl that return PK Modifier and Type Method Description PKDefaultRemoveManyToManyRelationsRecord. getPk()PKAbstractEntityRecord. getPK()PKDefaultInsertManyToManyRelationRecord. getSourcePk()PKDefaultInsertManyToManyRelationRecord. getTargetPk()Constructors in de.hybris.platform.directpersistence.record.impl with parameters of type PK Constructor Description AbstractEntityRecord(PK pk, java.lang.String type, long version)AbstractModificationRecord(PK pk, java.lang.String type, long version, java.util.Set<PropertyHolder> changes)AbstractModificationRecord(PK pk, java.lang.String type, long version, java.util.Set<PropertyHolder> changes, java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> localizedChanges)DefaultInsertManyToManyRelationRecord(PK sourcePk, PK targetPk, boolean src2tgt)DefaultInsertOneToManyRelationRecord(PK sourcePk, PK targetPk)DefaultRemoveManyToManyRelationsRecord(PK pk, boolean srcToTgs)DefaultRemoveOneToManyRelationsRecord(PK sourcePk)DeleteRecord(PK pk, java.lang.String type, long version)DirectUpdateRecord(PK pk, java.lang.String type, long version, java.util.Set<PropertyHolder> changes)InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes)InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes, java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> localizedChanges)UpdateRecord(PK pk, java.lang.String type, long version, boolean checkIsLockedProperty, java.util.Set<PropertyHolder> changes)UpdateRecord(PK pk, java.lang.String type, long version, java.util.Set<PropertyHolder> changes)UpdateRecord(PK pk, java.lang.String type, long version, java.util.Set<PropertyHolder> changes, java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> localizedChanges) -
Uses of PK in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor that return PK Modifier and Type Method Description PKDefaultRelationRecordVisitor.RelationRecordsContainer. getLanguagePk()Methods in de.hybris.platform.directpersistence.record.visitor that return types with arguments of type PK Modifier and Type Method Description java.util.Map<PK,java.util.Set<PK>>DefaultRelationRecordVisitor.RelationRecordsContainer. getOneToManyPksToRemove()java.util.Map<PK,java.util.Set<PK>>DefaultRelationRecordVisitor.RelationRecordsContainer. getOneToManyPksToRemove()java.util.Map<PK,java.util.List<InsertOneToManyRelationRecord>>DefaultRelationRecordVisitor.RelationRecordsContainer. getOneToManyRelationRecords()java.util.Map<PK,java.util.List<InsertManyToManyRelationRecord>>DefaultRelationRecordVisitor.RelationRecordsContainer. getSourceToTargetRecords()java.util.Map<PK,java.util.List<InsertManyToManyRelationRecord>>DefaultRelationRecordVisitor.RelationRecordsContainer. getTargetToSourceRecords()Methods in de.hybris.platform.directpersistence.record.visitor with parameters of type PK Modifier and Type Method Description voidDefaultRelationRecordVisitor.RelationRecordsContainer. addOneToManyPksToRemove(PK sourcePk, java.util.Set<PK> oneToManyPksToRemove)Method parameters in de.hybris.platform.directpersistence.record.visitor with type arguments of type PK Modifier and Type Method Description voidDefaultRelationRecordVisitor.RelationRecordsContainer. addOneToManyPksToRemove(PK sourcePk, java.util.Set<PK> oneToManyPksToRemove)Constructors in de.hybris.platform.directpersistence.record.visitor with parameters of type PK Constructor Description RelationRecordsContainer(RelationMetaInfo metaInfo, PK languagePk, java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords) -
Uses of PK in de.hybris.platform.directpersistence.selfhealing
Methods in de.hybris.platform.directpersistence.selfhealing that return PK Modifier and Type Method Description PKItemToHeal. getPk()Constructors in de.hybris.platform.directpersistence.selfhealing with parameters of type PK Constructor Description ItemToHeal(PK pk, java.lang.String type, java.lang.String attribute, long version, java.lang.Object value) -
Uses of PK in de.hybris.platform.directpersistence.setter
Fields in de.hybris.platform.directpersistence.setter declared as PK Modifier and Type Field Description protected PKUpdatePreparedStatementSetter. itemPkConstructors in de.hybris.platform.directpersistence.setter with parameters of type PK Constructor Description UpdateLocalizedPreparedStatementSetter(PK itemPk, PK langPk, java.util.Set<ColumnPayload> changes)UpdateManyToManyLinkStatementSetter(PK sourcePk, PK targetPk, java.util.Set<ColumnPayload> changes)UpdateOneToManyTargetStatementSetter(java.lang.Iterable<PK> targetPks, PK sourcePk)UpdateOneToManyTargetStatementSetter(java.lang.Iterable<PK> targetPks, PK sourcePk, java.lang.Integer position)UpdatePreparedStatementSetter(PK itemPk, java.util.Set<ColumnPayload> changes)UpdatePreparedStatementSetter(PK itemPk, java.util.Set<ColumnPayload> changes, java.lang.Long optimisticLockCounter, boolean isLockedExpectedValue, boolean checkOptimisticLockCounter)UpdatePropsPreparedStatementSetter(PK itemPk, PK langPK, java.lang.String propName, java.lang.Object value)UpdatePropsPreparedStatementSetter(PK itemPk, java.lang.String propName, java.lang.Object value)Constructor parameters in de.hybris.platform.directpersistence.setter with type arguments of type PK Constructor Description UpdateOneToManyTargetStatementSetter(java.lang.Iterable<PK> targetPks)UpdateOneToManyTargetStatementSetter(java.lang.Iterable<PK> targetPks, PK sourcePk)UpdateOneToManyTargetStatementSetter(java.lang.Iterable<PK> targetPks, PK sourcePk, java.lang.Integer position) -
Uses of PK in de.hybris.platform.directpersistence.statement
Fields in de.hybris.platform.directpersistence.statement declared as PK Modifier and Type Field Description protected PKAbstractEntityStatementsBuilder. itemPkFields in de.hybris.platform.directpersistence.statement with type parameters of type PK Modifier and Type Field Description protected java.util.Map<PK,java.util.Map<ColumnPayload.TargetTableType,java.util.Set<ColumnPayload>>>NewItemStatementsBuilder. localizedDataBasePayloadMethods in de.hybris.platform.directpersistence.statement that return PK Modifier and Type Method Description protected PKAbstractEntityStatementsBuilder. getItemPk()PKAbstractManyToManyRelationStatementsBuilder.LinkRow. getPk()PKAbstractManyToManyRelationStatementsBuilder.LinkRow. getSourcePk()PKAbstractManyToManyRelationStatementsBuilder.LinkRow. getTargetPk()Methods in de.hybris.platform.directpersistence.statement that return types with arguments of type PK Modifier and Type Method Description protected java.util.concurrent.ConcurrentMap<PK,java.util.concurrent.atomic.AtomicInteger>ModifyManyToManyRelationStatementsBuilder. findMaxSeqNumbers(java.lang.String statement, java.lang.Iterable<java.lang.Long> pksAsLongs)protected org.springframework.jdbc.core.ResultSetExtractor<java.util.concurrent.ConcurrentMap<PK,java.util.concurrent.atomic.AtomicInteger>>ModifyManyToManyRelationStatementsBuilder. getMaxSeqNumbersResultSetExtractor()Methods in de.hybris.platform.directpersistence.statement with parameters of type PK Modifier and Type Method Description protected java.util.Set<ColumnPayload>NewItemStatementsBuilder. buildLocalizedServiceColumnsPayload(PK langPk)protected java.util.Set<ColumnPayload>NewItemStatementsBuilder. buildpPropsColumnsPayload(ColumnPayload businessCol, PK langPk)StatementHolderUpdateItemStatementsBuilder. createLpRescueStatement(PK langPk, java.util.Set<ColumnPayload> changesForLang)Method parameters in de.hybris.platform.directpersistence.statement with type arguments of type PK Modifier and Type Method Description protected voidModifyOneToManyRelationStatementsBuilder. collectPersistResults(java.lang.Iterable<PK> records, CrudEnum operation) -
Uses of PK in de.hybris.platform.europe1.dynamic
Methods in de.hybris.platform.europe1.dynamic that return PK Modifier and Type Method Description protected abstract PKPdtRowEurope1AttributeHandler. getProductGroupPK(ProductModel product)protected PKProductEurope1DiscountsAttributeHandler. getProductGroupPK(ProductModel product)protected PKProductEurope1PricesAttributeHandler. getProductGroupPK(ProductModel product)protected PKProductEurope1TaxesAttributeHandler. getProductGroupPK(ProductModel product) -
Uses of PK in de.hybris.platform.europe1.jalo
Fields in de.hybris.platform.europe1.jalo declared as PK Modifier and Type Field Description protected PKEurope1PriceFactory.CachedTax. rowPKMethods in de.hybris.platform.europe1.jalo that return PK Modifier and Type Method Description PKPriceRowBasicData. getPK()Methods in de.hybris.platform.europe1.jalo with parameters of type PK Modifier and Type Method Description PDTRowsQueryBuilderPDTRowsQueryBuilder. withProduct(PK productPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withProductGroup(PK productGroupPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withUser(PK userPk)PDTRowsQueryBuilderPDTRowsQueryBuilder. withUserGroup(PK userGroupPk)Constructors in de.hybris.platform.europe1.jalo with parameters of type PK Constructor Description CachedTaxValue(PK taxRowPK, java.lang.String code, double value, boolean absolute, java.lang.String currencyIsoCode)Europe1TaxInformation(TaxValue taxValue, PK rowPK) -
Uses of PK in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return PK Modifier and Type Method Description PKBatchData.ImportData. getExistingItemPk() -
Uses of PK in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return PK Modifier and Type Method Description PKGeneratedImpexDocumentId. getItemPK()Generated method - Getter of theImpexDocumentId.itemPKattribute.PKGeneratedImpexDocumentId. getItemPK(SessionContext ctx)Generated method - Getter of theImpexDocumentId.itemPKattribute.PKGeneratedExternalImportKey. getTargetPK()Generated method - Getter of theExternalImportKey.targetPKattribute.PKGeneratedExternalImportKey. getTargetPK(SessionContext ctx)Generated method - Getter of theExternalImportKey.targetPKattribute.Methods in de.hybris.platform.impex.jalo with parameters of type PK Modifier and Type Method Description voidGeneratedImpexDocumentId. setItemPK(PK value)Generated method - Setter of theImpexDocumentId.itemPKattribute.voidGeneratedImpexDocumentId. setItemPK(SessionContext ctx, PK value)Generated method - Setter of theImpexDocumentId.itemPKattribute.voidGeneratedExternalImportKey. setTargetPK(PK value)Generated method - Setter of theExternalImportKey.targetPKattribute.voidGeneratedExternalImportKey. setTargetPK(SessionContext ctx, PK value)Generated method - Setter of theExternalImportKey.targetPKattribute. -
Uses of PK in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return PK Modifier and Type Method Description PKStandardColumnDescriptor. getAttributeDescriptorPk()Gets the related attribute descriptor pk.Methods in de.hybris.platform.impex.jalo.header with parameters of type PK Modifier and Type Method Description protected voidHeaderDescriptor. addOmittedTypeMessage(PK typePK, java.lang.String msg)Adds an message to the omitted type messages list.java.lang.StringHeaderDescriptor. getOmittedTypesMessages(PK typePK)Gets a reason text for not omitting given type for this header.voidSpecialColumnDescriptor. notifyTranslationEnd(ValueLine line, HeaderDescriptor header, PK processedItemPK)voidSpecialColumnDescriptor. performImport(java.lang.String cellValue, PK processedItemPK)voidDocumentIDColumnDescriptor. registerIDForItem(java.lang.String cellValue, PK itemPK) -
Uses of PK in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return PK Modifier and Type Method Description PKValueLine. getConflictingItemPk()PKValueLineMetaData. getConflictingItemPk()PKItemConflictException. getExistingItemPk()PKValueLine. getProcessedItemPK()In case a value line could not be completely processed during the first run this line may provide the item pk of the previously located or created item belonging to this line.PKValueLineMetaData. getProcessedItemPK()Methods in de.hybris.platform.impex.jalo.imp with parameters of type PK Modifier and Type Method Description voidValueLine. resolve(PK processedItemPk, java.util.Collection<StandardColumnDescriptor> processedColumns)voidValueLine. setConflictingItemPK(PK conflictingItemPK)ValueLineMetaData.BuilderValueLineMetaData.Builder. withConflictingItemPk(PK conflictingItemPk)ValueLineMetaData.BuilderValueLineMetaData.Builder. withProcessedItemPK(PK processedItemPK)Constructors in de.hybris.platform.impex.jalo.imp with parameters of type PK Constructor Description ItemConflictException(PK existingItemPk, ValueLine line)Creates a new exception which indicates an item PK conflict.ValueLineMetaData(java.lang.String typeCode, PK processedItemPK, java.lang.Boolean unrecoverable, PK conflictingItemPk, java.lang.String errorMessage) -
Uses of PK in de.hybris.platform.impex.model
Methods in de.hybris.platform.impex.model that return PK Modifier and Type Method Description PKImpexDocumentIdModel. getItemPK()Generated method - Getter of theImpexDocumentId.itemPKattribute defined at extensionimpex.PKExternalImportKeyModel. getTargetPK()Generated method - Getter of theExternalImportKey.targetPKattribute defined at extensionimpex.Methods in de.hybris.platform.impex.model with parameters of type PK Modifier and Type Method Description voidImpexDocumentIdModel. setItemPK(PK value)Generated method - Setter ofImpexDocumentId.itemPKattribute defined at extensionimpex.voidExternalImportKeyModel. setTargetPK(PK value)Generated method - Setter ofExternalImportKey.targetPKattribute defined at extensionimpex.Constructors in de.hybris.platform.impex.model with parameters of type PK Constructor Description ExternalImportKeyModel(ItemModel _owner, java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExternalImportKeyModel(java.lang.String _sourceKey, java.lang.String _sourceSystemID, PK _targetPK)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpexDocumentIdModel(java.lang.String _docId, PK _itemPK, java.lang.String _itemQualifier, ItemModel _owner, java.lang.Boolean _resolved)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImpexDocumentIdModel(java.lang.String _docId, PK _itemPK, java.lang.String _itemQualifier, java.lang.Boolean _resolved)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PK in de.hybris.platform.integration.commons.strategies.impl
Methods in de.hybris.platform.integration.commons.strategies.impl that return PK Modifier and Type Method Description PKDefaultOndemandDeliveryAddressStrategyTest.MockAddressModel. getPk() -
Uses of PK in de.hybris.platform.jalo
Fields in de.hybris.platform.jalo with type parameters of type PK Modifier and Type Field Description protected static java.util.concurrent.ConcurrentMap<PK,java.util.Map<java.lang.String,java.lang.Object>>Item. staticTransientObjectsThe transient object cache.Methods in de.hybris.platform.jalo that return PK Modifier and Type Method Description PKItem. getComposedTypePK()Directly returns the PK of this item's composed type.PKJaloObjectNoLongerValidException. getJaloObjectPK()PKJaloItemCacheUnit. getPk()PKItem. getPK()Returns the primary key of this item.PKItem.ItemAttributeMap. getPK()PKItem.ItemImpl. getPK()PKItem.ItemImpl. getTypeKey()PKJaloOnlyItem. providePK()Should provide a fixed PK for this item.Methods in de.hybris.platform.jalo that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>JaloItemNotFoundException. getInvalidPKs()Methods in de.hybris.platform.jalo with parameters of type PK Modifier and Type Method Description voidItem.ItemImpl. addPermission(PK principalPK, PK right, boolean negative)intItem.ItemImpl. checkItemPermission(PK princpalPK, PK rightPK)voidItem.ItemImpl. clearPermission(PK principalPK, PK rightPK)<T extends Item>
TJaloSession. getItem(PK pk)returns the item with the given PK.java.util.CollectionItem.ItemImpl. getPrincipalPermissions(PK principalPK, boolean negative)static booleanItem. isCurrentlyRemoving(PK pk)SavedValuesJaloConnection. logItemCreation(PK itemPk, java.util.Map values)Creates a newSavedValuesmarking a item creation.SavedValuesJaloConnection. logItemModification(PK itemPk, java.util.Map<java.lang.String,java.lang.Object> values, java.util.Map<java.lang.String,java.lang.Object> previousValues, boolean detectRemovedValues)Creates a newSavedValuesmarking a item modification.SavedValuesJaloConnection. logItemRemoval(PK itemPk, boolean saveAttributes)Creates a newSavedValuesmarking a item removal.static <T extends Item>
TJaloSession. lookupItem(PK pk)Same asJaloSession.getItem(PK)but without actually requiring a session instance.static <T extends Item>
TJaloSession. lookupItem(Tenant tenant, PK pk)Same asJaloSession.lookupItem(PK)with the ability to pass the (required) tenant manually.Method parameters in de.hybris.platform.jalo with type arguments of type PK Modifier and Type Method Description java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(java.util.Collection<PK> pks)Returns a collection of items for a given collection of PKs.static java.util.Collection<? extends Item>JaloSession. lookupItems(Tenant tenant, SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.Collection<PK> pks)Same asJaloSession.getItems(SessionContext, Collection)but without requiring a jalo session instance.static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems)Same asJaloSession.getItems(SessionContext, Collection, boolean)but without requiring a jalo session instance.static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)Same asJaloSession.getItems(SessionContext, Collection, boolean, boolean)but without requiring a jalo session instance.voidJaloItemNotFoundException. setInvalidPKs(java.util.Set<PK> invalidPKs)Constructors in de.hybris.platform.jalo with parameters of type PK Constructor Description JaloItemCacheUnit(Cache cache, PK pk)JaloObjectNoLongerValidException(PK pk, java.lang.Exception exception, java.lang.String message, int vendorCode) -
Uses of PK in de.hybris.platform.jalo.c2l
Methods in de.hybris.platform.jalo.c2l with parameters of type PK Modifier and Type Method Description RegionCountry. addNewRegion(SessionContext ctx, PK pk, java.lang.String code)Deprecated.since ages - instead use plain model creation to add region toCountryModelseeCountry.addNewRegion(String)CountryC2LManager. createCountry(PK pkBase, java.lang.String isoCode)Deprecated.since ages - use plainCountryModelcreation instead seeC2LManager.createCountry(String), see also model saving exampleCurrencyC2LManager. createCurrency(PK pkBase, java.lang.String isoCode)Deprecated.since ages - use plainCurrencyModelcreation instead seeC2LManager.createCurrency(String)see also model saving example.LanguageC2LManager. createLanguage(PK pk, java.lang.String isoCode)Deprecated.since ages - use plainLanguageModelcreation seeC2LManager.createLanguage(String)see also model saving example.RegionC2LManager. createRegion(PK pkBase, java.lang.String code, Country country)Deprecated.since ages - use plainRegionModelcreation instead see also model saving example. -
Uses of PK in de.hybris.platform.jalo.config
Methods in de.hybris.platform.jalo.config that return PK Modifier and Type Method Description PKConfigProxyItem. providePK() -
Uses of PK in de.hybris.platform.jalo.enumeration
Methods in de.hybris.platform.jalo.enumeration with parameters of type PK Modifier and Type Method Description EnumerationTypeEnumerationManager. createDefaultEnumerationType(PK pk, java.lang.String code)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadEnumerationTypeEnumerationManager. createEnumerationType(PK pkBase, java.lang.String code, ComposedType valueType)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} insteadEnumerationValueEnumerationManager. createEnumerationValue(PK pkBase, EnumerationType enumerationType, java.lang.String valueCode)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead -
Uses of PK in de.hybris.platform.jalo.flexiblesearch
Methods in de.hybris.platform.jalo.flexiblesearch that return PK Modifier and Type Method Description protected PKFlexibleSearch. getSearchLangPK(SessionContext ctx)Deprecated.Methods in de.hybris.platform.jalo.flexiblesearch with parameters of type PK Modifier and Type Method Description protected SearchResultFlexibleSearch. executeSearch(TranslatedQuery tQuery, java.util.Map values, PK langPK, java.util.List<java.lang.Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, int prefetchSize, java.util.Set<PK> prefetchLanguages, boolean doExecuteQuery, java.util.List<Hint> hints)Deprecated.Method parameters in de.hybris.platform.jalo.flexiblesearch with type arguments of type PK Modifier and Type Method Description protected SearchResultFlexibleSearch. executeSearch(TranslatedQuery tQuery, java.util.Map values, PK langPK, java.util.List<java.lang.Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, int prefetchSize, java.util.Set<PK> prefetchLanguages, boolean doExecuteQuery, java.util.List<Hint> hints)Deprecated.Constructors in de.hybris.platform.jalo.flexiblesearch with parameters of type PK Constructor Description FlexibleSearchCacheKey(TranslatedQuery tq, java.util.Map values, PK langPK, java.util.List<java.lang.Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, java.util.Set<java.lang.Integer> beanTCs, boolean executeQuery, int ttlPeriod, java.lang.String tenantId, java.util.List<Hint> hints) -
Uses of PK in de.hybris.platform.jalo.flexiblesearch.internal
Methods in de.hybris.platform.jalo.flexiblesearch.internal that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>CacheableResultHolder. getPrefetchLanguages()Methods in de.hybris.platform.jalo.flexiblesearch.internal with parameters of type PK Modifier and Type Method Description SearchResultFlexibleSearchExecutor. execute(int start, int count, boolean dontNeedTotal, TranslatedQuery translatedQuery, java.util.List<java.lang.Class<?>> resultClasses, java.util.Map values, PK languagePK, int prefetchSize, java.util.Set<PK> prefetchLanguages, java.util.List<Hint> hints)voidFlexibleSearchExecutor. processSearchRows(int start, int count, TranslatedQuery translatedQuery, java.util.List<java.lang.Class<?>> jaloClasses, java.util.Map values, PK languagePK, java.util.List<Hint> hints, java.util.function.Consumer<java.lang.Object> rowConsumer)SearchResultFlexibleSearchExecutor. simulate(int start, int count, TranslatedQuery translatedQuery, java.util.Map values, PK languagePK, java.util.List<Hint> hints)Method parameters in de.hybris.platform.jalo.flexiblesearch.internal with type arguments of type PK Modifier and Type Method Description SearchResultFlexibleSearchExecutor. execute(int start, int count, boolean dontNeedTotal, TranslatedQuery translatedQuery, java.util.List<java.lang.Class<?>> resultClasses, java.util.Map values, PK languagePK, int prefetchSize, java.util.Set<PK> prefetchLanguages, java.util.List<Hint> hints) -
Uses of PK in de.hybris.platform.jalo.link
Methods in de.hybris.platform.jalo.link with parameters of type PK Modifier and Type Method Description LinkLinkManager. createLink(java.lang.String qualifier, Language language, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)Creates a new link using item PKs instead of real items as source and target.voidLinkManager. createLinkNoWrap(java.lang.String qualifier, Language language, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)Creates a new link just likeLinkManager.createLink(String, Language, PK, PK, int, int)but without loading and wrapping the new link item.<T> SearchResult<T>LinkManager. getLinkedItems(PK itemPk, boolean itemIsSource, java.lang.String qualifier, PK langPk, boolean enableRestrictions, int start, int count, boolean sortSrc2Tgt, boolean sortTgt2Src)java.util.ListLinkManager. getLinkedItems(SessionContext ctx, PK itemPk, boolean itemIsSource, PK langPk, java.lang.String relationTypeCode, java.lang.String relatedItemCode, int start, int count, boolean sortSrc2Tgt, boolean sortTgt2Src)<T> SearchResult<T>LinkManager. getLinkedItems(SessionContext ctx, PK itemPk, boolean itemIsSource, java.lang.String qualifier, PK langPk, boolean enableRestrictions, int start, int count, boolean sortSrc2Tgt, boolean sortTgt2Src)longLinkManager. getLinkedItemsCount(SessionContext ctx, PK itemPk, boolean itemIsSource, java.lang.String relationTypeCode, java.lang.String relatedItemCode, PK langPk)protected java.util.Collection<Item>LinkOperationHandler. getToBeLinked(PK langPK)voidLink. setSourcePK(PK sourcePK)Changes source item PK directly.voidLink. setTargetPK(PK targetPK)Changes target item PK directly. -
Uses of PK in de.hybris.platform.jalo.media
Methods in de.hybris.platform.jalo.media with parameters of type PK Modifier and Type Method Description protected voidMediaFolder. checkConsistency(java.lang.String newQualifier, PK myPK)Deprecated.since ages - - qualifier uniqueness is checked now before model save withMediaFolderValidatorprotected voidMediaFormat. checkConsistency(java.lang.String newQualifier, PK myPK)MediaMediaManager. createMedia(PK pk, java.lang.String code)Creates a new media item.MediaMediaManager. createMedia(PK pkBase, java.lang.String code, ComposedType type)Creates a new media item with a specific type.voidMediaManager. deleteMediaDataUnlessReferenced(PK mediaPk, java.lang.Long dataPk, java.lang.String folderQualifier, java.lang.String location)This method deletes media data unless it is referenced by another media object.booleanMediaManager. hasForeignDataOwners(PK mediaPk, java.lang.Long dataPk)MediaDataStoreCommand.BuilderMediaDataStoreCommand.Builder. mediaPk(PK pk) -
Uses of PK in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type PK Modifier and Type Method Description CartOrderManager. createCart(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersCartOrderManager. createCart(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(PK pk, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model settersOrderOrderManager. createOrder(ComposedType type, PK pkBase, java.lang.String code, User user, Currency currency, java.util.Date date, boolean net)Deprecated.since ages - use modelService and standard model setters -
Uses of PK in de.hybris.platform.jalo.product
Methods in de.hybris.platform.jalo.product with parameters of type PK Modifier and Type Method Description ProductProductManager. createProduct(SessionContext ctx, PK pk, java.lang.String code)Deprecated.since ages - as of release 4.3, no replacement, please createProductModelusingModelService.create(Class)ProductProductManager. createProduct(SessionContext ctx, PK pkBase, java.lang.String code, ComposedType type)Deprecated.since ages - as of release 4.3, no replacement, please createProductModelusingModelService.create(Class)UnitProductManager. createUnit(PK pkBase, java.lang.String type, java.lang.String code)Deprecated.since ages - as of release 4.3, no replacement, please createUnitModelusingModelService.create(Class)ProductProductManager. getProductByPK(PK pk)Deprecated.since ages - as of release 4.3, please useModelService.get(PK)UnitProductManager. getUnit(PK pk)Deprecated.since ages - as of release 4.3, please useModelService.get(PK)) instead -
Uses of PK in de.hybris.platform.jalo.security
Methods in de.hybris.platform.jalo.security that return PK Modifier and Type Method Description PKPermissionContainer. getPrincipalPK()PKPermissionContainer. getRightPK()Methods in de.hybris.platform.jalo.security with parameters of type PK Modifier and Type Method Description intPrincipal. checkOwnGlobalPermission(PK userRightPK)Deprecated.since ages - use(PrincipalModel, String)java.util.CollectionAccessManager. getGlobalRestrictedPrincipals(PK permissionPK)Constructors in de.hybris.platform.jalo.security with parameters of type PK Constructor Description PermissionContainer(PK principalPK, PK rightPK, boolean negative) -
Uses of PK in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type with parameters of type PK Modifier and Type Method Description AtomicTypeTypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(PK pkBase, AtomicType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesAtomicTypeTypeManager. createAtomicType(PK pkBase, java.lang.Class javaClass)Deprecated.since ages - use ModelService.create to create instancesAttributeDescriptorComposedType.ComposedTypeImpl. createAttributeDescriptor(PK pk, java.lang.String qualifier, Type type, int modifiers)AttributeDescriptorComposedType. createAttributeDescriptor(PK pk, java.lang.String qualifier, Type valueType, int modifiers)Adds a new attribute descriptor to this type.CollectionTypeTypeManager. createCollectionType(PK pk, java.lang.String code, Type type)Deprecated.since ages - use ModelService.create to create instancesCollectionTypeTypeManager. createCollectionType(PK pkBase, java.lang.String code, Type type, int typeOfCollection)Deprecated.since ages - use ModelService.create to create instancesComposedTypeTypeManager. createComposedType(PK pkBase, ComposedType superType, java.lang.String code)Deprecated.since ages - use ModelService.create to create instancesMapTypeTypeManager. createMapType(PK pkBase, java.lang.String code, Type argumentType, Type returnType)Deprecated.since ages - use ModelService.create to create instancesRelationDescriptorTypeManager. createRelationAttribute(PK pkBase, java.lang.String relationName, ComposedType enclosingType, java.lang.String qualifier, ComposedType attributeType, int modifiers, boolean localized)Deprecated.since ages - use proper service to create instancesRelationDescriptorTypeManager. createRelationAttribute(PK pkBase, java.lang.String relationName, ComposedType enclosingType, java.lang.String qualifier, ComposedType attributeType, int modifiers, boolean localized, int typeOfCollection)Deprecated.since ages - use proper service to create instancesprotected RelationDescriptorTypeManager. createRelationDescriptor(PK pk, java.lang.String relationName, ComposedType enclosingType, java.lang.String qualifier, ComposedType otherEndItemType, int modifiers, boolean localized)Deprecated.since ages - use proper service to create instancesRelationTypeTypeManager. createRelationType(PK pk, java.lang.String relationName, boolean localized, AttributeDescriptor sourceFD, AttributeDescriptor targetFD)Deprecated.since ages - use proper service to create instances -
Uses of PK in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user with parameters of type PK Modifier and Type Method Description AddressUser. createAddress(PK pk)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(PK pk, SessionContext ctx)Deprecated.since ages - useAddressService.createAddressForUser(UserModel)AddressUser. createAddress(PK pk, SessionContext ctx, java.util.Map fields)Deprecated.since agesAddressUser. createAddress(PK pk, java.util.Map fields)Deprecated.since agesAddressUserManager. createAddress(PK pkBase, Item item)Creates address for given item.AddressUserManager. createAddress(PK pkBase, Item item, boolean asCopy)Creates address for given item.protected AddressUserManager. createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props)CustomerUserManager. createCustomer(PK pk, java.lang.String login)Creates a newCustomer.EmployeeUserManager. createEmployee(PK pk, java.lang.String login)Creates a newEmployee.TitleUserManager. createTitle(PK pkBase, java.lang.String code)Creates a newTitle.UserUserManager. createUser(PK pk, java.lang.String uid)Creates a newUser.UserUserManager. createUser(PK pkBase, java.lang.String userID, ComposedType type)Creates a newUserwith a specified user type.UserGroupUserManager. createUserGroup(PK pkBase, java.lang.String groupId)Creates a newUserGroup. -
Uses of PK in de.hybris.platform.jobs
Methods in de.hybris.platform.jobs that return PK Modifier and Type Method Description PKRemovedItemPKProcessor. next() -
Uses of PK in de.hybris.platform.masterserver.impl
Methods in de.hybris.platform.masterserver.impl that return PK Modifier and Type Method Description protected PKDefaultStatisticsGateway. getCurrentUserPk() -
Uses of PK in de.hybris.platform.mediaconversion.job
Methods in de.hybris.platform.mediaconversion.job that return types with arguments of type PK Modifier and Type Method Description java.util.Collection<PK>DefaultExtractMediaMetaDataJobDao. findMetaDataUpdates(ExtractMediaMetaDataCronJobModel cronJob)java.util.Collection<PK>ExtractMediaMetaDataJobDao. findMetaDataUpdates(ExtractMediaMetaDataCronJobModel cronJob)Retrieves allMediaModelPKs for which metadata must be extracted.java.util.Collection<PK>DefaultMediaConversionJobDao. queryConvertedMedias(MediaConversionCronJobModel cronJob)java.util.Collection<PK>MediaConversionJobDao. queryConvertedMedias(MediaConversionCronJobModel cronJob)java.util.Collection<java.util.List<PK>>DefaultMediaConversionJobDao. queryFormatsPerContainerToConvert(MediaConversionCronJobModel cronJob)java.util.Collection<java.util.List<PK>>MediaConversionJobDao. queryFormatsPerContainerToConvert(MediaConversionCronJobModel cronJob)java.util.Collection<java.util.List<PK>>DefaultMediaConversionJobDao. queryOutdatedMedias(MediaConversionCronJobModel cronJob, MediaContainerModel container)java.util.Collection<java.util.List<PK>>MediaConversionJobDao. queryOutdatedMedias(MediaConversionCronJobModel cronJob, MediaContainerModel container)Methods in de.hybris.platform.mediaconversion.job with parameters of type PK Modifier and Type Method Description protected voidMediaConversionJob. convertAsynchronous(MediaConversionCronJobModel cronJob, PK containerPk, java.util.Set<PK> formatPks)protected voidMediaConversionJob. convertSynchronous(MediaConversionCronJobModel cronJob, PK containerPK, java.util.Set<PK> formatPks)Method parameters in de.hybris.platform.mediaconversion.job with type arguments of type PK Modifier and Type Method Description protected voidMediaConversionJob. convertAsynchronous(MediaConversionCronJobModel cronJob, PK containerPk, java.util.Set<PK> formatPks)protected voidMediaConversionJob. convertSynchronous(MediaConversionCronJobModel cronJob, PK containerPK, java.util.Set<PK> formatPks) -
Uses of PK in de.hybris.platform.mediaconversion.web.facades
Methods in de.hybris.platform.mediaconversion.web.facades with parameters of type PK Modifier and Type Method Description java.lang.StringDefaultOnDemandConversionFacade. convert(PK container, java.lang.String format)java.lang.StringOnDemandConversionFacade. convert(PK container, java.lang.String format) -
Uses of PK in de.hybris.platform.order.strategies.calculation.pdt.impl
Fields in de.hybris.platform.order.strategies.calculation.pdt.impl declared as PK Modifier and Type Field Description protected PKCachingFindTaxValueInfoStrategy.CachedTax. rowPKMethods in de.hybris.platform.order.strategies.calculation.pdt.impl that return PK Modifier and Type Method Description PKPDTEnumGroupsHelper. getPkFromEnum(HybrisEnumValue enumValue)Gets the PK from Hybris Enum.Constructors in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type PK Constructor Description CachedTaxValue(PK taxRowPK, java.lang.String code, double value, boolean absolute, java.lang.String currencyIsoCode) -
Uses of PK in de.hybris.platform.outboundservices.decorator.impl.csrf
Methods in de.hybris.platform.outboundservices.decorator.impl.csrf that return PK Modifier and Type Method Description PKCsrfParametersCacheKey. getId() -
Uses of PK in de.hybris.platform.outboundsync.activator.impl
Methods in de.hybris.platform.outboundsync.activator.impl with parameters of type PK Modifier and Type Method Description protected ItemModelDefaultOutboundSyncService. findItemByPk(PK pk) -
Uses of PK in de.hybris.platform.outboundsync.dto
Methods in de.hybris.platform.outboundsync.dto that return PK Modifier and Type Method Description PKOutboundItemDTOGroup. getCronJobPk()Gets the PK of the CronJob that was triggeredPKOutboundItemDTO. getCronJobPK()Methods in de.hybris.platform.outboundsync.dto with parameters of type PK Modifier and Type Method Description OutboundItemDTO.BuilderOutboundItemDTO.Builder. withCronJobPK(PK pk) -
Uses of PK in de.hybris.platform.outboundsync.events
Methods in de.hybris.platform.outboundsync.events that return PK Modifier and Type Method Description PKOutboundSyncEvent. getCronJobPk()Constructors in de.hybris.platform.outboundsync.events with parameters of type PK Constructor Description AbortedOutboundSyncEvent(PK cronJobPk, int changesCnt)Instantiates this eventCompletedOutboundSyncEvent(PK cronJobPk, boolean success, int changesCnt)Instantiates this event.IgnoredOutboundSyncEvent(@NotNull PK cronJobPk)Instantiates this eventOutboundSyncEvent(PK cronJobPk)StartedOutboundSyncEvent(@NotNull PK jobPk, @NotNull java.util.Date time, int cnt)Instantiates this eventSystemErrorOutboundSyncEvent(PK cronJobPk, int changesCnt)Instantiates this event -
Uses of PK in de.hybris.platform.outboundsync.job.impl
Methods in de.hybris.platform.outboundsync.job.impl with parameters of type PK Modifier and Type Method Description java.util.Optional<OutboundSyncJob>DefaultOutboundSyncJobRegister. getJob(@NotNull PK jobPk)java.util.Optional<OutboundSyncJob>OutboundSyncJobRegister. getJob(@NotNull PK jobPk)Retrieves the outbound sync job object corresponding to the specified job model primary key. -
Uses of PK in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return PK Modifier and Type Method Description 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.PKGenericBMPBean. ejbCreate(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props)PKGenericItemEJB. ejbCreate(PK pk, ComposedTypeRemote type, EJBPropertyContainer props)PKGenericBMPBean. ejbFindByPrimaryKey(PK pkValue)PKGenericBMPBean. getOwnerPkString()abstract PKItemEJB. getOwnerPkString()PKItemEJB. getPK()PKItemEJBImpl. getPK()Gets the primary key of this item.
This pk does not change in the lifetime of an item, so the pk can definitly always cached.PKGenericBMPBean. getPkString()abstract PKItemEJB. getPkString()PKItemRemote. getPkString()PKItemEJB. getTypeKey()PKItemEJBImpl. getTypeKey()PKItemRemote. getTypeKey()PKGenericBMPBean. getTypePkString()abstract PKItemEJB. getTypePkString()static PKPolyglotPersistenceGenericItemSupport.PolyglotJaloConverter. toJaloLayer(Identity id)Methods in de.hybris.platform.persistence that return types with arguments of type PK 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.protected java.util.Collection<PK>ExtensibleItemEJB. getAllLanguagePKs()java.util.Collection<PK>ItemEJB. getGlobalPermissionPKs(boolean negative)java.util.Collection<PK>ItemPermissionFacade. getGlobalPermissionPKs(boolean negative)java.util.Set<PK>EJBItemNotFoundException. getInvalidPKs()protected java.util.Set<PK>SystemEJB. getMissingPKs(java.util.Set<PK> required, java.util.Collection<ItemRemote> items)java.util.Collection<PK>ItemEJB. getPermissionPKs(PK principalPK, boolean negative)java.util.Collection<PK>ItemPermissionFacade. getPermissionPKs(PK principalPK, boolean negative)java.util.Collection<PK>ItemEJB. getRestrictedPrincipalPKs()java.util.Collection<PK>ItemPermissionFacade. getRestrictedPrincipalPKs()static java.util.Map<java.lang.Integer,java.util.Set<PK>>SystemEJB. groupByTypeCode(java.util.Collection<PK> pks)Methods in de.hybris.platform.persistence with parameters of type PK Modifier and Type Method Description voidItemEJBImpl. addPermission(PK principalPK, PK rightPK, boolean negative)intItemEJB. checkItemPermission(PK principalPK, PK permissionPK)The return value for checkPermission(...) if no permission was set, or positive and negative settings were found.intItemEJBImpl. checkItemPermission(PK princpalPK, PK rightPK)intItemPermissionFacade. checkItemPermission(PK principalPK, PK permissionPK)intItemEJB. checkOwnGlobalPermission(PK permissionPK)intItemPermissionFacade. checkOwnGlobalPermission(PK permissionPK)protected booleanAbstractEntityState. checkPK(PK pk)voidItemEJBImpl. clearPermission(PK principalPK, PK rightPK)GenericItemRemoteGenericBMPBean. create(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props)GenericItemRemoteGenericItemHome. create(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props)static GenericItemGenericItemEJBImpl. createGenericItem(Tenant tenant, PK pk, ComposedType genericItemType, JaloPropertyContainer props)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)PKGenericBMPBean. ejbCreate(PK pkBase, ComposedTypeRemote type, EJBPropertyContainer props)PKGenericItemEJB. ejbCreate(PK pk, ComposedTypeRemote type, EJBPropertyContainer props)PKGenericBMPBean. ejbFindByPrimaryKey(PK pkValue)java.util.CollectionGenericBMPBean. ejbFindByType(PK typePK)voidGenericBMPBean. ejbPostCreate(PK param0, ComposedTypeRemote param1, EJBPropertyContainer param2)voidGenericItemEJB. ejbPostCreate(PK pk, ComposedTypeRemote type, EJBPropertyContainer props)GenericItemRemoteGenericBMPBean. findByPrimaryKey(PK pk)java.util.CollectionGenericBMPBean. findByType(PK typePK)java.util.CollectionItemHome. findByType(PK typePK)ItemRemoteSystemEJB. findRemoteObjectByPK(PK pk)ItemRemoteSystemEJB. findRemoteObjectByPKInternal(PK pk)java.util.Collection<PK>ItemEJB. getPermissionPKs(PK principalPK, boolean negative)java.util.Collection<PK>ItemPermissionFacade. getPermissionPKs(PK principalPK, boolean negative)java.util.CollectionItemEJBImpl. getPrincipalPermissions(PK principalPK, boolean negative)protected PropertyAccessExtensibleItemEJB. getPropertyAccess(java.lang.String name, PK langPK, boolean forWriting)protected PropertyAccessExtensibleItemEJB. getPropertyAccessInternal(TypeInfoMap info, int type, PK langPK, boolean forWriting, java.lang.String name)static booleanPolyglotPersistenceGenericItemSupport. isBackedByTransactionalRepository(PK pk)booleanItemEJB. removeGlobalPermission(PK permissionPK)booleanItemPermissionFacade. removeGlobalPermission(PK permissionPK)booleanItemEJB. removePermission(PK principalPK, PK permissionPK)booleanItemPermissionFacade. removePermission(PK principalPK, PK permissionPK)booleanItemEJB. setGlobalPermission(PK permissionPK, boolean negative)booleanItemPermissionFacade. setGlobalPermission(PK permissionPK, boolean negative)voidGenericBMPBean. setOwnerPkString(PK newvalue)abstract voidItemEJB. setOwnerPkString(PK pk)booleanItemEJB. setPermission(PK principalPK, PK permissionPK, boolean negative)booleanItemPermissionFacade. setPermission(PK principalPK, PK permissionPK, boolean negative)voidGenericBMPBean. setPkString(PK newvalue)abstract voidItemEJB. setPkString(PK pk)voidGenericBMPBean. setTypePkString(PK newvalue)abstract voidItemEJB. setTypePkString(PK pk)protected booleanItemEJB. skipRemovePermission(ACLCache acl, PK principalPK, PK permissionPK)protected booleanItemEJB. skipSetPermission(ACLCache acl, PK principalPK, PK permissionPK, boolean negative)static IdentityPolyglotPersistenceGenericItemSupport.PolyglotJaloConverter. toPolyglotLayer(PK pk)static ItemImplCreationResultPolyglotPersistenceGenericItemSupport. tryToObtainGenericItemImplUsingPolyglotPersistence(Tenant tenant, PK pk)protected voidExtensibleItemEJB. typeChanged(PK oldTypePK, PK newTypePK)protected voidItemEJB. typeChanged(PK oldTypePK, PK newTypePK)Method parameters in de.hybris.platform.persistence with type arguments of type PK Modifier and Type Method Description static booleanGenericBMPBean. checkTypeCodes(java.util.Collection<PK> pks, int typeCode)java.util.CollectionGenericBMPBean. ejbFindByPKList(java.util.Collection<PK> pkList)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.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.protected java.util.Set<PK>SystemEJB. getMissingPKs(java.util.Set<PK> required, java.util.Collection<ItemRemote> items)java.util.Map<ItemPropertyValue,java.util.List<java.lang.Boolean>>ItemEJB. getPrincipalToBooleanListMap(java.util.List<PK> rightPKs)java.util.Map<ItemPropertyValue,java.util.List<java.lang.Boolean>>ItemPermissionFacade. getPrincipalToBooleanListMap(java.util.List<PK> rightPKs)finds all restricted principals for a given list of user rights.static java.util.Map<java.lang.Integer,java.util.Set<PK>>SystemEJB. groupByTypeCode(java.util.Collection<PK> pks)voidEJBItemNotFoundException. setInvalidPKs(java.util.Set<PK> invalidPKs)voidItemEJB. setPrincipalToBooleanListMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap)voidItemEJB. setPrincipalToBooleanListMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap)voidItemPermissionFacade. setPrincipalToBooleanListMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap)changes restricted principals for a given list of user rights.voidItemPermissionFacade. setPrincipalToBooleanListMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap)changes restricted principals for a given list of user rights.Constructors in de.hybris.platform.persistence with parameters of type PK Constructor Description GenericItemEntityStateCacheUnit(Cache cache, PK pk, ItemDeployment depl) -
Uses of PK in de.hybris.platform.persistence.audit
Methods in de.hybris.platform.persistence.audit that return PK Modifier and Type Method Description PKInternalAuditableOperation. getItemPk()PKOperation. getItemPk()PKOperation. getItemTypePk()Methods in de.hybris.platform.persistence.audit with parameters of type PK Modifier and Type Method Description voidAuditableOperationHandler. clearAudit(PK itemPK)voidAuditScopeInvalidator. clearCurrentAuditForPK(PK itemPK)Clear current audit state for itemPK from audit scopestatic voidAuditableOperations. clearCurrentAuditOperationsFor(PK itemPK)static OperationOperation. create(PK itemPk, PK itemTypePk)static OperationOperation. create(PK itemPk, java.lang.String typeCode)static OperationOperation. delete(PK itemPk, PK itemTypePk)static OperationOperation. delete(PK itemPk, java.lang.String typeCode)static OperationOperation. update(PK itemPk, PK itemTypePk)static OperationOperation. update(PK itemPk, java.lang.String typeCode) -
Uses of PK in de.hybris.platform.persistence.audit.gateway
Methods in de.hybris.platform.persistence.audit.gateway that return PK Modifier and Type Method Description PKLinkAuditRecord. getChildPk()PKLinkAuditRecord. getParentPk()PKAuditRecord. getPk()PKJsonAuditRecord. getPk()PKLinkAuditRecord. getPk()PKModelAuditRecord. getPk()PKLinkAuditRecord. getSourcePk()PKLinkAuditRecord. getTargetPk()PKAuditRecord. getTypePk()PKJsonAuditRecord. getTypePk()PKLinkAuditRecord. getTypePk()PKModelAuditRecord. getTypePk()Methods in de.hybris.platform.persistence.audit.gateway with parameters of type PK Modifier and Type Method Description intWriteAuditGateway. removeAuditRecordsForType(java.lang.String type, PK pk)Removes audit records which are matching giventypeandpk.LinkAuditRecordCommand.BuilderLinkAuditRecordCommand.Builder. withLanguagePk(PK languagePk)AuditSearchQuery.LinkQueryBuilderAuditSearchQuery.LinkQueryBuilder. withPk(PK pk)static ItemPkSearchRuleItemPkSearchRule. withPk(PK pk)JsonAuditRecord.BuilderJsonAuditRecord.Builder. withPk(PK pk)ModelAuditRecord.BuilderModelAuditRecord.Builder. withPk(PK pk)TypeAuditRecordCommand.BuilderTypeAuditRecordCommand.Builder. withPk(PK pk)AuditSearchQuery.QueryBuilderAuditSearchQuery.QueryBuilder. withPkSearchRules(PK... pks)LinkAuditRecord.BuilderLinkAuditRecord.Builder. withSourcePk(PK sourcePk)LinkAuditRecordCommand.BuilderLinkAuditRecordCommand.Builder. withSourcePk(PK sourcePk)LinkAuditRecord.BuilderLinkAuditRecord.Builder. withTargetPk(PK targetPk)LinkAuditRecordCommand.BuilderLinkAuditRecordCommand.Builder. withTargetPk(PK targetPk)JsonAuditRecord.BuilderJsonAuditRecord.Builder. withTypePk(PK typePk)ModelAuditRecord.BuilderModelAuditRecord.Builder. withTypePk(PK typePk)TypeAuditRecordCommand.BuilderTypeAuditRecordCommand.Builder. withTypePk(PK typePk) -
Uses of PK in de.hybris.platform.persistence.audit.gateway.impl
Methods in de.hybris.platform.persistence.audit.gateway.impl that return PK Modifier and Type Method Description protected PKAbstractReadAuditGateway. toPK(java.lang.Object pk)Methods in de.hybris.platform.persistence.audit.gateway.impl with parameters of type PK Modifier and Type Method Description intDefaultWriteAuditGateway. removeAuditRecordsForType(java.lang.String type, PK pk) -
Uses of PK in de.hybris.platform.persistence.audit.impl
Methods in de.hybris.platform.persistence.audit.impl with parameters of type PK Modifier and Type Method Description voidNonTransactionalAuditableOperationHandler. clearAudit(PK pk)voidTransactionalAuditableOperationHandler. clearAudit(PK pk)voidDefaultAuditScopeInvalidator. clearCurrentAuditForPK(PK itemPK) -
Uses of PK in de.hybris.platform.persistence.audit.internal
Methods in de.hybris.platform.persistence.audit.internal that return PK Modifier and Type Method Description PKAuditRecordInternal. getPk()PKValuesContainer. getPk()PKValuesContainer. getTypePk()Methods in de.hybris.platform.persistence.audit.internal with parameters of type PK Modifier and Type Method Description booleanAuditEnablementService. isAuditEnabledForType(PK typePk)ValuesContainer.BuilderValuesContainer.Builder. withPk(PK pk)ValuesContainer.BuilderValuesContainer.Builder. withTypePk(PK typePk) -
Uses of PK in de.hybris.platform.persistence.audit.internal.conditional
Methods in de.hybris.platform.persistence.audit.internal.conditional with parameters of type PK Modifier and Type Method Description static SLDDataContainerConditionalAuditTestUtils. createDataContainer(java.lang.String typeCode, PK pk, java.util.Map<java.lang.String,java.lang.Object> attributes)static java.util.List<AuditRecord>ConditionalAuditTestUtils. getAuditRecordsFor(java.lang.String type, PK pk) -
Uses of PK in de.hybris.platform.persistence.audit.payload.converter
Methods in de.hybris.platform.persistence.audit.payload.converter that return PK Modifier and Type Method Description PKPayloadPKConverter. convertFromString(java.lang.String pk)Methods in de.hybris.platform.persistence.audit.payload.converter that return types with arguments of type PK Modifier and Type Method Description java.lang.Class<PK>PayloadPKConverter. forClass()Methods in de.hybris.platform.persistence.audit.payload.converter with parameters of type PK Modifier and Type Method Description java.lang.StringPayloadPKConverter. convertToString(PK pk) -
Uses of PK in de.hybris.platform.persistence.c2l
Methods in de.hybris.platform.persistence.c2l that return PK Modifier and Type Method Description protected PKLocalizableItemEJBImpl. getLangPK(SessionContext ctx)Methods in de.hybris.platform.persistence.c2l with parameters of type PK Modifier and Type Method Description java.util.MapLocalizableItemEJB. getAllLocalizedProperties(PK langPK)java.util.MapLocalizableItemRemote. getAllLocalizedProperties(PK langPK)java.lang.ObjectLocalizableItemEJB. getLocalizedProperty(java.lang.String name, PK langPK)java.lang.ObjectLocalizableItemRemote. getLocalizedProperty(java.lang.String name, PK langPK)java.util.SetLocalizableItemEJB. getLocalizedPropertyNames(PK langPK)java.util.SetLocalizableItemRemote. getLocalizedPropertyNames(PK langPK)protected LocalizedPropertyAccessLocalizableItemEJB. getLocPropertyAccess(java.lang.String name, PK langPK, boolean forWriting)java.lang.ObjectLocalizableItemEJB. removeLocalizedProperty(java.lang.String name, PK langPK)java.lang.ObjectLocalizableItemRemote. removeLocalizedProperty(java.lang.String name, PK langPK)java.lang.ObjectLocalizableItemEJB. setLocalizedProperty(java.lang.String name, PK langPK, java.lang.Object value)java.lang.ObjectLocalizableItemRemote. setLocalizedProperty(java.lang.String name, PK langPK, java.lang.Object value)Method parameters in de.hybris.platform.persistence.c2l with type arguments of type PK Modifier and Type Method Description voidLocalizableItemEJB. setLocPropertiesFromContainer(java.util.Map<PK,java.util.Map<java.lang.String,java.lang.Object>> values) -
Uses of PK in de.hybris.platform.persistence.enumeration
Methods in de.hybris.platform.persistence.enumeration that return PK Modifier and Type Method Description PKEnumerationValue_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3)PKEnumerationValueEJB. ejbCreate(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)PKEnumerationValue_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKEnumerationValue_HJMPWrapper. ejbFindByTypeAndCode(PK param0, java.lang.String param1)PKEnumerationValue_HJMPWrapper. ejbFindByTypeAndCodeIgnoreCase(PK param0, java.lang.String param1)PKEnumerationValue_HJMPWrapper. getOwnerPkString()PKEnumerationValue_HJMPWrapper. getPkString()PKEnumerationValue_HJMPWrapper. getTypePkString()Methods in de.hybris.platform.persistence.enumeration with parameters of type PK Modifier and Type Method Description EnumerationValueRemoteEnumerationValue_HJMPWrapper. create(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3)EnumerationValueRemoteEnumerationValueHome. create(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)ComposedTypeRemoteEnumerationManagerEJB. createEnumerationType(PK pkBase, java.lang.String code, ComposedTypeRemote valueType)EnumerationValueRemoteEnumerationManagerEJB. createEnumerationValue(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String valueCode, int number)PKEnumerationValue_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3)PKEnumerationValueEJB. ejbCreate(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)PKEnumerationValue_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)java.util.CollectionEnumerationValue_HJMPWrapper. ejbFindByType(PK param0)PKEnumerationValue_HJMPWrapper. ejbFindByTypeAndCode(PK param0, java.lang.String param1)PKEnumerationValue_HJMPWrapper. ejbFindByTypeAndCodeIgnoreCase(PK param0, java.lang.String param1)java.util.CollectionEnumerationValue_HJMPWrapper. ejbFindSortedValues(PK param0)voidEnumerationValue_HJMPWrapper. ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, int param3)voidEnumerationValueEJB. ejbPostCreate(PK pkBase, ComposedTypeRemote enumerationType, java.lang.String code, int number)EnumerationValueRemoteEnumerationValue_HJMPWrapper. findByPrimaryKey(PK pkValue)java.util.CollectionEnumerationValue_HJMPWrapper. findByType(PK param0)EnumerationValueRemoteEnumerationValue_HJMPWrapper. findByTypeAndCode(PK param0, java.lang.String param1)EnumerationValueRemoteEnumerationValueHome. findByTypeAndCode(PK enumerationTypePK, java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.since agesEnumerationValueRemoteEnumerationValue_HJMPWrapper. findByTypeAndCodeIgnoreCase(PK param0, java.lang.String param1)EnumerationValueRemoteEnumerationValueHome. findByTypeAndCodeIgnoreCase(PK enumerationTypePK, java.lang.String codeLowerCase)java.util.CollectionEnumerationValue_HJMPWrapper. findSortedValues(PK param0)java.util.CollectionEnumerationValueHome. findSortedValues(PK enumerationTypePK)voidEnumerationValue_HJMPWrapper. setOwnerPkString(PK newvalue)voidEnumerationValue_HJMPWrapper. setPkString(PK newvalue)voidEnumerationValue_HJMPWrapper. setTypePkString(PK newvalue) -
Uses of PK in de.hybris.platform.persistence.flexiblesearch
Methods in de.hybris.platform.persistence.flexiblesearch that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<PK,de.hybris.platform.persistence.flexiblesearch.Table>ParsedSubtype. getCustomLocTables()Delegated to supertype since all tables are handled there.java.util.Set<PK>TranslatedQuery. getTypePKs()Methods in de.hybris.platform.persistence.flexiblesearch with parameters of type PK Modifier and Type Method Description protected java.util.List<de.hybris.platform.persistence.flexiblesearch.TranslatedQuery.ValueMapper>TranslatedQuery. createValueMappers(java.util.Map userValues, PK defaultLanguagePK)TranslatedQuery.ExecutableQueryTranslatedQuery. expandValues(java.util.Map _values, PK defaultLanguagePK)expands this values according to the '?'included in this parsed query. Method parameters in de.hybris.platform.persistence.flexiblesearch with type arguments of type PK Modifier and Type Method Description protected voidParsedSubtype. setCustomLocTables(java.util.Map<PK,de.hybris.platform.persistence.flexiblesearch.Table> map)Delegated to supertype since all tables are handled there.Constructor parameters in de.hybris.platform.persistence.flexiblesearch with type arguments of type PK Constructor Description TranslatedQuery(java.lang.String sql, java.util.List<java.lang.Object> valueMappings, java.util.List<java.lang.Integer> valuePositions, boolean needLanguage, java.util.Set<PK> typePKs, java.util.Map<java.lang.Integer,java.lang.Object> fixed, boolean cloned, boolean cacheStatement) -
Uses of PK in de.hybris.platform.persistence.flexiblesearch.typecache
Methods in de.hybris.platform.persistence.flexiblesearch.typecache that return PK Modifier and Type Method Description PKFlexibleSearchTypeCacheProvider. getLanguagePkFromIsocode(java.lang.String isoCode)Gets the language PK from isocode.PKCachedTypeData. getTypePk()Gets the type PK.Methods in de.hybris.platform.persistence.flexiblesearch.typecache that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>FlexibleSearchTypeCacheProvider. getExternalTableTypes(java.lang.String typeCode)Returns all sub types of given type which are mapped to different deployments. -
Uses of PK in de.hybris.platform.persistence.flexiblesearch.typecache.impl
Methods in de.hybris.platform.persistence.flexiblesearch.typecache.impl that return PK Modifier and Type Method Description PKDefaultFlexibleSearchTypeCacheProvider. getLanguagePkFromIsocode(java.lang.String isoCode)PKDefaultCachedTypeData. getTypePk()Methods in de.hybris.platform.persistence.flexiblesearch.typecache.impl that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>DefaultFlexibleSearchTypeCacheProvider. getExternalTableTypes(java.lang.String typeCode) -
Uses of PK in de.hybris.platform.persistence.framework
Methods in de.hybris.platform.persistence.framework that return PK Modifier and Type Method Description PKEntityInstance. ejbFindByPrimaryKey(PK pkValue)PKEntityInstanceContext. getPK()PKEntityInstanceContextImpl. getPK()PKEntityProxy. getPK()Methods in de.hybris.platform.persistence.framework with parameters of type PK Modifier and Type Method Description protected voidEntityInstanceContextImpl. checkItemTypeCode(PK pk)EntityInstancePersistencePool. createEntityInstance(java.lang.String jndiName, PK pk)PKEntityInstance. ejbFindByPrimaryKey(PK pkValue)voidPersistencePool.PersistenceListener. entityCreated(PK pk)EntityProxyPersistencePool. findEntityByPK(java.lang.String jndiName, PK pk)EntityProxyPersistencePool. getEntityProxy(PK pk)EntityProxyPersistencePool. getOrCreateUninitializedEntityProxy(java.lang.String jndiName, PK pk)voidPersistencePool. notifyEntityCreation(PK pk)voidPersistencePool. removeEntityProxy(PK pk)voidEntityInstanceContext. setPK(PK pk)voidEntityInstanceContextImpl. setPK(PK pk) -
Uses of PK in de.hybris.platform.persistence.hjmp
Methods in de.hybris.platform.persistence.hjmp that return PK Modifier and Type Method Description PKEntityState. getPK()Methods in de.hybris.platform.persistence.hjmp with parameters of type PK Modifier and Type Method Description static java.lang.LongHJMPUtils. getVersionForPk(PK pk)static booleanHJMPUtils. isFromServiceLayer(PK pk)static booleanHJMPUtils. isOptimisticLockingEnabledForType(PK typePkString)static voidHJMPUtils. updateVersionForPk(PK pk, java.lang.Long version)Method parameters in de.hybris.platform.persistence.hjmp with type arguments of type PK Modifier and Type Method Description static voidHJMPUtils. registerVersionsForPks(java.util.Map<PK,java.lang.Long> mapping) -
Uses of PK in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link that return PK Modifier and Type Method Description PKGenericLinkBMPBean. ejbCreate(java.lang.String quali, PK scrPK, PK tgtPK, int seqNr, int revSeqNr)PKLinkEJB. ejbCreate(java.lang.String quali, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)PKGenericLinkBMPBean. ejbFindByPrimaryKey(PK pkValue)PKGenericLinkBMPBean. getOwnerPkString()PKGenericLinkBMPBean. getPkString()PKLinkEJB. getSourcePK()PKLinkRemote. getSourcePK()PKGenericLinkBMPBean. getSourcePKInternal()abstract PKLinkEJB. getSourcePKInternal()PKLinkEJB. getTargetPK()PKLinkRemote. getTargetPK()PKGenericLinkBMPBean. getTargetPKInternal()abstract PKLinkEJB. getTargetPKInternal()PKGenericLinkBMPBean. getTypePkString()Methods in de.hybris.platform.persistence.link with parameters of type PK Modifier and Type Method Description LinkRemoteGenericLinkBMPBean. create(java.lang.String quali, PK scrPK, PK tgtPK, int seqNr, int revSeqNr)LinkRemoteLinkHome. create(java.lang.String qual, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)LinkRemoteLinkManagerEJB. createLink(java.lang.String qual, PK sourcePK, PK targetPK, int sequenceNumber)Deprecated, for removal: This API element is subject to removal in a future version.since agesLinkRemoteLinkManagerEJB. createLink(java.lang.String qual, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)voidLinkManagerEJB. createLinkNoWrap(java.lang.String qual, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)PKGenericLinkBMPBean. ejbCreate(java.lang.String quali, PK scrPK, PK tgtPK, int seqNr, int revSeqNr)PKLinkEJB. ejbCreate(java.lang.String quali, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)PKGenericLinkBMPBean. ejbFindByPrimaryKey(PK pkValue)java.util.CollectionGenericLinkBMPBean. ejbFindByType(PK typePK)voidGenericLinkBMPBean. ejbPostCreate(java.lang.String param0, PK param2, PK param3, int param4, int param5)voidLinkEJB. ejbPostCreate(java.lang.String quali, PK sourcePK, PK targetPK, int sequenceNumber, int reverseSequenceNumber)LinkRemoteGenericLinkBMPBean. findByPrimaryKey(PK pk)java.util.CollectionGenericLinkBMPBean. findByType(PK typePK)voidGenericLinkBMPBean. setOwnerPkString(PK newvalue)voidGenericLinkBMPBean. setPkString(PK newvalue)voidLinkEJB. setSourcePK(PK pk)voidLinkRemote. setSourcePK(PK pk)voidGenericLinkBMPBean. setSourcePKInternal(PK newvalue)abstract voidLinkEJB. setSourcePKInternal(PK pk)voidLinkEJB. setTargetPK(PK pk)voidLinkRemote. setTargetPK(PK pk)voidGenericLinkBMPBean. setTargetPKInternal(PK newvalue)abstract voidLinkEJB. setTargetPKInternal(PK pk)voidGenericLinkBMPBean. setTypePkString(PK newvalue)Method parameters in de.hybris.platform.persistence.link with type arguments of type PK Modifier and Type Method Description java.util.CollectionGenericLinkBMPBean. ejbFindByPKList(java.util.Collection<PK> pkList) -
Uses of PK in de.hybris.platform.persistence.links.jdbc
Fields in de.hybris.platform.persistence.links.jdbc declared as PK Modifier and Type Field Description static PKJdbcLinksSupport. NONE_LANGUAGE_PK -
Uses of PK in de.hybris.platform.persistence.meta
Fields in de.hybris.platform.persistence.meta declared as PK Modifier and Type Field Description static PKMetaInformationEJB. DEFAULT_PRIMARY_KEYMethods in de.hybris.platform.persistence.meta that return PK Modifier and Type Method Description PKMetaInformation_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1)PKMetaInformationEJB. ejbCreate(PK pk, java.lang.String systemName)PKMetaInformation_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKMetaInformationRemote. ejbFindByPrimaryKey(PK pk)TODO: apidoPKMetaInformation_HJMPWrapper. ejbFindBySystemID(java.lang.String param0)PKMetaInformation_HJMPWrapper. getOwnerPkString()PKMetaInformation_HJMPWrapper. getPkString()PKMetaInformation_HJMPWrapper. getTypePkString()Methods in de.hybris.platform.persistence.meta with parameters of type PK Modifier and Type Method Description MetaInformationRemoteMetaInformation_HJMPWrapper. create(PK param0, java.lang.String param1)MetaInformationRemoteMetaInformationHome. create(PK pk, java.lang.String systemName)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08PKMetaInformation_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1)PKMetaInformationEJB. ejbCreate(PK pk, java.lang.String systemName)PKMetaInformation_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKMetaInformationRemote. ejbFindByPrimaryKey(PK pk)TODO: apidojava.util.CollectionMetaInformation_HJMPWrapper. ejbFindByType(PK param0)voidMetaInformation_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1)voidMetaInformationEJB. ejbPostCreate(PK pk, java.lang.String systemName)MetaInformationRemoteMetaInformation_HJMPWrapper. findByPrimaryKey(PK pkValue)java.util.CollectionMetaInformation_HJMPWrapper. findByType(PK param0)voidMetaInformation_HJMPWrapper. setOwnerPkString(PK newvalue)voidMetaInformation_HJMPWrapper. setPkString(PK newvalue)voidMetaInformation_HJMPWrapper. setTypePkString(PK newvalue) -
Uses of PK in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot with parameters of type PK Modifier and Type Method Description static TypeInfoTypeInfoFactory. getTypeInfo(PK pk) -
Uses of PK in de.hybris.platform.persistence.property
Fields in de.hybris.platform.persistence.property declared as PK Modifier and Type Field Description protected PKItemPropertyCacheKey. itemPKFields in de.hybris.platform.persistence.property with type parameters of type PK Modifier and Type Field Description JDBCValueMappings.ValueReader<PK,?>JDBCValueMappings. PK_READERJDBCValueMappings.ValueWriter<PK,?>JDBCValueMappings. PK_WRITERMethods in de.hybris.platform.persistence.property that return PK Modifier and Type Method Description PKEJBPropertyRowCache. getItemPK()PKEJBProperty. getLang()PKEJBPropertyRowCache. getLangPK()PKTypeInfoMap. getSuperTypePK()PKDBPersistenceManager. getTypePK(java.lang.String code)PKPersistenceManager. getTypePK(java.lang.String code)PKTypeInfoMap. getTypePK()protected PKJDBCValueMappings.PKReaderWriter. readValue(java.sql.ResultSet rs, int idx)protected PKJDBCValueMappings.PKReaderWriter. readValue(java.sql.ResultSet rs, java.lang.String fieldName)Methods in de.hybris.platform.persistence.property that return types with arguments of type PK Modifier and Type Method Description java.util.Set<PK>DBPersistenceManager. getExternalTableTypes(PK typePK)java.util.Set<PK>PersistenceManager. getExternalTableTypes(PK typePK)Finds all subtypes of a given non-abstract type which are mapped to a different deployment.Methods in de.hybris.platform.persistence.property with parameters of type PK Modifier and Type Method Description booleanDBPersistenceManager. cachesInfoFor(PK typePK)booleanPersistenceManager. cachesInfoFor(PK typePK)voidDBPersistenceManager. clearComposedType(PK typePK, java.lang.String code)voidPersistenceManager. clearComposedType(PK typePK, java.lang.String code)static java.lang.ObjectEJBProperty. constructKey(java.lang.String name, PK langPK)property keys are case insensitive regarding names !booleanOldPropertyJDBC.DumpPropertyConverter. convert(PK itemPK, PK typePK, EJBProperty dumpProp)protected static EJBPropertyEJBProperty. create(java.lang.String name, PK lang, java.lang.Object value)static EJBPropertyRowCacheEJBPropertyRowCache. createLocalized(PK langPK, long timestamp, java.util.List<java.lang.String> names)create new localized cache without values (assuming null)static EJBPropertyCacheOldPropertyJDBC. createProperties(PK itemPK, long timestamp, java.lang.String oldPropTableName)static EJBPropertyRowCachePropertyJDBC. createProperties(TypeInfoMap infoMap, PK itemPK, PK typePK, PK langPK, long timestamp)java.util.Map<java.lang.String,java.lang.Object>EJBPropertyCache. getAllProperties(PK langPK)java.util.Map<java.lang.String,java.lang.Object>EJBPropertyRowCache. getAllProperties(PK langPK)java.util.Map<java.lang.String,java.lang.Object>LocalizedPropertyAccess. getAllProperties(PK langPK)java.util.Set<java.lang.Integer>DBPersistenceManager. getBeanTypeCodes(PK typePK)Returns a set of all beans typecode which are typed by the type of the specified pk.java.util.Set<java.lang.Integer>PersistenceManager. getBeanTypeCodes(PK typePK)All item type codes of the specified type or its concrete subtypes.java.util.Set<PK>DBPersistenceManager. getExternalTableTypes(PK typePK)java.util.Set<PK>PersistenceManager. getExternalTableTypes(PK typePK)Finds all subtypes of a given non-abstract type which are mapped to a different deployment.TypeInfoMapDBPersistenceManager. getPersistenceInfo(PK typePK)TypeInfoMapPersistenceManager. getPersistenceInfo(PK typePK)static EJBPropertyCacheOldPropertyJDBC. getProperties(PK itemPK, long timestamp, java.lang.String oldPropTableName)static EJBPropertyRowCachePropertyJDBC. getProperties(TypeInfoMap infoMap, PK itemPK, PK typePK, PK langPK, long timestamp)reads all unlocalized or localized properties of one language for a specified item in a property cache object.java.lang.ObjectEJBPropertyCache. getProperty(java.lang.String name, PK langPK)java.lang.ObjectEJBPropertyRowCache. getProperty(java.lang.String name, PK langPK)java.lang.ObjectLocalizedPropertyAccess. getProperty(java.lang.String name, PK langPK)java.util.Set<java.lang.String>EJBPropertyCache. getPropertyNames(PK langPK)java.util.Set<java.lang.String>EJBPropertyRowCache. getPropertyNames(PK langPK)java.util.Set<java.lang.String>LocalizedPropertyAccess. getPropertyNames(PK langPK)java.util.Map<java.lang.String,java.lang.Object>EJBPropertyCache. getPropertyValues(PK langPK)static EJBPropertyEJBProperty. load(java.lang.String name, PK langPK, java.lang.Object value)static EJBPropertyRowCacheEJBPropertyRowCache. loadLocalized(PK langPK, long timestamp, java.util.List<java.lang.String> names, java.util.List<java.lang.Object> values)loading localized cachejava.lang.StringJDBCValueMappings. pkToSQL(PK pk)static EJBPropertyOldPropertyJDBC. readOldProperty(java.sql.ResultSet rs, PK itemPK)static EJBPropertyRowCachePropertyJDBC. readPropertyRow(java.sql.ResultSet rs, PK itemPK, PK itemTypePK, PK langPK, long timestamp, TypeInfoMap infoMap)static voidOldPropertyJDBC. removeAllPropertyData(PK itemPK, java.lang.String tableName)static voidPropertyJDBC. removeAllPropertyData(PK itemPK, PK typePK)removes all property rows for a item.java.lang.ObjectEJBPropertyCache. removeProperty(java.lang.String name, PK langPK)java.lang.ObjectEJBPropertyRowCache. removeProperty(java.lang.String name, PK langPK)java.lang.ObjectLocalizedPropertyAccess. removeProperty(java.lang.String name, PK langPK)voidEJBPropertyRowCache. setItemPK(PK itemPK)voidEJBPropertyContainer. setLocalizedProperty(java.lang.String name, PK languagePK, java.lang.Object value)java.lang.ObjectEJBPropertyCache. setProperty(java.lang.String name, PK langPK, java.lang.Object value)java.lang.ObjectEJBPropertyRowCache. setProperty(java.lang.String name, PK langPK, java.lang.Object value)java.lang.ObjectLocalizedPropertyAccess. setProperty(java.lang.String name, PK langPK, java.lang.Object value)static voidOldPropertyJDBC. updatePropertyTypePKs(PK itemPK, PK typePK, java.lang.String oldPropTableName)changes all property data rows of one item to the new type pk.static voidPropertyJDBC. updatePropertyTypePKs(TypeInfoMap infoMap, PK itemPK, PK newTypePK)changes all property data rows of one item to the new type pk.static voidOldPropertyJDBC. writeOldProperties(EJBPropertyCache oldPropCache, PK itemPK, PK typePK, java.lang.String tableName)static voidPropertyJDBC. writeProperties(EJBPropertyRowCache prc, PK itemPK, PK typePK, TypeInfoMap infoMap, boolean localized)saves all changed properties of one property cache.protected voidJDBCValueMappings.PKReaderWriter. writeValue(java.sql.PreparedStatement stmt, int fieldIndex, PK value)Method parameters in de.hybris.platform.persistence.property with type arguments of type PK Modifier and Type Method Description static voidPropertyJDBC. preloadLocalizedProperties(java.util.Set<PK> langPKs, java.util.Collection<LocalizableItemRemote> _items)static voidOldPropertyJDBC. removeAllPropertyData(java.util.Collection<PK> itemTypePKs, java.lang.String propertyName, java.lang.String tableName)Constructors in de.hybris.platform.persistence.property with parameters of type PK Constructor Description ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK langPK)ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK itemPK, PK langPK)clone constructorItemOldPropertyCacheKey(PK itemPK)clone constructorItemPropertyCacheKey(PK itemPK)clone constructorItemPropertyCacheKey(EJBPropertyRowCache prc, PK itemPK)used by HJMP to pre-load unloc props cache - dont use elsewhereTypeInfoMap(PK typePK, PK superTypePK, java.lang.String code, boolean isRelationType, int modifiers)creates info map for abstract type.TypeInfoMap(PK typePK, PK superTypePK, java.lang.String code, int itemTypeCode, boolean isRelationType, int modifiers, java.lang.String itemTableName, java.lang.String ulTableName, java.lang.String lTableName, java.lang.String oldPropTableName, java.lang.String auditTableName)TypeInfoMap(TypeInfoMap original, PK typePK, PK superTypePK, java.lang.String code) -
Uses of PK in de.hybris.platform.persistence.property.loader
Methods in de.hybris.platform.persistence.property.loader that return types with arguments of type PK Modifier and Type Method Description com.google.common.collect.Multimap<PK,AttributeDTO>BatchTypeInfoMapLoader. getTypePkToAttributesMap() -
Uses of PK in de.hybris.platform.persistence.security
Fields in de.hybris.platform.persistence.security declared as PK Modifier and Type Field Description protected PKItemACLCacheKey. itemPKMethods in de.hybris.platform.persistence.security that return PK Modifier and Type Method Description PKACLCache. getItemPK()PKACLEntryCache. getPermission()PKACLEntryCache. getPrincipal()Methods in de.hybris.platform.persistence.security that return types with arguments of type PK Modifier and Type Method Description java.util.Map<PK,java.util.List<java.lang.Boolean>>ACLCache. getPermissionMap(java.util.List<PK> rightPKs)rights = [ r1 , r2 ,r3 ] map = { pcpl1 -> [ T ,F ,null ], pcpl2 -> [ null ,F, ,null ] }java.util.Collection<PK>ACLCache. getPermissions(PK principalPK, boolean negative)java.util.Collection<PK>ACLCache. getRestrictedPrincipals()Methods in de.hybris.platform.persistence.security with parameters of type PK Modifier and Type Method Description static java.lang.ObjectACLEntryCache. constructKey(PK userPK, PK permissionPK)static ACLCacheACLCache. create(PK itemPK, long version)protected static ACLEntryCacheACLEntryCache. create(PK user, PK permission, boolean negative)intACLCache. findPermission(PK principalPK, PK permissionPK)static ACLCacheACLEntryJDBC. getACLCache(PK itemPK, long version, HybrisDataSource ds)static ACLCacheACLEntryJDBC. getGlobalACLCache(PK principalPK, long version, HybrisDataSource ds)java.util.Collection<PK>ACLCache. getPermissions(PK principalPK, boolean negative)booleanACLCache. isPermissionRemoved(PK principalPK, PK permissionPK)static ACLCacheACLCache. load(PK itemPK, long version, java.util.Collection<ACLEntryCache> allACLs)static ACLEntryCacheACLEntryCache. load(PK user, PK permission, boolean negative)static voidACLEntryJDBC. removeAllEntries(PK itemPK, HybrisDataSource ds)static voidACLEntryJDBC. removeAllEntriesForUserright(PK userrightPK, HybrisDataSource ds)static voidACLEntryJDBC. removeAllGlobalEntries(PK principalPK, HybrisDataSource ds)booleanACLCache. removePermission(PK principalPK, PK permissionPK)booleanACLCache. setPermission(PK principalPK, PK permissionPK, boolean negative)Method parameters in de.hybris.platform.persistence.security with type arguments of type PK Modifier and Type Method Description java.util.Map<PK,java.util.List<java.lang.Boolean>>ACLCache. getPermissionMap(java.util.List<PK> rightPKs)rights = [ r1 , r2 ,r3 ] map = { pcpl1 -> [ T ,F ,null ], pcpl2 -> [ null ,F, ,null ] }voidACLCache. setPermissionMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalToBooleanMap)rights = [ r1 , r2 ,r3 ] map = { pcpl1 -> [ T ,F ,null ], pcpl2 -> [ null ,F, ,null ] }voidACLCache. setPermissionMap(java.util.List<PK> rightPKs, java.util.Map<PK,java.util.List<java.lang.Boolean>> principalToBooleanMap)rights = [ r1 , r2 ,r3 ] map = { pcpl1 -> [ T ,F ,null ], pcpl2 -> [ null ,F, ,null ] }Constructors in de.hybris.platform.persistence.security with parameters of type PK Constructor Description GlobalACLCacheKey(PK principalPK)clone constructorItemACLCacheKey(PK itemPK)clone constructor -
Uses of PK in de.hybris.platform.persistence.test
Methods in de.hybris.platform.persistence.test that return PK Modifier and Type Method Description PKTestItem_HJMPWrapper. ejbCreate()PKTestItemEJB. ejbCreate()PKTestItem_HJMPWrapper. ejbFindByFieldA(java.lang.String param0)PKTestItem_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKTestItem_HJMPWrapper. ejbFinderTest(java.lang.String param0, int param1)PKTestItem_HJMPWrapper. getOwnerPkString()PKTestItem_HJMPWrapper. getPkString()PKTestItem_HJMPWrapper. getTypePkString()Methods in de.hybris.platform.persistence.test with parameters of type PK Modifier and Type Method Description PKTestItem_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)java.util.CollectionTestItem_HJMPWrapper. ejbFindByType(PK param0)TestItemRemoteTestItem_HJMPWrapper. findByPrimaryKey(PK pkValue)java.util.CollectionTestItem_HJMPWrapper. findByType(PK param0)voidTestItem_HJMPWrapper. setOwnerPkString(PK newvalue)voidTestItem_HJMPWrapper. setPkString(PK newvalue)voidTestItem_HJMPWrapper. setTypePkString(PK newvalue) -
Uses of PK in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that return PK Modifier and Type Method Description PKAtomicType_HJMPWrapper. ejbCreate(PK param0, AtomicTypeRemote param1, java.lang.Class param2)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, AtomicTypeRemote param1, java.lang.String param2)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, java.lang.Class param1)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKAtomicTypeEJB. ejbCreate(PK pkBase, AtomicTypeRemote superType, java.lang.Class cl)PKAtomicTypeEJB. ejbCreate(PK pkBase, AtomicTypeRemote superType, java.lang.String code)PKAtomicTypeEJB. ejbCreate(PK pkBase, java.lang.Class javaClass)PKAttributeDescriptor_HJMPWrapper. ejbCreate(PK param0, AttributeDescriptorRemote param1, java.util.List param2, TypeRemote param3, int param4)PKAttributeDescriptor_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, TypeRemote param4, AtomicTypeRemote param5, int param6, ComposedTypeRemote param7)PKAttributeDescriptorEJB. ejbCreate(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)PKAttributeDescriptorEJB. ejbCreate(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistenceQualifier, TypeRemote type, AtomicTypeRemote persistenceType, int modifiers, ComposedTypeRemote metaType)PKCollectionType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKCollectionType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, TypeRemote param2, int param3)PKCollectionTypeEJB. ejbCreate(PK pkBase, java.lang.String code, TypeRemote elementType, int collectionType)PKComposedType_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)PKComposedType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKComposedTypeEJB. ejbCreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType)PKMapType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKMapType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)PKMapTypeEJB. ejbCreate(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)PKSearchRestriction_HJMPWrapper. ejbCreate(PK param0, PK param1, java.lang.String param2, java.lang.String param3, java.lang.Boolean param4)PKSearchRestrictionEJB. ejbCreate(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)PKTypeEJB. ejbCreate(PK pkBase, java.lang.String code, ComposedTypeRemote metaType)PKAttributeDescriptor_HJMPWrapper. ejbFindByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)PKAtomicType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKAttributeDescriptor_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKCollectionType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKComposedType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKMapType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKSearchRestriction_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKAttributeDescriptor_HJMPWrapper. ejbFindDeclaredByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)PKAttributeDescriptor_HJMPWrapper. ejbFindPublicByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)PKMapType_HJMPWrapper. getArgumentTypePK()abstract PKMapTypeEJB. getArgumentTypePK()PKAttributeDescriptor_HJMPWrapper. getAttributeTypePK()abstract PKAttributeDescriptorEJB. getAttributeTypePK()PKCollectionType_HJMPWrapper. getElementTypePK()abstract PKCollectionTypeEJB. getElementTypePK()PKAttributeDescriptor_HJMPWrapper. getEnclosingTypePK()abstract PKAttributeDescriptorEJB. getEnclosingTypePK()PKAtomicType_HJMPWrapper. getOwnerPkString()PKAttributeDescriptor_HJMPWrapper. getOwnerPkString()PKCollectionType_HJMPWrapper. getOwnerPkString()PKComposedType_HJMPWrapper. getOwnerPkString()PKMapType_HJMPWrapper. getOwnerPkString()PKSearchRestriction_HJMPWrapper. getOwnerPkString()PKAttributeDescriptor_HJMPWrapper. getPersistenceTypePK()abstract PKAttributeDescriptorEJB. getPersistenceTypePK()PKAtomicType_HJMPWrapper. getPkString()PKAttributeDescriptor_HJMPWrapper. getPkString()PKCollectionType_HJMPWrapper. getPkString()PKComposedType_HJMPWrapper. getPkString()PKMapType_HJMPWrapper. getPkString()PKSearchRestriction_HJMPWrapper. getPkString()PKSearchRestriction_HJMPWrapper. getPrincipalPK()abstract PKSearchRestrictionEJB. getPrincipalPK()PKSearchRestrictionRemote. getPrincipalPK()PKSearchRestriction_HJMPWrapper. getRestrictedTypePK()abstract PKSearchRestrictionEJB. getRestrictedTypePK()PKSearchRestrictionRemote. getRestrictedTypePK()PKMapType_HJMPWrapper. getReturnTypePK()abstract PKMapTypeEJB. getReturnTypePK()PKAttributeDescriptor_HJMPWrapper. getSelectionDescriptorPK()abstract PKAttributeDescriptorEJB. getSelectionDescriptorPK()PKAttributeDescriptor_HJMPWrapper. getSuperAttributeDescriptorPK()abstract PKAttributeDescriptorEJB. getSuperAttributeDescriptorPK()PKComposedTypeEJB. getSuperTypeItemPK()PKComposedTypeRemote. getSuperTypeItemPK()PKAtomicType_HJMPWrapper. getSuperTypePK()PKComposedType_HJMPWrapper. getSuperTypePK()abstract PKHierarchieTypeEJB. getSuperTypePK()PKAtomicType_HJMPWrapper. getTypePkString()PKAttributeDescriptor_HJMPWrapper. getTypePkString()PKCollectionType_HJMPWrapper. getTypePkString()PKComposedType_HJMPWrapper. getTypePkString()PKMapType_HJMPWrapper. getTypePkString()PKSearchRestriction_HJMPWrapper. getTypePkString()Methods in de.hybris.platform.persistence.type with parameters of type PK Modifier and Type Method Description AtomicTypeRemoteAtomicType_HJMPWrapper. create(PK param0, AtomicTypeRemote param1, java.lang.Class param2)AtomicTypeRemoteAtomicType_HJMPWrapper. create(PK param0, AtomicTypeRemote param1, java.lang.String param2)AtomicTypeRemoteAtomicType_HJMPWrapper. create(PK param0, java.lang.Class param1)AtomicTypeRemoteAtomicType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass)AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, AtomicTypeRemote superType, java.lang.String code)AtomicTypeRemoteAtomicTypeHome. create(PK pkBase, java.lang.Class javaClass)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. create(PK param0, AttributeDescriptorRemote param1, java.util.List param2, TypeRemote param3, int param4)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. create(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, TypeRemote param4, AtomicTypeRemote param5, int param6, ComposedTypeRemote param7)AttributeDescriptorRemoteAttributeDescriptorHome. create(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)AttributeDescriptorRemoteAttributeDescriptorHome. create(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistentQualifier, TypeRemote type, AtomicTypeRemote persistentType, int modifiers, ComposedTypeRemote metaType)CollectionTypeRemoteCollectionType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)CollectionTypeRemoteCollectionType_HJMPWrapper. create(PK param0, java.lang.String param1, TypeRemote param2, int param3)CollectionTypeRemoteCollectionTypeHome. create(PK pkBase, java.lang.String code, TypeRemote elementType, int typeOfCollection)ComposedTypeRemoteComposedType_HJMPWrapper. create(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)ComposedTypeRemoteComposedType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)ComposedTypeRemoteComposedTypeHome. create(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClass, ItemDeployment deployment, ComposedTypeRemote metaType)MapTypeRemoteMapType_HJMPWrapper. create(PK param0, java.lang.String param1, ComposedTypeRemote param2)MapTypeRemoteMapType_HJMPWrapper. create(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)MapTypeRemoteMapTypeHome. create(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)SearchRestrictionRemoteSearchRestriction_HJMPWrapper. create(PK param0, PK param1, java.lang.String param2, java.lang.String param3, java.lang.Boolean param4)SearchRestrictionRemoteSearchRestrictionHome. create(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)AtomicTypeRemoteTypeManagerEJB. createAtomicType(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass)AtomicTypeRemoteTypeManagerEJB. createAtomicType(PK pkBase, AtomicTypeRemote superType, java.lang.String code)AtomicTypeRemoteTypeManagerEJB. createAtomicType(PK pkBase, java.lang.Class javaClass)AttributeDescriptorComposedTypeEJBImpl. createAttributeDescriptor(PK pkBase, java.lang.String qualifier, Type type, int modifiers)AttributeDescriptorRemoteTypeManagerEJB. createAttributeDescriptor(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistenceQualifier, TypeRemote type, AtomicTypeRemote persistenceType, int modifiers, ComposedTypeRemote metaType, boolean reinitialize)CollectionTypeRemoteTypeManagerEJB. createCollectionType(PK pkBase, java.lang.String code, TypeRemote elementType)CollectionTypeRemoteTypeManagerEJB. createCollectionType(PK pkBase, java.lang.String code, TypeRemote elementType, int collectionType)MapTypeRemoteTypeManagerEJB. createMapType(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)ComposedTypeRemoteTypeManagerEJB. createNonRootComposedType(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ComposedTypeRemote metaType, boolean copySupertypeData)AttributeDescriptorRemoteTypeManagerEJB. createPropertyDescriptor(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, TypeRemote type, int modifiers, ComposedTypeRemote metaType, java.util.Map sqlColumnDefs, boolean reinitialize)AttributeDescriptorRemoteTypeManagerEJB. createPropertyDescriptor(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, TypeRemote type, int modifiers, ComposedTypeRemote metaType, java.util.Map sqlColumnDefs, boolean reinitialize, java.lang.String realColumnName)AttributeDescriptorRemoteTypeManagerEJB. createRelationDescriptor(PK pkBase, java.lang.String relationName, java.lang.String qualifier, ComposedTypeRemote enclosingType, ComposedTypeRemote type, int modifiers, boolean localized, boolean reinit, int typeOfCollection)ComposedTypeRemoteTypeManagerEJB. createRelationType(PK pkBase, java.lang.String relationName, boolean copySupertypeData, boolean isAbstract)ComposedTypeRemoteTypeManagerEJB. createRelationType(PK pkBase, java.lang.String relationQualfier, boolean localized, AttributeDescriptorRemote sourceFD, AttributeDescriptorRemote targetFD)SearchRestrictionRemoteTypeManagerEJB. createRestriction(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)ComposedTypeRemoteTypeManagerEJB. createRootComposedType(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType, boolean copySupertypeData)ComposedTypeRemoteTypeManagerEJB. createRootRelationType(PK pkBase, java.lang.String relationQualfier, ItemDeployment deployment, boolean copySupertypeData)Deprecated, for removal: This API element is subject to removal in a future version.PKAtomicType_HJMPWrapper. ejbCreate(PK param0, AtomicTypeRemote param1, java.lang.Class param2)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, AtomicTypeRemote param1, java.lang.String param2)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, java.lang.Class param1)PKAtomicType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKAtomicTypeEJB. ejbCreate(PK pkBase, AtomicTypeRemote superType, java.lang.Class cl)PKAtomicTypeEJB. ejbCreate(PK pkBase, AtomicTypeRemote superType, java.lang.String code)PKAtomicTypeEJB. ejbCreate(PK pkBase, java.lang.Class javaClass)PKAttributeDescriptor_HJMPWrapper. ejbCreate(PK param0, AttributeDescriptorRemote param1, java.util.List param2, TypeRemote param3, int param4)PKAttributeDescriptor_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, TypeRemote param4, AtomicTypeRemote param5, int param6, ComposedTypeRemote param7)PKAttributeDescriptorEJB. ejbCreate(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)PKAttributeDescriptorEJB. ejbCreate(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistenceQualifier, TypeRemote type, AtomicTypeRemote persistenceType, int modifiers, ComposedTypeRemote metaType)PKCollectionType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKCollectionType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, TypeRemote param2, int param3)PKCollectionTypeEJB. ejbCreate(PK pkBase, java.lang.String code, TypeRemote elementType, int collectionType)PKComposedType_HJMPWrapper. ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)PKComposedType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKComposedTypeEJB. ejbCreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType)PKMapType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)PKMapType_HJMPWrapper. ejbCreate(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)PKMapTypeEJB. ejbCreate(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)PKSearchRestriction_HJMPWrapper. ejbCreate(PK param0, PK param1, java.lang.String param2, java.lang.String param3, java.lang.Boolean param4)PKSearchRestrictionEJB. ejbCreate(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)PKTypeEJB. ejbCreate(PK pkBase, java.lang.String code, ComposedTypeRemote metaType)java.util.CollectionMapType_HJMPWrapper. ejbFindByArgumentType(PK param0)java.util.CollectionCollectionType_HJMPWrapper. ejbFindByElementType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindByEnclosingType(PK param0)PKAttributeDescriptor_HJMPWrapper. ejbFindByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindByEnclosingTypeAndSelectionDescriptor(PK param0, PK param1)PKAtomicType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKAttributeDescriptor_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKCollectionType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKComposedType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKMapType_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)PKSearchRestriction_HJMPWrapper. ejbFindByPrimaryKey(PK pkValue)java.util.CollectionSearchRestriction_HJMPWrapper. ejbFindByPrincipal(PK param0)java.util.CollectionSearchRestriction_HJMPWrapper. ejbFindByRestrictedType(PK param0)java.util.CollectionMapType_HJMPWrapper. ejbFindByReturnType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindBySuperAttributeDescriptor(PK param0)java.util.CollectionAtomicType_HJMPWrapper. ejbFindBySuperType(PK param0)java.util.CollectionComposedType_HJMPWrapper. ejbFindBySuperType(PK param0)java.util.CollectionAtomicType_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionCollectionType_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionComposedType_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionMapType_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionSearchRestriction_HJMPWrapper. ejbFindByType(PK param0)java.util.CollectionMapType_HJMPWrapper. ejbFindByTypes(PK param0, PK param1)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindDeclaredByEnclosingType(PK param0)PKAttributeDescriptor_HJMPWrapper. ejbFindDeclaredByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindInhertitedByEnclosingType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindPropertyByEnclosingType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. ejbFindPublicByEnclosingType(PK param0)PKAttributeDescriptor_HJMPWrapper. ejbFindPublicByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)java.util.CollectionSearchRestriction_HJMPWrapper. ejbFindRestrictions(PK param0, PK param1)voidAtomicType_HJMPWrapper. ejbPostCreate(PK param0, AtomicTypeRemote param1, java.lang.Class param2)voidAtomicType_HJMPWrapper. ejbPostCreate(PK param0, AtomicTypeRemote param1, java.lang.String param2)voidAtomicType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.Class param1)voidAtomicType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)voidAtomicTypeEJB. ejbPostCreate(PK pkBase, AtomicTypeRemote superType, java.lang.Class javaClass)voidAtomicTypeEJB. ejbPostCreate(PK pkBase, AtomicTypeRemote superType, java.lang.String code)voidAtomicTypeEJB. ejbPostCreate(PK pkBase, java.lang.Class javaClass)voidAttributeDescriptor_HJMPWrapper. ejbPostCreate(PK param0, AttributeDescriptorRemote param1, java.util.List param2, TypeRemote param3, int param4)voidAttributeDescriptor_HJMPWrapper. ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, TypeRemote param4, AtomicTypeRemote param5, int param6, ComposedTypeRemote param7)voidAttributeDescriptorEJB. ejbPostCreate(PK pkBase, AttributeDescriptorRemote superFD, java.util.List inheritancePath, TypeRemote type, int modifiers)voidAttributeDescriptorEJB. ejbPostCreate(PK pkBase, ComposedTypeRemote enclosingType, java.lang.String qualifier, java.lang.String persistenceQualifier, TypeRemote type, AtomicTypeRemote persistenceType, int modifiers, ComposedTypeRemote metaType)voidCollectionType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)voidCollectionType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, TypeRemote param2, int param3)voidCollectionTypeEJB. ejbPostCreate(PK pkBase, java.lang.String code, TypeRemote elementType, int collectionType)voidComposedType_HJMPWrapper. ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)voidComposedType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)voidComposedTypeEJB. ejbPostCreate(PK pkBase, ComposedTypeRemote superType, java.lang.String code, java.lang.String jaloClassName, ItemDeployment deployment, ComposedTypeRemote metaType)voidMapType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)voidMapType_HJMPWrapper. ejbPostCreate(PK param0, java.lang.String param1, TypeRemote param2, TypeRemote param3)voidMapTypeEJB. ejbPostCreate(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)voidSearchRestriction_HJMPWrapper. ejbPostCreate(PK param0, PK param1, java.lang.String param2, java.lang.String param3, java.lang.Boolean param4)voidSearchRestrictionEJB. ejbPostCreate(PK principalPK, PK typePK, java.lang.String query, java.lang.String code, java.lang.Boolean active)voidTypeEJB. ejbPostCreate(PK pkBase, java.lang.String code, ComposedTypeRemote metaType)java.util.CollectionMapType_HJMPWrapper. findByArgumentType(PK param0)java.util.CollectionMapTypeHome. findByArgumentType(PK argumentTypePK)java.util.CollectionCollectionType_HJMPWrapper. findByElementType(PK param0)java.util.CollectionCollectionTypeHome. findByElementType(PK typePK)java.util.CollectionAttributeDescriptor_HJMPWrapper. findByEnclosingType(PK param0)java.util.CollectionAttributeDescriptorHome. findByEnclosingType(PK ectPK)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. findByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)AttributeDescriptorRemoteAttributeDescriptorHome. findByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)Always pass qualifier as lower case string !!!java.util.CollectionAttributeDescriptor_HJMPWrapper. findByEnclosingTypeAndSelectionDescriptor(PK param0, PK param1)java.util.CollectionAttributeDescriptorHome. findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK)AtomicTypeRemoteAtomicType_HJMPWrapper. findByPrimaryKey(PK pkValue)AtomicTypeRemoteAtomicTypeHome. findByPrimaryKey(PK pk)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. findByPrimaryKey(PK pkValue)CollectionTypeRemoteCollectionType_HJMPWrapper. findByPrimaryKey(PK pkValue)CollectionTypeRemoteCollectionTypeHome. findByPrimaryKey(PK pk)ComposedTypeRemoteComposedType_HJMPWrapper. findByPrimaryKey(PK pkValue)ComposedTypeRemoteComposedTypeHome. findByPrimaryKey(PK pk)MapTypeRemoteMapType_HJMPWrapper. findByPrimaryKey(PK pkValue)MapTypeRemoteMapTypeHome. findByPrimaryKey(PK pk)SearchRestrictionRemoteSearchRestriction_HJMPWrapper. findByPrimaryKey(PK pkValue)java.util.CollectionSearchRestriction_HJMPWrapper. findByPrincipal(PK param0)java.util.CollectionSearchRestrictionHome. findByPrincipal(PK principalPK)java.util.CollectionSearchRestriction_HJMPWrapper. findByRestrictedType(PK param0)java.util.CollectionSearchRestrictionHome. findByRestrictedType(PK typePK)java.util.CollectionMapType_HJMPWrapper. findByReturnType(PK param0)java.util.CollectionMapTypeHome. findByReturnType(PK returnTypePK)java.util.CollectionAttributeDescriptor_HJMPWrapper. findBySuperAttributeDescriptor(PK param0)java.util.CollectionAttributeDescriptorHome. findBySuperAttributeDescriptor(PK superFDPK)java.util.CollectionAtomicType_HJMPWrapper. findBySuperType(PK param0)java.util.CollectionComposedType_HJMPWrapper. findBySuperType(PK param0)java.util.CollectionHierarchieTypeHome. findBySuperType(PK superTypePK)java.util.CollectionAtomicType_HJMPWrapper. findByType(PK param0)java.util.CollectionAttributeDescriptor_HJMPWrapper. findByType(PK param0)java.util.CollectionCollectionType_HJMPWrapper. findByType(PK param0)java.util.CollectionComposedType_HJMPWrapper. findByType(PK param0)java.util.CollectionMapType_HJMPWrapper. findByType(PK param0)java.util.CollectionSearchRestriction_HJMPWrapper. findByType(PK param0)java.util.CollectionMapType_HJMPWrapper. findByTypes(PK param0, PK param1)java.util.CollectionMapTypeHome. findByTypes(PK argumentTypePK, PK returnTypePK)java.util.CollectionAttributeDescriptor_HJMPWrapper. findDeclaredByEnclosingType(PK param0)java.util.CollectionAttributeDescriptorHome. findDeclaredByEnclosingType(PK ectPK)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. findDeclaredByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)AttributeDescriptorRemoteAttributeDescriptorHome. findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)Always pass qualifier as lower case string !!!java.util.CollectionAttributeDescriptor_HJMPWrapper. findInhertitedByEnclosingType(PK param0)java.util.CollectionAttributeDescriptorHome. findInhertitedByEnclosingType(PK ectPK)java.util.CollectionAttributeDescriptor_HJMPWrapper. findPropertyByEnclosingType(PK param0)java.util.CollectionAttributeDescriptorHome. findPropertyByEnclosingType(PK ectPK)java.util.CollectionAttributeDescriptor_HJMPWrapper. findPublicByEnclosingType(PK param0)java.util.CollectionAttributeDescriptorHome. findPublicByEnclosingType(PK ectPK)AttributeDescriptorRemoteAttributeDescriptor_HJMPWrapper. findPublicByEnclosingTypeAndQualifier(PK param0, java.lang.String param1)AttributeDescriptorRemoteAttributeDescriptorHome. findPublicByEnclosingTypeAndQualifier(PK enclTypePK, java.lang.String qualifier)Always pass qualifier as lower case string !!!java.util.CollectionSearchRestriction_HJMPWrapper. findRestrictions(PK param0, PK param1)java.util.CollectionSearchRestrictionHome. findRestrictions(PK principalPK, PK typePK)AttributeDescriptorRemoteTypeManagerEJB. getEveryAttributeDescriptor(PK enclosingTypePK, java.lang.String qualifier)AtomicTypeRemoteTypeManagerEJB. getOrCreateAtomicType(PK pkBase, java.lang.Class javaClass)CollectionTypeRemoteTypeManagerEJB. getOrCreateCollectionType(PK pkBase, java.lang.String code, TypeRemote elementType)CollectionTypeRemoteTypeManagerEJB. getOrCreateCollectionType(PK pkBase, java.lang.String code, TypeRemote elementType, int collectionType)protected MapTypeRemoteTypeManagerEJB. getOrCreateMapType(PK pkBase, java.lang.String code, TypeRemote argumentType, TypeRemote returnType)checks if there is a maptype for a given argument type and return type.java.util.CollectionTypeManagerEJB. getRestrictions(PK principalPK, PK typePK)voidMapType_HJMPWrapper. setArgumentTypePK(PK newvalue)abstract voidMapTypeEJB. setArgumentTypePK(PK argumentTypePK)voidAttributeDescriptor_HJMPWrapper. setAttributeTypePK(PK newvalue)abstract voidAttributeDescriptorEJB. setAttributeTypePK(PK typePK)voidCollectionType_HJMPWrapper. setElementTypePK(PK newvalue)abstract voidCollectionTypeEJB. setElementTypePK(PK elementTypePK)voidAttributeDescriptor_HJMPWrapper. setEnclosingTypePK(PK newvalue)abstract voidAttributeDescriptorEJB. setEnclosingTypePK(PK enclosingTypePK)voidAtomicType_HJMPWrapper. setOwnerPkString(PK newvalue)voidAttributeDescriptor_HJMPWrapper. setOwnerPkString(PK newvalue)voidCollectionType_HJMPWrapper. setOwnerPkString(PK newvalue)voidComposedType_HJMPWrapper. setOwnerPkString(PK newvalue)voidMapType_HJMPWrapper. setOwnerPkString(PK newvalue)voidSearchRestriction_HJMPWrapper. setOwnerPkString(PK newvalue)voidAttributeDescriptor_HJMPWrapper. setPersistenceTypePK(PK newvalue)abstract voidAttributeDescriptorEJB. setPersistenceTypePK(PK persistenceTypePK)voidAtomicType_HJMPWrapper. setPkString(PK newvalue)voidAttributeDescriptor_HJMPWrapper. setPkString(PK newvalue)voidCollectionType_HJMPWrapper. setPkString(PK newvalue)voidComposedType_HJMPWrapper. setPkString(PK newvalue)voidMapType_HJMPWrapper. setPkString(PK newvalue)voidSearchRestriction_HJMPWrapper. setPkString(PK newvalue)voidSearchRestriction_HJMPWrapper. setPrincipalPK(PK newvalue)abstract voidSearchRestrictionEJB. setPrincipalPK(PK pk)voidSearchRestrictionRemote. setPrincipalPK(PK pk)voidSearchRestriction_HJMPWrapper. setRestrictedTypePK(PK newvalue)abstract voidSearchRestrictionEJB. setRestrictedTypePK(PK pk)voidSearchRestrictionRemote. setRestrictedTypePK(PK pk)voidMapType_HJMPWrapper. setReturnTypePK(PK newvalue)abstract voidMapTypeEJB. setReturnTypePK(PK returnTypePK)voidAttributeDescriptor_HJMPWrapper. setSelectionDescriptorPK(PK newvalue)abstract voidAttributeDescriptorEJB. setSelectionDescriptorPK(PK selectionDescriptorPK)voidAttributeDescriptor_HJMPWrapper. setSuperAttributeDescriptorPK(PK newvalue)abstract voidAttributeDescriptorEJB. setSuperAttributeDescriptorPK(PK superFDPK)voidAtomicType_HJMPWrapper. setSuperTypePK(PK newvalue)voidComposedType_HJMPWrapper. setSuperTypePK(PK newvalue)abstract voidHierarchieTypeEJB. setSuperTypePK(PK superPK)voidAtomicType_HJMPWrapper. setTypePkString(PK newvalue)voidAttributeDescriptor_HJMPWrapper. setTypePkString(PK newvalue)voidCollectionType_HJMPWrapper. setTypePkString(PK newvalue)voidComposedType_HJMPWrapper. setTypePkString(PK newvalue)voidMapType_HJMPWrapper. setTypePkString(PK newvalue)voidSearchRestriction_HJMPWrapper. setTypePkString(PK newvalue) -
Uses of PK in de.hybris.platform.platformbackoffice.editors.pk
Methods in de.hybris.platform.platformbackoffice.editors.pk that return PK Modifier and Type Method Description protected PKDefaultPKEditor. tryParsePK(org.zkoss.zk.ui.Component parent, java.lang.String value, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context) -
Uses of PK in de.hybris.platform.platformbackoffice.editors.pk.reference
Methods in de.hybris.platform.platformbackoffice.editors.pk.reference with parameters of type PK Modifier and Type Method Description protected ItemModelDefaultReferencePKEditor. loadItemByPK(com.hybris.cockpitng.components.Editor editor, PK pk, com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context) -
Uses of PK in de.hybris.platform.platformbackoffice.services.catalogversion
Methods in de.hybris.platform.platformbackoffice.services.catalogversion that return PK Modifier and Type Method Description PKCatalogVersionCompareService.CatalogVersionDifference. getSourceItemPK()PKCatalogVersionCompareService.CatalogVersionComparison. getSyncItemJobPK()PKCatalogVersionCompareService.CatalogVersionDifference. getTargetItemPK()Constructors in de.hybris.platform.platformbackoffice.services.catalogversion with parameters of type PK Constructor Description CatalogVersionComparison(PK syncItemJobPK)CatalogVersionDifference(PK sourceItemPK, PK targetItemPK, java.util.Date sourceModificationTime, java.util.Date lastSyncTime, java.lang.String typeName) -
Uses of PK in de.hybris.platform.processengine.impl
Methods in de.hybris.platform.processengine.impl with parameters of type PK Modifier and Type Method Description java.util.List<java.lang.String>BusinessProcessServiceDao. findBusinessProcessTaskActions(PK businessProcessPk)Finds all BusinessProcess task actions.java.util.List<java.lang.String>DefaultBusinessProcessServiceDao. findBusinessProcessTaskActions(PK businessProcessPk) -
Uses of PK in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>CompletelyFailingBatchProcessor. asList(java.lang.Object ctx)protected java.util.List<PK>SometimesFailingBatchProcessor. asList(java.lang.Object ctx)protected java.util.List<PK>TestBatchProcessor. asList(java.lang.Object ctx) -
Uses of PK in de.hybris.platform.productcockpit.model.favorites
Methods in de.hybris.platform.productcockpit.model.favorites that return PK Modifier and Type Method Description PKFavoriteCategoryImpl. getPK()Constructors in de.hybris.platform.productcockpit.model.favorites with parameters of type PK Constructor Description FavoriteCategoryImpl(java.lang.String label, PK pk) -
Uses of PK in de.hybris.platform.productcockpit.model.favorites.impl
Methods in de.hybris.platform.productcockpit.model.favorites.impl that return PK Modifier and Type Method Description PKFavoriteCategory. getPK() -
Uses of PK in de.hybris.platform.productcockpit.services.catalog
Methods in de.hybris.platform.productcockpit.services.catalog with parameters of type PK Modifier and Type Method Description CatalogVersionModelCatalogService. getCatalogVersion(PK pk)Get the CatalogVersion for a Catalog item, specified by PK -
Uses of PK in de.hybris.platform.productcockpit.services.catalog.impl
Methods in de.hybris.platform.productcockpit.services.catalog.impl with parameters of type PK Modifier and Type Method Description CatalogVersionModelCatalogServiceImpl. getCatalogVersion(PK pk) -
Uses of PK in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return PK Modifier and Type Method Description PKCachedPromotionNullAction. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionOrderAddFreeGiftAction. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionOrderAdjustTotalAction. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionOrderChangeDeliveryModeAction. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionOrderEntryAdjustAction. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionOrderEntryConsumed. providePK()Provides PK part ofJaloOnlyItemcontract.PKCachedPromotionResult. providePK()Provides PK part ofJaloOnlyItemcontract. -
Uses of PK in de.hybris.platform.retention
Methods in de.hybris.platform.retention that return PK Modifier and Type Method Description PKItemToCleanup. getPk()Methods in de.hybris.platform.retention with parameters of type PK Modifier and Type Method Description ItemToCleanup.BuilderItemToCleanup.Builder. withPK(PK pk) -
Uses of PK in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.Set<PK>>DefaultRuleEngineSystemSetup. getInitializationMap()Methods in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl with parameters of type PK Modifier and Type Method Description protected <T extends ItemModel>
java.util.Optional<T>DefaultRuleEngineSystemSetup. validateAndConvertFromJalo(PK pk)Method parameters in de.hybris.platform.ruleengineservices.maintenance.systemsetup.impl with type arguments of type PK Modifier and Type Method Description protected <T extends ItemModel>
java.util.List<T>DefaultRuleEngineSystemSetup. convert(java.util.Set<PK> pks)converts the given set of PKs to source rule model objects. -
Uses of PK in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades with parameters of type PK Modifier and Type Method Description default AbstractOrderEntryModelConfigurationCartIntegrationFacade. findItemInCartByPK(PK cartItemPk)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08.0 - please read any cart related data via the CartFacadeCartFacade.getSessionCart() -
Uses of PK in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return PK Modifier and Type Method Description protected PKConfigurationCartIntegrationFacadeImpl. convertStringToPK(java.lang.String pkString)Converts a string to the primary key wrapping itMethods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type PK Modifier and Type Method Description protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl. findCartItemByPK(PK cartItemPk)AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl. findItemInCartByPK(PK cartItemPk)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08.0 - please read any cart related data via the CartFacadeCartFacade.getSessionCart() -
Uses of PK in de.hybris.platform.scripting.engine.impl
Constructors in de.hybris.platform.scripting.engine.impl with parameters of type PK Constructor Description DefaultAutoDisablingScriptStrategy(PK pk, ModelService modelService, SessionService sessionService) -
Uses of PK in de.hybris.platform.scripting.engine.internal.cache.impl
Methods in de.hybris.platform.scripting.engine.internal.cache.impl that return PK Modifier and Type Method Description PKModelScriptCacheKey. getPk()Constructors in de.hybris.platform.scripting.engine.internal.cache.impl with parameters of type PK Constructor Description ModelScriptCacheKey(PK pk, java.lang.String tenantId) -
Uses of PK in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>SnIndexerItemSource. getPks(SnIndexerContext indexerContext)Returns the pks of the items to be indexed/deleted. -
Uses of PK in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>FlexibleSearchSnIndexerItemSource. getPks(SnIndexerContext indexerContext)java.util.List<PK>PksSnIndexerItemSource. getPks(SnIndexerContext indexerContext)java.util.List<PK>TypeSnIndexerItemSource. getPks(SnIndexerContext indexerContext)Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type PK Modifier and Type Method Description protected DefaultSnIndexerStrategy.IndexerBatchGroupDefaultSnIndexerStrategy. buildIndexerBatchGroup(SnIndexerContext indexerContext, SnDocumentOperationType documentOperationType, java.util.List<PK> indexerItemSourcePks, int batchIndex, int maxBatchSize)protected java.util.List<ItemModel>DefaultSnIndexerBatchStrategy. collectItems(SnIndexerContext indexerContext, java.util.List<PK> pks)Constructor parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type PK Constructor Description PksSnIndexerItemSource(java.util.List<PK> pks) -
Uses of PK in de.hybris.platform.searchservices.support
Methods in de.hybris.platform.searchservices.support with parameters of type PK Modifier and Type Method Description voidCustomItemCreationListener. entityCreated(PK pk)Method parameters in de.hybris.platform.searchservices.support with type arguments of type PK Modifier and Type Method Description protected voidCustomItemCreationListener. removeItems(java.util.Collection<PK> pks) -
Uses of PK in de.hybris.platform.servicelayer.cronjob
Methods in de.hybris.platform.servicelayer.cronjob with parameters of type PK Modifier and Type Method Description voidRunCronJobMessageCreatorAndSender. createAndSendMessage(int remoteClusterId, PK cronJobPK)Creates and sends a new message for performing a CronJob withcronJobPKon remote clusterremoteClusterId -
Uses of PK in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type PK Modifier and Type Method Description voidDefaultRunCronJobMessageCreatorAndSender. createAndSendMessage(int remoteClusterId, PK cronJobPK) -
Uses of PK in de.hybris.platform.servicelayer.event.events
Methods in de.hybris.platform.servicelayer.event.events that return PK Modifier and Type Method Description PKAbstractCronJobEvent. getCronJobPK()PKAbstractCronJobPerformEvent. getScheduledByTriggerPk()Methods in de.hybris.platform.servicelayer.event.events with parameters of type PK Modifier and Type Method Description voidAbstractCronJobEvent. setCronJobPK(PK cronJobPK)voidAbstractCronJobPerformEvent. setScheduledByTriggerPk(PK scheduledByTriggerPk) -
Uses of PK in de.hybris.platform.servicelayer.i18n
Methods in de.hybris.platform.servicelayer.i18n that return PK Modifier and Type Method Description PKI18NService. getLangPKFromLocale(java.util.Locale locale)Returns proper language PK for matching locale. -
Uses of PK in de.hybris.platform.servicelayer.i18n.impl
Methods in de.hybris.platform.servicelayer.i18n.impl that return PK Modifier and Type Method Description PKDefaultI18NService. getLangPKFromLocale(java.util.Locale locale) -
Uses of PK in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex with parameters of type PK Modifier and Type Method Description protected longImpExEmptyUpdateTest. changeInOtherThread(PK itemPK, java.lang.String property, java.lang.Object value) -
Uses of PK in de.hybris.platform.servicelayer.internal.converter
Methods in de.hybris.platform.servicelayer.internal.converter that return PK Modifier and Type Method Description PKReadParams. getCurrentLangPK()PKReadParams. getLangPK()PKPersistenceObject. getPK() -
Uses of PK in de.hybris.platform.servicelayer.internal.converter.impl
Methods in de.hybris.platform.servicelayer.internal.converter.impl with parameters of type PK Modifier and Type Method Description voidItemModelConverter. afterModification(AbstractItemModel model, PK pk, long persistenceVersion)protected ItemModelInternalContextItemModelConverter. createContextForExistingModel(java.lang.String type, PK pk, long persistenceVersion, AttributeProvider attributeProvider)Constructors in de.hybris.platform.servicelayer.internal.converter.impl with parameters of type PK Constructor Description ItemAttributeProvider(PK pk, ItemModelConverter converter)Creates a new provider setting with PK only. -
Uses of PK in de.hybris.platform.servicelayer.internal.i18n
Methods in de.hybris.platform.servicelayer.internal.i18n that return PK Modifier and Type Method Description PKLocalizationService. getMatchingPkForDataLocale(java.util.Locale locale)Deprecated, for removal: This API element is subject to removal in a future version.Returns proper language PK for matching locale. -
Uses of PK in de.hybris.platform.servicelayer.internal.i18n.impl
Methods in de.hybris.platform.servicelayer.internal.i18n.impl that return PK Modifier and Type Method Description PKDefaultLocalizationService.DataLocale. getLangPK()PKDefaultLocalizationService. getMatchingPkForDataLocale(java.util.Locale locale)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PK in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that return PK Modifier and Type Method Description PKInMemoryCart. providePK()Provides PK part ofJaloOnlyItemcontract.PKInMemoryCartEntry. providePK()Provides PK part ofJaloOnlyItemcontract.PKJaloOnlyItemHelper. providePK()Constructors in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type PK Constructor Description JaloOnlyItemHelper(PK pk, Item item, ComposedType type, java.util.Date creationTime, java.util.Date modifiedTime) -
Uses of PK in de.hybris.platform.servicelayer.internal.model
Fields in de.hybris.platform.servicelayer.internal.model with type parameters of type PK Modifier and Type Field Description static java.lang.ThreadLocal<java.util.Vector<PK>>ModelContext. loading -
Uses of PK in de.hybris.platform.servicelayer.internal.model.extractor.impl
Methods in de.hybris.platform.servicelayer.internal.model.extractor.impl that return PK Modifier and Type Method Description PKEnumerationDelegate. getPK(HybrisEnumValue enumeration)PKRelationInfo. getSourcePk()PKRelationInfo. getTargetPk()Methods in de.hybris.platform.servicelayer.internal.model.extractor.impl with parameters of type PK Modifier and Type Method Description RelationInfo.BuilderRelationInfo.Builder. sourcePk(PK sourcePk)RelationInfo.BuilderRelationInfo.Builder. targetPk(PK targetPk) -
Uses of PK in de.hybris.platform.servicelayer.internal.model.impl
Methods in de.hybris.platform.servicelayer.internal.model.impl that return PK Modifier and Type Method Description PKJaloPersistenceObject. getPK()Methods in de.hybris.platform.servicelayer.internal.model.impl with parameters of type PK Modifier and Type Method Description voidDefaultModelService. detach(PK sourcePK)<T> TDefaultModelService. get(PK sourcePK)voidDefaultModelService. lock(PK itemPK)Default implementation delegates toTransaction.lock(Item).voidDefaultModelService. remove(PK pk)Method parameters in de.hybris.platform.servicelayer.internal.model.impl with type arguments of type PK Modifier and Type Method Description booleanDefaultModelService. preloadItems(java.util.List<PK> pks) -
Uses of PK in de.hybris.platform.servicelayer.internal.model.impl.wrapper
Methods in de.hybris.platform.servicelayer.internal.model.impl.wrapper that return PK Modifier and Type Method Description PKModelWrapper. getGeneratedPk()Returns generated PK.PKModelWrapper. getPk()PKModelWrapper. getResolvedPk()Gets generated PK if wrapper is wrapping new model or already assigned PK otherwise. -
Uses of PK in de.hybris.platform.servicelayer.internal.polyglot
Methods in de.hybris.platform.servicelayer.internal.polyglot with parameters of type PK Modifier and Type Method Description voidServiceLayerPersistenceInterceptor. removeFromServiceLayer(PK pk, java.lang.Runnable removeAction)voidServiceLayerPersistenceInterceptor. updateFromServiceLayer(PK pk, java.lang.Runnable updateAction) -
Uses of PK in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that return PK Modifier and Type Method Description PKItemModelContextImpl. generateNewPK()PKItemModelInternalContext. generateNewPK()Generate the new PK and assigns it to the current model.PKItemModelContextImpl. getNewPK()PKItemModelInternalContext. getNewPK()Returns the newPK assigned to the current modelPKAbstractItemModel. getPk()PKItemContextBuilder. getPk()PKItemModelContext. getPK()Retrieves the pk of the model.PKItemModelContextImpl. getPK()Methods in de.hybris.platform.servicelayer.model with parameters of type PK Modifier and Type Method Description voidItemModelContextImpl. afterCreate(LocaleProvider locProvider, AttributeProvider attrProvider, DynamicAttributesProvider dynProvider, PK pk, long persistenceVersion, java.lang.String typeCode)static ItemModelContextItemContextBuilder. createMockContext(java.lang.Class clazz, PK pk, java.util.Locale currentLocale, java.lang.Object... attributesAsKeyValuesList)static ItemContextBuilderItemContextBuilder. createMockContextBuilder(java.lang.Class clazz, PK pk, java.util.Locale currentLocale, java.util.Map<java.lang.String,java.lang.Object> attributeValues)voidMockModelService. detach(PK sourcePK)voidModelService. detach(PK sourcePK)Removes a model instance from the current model context.<T> TMockModelService. get(PK sourcePK)<T> TModelService. get(PK sourcePK)Returns a model instance for the source object the given pk represents.voidMockModelService. lock(PK itemPK)voidModelService. lock(PK itemPK)Lock item with given PK in for changes.voidMockModelService. remove(PK pk)voidModelService. remove(PK pk)Tries to remove the source belonging to the specified PK.voidItemContextBuilder. setPk(PK pk) -
Uses of PK in de.hybris.platform.servicelayer.model.strategies
Constructors in de.hybris.platform.servicelayer.model.strategies with parameters of type PK Constructor Description LeanItemModelHandler(PK pk, java.lang.String tenantID) -
Uses of PK in de.hybris.platform.servicelayer.search.internal.resolver
Method parameters in de.hybris.platform.servicelayer.search.internal.resolver with type arguments of type PK Modifier and Type Method Description booleanItemObjectResolver. preloadItems(java.util.List<PK> list)Preload items into the cache using bulk-load. -
Uses of PK in de.hybris.platform.servicelayer.search.internal.resolver.impl
Method parameters in de.hybris.platform.servicelayer.search.internal.resolver.impl with type arguments of type PK Modifier and Type Method Description booleanDefaultModelResolver. preloadItems(java.util.List<PK> pks)booleanDefaultMultiModelResolver. preloadItems(java.util.List<PK> pks) -
Uses of PK in de.hybris.platform.servicelayer.security.permissions
Methods in de.hybris.platform.servicelayer.security.permissions that return PK Modifier and Type Method Description PKPermissionDAO.AclContainer. getItemPK()PKPermissionDAO.AclEntry. getPermissionPk()PKPermissionDAO.AclEntry. getUserPk()Methods in de.hybris.platform.servicelayer.security.permissions that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>PermissionDAO. findGlobalRestrictedPrincipalsForPermissions(java.util.List<PK> permissionPks)java.util.List<PK>PermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)Returns global negative principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)Returns global positive principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)Returns negative principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)Returns positive principal's permissions for an item.java.util.Map<PK,java.util.List<java.lang.Boolean>>PermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)Returns all principals and permissions for an item.java.util.List<PK>PermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)Returns all restricted principals for an item.Methods in de.hybris.platform.servicelayer.security.permissions with parameters of type PK Modifier and Type Method Description intPermissionManagementStrategy. checkGlobalPermission(PK principalPk, PK permissionPk)Checks global permission for principal.intPermissionManagementStrategy. checkItemPermission(PK itemPk, PK principalPk, PK permissionPk)Checks item permission.voidPermissionDAO. deleteAclsForItem(PK itemPk, java.util.Collection<PermissionContainer> permissions)voidPermissionDAO. deleteAclsForItemAndPermissions(PK itemPk, java.util.Collection<PK> permissionPks)voidPermissionDAO. deleteAclsForItemAndPrincipals(PK itemPk, java.util.Collection<PK> principalPks)voidPermissionDAO. deleteAclsForPermissions(PK itemPk, java.util.Collection<PK> permissionsPKs)PermissionDAO.AclContainerPermissionDAO. findAclsForItem(PK itemPk)PermissionDAO.AclContainerPermissionDAO. findGlobalAclsForPrincipalPk(PK principalPk)PermissionDAO.AclEntryPermissionDAO.AclContainer. findPermission(PK principalPk, PK permissionPk)java.util.List<PK>PermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)Returns global negative principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)Returns global positive principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)Returns negative principal's permissions for an item.java.util.List<PK>PermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)Returns positive principal's permissions for an item.java.util.Map<PK,java.util.List<java.lang.Boolean>>PermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)Returns all principals and permissions for an item.java.util.List<PK>PermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)Returns all restricted principals for an item.voidPermissionManagementStrategy. removeGlobalPermissions(PK itemPk, java.util.List<PermissionContainer> permissions)Removes global permissions.voidPermissionManagementStrategy. removePermissionsByContainers(PK itemPk, java.util.List<PermissionContainer> permissions)Removes permissions from an item using its PK.voidPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)Remove permission for item using permission PKs.voidPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)Removes permissions for item using principal PKs.voidPermissionDAO. upsertAclsForItem(PK itemPk, java.util.Collection<PermissionContainer> permissions)voidPermissionManagementStrategy. writeGlobalPermissions(PK itemPk, java.util.List<PermissionContainer> permissions)Writes global permissions.voidPermissionManagementStrategy. writePermissionsForItem(PK itemPk, java.util.List<PermissionContainer> permissions)Writes permissions for an item using its PK.Method parameters in de.hybris.platform.servicelayer.security.permissions with type arguments of type PK Modifier and Type Method Description voidPermissionDAO. deleteAclsForItemAndPermissions(PK itemPk, java.util.Collection<PK> permissionPks)voidPermissionDAO. deleteAclsForItemAndPrincipals(PK itemPk, java.util.Collection<PK> principalPks)voidPermissionDAO. deleteAclsForPermissions(PK itemPk, java.util.Collection<PK> permissionsPKs)java.util.List<PK>PermissionDAO. findGlobalRestrictedPrincipalsForPermissions(java.util.List<PK> permissionPks)java.util.Map<PK,java.util.List<java.lang.Boolean>>PermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)Returns all principals and permissions for an item.voidPermissionManagementStrategy. removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs)Removes global permissions by permission PK.voidPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)Remove permission for item using permission PKs.voidPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)Removes permissions for item using principal PKs.Constructors in de.hybris.platform.servicelayer.security.permissions with parameters of type PK Constructor Description AclContainer(PK itemPK, java.util.List<PermissionDAO.AclEntry> aclEntries)AclEntry(PK userPk, PK permissionPk, boolean negative) -
Uses of PK in de.hybris.platform.servicelayer.security.permissions.impl
Methods in de.hybris.platform.servicelayer.security.permissions.impl that return PK Modifier and Type Method Description protected PKDefaultPermissionCheckingService. getPermissionPKForName(java.lang.String permissionName)Returns null if not found!protected PKDefaultPermissionManagementService. getPermissionPKForName(java.lang.String permissionName)Returns null if not found!Methods in de.hybris.platform.servicelayer.security.permissions.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>JaloPermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)java.util.List<PK>JaloPermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)java.util.List<PK>JaloPermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)java.util.List<PK>JaloPermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)java.util.Map<PK,java.util.List<java.lang.Boolean>>JaloPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)java.util.Map<PK,java.util.List<java.lang.Boolean>>SLDPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)java.util.List<PK>JaloPermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)java.util.List<PK>SLDPermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)Methods in de.hybris.platform.servicelayer.security.permissions.impl with parameters of type PK Modifier and Type Method Description intJaloPermissionManagementStrategy. checkGlobalPermission(PK principalPk, PK permissionPk)intSLDPermissionManagementStrategy. checkGlobalPermission(PK principalPk, PK permissionPk)intJaloPermissionManagementStrategy. checkItemPermission(PK itemPk, PK principalPk, PK permissionPk)intSLDPermissionManagementStrategy. checkItemPermission(PK itemPk, PK principalPk, PK permissionPk)java.util.List<PK>JaloPermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getGlobalNegativePermissions(PK principalPk)java.util.List<PK>JaloPermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getGlobalPositivePermissions(PK principalPk)protected ItemPermissionFacadeJaloPermissionManagementStrategy. getItemPermissionFacade(PK pk)java.util.List<PK>JaloPermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getNegativePermissions(PK itemPk, PK principalPk)java.util.List<PK>JaloPermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)java.util.List<PK>SLDPermissionManagementStrategy. getPositivePermissions(PK itemPk, PK principalPk)java.util.Map<PK,java.util.List<java.lang.Boolean>>JaloPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)java.util.Map<PK,java.util.List<java.lang.Boolean>>SLDPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)java.util.List<PK>JaloPermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)java.util.List<PK>SLDPermissionManagementStrategy. getRestrictedPrincipals(PK itemPk)static SLDPermissionManagementStrategy.AclCacheUnitSLDPermissionManagementStrategy.AclCacheUnit. globalCacheUnit(Cache cache, PK principalPk, java.util.function.Supplier<PermissionDAO.AclContainer> getter)static SLDPermissionManagementStrategy.AclCacheUnitSLDPermissionManagementStrategy.AclCacheUnit. itemCacheUnit(Cache cache, PK itemPk, java.util.function.Supplier<PermissionDAO.AclContainer> getter)voidJaloPermissionManagementStrategy. removeGlobalPermissions(PK itemPk, java.util.List<PermissionContainer> permissions)voidSLDPermissionManagementStrategy. removeGlobalPermissions(PK principalPk, java.util.List<PermissionContainer> permissions)voidJaloPermissionManagementStrategy. removePermissionsByContainers(PK itemPk, java.util.List<PermissionContainer> permissions)voidSLDPermissionManagementStrategy. removePermissionsByContainers(PK itemPk, java.util.List<PermissionContainer> permissions)voidJaloPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)voidSLDPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)voidJaloPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)voidSLDPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)voidJaloPermissionManagementStrategy. writeGlobalPermissions(PK itemPk, java.util.List<PermissionContainer> permissions)voidSLDPermissionManagementStrategy. writeGlobalPermissions(PK principalPk, java.util.List<PermissionContainer> permissions)voidJaloPermissionManagementStrategy. writePermissionsForItem(PK itemPk, java.util.List<PermissionContainer> permissions)voidSLDPermissionManagementStrategy. writePermissionsForItem(PK itemPk, java.util.List<PermissionContainer> permissions)Method parameters in de.hybris.platform.servicelayer.security.permissions.impl with type arguments of type PK Modifier and Type Method Description java.util.Map<PK,java.util.List<java.lang.Boolean>>JaloPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)java.util.Map<PK,java.util.List<java.lang.Boolean>>SLDPermissionManagementStrategy. getPrincipalsPermissions(PK itemPk, java.util.List<PK> rightPKs)voidJaloPermissionManagementStrategy. removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs)voidSLDPermissionManagementStrategy. removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs)voidJaloPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)voidSLDPermissionManagementStrategy. removePermissionsByPermissionPks(PK itemPk, java.util.List<PK> permissionsPKs)voidJaloPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)voidSLDPermissionManagementStrategy. removePermissionsByPrincipalPks(PK itemPk, java.util.List<PK> principalPks)protected voidDefaultPermissionManagementService. removePermissionsForPrincipalsPK(ItemModel item, java.util.Collection<PK> principals) -
Uses of PK in de.hybris.platform.servicelayer.user.daos
Methods in de.hybris.platform.servicelayer.user.daos with parameters of type PK Modifier and Type Method Description java.util.List<AbstractUserAuditModel>UserAuditDao. getUserAudit(PK user) -
Uses of PK in de.hybris.platform.servicelayer.user.daos.impl
Methods in de.hybris.platform.servicelayer.user.daos.impl with parameters of type PK Modifier and Type Method Description java.util.List<AbstractUserAuditModel>DefaultUserAuditDao. getUserAudit(PK userPK) -
Uses of PK in de.hybris.platform.servicelayer.user.impl
Methods in de.hybris.platform.servicelayer.user.impl with parameters of type PK Modifier and Type Method Description UserPasswordChangeAuditModelUserAuditFactory. createUserPasswordChangeAudit(PK pk, java.lang.String uid, java.lang.String previousPassword, java.lang.String previousEncoding)Initializes UserAuditModel with uid, pk, previous password and encoding of the user. -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer
Methods in de.hybris.platform.solrfacetsearch.indexer that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>IndexerBatchContext. getPks()Return the pks to be indexed in this batch.java.util.List<PK>IndexerContext. getPks()Returns the pks of the items to be indexed.java.util.List<PK>IndexerQueriesExecutor. getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParameters)Gets the pks of all the items that will be indexed.Method parameters in de.hybris.platform.solrfacetsearch.indexer with type arguments of type PK Modifier and Type Method Description voidIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)Removes some items from the index for a specific type.voidIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.deleteTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter.java.util.List<ItemModel>IndexerQueriesExecutor. getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<PK> pks)Gets the model instances based on a list of pks.voidIndexerBatchContext. setPks(java.util.List<PK> pks)Sets the pks to be indexed in this batch.voidIndexerContext. setPks(java.util.List<PK> pks)Sets the pks of the items to be indexed.voidIndexerService. updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties, java.util.List<PK> pks)Updates some properties of some items on the index for a specific type.voidIndexerService. updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.updatePartialTypeIndex(FacetSearchConfig, IndexedType, Collection, List)but allows to pass the indexer hints as parameter.voidIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)Updates some items on the index for a specific type.voidIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)Same asIndexerService.updateTypeIndex(FacetSearchConfig, IndexedType, List)but allows to pass the indexer hints as parameter. -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>DefaultIndexerBatchContext. getPks()java.util.List<PK>DefaultIndexerContext. getPks()java.util.List<PK>DefaultIndexerQueriesExecutor. getPks(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParameters)Method parameters in de.hybris.platform.solrfacetsearch.indexer.impl with type arguments of type PK Modifier and Type Method Description voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)voidDefaultIndexerService. deleteTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)java.util.List<ItemModel>DefaultIndexerQueriesExecutor. getItems(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<PK> pks)voidDefaultIndexer. removeItemsByPk(java.util.Collection<PK> pks, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index)voidDefaultIndexerBatchContext. setPks(java.util.List<PK> pks)voidDefaultIndexerContext. setPks(java.util.List<PK> pks)voidDefaultIndexerService. updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties, java.util.List<PK> pks)voidDefaultIndexerService. updatePartialTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)voidDefaultIndexerService. updateTypeIndex(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks, java.util.Map<java.lang.String,java.lang.String> indexerHints) -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.spi
Method parameters in de.hybris.platform.solrfacetsearch.indexer.spi with type arguments of type PK Modifier and Type Method Description voidIndexer. removeItemsByPk(java.util.Collection<PK> pks, FacetSearchConfig facetSearchConfig, IndexedType indexedType, Index index) -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.strategies
Method parameters in de.hybris.platform.solrfacetsearch.indexer.strategies with type arguments of type PK Modifier and Type Method Description voidIndexerBatchStrategy. setPks(java.util.List<PK> pks)Sets the pks to be usedvoidIndexerStrategy. setPks(java.util.List<PK> pks)Sets the pks of the items to be indexed. -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.strategies.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.strategies.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>AbstractIndexerStrategy. executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> queryParameters)java.util.List<PK>AbstractIndexerStrategy. getPks()java.util.List<PK>DefaultIndexerBatchStrategy. getPks()java.util.List<PK>DefaultIndexerStrategy.IndexerWorkerWrapper. getWorkerPks()protected java.util.List<PK>AbstractIndexerStrategy. resolvePks()Method parameters in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with type arguments of type PK Modifier and Type Method Description protected IndexerWorkerDefaultIndexerStrategy. createIndexerWorker(IndexerContext indexerContext, long workerNumber, java.util.List<PK> workerPks)protected java.util.List<ItemModel>DefaultIndexerBatchStrategy. executeIndexerQuery(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.util.List<PK> pks)voidAbstractIndexerStrategy. setPks(java.util.List<PK> pks)voidDefaultIndexerBatchStrategy. setPks(java.util.List<PK> pks)Constructor parameters in de.hybris.platform.solrfacetsearch.indexer.strategies.impl with type arguments of type PK Constructor Description IndexerWorkerWrapper(IndexerWorker indexerWorker, java.lang.Integer workerNumber, int retriesLeft, java.util.List<PK> workerPks) -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.workers
Methods in de.hybris.platform.solrfacetsearch.indexer.workers that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>IndexerWorkerParameters. getPks()Method parameters in de.hybris.platform.solrfacetsearch.indexer.workers with type arguments of type PK Modifier and Type Method Description voidIndexerWorkerParameters. setPks(java.util.List<PK> pks) -
Uses of PK in de.hybris.platform.solrfacetsearch.indexer.workers.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.workers.impl that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>DefaultIndexerBatchProcessor. asList(java.lang.Object ctx) -
Uses of PK in de.hybris.platform.solrfacetsearch.loader.impl
Methods in de.hybris.platform.solrfacetsearch.loader.impl that return PK Modifier and Type Method Description protected PKDefaultModelLoader. getPKFromDocument(org.apache.solr.common.SolrDocument doc)Methods in de.hybris.platform.solrfacetsearch.loader.impl with parameters of type PK Modifier and Type Method Description protected java.lang.StringDefaultModelLoader. getModelAttribute(java.lang.String attribute, java.lang.Object model, PK pk) -
Uses of PK in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>SearchQuery. getExcludedItems()java.util.List<PK>SearchQuery. getPromotedItems()java.util.List<PK>SearchResult. getResultPKs()Searches for all result PKs.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type PK Modifier and Type Method Description voidSearchQuery. addExcludedItem(PK itemPk)voidSearchQuery. addPromotedItem(PK itemPk) -
Uses of PK in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>SolrSearchResult. getResultPKs() -
Uses of PK in de.hybris.platform.solrfacetsearch.search.impl.populators
Method parameters in de.hybris.platform.solrfacetsearch.search.impl.populators with type arguments of type PK Modifier and Type Method Description protected voidFacetSearchQuerySortsPopulator. buildSorts(SearchQueryConverterData searchQueryConverterData, java.util.List<PK> promotedItems, java.util.List<OrderField> sorts) -
Uses of PK in de.hybris.platform.solrfacetsearch.solr
Method parameters in de.hybris.platform.solrfacetsearch.solr with type arguments of type PK Modifier and Type Method Description voidSolrSearchProvider. deleteDocumentsByPk(Index index, java.util.Collection<PK> pks)Deletes documents matching the provided list of pks -
Uses of PK in de.hybris.platform.solrfacetsearch.solr.impl
Method parameters in de.hybris.platform.solrfacetsearch.solr.impl with type arguments of type PK Modifier and Type Method Description voidAbstractSolrSearchProvider. deleteDocumentsByPk(Index index, java.util.Collection<PK> pks)voidXmlExportSearchProvider. deleteDocumentsByPk(Index index, java.util.Collection<PK> pks) -
Uses of PK in de.hybris.platform.task.impl
Fields in de.hybris.platform.task.impl with type parameters of type PK Modifier and Type Field Description protected java.util.Set<PK>DefaultTaskServiceBaseTest. tasksCreatedMethods in de.hybris.platform.task.impl with parameters of type PK Modifier and Type Method Description voidAuxiliaryTablesBasedTaskProvider. afterTaskFinished(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)voidDelegatingTasksProvider. afterTaskFinished(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)default voidTasksProvider. afterTaskFinished(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)voidAuxiliaryTablesBasedTaskProvider. afterTaskUnlocked(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)voidDelegatingTasksProvider. afterTaskUnlocked(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)default voidTasksProvider. afterTaskUnlocked(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)voidAuxiliaryTablesWorkerRole. deleteTask(PK taskPk, boolean forceDbDelete, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)voidAuxiliaryTablesWorkerRole. deleteTask(PK taskPk, de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder)protected voidDefaultScheduleAndTriggerStrategy. insertScheduleConditionOrRetryMatch(TaskModel task, PK taskPK, TaskConditionModel cond)protected voidDefaultTaskServiceBaseTest. markTaskForRemovalAfterTest(PK pk)protected voidDefaultScheduleAndTriggerStrategy. retryMatchConditionForSchedule(TaskConditionModel cond, PK taskPK, ModelSavingException creationExcpetion)Constructors in de.hybris.platform.task.impl with parameters of type PK Constructor Description VersionPK(PK pk, long version) -
Uses of PK in de.hybris.platform.task.impl.gateways
Method parameters in de.hybris.platform.task.impl.gateways with type arguments of type PK Modifier and Type Method Description voidDefaultTasksQueueGateway. deleteTasks(java.util.List<PK> tasks)voidTasksQueueGateway. deleteTasks(java.util.List<PK> tasks) -
Uses of PK in de.hybris.platform.test
Methods in de.hybris.platform.test that return PK Modifier and Type Method Description PKItemDummy. getPK()PKItemDummy. getPkString()PKItemDummy. getTypeKey()Methods in de.hybris.platform.test that return types with arguments of type PK Modifier and Type Method Description protected java.util.List<PK>UserIsAdminTest. generateCustomers(int amount)Methods in de.hybris.platform.test with parameters of type PK Modifier and Type Method Description intItemDummy. checkItemPermission(PK principalPK, PK permissionPK)intItemDummy. checkOwnGlobalPermission(PK permissionPK)java.util.CollectionItemDummy. getPermissionPKs(PK principalPK, boolean negative)booleanItemDummy. removeGlobalPermission(PK permissionPK)booleanItemDummy. removePermission(PK principalPK, PK permissionPK)booleanItemDummy. setGlobalPermission(PK permissionPK, boolean negative)booleanItemDummy. setPermission(PK principalPK, PK permissionPK, boolean negative)Method parameters in de.hybris.platform.test with type arguments of type PK Modifier and Type Method Description protected longUserIsAdminTest. testIsAdmin(boolean withGroups, java.util.List<PK> userPKs)protected longUserIsAdminTest. testIsAdmin(boolean withGroups, java.util.List<PK> userPKs, boolean createNewCustomers)Constructors in de.hybris.platform.test with parameters of type PK Constructor Description ItemDummy(PK pk)Constructor parameters in de.hybris.platform.test with type arguments of type PK Constructor Description MonitoredLazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize)MonitoredLazyLoadItemList(java.util.Set<PK> prefetchLanguages, java.util.List<PK> pks, int prefetchSize) -
Uses of PK in de.hybris.platform.test.tx
Methods in de.hybris.platform.test.tx with parameters of type PK Modifier and Type Method Description protected byte[][]AfterSaveEventQueueFullTest. generateChange(PK pk) -
Uses of PK in de.hybris.platform.testframework
Methods in de.hybris.platform.testframework with parameters of type PK Modifier and Type Method Description voidItemCreationLifecycleListener. entityCreated(PK pk) -
Uses of PK in de.hybris.platform.testframework.runlistener
Methods in de.hybris.platform.testframework.runlistener with parameters of type PK Modifier and Type Method Description voidItemCreationListener. entityCreated(PK pk)Method parameters in de.hybris.platform.testframework.runlistener with type arguments of type PK Modifier and Type Method Description protected voidItemCreationListener. removeItems(java.util.Collection<PK> pks) -
Uses of PK in de.hybris.platform.tx
Methods in de.hybris.platform.tx that return PK Modifier and Type Method Description static PKAfterSaveEventUtils. decodePK(byte[] encodedChanges)Decoded PK from encoded changes byte array.PKAfterSaveEvent. getPk()Methods in de.hybris.platform.tx with parameters of type PK Modifier and Type Method Description voidTransaction. clearDelayedConstrains(PK itemPK)voidAfterSaveEventChangesCollector. collect(PK pk, int type)Collects the information when an item is created, updated, or removed.static byte[]AfterSaveEventUtils. encodeChanges(PK pk, int types)Encodes several changes of one PK into a byte array.EntityInstanceTransaction. getAttachedEntityInstance(PK pk)EntityInstanceTransaction. getOrLoadTxBoundEntityInstance(PersistencePool pool, java.lang.String jndi, PK pk)voidTransaction. invalidateFromDirectPersistence(java.lang.Object[] key, PK pk, int invalidationType)voidTransaction. reloadEntityInstance(PK pk)protected voidTransaction. removeFromEntityMap(PK pk)Constructors in de.hybris.platform.tx with parameters of type PK Constructor Description AfterSaveEvent(PK pk, int type)Creates the AfterSaveEvent. -
Uses of PK in de.hybris.platform.util
Methods in de.hybris.platform.util that return PK Modifier and Type Method Description abstract PKStrandedItemsRegistry.StrandedItemsResolutionHandler. getItemPk(T item)Method to obtain the PK of item returned byStrandedItemsRegistry.StrandedItemsResolutionHandler.filterItemsToResolve(Set, StrandedItemContextProvider)PKStrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. getItemPk(PK item)static PKEJBTools. getPK(ItemRemote remote)PKItemPropertyValue. getPK()PKViewResultItem. providePK()Methods in de.hybris.platform.util that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>StrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. filterItemsToResolve(java.util.Set<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)org.apache.commons.lang3.tuple.Pair<java.lang.String,PK>RelationsInfo. getForeignKeyAttrPk()java.util.Set<PK>StrandedItemsRegistry. getStrandedItems()abstract java.util.Set<PK>StrandedItemsRegistry.StrandedItemsResolutionHandler. resolveStrandedItems(java.util.List<T> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)The method to resolve the stranded items.java.util.Set<PK>StrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. resolveStrandedItems(java.util.List<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)static java.util.List<PK>EJBTools. toPKList(java.util.Collection items)Converts a collection of Items, ItemRemotes or ItemPropertyValues to a Collection of PKs.Methods in de.hybris.platform.util with parameters of type PK Modifier and Type Method Description static java.lang.StringEJBTools. addPKToPKCollectionString(java.lang.String pkCollectionString, PK pk)static java.lang.Object[]IsItemAliveCheckUnit. createItemKey(PK pk)PKStrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. getItemPk(PK item)java.util.Optional<StrandedItemsRegistry.StrandedItemContext>StrandedItemsRegistry. getStrandedItemContext(PK pk)java.util.Optional<StrandedItemsRegistry.StrandedItemContext>StrandedItemsRegistry.StrandedItemContextProvider. getStrandedItemContext(PK pk)static ItemRemoteEJBTools. instantiatePK(PK pk)static voidUtilities. invalidateCache(Cache cache, PK primaryKey)Internal helper routine to invalidate the cache for a particular item identified by its primary key.static voidUtilities. invalidateCache(PK primaryKey)Internal helper routine to invalidate the cache for a particular item identified by its primary key.static voidUtilities. invalidateCache(Transaction tx, Cache cache, PK primaryKey)Internal helper routine to invalidate the cache for a particular item identified by its primary key.static voidUtilities. invalidateCache(Transaction tx, Cache cache, PK primaryKey, boolean sendImmediately)Internal helper routine to invalidate the cache for a particular item identified by its primary key.voidStrandedItemsRegistry. markStrandedItem(PK pk)utility method that allows to add the given PK to the stranded items registrySearchResultOneToManyHandler. searchForLinkedItems(PK pk)Method parameters in de.hybris.platform.util with type arguments of type PK Modifier and Type Method Description abstract java.util.List<T>StrandedItemsRegistry.StrandedItemsResolutionHandler. filterItemsToResolve(java.util.Set<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)The method to filter the items that are marked as stranded and should be resolved.java.util.List<PK>StrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. filterItemsToResolve(java.util.Set<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)static java.util.ListEJBTools. instantiatePKCollection(java.util.Collection<PK> pks)Creates a Collection of EJBObject from a given Collection of EJB PK String.
Use this method from inside a bean if you want to get a List of existing EJBObjects from a given Collection of PK.
If the PK-Collection wasnull, anullis returned if one of the EJBObjects could not be found, a warning is printed to the System.err stream and the resulting collection will not contain this EJBObject.protected voidWorkerValueQueueTest. performLinearPerformanceTest(WorkerValueQueue<PK> queue1, int cycles, int pkCount)java.util.Set<PK>StrandedItemsRegistryTest.TestStrandedItemsResolutionHandler. resolveStrandedItems(java.util.List<PK> itemsToResolve, StrandedItemsRegistry.StrandedItemContextProvider contextProvider)protected java.util.Collection<java.lang.Thread>WorkerValueQueueTest. simulateWorkers(WorkerValueQueue<PK> queue)protected WorkerValueQueueTest.MasterWorkerValueQueueTest. simulateWriter(WorkerValueQueue<PK> queue, int cycles)protected voidWorkerValueQueueTest. waitForEmptyQueue(WorkerValueQueue<PK> queue)RelationsInfo.RelationsInfoBuilderRelationsInfo.RelationsInfoBuilder. withForeignKeyAttr(org.apache.commons.lang3.tuple.Pair<java.lang.String,PK> foreignKeyAttrPk)Constructors in de.hybris.platform.util with parameters of type PK Constructor Description ItemPropertyValue(PK pk) -
Uses of PK in de.hybris.platform.util.jdbc
Methods in de.hybris.platform.util.jdbc with parameters of type PK Modifier and Type Method Description protected voidJDBCTypeSystemReader. registerAttribute(java.lang.String enclosing, java.lang.String qualifier, PK pk)protected voidJDBCTypeSystemReader. registerEnumValue(java.lang.String type, java.lang.String code, PK pk)protected voidJDBCTypeSystemReader. registerType(java.lang.String typeCode, PK pk) -
Uses of PK in de.hybris.platform.util.jeeapi
Methods in de.hybris.platform.util.jeeapi that return PK Modifier and Type Method Description PKYNoSuchEntityException. getPk()The missing entity PK.Constructors in de.hybris.platform.util.jeeapi with parameters of type PK Constructor Description YNoSuchEntityException(java.lang.String s, PK pk) -
Uses of PK in de.hybris.platform.util.localization.jdbc
Methods in de.hybris.platform.util.localization.jdbc that return types with arguments of type PK Modifier and Type Method Description java.util.Collection<PK>LocalizationInfo. getLanguagePKs()Methods in de.hybris.platform.util.localization.jdbc with parameters of type PK Modifier and Type Method Description java.lang.StringLocalizationInfo. getLocalizedProperty(PK languagePK, java.lang.String propertyKey)java.lang.StringLocalizationInfo. getLocalizedPropertyFromHierarchy(PK languagePK, java.lang.String qualifier, LocalizationInfo.Type type, java.lang.String inheritancePKs) -
Uses of PK in de.hybris.platform.util.localization.jdbc.info
Methods in de.hybris.platform.util.localization.jdbc.info that return types with arguments of type PK Modifier and Type Method Description java.util.Collection<PK>PropertiesBasedLocalizationInfo. getLanguagePKs()Methods in de.hybris.platform.util.localization.jdbc.info with parameters of type PK Modifier and Type Method Description java.lang.StringPropertiesBasedLocalizationInfo. getLocalizedProperty(PK languagePK, java.lang.String propertyKey)java.lang.StringPropertiesBasedLocalizationInfo. getLocalizedPropertyFromHierarchy(PK languagePK, java.lang.String qualifier, LocalizationInfo.Type propType, java.lang.String inheritancePKs) -
Uses of PK in de.hybris.platform.util.migration
Methods in de.hybris.platform.util.migration that return PK Modifier and Type Method Description static PKMigrationUtilities. convertOldPK(java.lang.String oldPKString)This methods converts the old PK format (Platform <=22) to the new format.PKPKMapper. mapPK(OldPK oldPK)Maps given old PK to a new PK. -
Uses of PK in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return PK Modifier and Type Method Description PKYPersistedTypeSystem. getPK(YAttributeDescriptor ad)PKYPersistedTypeSystem. getPK(YEnumValue enumValue)PKYPersistedTypeSystem. getPK(YType type)protected PKYPersistenceManager. getPK(YComposedType type)PKYPersistenceManager. getTypePK(java.lang.String code)Methods in de.hybris.platform.util.typesystem that return types with arguments of type PK Modifier and Type Method Description protected java.util.Set<PK>YPersistenceManager. getExternalTableTypes(YComposedType ct)java.util.Set<PK>YPersistenceManager. getExternalTableTypes(PK typePK)Methods in de.hybris.platform.util.typesystem with parameters of type PK Modifier and Type Method Description booleanYPersistenceManager. cachesInfoFor(PK typePK)voidYPersistenceManager. clearComposedType(PK typePK, java.lang.String code)YAttributeDescriptorYPersistedTypeSystem. getAttribute(PK pk)java.util.Set<java.lang.Integer>YPersistenceManager. getBeanTypeCodes(PK typePK)java.util.Set<PK>YPersistenceManager. getExternalTableTypes(PK typePK)TypeInfoMapYPersistenceManager. getPersistenceInfo(PK typePK)YTypeYPersistedTypeSystem. getType(PK pk)voidYPersistedTypeSystem. registerAttribute(java.lang.String enclosingTypeCode, java.lang.String qualifier, PK pk)voidYPersistedTypeSystem. registerEnumValue(java.lang.String enumTypeCode, java.lang.String code, PK pk)voidYPersistedTypeSystem. registerType(java.lang.String typeCode, PK pk) -
Uses of PK in de.hybris.platform.validation.localized
Methods in de.hybris.platform.validation.localized that return PK Modifier and Type Method Description PKLocalizedAttributeConstraint. getPK() -
Uses of PK in de.hybris.platform.webhookservices.event
Methods in de.hybris.platform.webhookservices.event that return PK Modifier and Type Method Description PKItemSavedEvent. getSavedItemPk()Retrieves the saved item pk -
Uses of PK in de.hybris.y2ysync.deltadetection.collector
Methods in de.hybris.y2ysync.deltadetection.collector that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>ItemTypeGroupingCollectorWithBatching. getCreatedMedias()java.util.List<PK>BatchingCollector. getPksOfBatches()java.util.List<PK>MediaBatchingCollector. getPksOfBatches() -
Uses of PK in de.hybris.y2ysync.task.internal
Methods in de.hybris.y2ysync.task.internal that return types with arguments of type PK Modifier and Type Method Description java.util.List<PK>MediasForType. getMediaPks()Method parameters in de.hybris.y2ysync.task.internal with type arguments of type PK Modifier and Type Method Description MediasForType.MediasForTypeBuilderMediasForType.MediasForTypeBuilder. withMediaPks(java.util.List<PK> mediaPks) -
Uses of PK in de.hybris.y2ysync.task.runner
Methods in de.hybris.y2ysync.task.runner that return PK Modifier and Type Method Description PKTaskContext. getMediaPK() -
Uses of PK in de.hybris.y2ysync.task.runner.internal
Methods in de.hybris.y2ysync.task.runner.internal that return PK Modifier and Type Method Description PKImportScript. getMediaArchivePk()Constructors in de.hybris.y2ysync.task.runner.internal with parameters of type PK Constructor Description ImportScript(java.lang.String typeCode, java.lang.String header, java.lang.String content, PK mediaArchivePk)
-