| Modifier and Type | Field and Description |
|---|---|
static PK |
SolrIndexingAfterSaveListenerTest.PK_ |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.List<PK>> |
SolrIndexingAfterSaveListener.groupByTypes(java.util.Set<PK> events,
SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SolrIndexingAfterSaveListener.findTypeCode(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation,
PK pk) |
protected void |
SolrIndexingAfterSaveListener.handleChange(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation,
java.lang.String typeCode,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.List<PK>> |
SolrIndexingAfterSaveListener.groupByTypes(java.util.Set<PK> events,
SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation) |
protected void |
DirectSolrIndexSynchronizationStrategy.performIndexUpdate(java.lang.String typecode,
SolrFacetSearchConfigModel solrFacetSearchConfig,
java.util.List<PK> pks)
Deprecated.
Update specified items in solr index
|
protected void |
SolrIndexingAfterSaveListener.prepareAndHandleEvents(SolrIndexingAfterSaveListener.SolrIndexOperation operation,
java.util.Set<PK> events) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractBackofficeSolrIndexerJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks) |
protected void |
BackofficeSolrIndexerUpdateJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks)
Deprecated.
|
protected void |
BackofficeSolrIndexerDeleteJob.synchronizeIndexForType(FacetSearchConfig facetSearchConfig,
IndexedType type,
java.util.Collection<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
protected YRecord |
DMLRecordFactory.addCustomProperty(YTypeSystemElement parentElement,
YDeployment deployment,
PK itemPK,
PK itemTypePK,
java.lang.String name,
java.lang.Object value) |
protected java.lang.String |
DMLRecordFactory.generateUniquePropertyKey(YTypeSystemElement parentElement,
PK itemPK,
java.lang.String name) |
protected DMLRecordFactory.FactoryYRecord |
DMLRecordFactory.newItemRecord(YComposedType type,
PK ownPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
YRecord.getPk() |
PK |
YRecord.getTypePK() |
| Modifier and Type | Method and Description |
|---|---|
void |
YRecord.setPk(PK pk) |
void |
YRecord.setPK(PK pk) |
void |
YRecord.setTypePK(PK typePK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
PkFactory.createNewPK(int tc) |
PK |
PkFactory.createNewPK(YComposedType type) |
PK |
PkFactory.getOrCreatePK(YAtomicType yAtomicType) |
PK |
PkFactory.getOrCreatePK(YCollectionType yCollectionType) |
PK |
PkFactory.getOrCreatePK(YComposedType yComposedType) |
PK |
PkFactory.getOrCreatePK(YComposedType yComposedType,
YAttributeDescriptor yAttributeDescriptor) |
PK |
PkFactory.getOrCreatePK(YEnumValue yEnumValue) |
PK |
PkFactory.getOrCreatePK(YMapType yMapType) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultPkFactory.createNewPK(int tc) |
PK |
DbTypeSystemDecoratorForPkFactory.createNewPK(int tc) |
PK |
DefaultPkFactory.createNewPK(YComposedType type) |
PK |
DbTypeSystemDecoratorForPkFactory.createNewPK(YComposedType type) |
PK |
DefaultPkFactory.getOrCreatePK(YAtomicType yAtomicType) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YAtomicType yAtomicType) |
PK |
DefaultPkFactory.getOrCreatePK(YCollectionType yCollectionType) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YCollectionType yCollectionType) |
PK |
DefaultPkFactory.getOrCreatePK(YComposedType yComposedType) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YComposedType yComposedType) |
PK |
DefaultPkFactory.getOrCreatePK(YComposedType yComposedType,
YAttributeDescriptor yAttributeDescriptor) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YComposedType yComposedType,
YAttributeDescriptor yAttributeDescriptor) |
PK |
DefaultPkFactory.getOrCreatePK(YEnumValue yEnumValue) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YEnumValue yEnumValue) |
PK |
DefaultPkFactory.getOrCreatePK(YMapType yMapType) |
PK |
DbTypeSystemDecoratorForPkFactory.getOrCreatePK(YMapType yMapType) |
| Modifier and Type | Method and Description |
|---|---|
ItemChangeDTO |
ChangeDetectionService.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.
|
| Modifier and Type | Method and Description |
|---|---|
ItemChangeDTO |
DefaultChangeDetectionService.getChangeForRemovedItem(PK pk,
java.lang.String streamId) |
protected java.util.List<ItemVersionMarkerModel> |
ChangeDetectionIntegrationTest.lookupChangeFor(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultAcceleratorCheckoutFacadeTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
ExportDataProcessorService.search(<any> message,
PipelineConfig pipelineConfig)
Search for a list of items.
|
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
ExportDataProcessorService.lookupItemForPk(PK pk)
Get the Item model for the specified PK
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
DefaultExportDataProcessorService.search(<any> message,
PipelineConfig pipelineConfig) |
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
DefaultExportDataProcessorService.lookupItemForPk(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
ExportQuery.search(<any> message,
ExportDataEvent exportDataEvent)
Search for a list of PK's to send to the next step in the chain
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
FlexibleSearchExportQuery.search(<any> message,
ExportDataEvent exportDataEvent) |
| Modifier and Type | Method and Description |
|---|---|
PK |
AbstractAsBoostItemConfiguration.getItemPk() |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsBoostItemConfiguration.setItemPk(PK itemPk) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsSearchProfileResult.setExcludedItems(java.util.Map<PK,AsConfigurationHolder<AsExcludedItem,AbstractAsBoostItemConfiguration>> excludedItems) |
void |
AsSearchProfileResult.setPromotedItems(java.util.Map<PK,AsConfigurationHolder<AsPromotedItem,AbstractAsBoostItemConfiguration>> promotedItems) |
void |
AsCategoryAwareSearchProfile.setSearchConfigurations(java.util.Map<PK,AsConfigurableSearchConfiguration> searchConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
AbstractAsInterceptor.getNewPkForNotSavedItem(AbstractItemModel item) |
| Modifier and Type | Field and Description |
|---|---|
protected static PK |
AbstractAsBoostRulesMergeStrategyTest.PK_1 |
protected static PK |
AbstractAsBoostItemsMergeStrategyTest.PK_1 |
protected static PK |
AbstractAsBoostRulesMergeStrategyTest.PK_2 |
protected static PK |
AbstractAsBoostItemsMergeStrategyTest.PK_2 |
protected static PK |
AbstractAsBoostRulesMergeStrategyTest.PK_3 |
protected static PK |
AbstractAsBoostItemsMergeStrategyTest.PK_3 |
| Modifier and Type | Method and Description |
|---|---|
PK |
AbstractBoostItemConfigurationEditorData.getItemPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBoostItemConfigurationEditorData.setItemPk(PK itemPk) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
BoostItemReferenceEditor.resolveConditionValue(AbstractAsConfigurableSearchConfigurationModel searchConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
SearchResultBrowserViewModel.extractPkFromDocument(AsDocumentData document) |
PK |
DocumentModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentModel.setPk(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractAsBoostItemConfiguration> |
SolrAsSearchProfileCalculationListener.convertBoostItem(AsSearchProfileContext context,
PK promotedItemPk,
AsUidGenerator asUidGenerator,
java.util.function.Supplier<T> createSupplier) |
| Modifier and Type | Method and Description |
|---|---|
PK |
AssistedServiceSession.getAgentPk() |
PK |
AssistedServiceSession.getEmulatedCustomerPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
TypeAuditReportConfig.getRootTypePk() |
| Modifier and Type | Method and Description |
|---|---|
TypeAuditReportConfig.Builder |
TypeAuditReportConfig.Builder.withRootTypePk(PK rootTypePk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ReferencesResolver.ResolveResult.getItemPk() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<T> |
AuditRecordInternalIndex.getRecords(PK pk) |
java.util.Set<T> |
AuditRecordInternalIndex.getRecords(java.lang.String type,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultResolveResult.getItemPk() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
AuditTypeContext.getBasePKs() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.stream.Stream<AuditRecord> |
AbstractReferencesResolver.getAuditRecords(Type typeToResolve,
java.util.Collection<PK> pks) |
| Constructor and 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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultAuditEvent.getPk() |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
B2BDocumentsSecureMediaFilter.getLoginUserB2BUnitPK() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
B2BDocumentsSecureMediaFilter.checkLoginUserB2BUnitHasAccessToMedia(MediaModel mediaModel,
PK loginUserB2BUnitPK) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<BTGResultCacheKey,PK> |
ResultCachingBTGDaoDecorator.getResultMap(java.lang.String jaloSessionId) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
DefaultResultDataCachingBTGDao.getModel(PK pk)
Method return model or null if any exception appeared
|
| Modifier and Type | Method and Description |
|---|---|
PK |
BTGConditionResultData.getCondition() |
PK |
BTGAbstractResultData.getPk() |
PK |
BTGRuleResultData.getRule() |
PK |
BTGSegmentResultData.getSegment() |
PK |
BTGAbstractResultData.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
BTGConditionResultData.setCondition(PK condition) |
void |
BTGAbstractResultData.setPk(PK pk) |
void |
BTGRuleResultData.setRule(PK rule) |
void |
BTGSegmentResultData.setSegment(PK segment) |
void |
BTGAbstractResultData.setUser(PK user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
C4CBatchingCollector.getPksOfBatches() |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
Cache.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
elements
|
abstract void |
SimpleItemInvalidationListener.itemModified(InvalidationTarget cache,
PK pk,
boolean removed) |
| Modifier and Type | Method and Description |
|---|---|
AbstractCacheUnit |
RegionCacheAdapter.getAbstractCacheUnit(java.lang.String firstKeyElement,
java.lang.String secondKeyElement,
java.lang.String thirdKeyElement,
PK fourthKeyElement) |
AbstractCacheUnit |
DefaultCache.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
elements
|
| Modifier and Type | Field and Description |
|---|---|
static PK |
CatalogConstants.NO_VERSIONS_AVAILABLE_DUMMY |
| Modifier and Type | Method and Description |
|---|---|
PK |
SyncItemJob.ModifiedItemsPair.getSource() |
PK |
SyncItemJob.ModifiedItemsPair.getTarget() |
PK |
ItemSyncTimestamp.getTargetItemPK() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
ItemSyncDescriptor |
SyncItemCronJob.addPendingItem(PK src,
PK copy)
Deprecated.
|
ItemSyncTimestamp |
CatalogManager.createSyncTimestamp(SyncItemJob job,
Item source,
PK copy) |
protected ItemSyncDescriptor |
SyncItemCronJob.getPendingDescriptorFor(PK item,
boolean asSource)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ItemCopyContext |
SyncItemJob.createCopyContext(SyncItemCronJob cronJob,
CatalogVersion srcV,
CatalogVersion tgtV,
java.util.Map<PK,PK> alreadyFinished)
Deprecated.
|
protected ItemCopyContext |
SyncItemJob.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.
|
| Constructor and Description |
|---|
ModifiedItemsPair(PK src,
PK tgt,
java.util.Date lastModifiedTS) |
| Constructor and 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) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
ClassificationAttributeTranslator.allDoneFor |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
FeatureValue.writeToDatabase(Language lang,
int featurePosition,
int valuePosition)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<PK> |
Feature.writeToDatabase(int featurePosition)
Deprecated.
Stores all values of this feature into the database.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemCopyCreator.getSourceItemPK()
Deprecated.
|
PK |
ItemCopyCreator.getTargetItemPK()
Deprecated.
|
protected PK |
ItemCopyContext.transformCacheKey(java.lang.Object object)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<PK> |
ItemCopyContext.transformCacheKeys(java.util.Set objects)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemCopyContext.addCopiedItem(PK source,
PK copy)
Deprecated.
Adds a source - to - target item mapping without processing pending references.
|
protected void |
ItemCopyContext.checkPendingReferences(PK key)
Deprecated.
|
protected boolean |
ItemCopyContext.isCurrentlyCopying(PK original)
Deprecated.
|
protected void |
ItemCopyContext.registerCopy(PK source,
PK copy)
Deprecated.
|
protected Item |
ItemCopyContext.toItem(PK pk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
SynchronizationTestHelper.SyncOperation.getDstPk() |
PK |
ArrayBasedRelationLockHolder.RelationAttributeInfo.getParentPK() |
PK |
ArrayBasedRelationLockHolder.RelationAttributeInfo.getRelationTypePK() |
PK |
SynchronizationTestHelper.SyncOperation.getSrcPk() |
PK |
SyncSchedule.getSrcPK() |
PK |
SyncSchedule.getTgtPK() |
PK |
SyncSchedule.getTimestampPK() |
PK |
JDBCQuery.readPK(int pos) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
ItemSyncDescriptor |
CatalogVersionSyncCronJob.addPendingItem(PK srcPK,
PK tgtPK)
Adds a single schedule.
|
protected boolean |
CatalogVersionSyncCopyContext.hasSchedule(PK srcPK) |
protected ItemSyncTimestamp |
GenericCatalogCopyContext.queryExistingSyncTimestamp(Item src,
PK tgtPK)
Returns the ItemSyncTimestamp which has the given Item as source and the given PK as targetPK.
|
protected Item |
AbstractItemCopyContext.toItem(PK pk)
|
protected void |
CatalogVersionSyncCopyContext.writeDumpRecord(PK srcPK,
PK tgtPK,
PK timestampPK,
java.util.Set<java.lang.String> pendingAttributes,
java.util.Map<PK,PK> parentMappings,
boolean isDeadlockVictim) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<? extends Item> |
AbstractItemCopyContext.toItems(java.util.Collection<PK> pks) |
protected void |
CatalogVersionSyncCopyContext.writeDumpRecord(PK srcPK,
PK tgtPK,
PK timestampPK,
java.util.Set<java.lang.String> pendingAttributes,
java.util.Map<PK,PK> parentMappings,
boolean isDeadlockVictim) |
protected void |
CatalogVersionSyncCopyContext.writeDumpRecord(PK srcPK,
PK tgtPK,
PK timestampPK,
java.util.Set<java.lang.String> pendingAttributes,
java.util.Map<PK,PK> parentMappings,
boolean isDeadlockVictim) |
| Constructor and 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 and 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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
CatalogVersionJobDao.getPKList(ComposedTypeModel composedTypeModel,
CatalogVersionModel version)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
DefaultCatalogVersionJobDao.getPKList(ComposedTypeModel composedTypeModel,
CatalogVersionModel version) |
| Modifier and Type | Method and Description |
|---|---|
PK |
SyncItemInfo.getItemPk() |
PK |
SyncItemInfo.getSyncJobPk() |
PK |
SyncItemInfo.getSyncTimestampPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncConfig.addItemToDelete(PK copyItemPK)
Adds a specific item from the target catalog version to be removed within the sync process.
|
void |
SyncConfig.addItemToSync(PK originalItemPK)
Adds a specific item from the source catalog to be copied or updated.
|
void |
SyncConfig.addItemToSync(PK originalItemPK,
PK copyItemPK)
Adds a specific item from the source catalog to be copied or updated.
|
protected void |
BaseSynchronizationStatusServiceTest.assertSyncInfoEquals(SyncItemInfo actual,
SyncItemStatus expectedStatus,
PK expectedSyncJobPk,
PK expectedPk) |
void |
SyncItemInfo.setItemPk(PK itemPk) |
void |
SyncItemInfo.setSyncJobPk(PK syncJobPk) |
void |
SyncItemInfo.setSyncTimestampPk(PK syncTimestampPk) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
FeatureValue.getProductFeaturePk() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureValue.setProductFeaturePk(PK productFeaturePK) |
| Constructor and Description |
|---|
FeatureValue(java.lang.Object value,
java.lang.String description,
ClassificationAttributeUnitModel unitmodel,
PK productFeaturePK)
Initializes this featurevalue with an object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
CategoryRestriction.getCategoryPKs(SessionContext ctx) |
protected java.util.List<PK> |
ProductRestriction.getProductPKs(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
ProductCarouselComponent.getCategoryPKs(SessionContext ctx) |
protected java.util.List<PK> |
ProductCarouselComponent.getProductPKs(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
CatalogNavigationArea.findMatchedPage(java.util.List<java.lang.String> uids)
Method that searches pages with appropriate codes
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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).
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DisplayListData.getPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayListData.setPk(PK pk) |
| Constructor and Description |
|---|
DisplayListData(java.lang.String catalog,
java.lang.String version,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
TypeDefinitionDao.TypeDefinition.getPk() |
PK |
TypeDefinitionDao.TypeDefinition.getSupertypePk() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.Object> |
TypeDefinitionDaoTest.createResultEntry(java.lang.String code,
java.lang.String name,
PK pk,
PK supertypePk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ObjectCollection.getPK()
Gets the pK.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
ObjectCollectionImpl.getPK() |
| Constructor and 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.3
|
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,
java.lang.String type)
Deprecated.
since 6.3
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SystemService.itemExist(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRightsCache.addRight(PK relatedObject,
java.lang.String right,
boolean value) |
protected void |
SystemServiceImpl.addUserRightToCache(PK relatedObject,
java.lang.String right,
boolean value) |
java.lang.Boolean |
UserRightsCache.getRight(PK relatedObject,
java.lang.String right) |
protected java.lang.Boolean |
SystemServiceImpl.getUserRightFromCache(PK relatedObject,
java.lang.String right) |
boolean |
SystemServiceImpl.itemExist(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<PK> |
CommunicationBrowserModel.getOpenComments() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PK> |
TypeTools.itemToPkList(java.util.Collection<? extends Item> items)
Deprecated.
since 6.3, will be removed without replacement.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultCustomerFacadeTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultCheckoutFacadeTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultUserFacadeTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultCustomerAccountServiceTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultCommerceCartServiceTest.MockProductModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
abstract PK |
AbstractOrderEntryDao.getItemType() |
PK |
DefaultCartEntryDao.getItemType() |
| Modifier and Type | Field and Description |
|---|---|
static PK |
PK.BIG_PK |
static PK |
PK.NULL_PK |
| Modifier and Type | Method and Description |
|---|---|
static PK |
PK.createCounterPK(int typecode)
create a Counter based PK.
|
static PK |
PK.createFixedCounterPK(int typecode,
long fixNr) |
static PK |
PK.createFixedPK(int typecode,
long fixNr)
Deprecated.
since ages - call createFixedUUIDPK instead
|
static PK |
PK.createFixedUUIDPK(int typecode,
long fixNr) |
static PK |
PK.createPK(int typecode)
Deprecated.
since ages - call createUUIDPK instead
|
static PK |
PK.createUUIDPK(int typecode)
create a UUID based PK.
|
static PK |
PK.fromLong(long longValue) |
PK |
GenericSearchField.getLanguagePK()
returns the LanguagePK for this field
|
static PK |
PK.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 returned
|
static PK |
PK.parseHex(java.lang.String hexPkString)
Decodes a hexadecimal String into a PK.
|
| Modifier and Type | Method and 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
objects
|
| Modifier and Type | Method and Description |
|---|---|
int |
PK.compareTo(PK pk)
The implementation is taken from java.lang.Long#compareTo(java.lang.Long).
|
static Item |
WrapperFactory.getCachedItem(Cache cache,
PK pk) |
void |
GenericSearchField.setLanguagePK(PK pk)
sets the LanguagePK for this field
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
AbstractLazyLoadMultiColumnList.CalculateLazyLoadListBody.calculate(java.util.List<PK> itemsPks) |
protected java.util.List |
AbstractLazyLoadMultiColumnList.createItemList(java.util.Set<PK> prefetchLanguages,
java.util.List<PK> itemPKs,
int prefetchSize)
creates an underlying list based on passed
PK, should return an instance of type LazyLoadItemList |
protected java.util.List |
AbstractLazyLoadMultiColumnList.createItemList(java.util.Set<PK> prefetchLanguages,
java.util.List<PK> itemPKs,
int prefetchSize)
creates an underlying list based on passed
PK, should return an instance of type LazyLoadItemList |
protected java.util.List |
LazyLoadMultiColumnList.createItemList(java.util.Set<PK> prefetchLanguages,
java.util.List<PK> itemPKs,
int prefetchSize) |
protected java.util.List |
LazyLoadMultiColumnList.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<java.lang.Long> |
LazyLoadItemListInternalTest.TestPKLazyLoadItemList.loadPage(java.util.List<PK> pks) |
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-fetched
BaseLazyLoadItemList.pkList
entries. |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
PK |
BaseLazyLoadItemList.getPK(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
BaseLazyLoadItemList.getPKList() |
protected java.util.List<PK> |
BaseLazyLoadItemList.getPKListInternal() |
java.util.Set<PK> |
BaseLazyLoadItemList.getPrefetchLanguages() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
ChangeDescriptor |
CronJob.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 future
|
| Modifier and Type | Method and Description |
|---|---|
PK |
LoadItemHolder.getPk() |
PK |
PersistResult.getPk() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
WriteAuditRecordsDAO.removeAuditRecordsForType(java.lang.String type,
PK pk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultWriteAuditRecordsDAO.removeAuditRecordsForType(java.lang.String type,
PK pk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuditEnablementService.isAuditEnabledForType(PK typePk)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
SLDDataContainer.AttributeValue.getLangPk() |
PK |
SLDDataContainer.getPk() |
PK |
SLDDataContainer.Builder.getPk() |
PK |
SLDDataContainer.getTypePk() |
| Modifier and Type | Method and Description |
|---|---|
SLDDataContainer |
DefaultSLDDataContainerProvider.get(PK pk) |
SLDDataContainer |
DefaultSLDDataContainerProvider.SLDBulkCacheLoader.get(PK pk) |
SLDDataContainer |
SLDDataContainerProvider.get(PK pk) |
SLDDataContainer.AttributeValue |
SLDDataContainer.getAttributeValue(java.lang.String attributeName,
PK langPk) |
SLDDataContainer.AttributeValue |
SLDDataContainer.getPropertyValue(java.lang.String propertyName,
PK langPk) |
SLDDataContainer.Builder |
SLDDataContainer.Builder.withPk(PK val) |
SLDDataContainer.Builder |
SLDDataContainer.Builder.withTypePk(PK val) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SLDDataContainer> |
DefaultSLDDataContainerProvider.getAll(java.util.List<PK> pks) |
java.util.List<SLDDataContainer> |
SLDDataContainerProvider.getAll(java.util.List<PK> pks) |
void |
DefaultSLDDataContainerProvider.preload(java.util.List<PK> pks) |
| Constructor and 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 and Description |
|---|
SLDBulkCacheLoader(SLDItemDAO sldItemDAO,
java.util.List<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultPersistResult.getPk() |
| Constructor and 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,
JdbcTemplate jdbcTemplate,
java.lang.String tableName,
boolean optimisticLockingEnabled,
long optimisticLockingCounter) |
| Modifier and Type | Method and Description |
|---|---|
PK |
RelationInformation.getLanguagePK() |
PK |
RelationInformation.gtPK() |
| Modifier and Type | Method and Description |
|---|---|
static RelationInformation.Builder |
RelationInformation.builder(PK pk,
java.lang.String qualifier,
boolean isSource) |
SLDDataContainer |
SLDItemDAO.load(PK entityPk) |
SLDDataContainer |
DefaultSLDItemDAO.load(PK entityPk) |
RelationInformation.Builder |
RelationInformation.Builder.localized(PK languagePK) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SLDDataContainer> |
SLDItemDAO.load(java.util.List<PK> entityPKs) |
java.util.List<SLDDataContainer> |
DefaultSLDItemDAO.load(java.util.List<PK> entityPKs) |
| Modifier and Type | Method and Description |
|---|---|
PK |
RemoveManyToManyRelationsRecord.getPk()
Returns PK for which relations will be removed.
|
PK |
EntityRecord.getPK()
Returns PK of changed model.
|
PK |
InsertManyToManyRelationRecord.getSourcePk()
Gets source PK.
|
PK |
InsertManyToManyRelationRecord.getTargetPk()
Gets target PK.
|
| Modifier and Type | Field and Description |
|---|---|
protected PK |
DefaultRemoveManyToManyRelationsRecord.pk |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultRemoveManyToManyRelationsRecord.getPk() |
PK |
AbstractEntityRecord.getPK() |
PK |
DefaultInsertManyToManyRelationRecord.getSourcePk() |
PK |
DefaultInsertManyToManyRelationRecord.getTargetPk() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultRelationRecordVisitor.RelationRecordsContainer.getLanguagePk() |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRelationRecordVisitor.RelationRecordsContainer.addOneToManyPksToRemove(PK sourcePk,
java.util.Set<PK> oneToManyPksToRemove) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRelationRecordVisitor.RelationRecordsContainer.addOneToManyPksToRemove(PK sourcePk,
java.util.Set<PK> oneToManyPksToRemove) |
| Constructor and Description |
|---|
RelationRecordsContainer(RelationMetaInfo metaInfo,
PK languagePk,
java.util.Collection<RemoveManyToManyRelationsRecord> removeRelationsRecords) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemToHeal.getPk() |
| Constructor and Description |
|---|
ItemToHeal(PK pk,
java.lang.String type,
java.lang.String attribute,
long version,
java.lang.Object value) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
UpdatePreparedStatementSetter.itemPk |
| Constructor and 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 and 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) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
AbstractEntityStatementsBuilder.itemPk |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<PK,java.util.Map<ColumnPayload.TargetTableType,java.util.Set<ColumnPayload>>> |
NewItemStatementsBuilder.localizedDataBasePayload |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
AbstractEntityStatementsBuilder.getItemPk() |
PK |
AbstractManyToManyRelationStatementsBuilder.LinkRow.getPk() |
PK |
AbstractManyToManyRelationStatementsBuilder.LinkRow.getSourcePk() |
PK |
AbstractManyToManyRelationStatementsBuilder.LinkRow.getTargetPk() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<ColumnPayload> |
NewItemStatementsBuilder.buildLocalizedServiceColumnsPayload(PK langPk) |
protected java.util.Set<ColumnPayload> |
NewItemStatementsBuilder.buildpPropsColumnsPayload(ColumnPayload businessCol,
PK langPk) |
StatementHolder |
UpdateItemStatementsBuilder.createLpRescueStatement(PK langPk,
java.util.Set<ColumnPayload> changesForLang) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModifyOneToManyRelationStatementsBuilder.collectPersistResults(java.lang.Iterable<PK> records,
CrudEnum operation) |
protected void |
ModifyOneToManyRelationStatementsBuilder.unlinkTargetsFromOrderedSource(ColumnPayload columnPayload,
java.util.Set<StatementHolder> result,
java.util.Set<PK> recordsToUnlink) |
protected void |
ModifyOneToManyRelationStatementsBuilder.unlinkTargetsFromUnorderedSource(ColumnPayload columnPayload,
java.util.Set<StatementHolder> result,
java.util.Set<PK> recordsToUnlink) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
ProductEurope1PricesAttributeHandler.getProductGroupPK(ProductModel product) |
protected PK |
ProductEurope1DiscountsAttributeHandler.getProductGroupPK(ProductModel product) |
protected PK |
ProductEurope1TaxesAttributeHandler.getProductGroupPK(ProductModel product) |
protected abstract PK |
PdtRowEurope1AttributeHandler.getProductGroupPK(ProductModel product) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
Europe1PriceFactory.CachedTax.rowPK |
| Modifier and Type | Method and Description |
|---|---|
PK |
PriceRowBasicData.getPK() |
| Modifier and Type | Method and Description |
|---|---|
PDTRowsQueryBuilder |
PDTRowsQueryBuilder.withProduct(PK productPk) |
PDTRowsQueryBuilder |
PDTRowsQueryBuilder.withProductGroup(PK productGroupPk) |
PDTRowsQueryBuilder |
PDTRowsQueryBuilder.withUser(PK userPk) |
PDTRowsQueryBuilder |
PDTRowsQueryBuilder.withUserGroup(PK userGroupPk) |
| Constructor and Description |
|---|
CachedTaxValue(PK taxRowPK,
java.lang.String code,
double value,
boolean absolute,
java.lang.String currencyIsoCode) |
Europe1TaxInformation(TaxValue taxValue,
PK rowPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
BatchData.ImportData.getExistingItemPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
GeneratedImpexDocumentId.getItemPK()
Generated method - Getter of the
ImpexDocumentId.itemPK attribute. |
PK |
GeneratedImpexDocumentId.getItemPK(SessionContext ctx)
Generated method - Getter of the
ImpexDocumentId.itemPK attribute. |
PK |
GeneratedExternalImportKey.getTargetPK()
Generated method - Getter of the
ExternalImportKey.targetPK attribute. |
PK |
GeneratedExternalImportKey.getTargetPK(SessionContext ctx)
Generated method - Getter of the
ExternalImportKey.targetPK attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedImpexDocumentId.setItemPK(PK value)
Generated method - Setter of the
ImpexDocumentId.itemPK attribute. |
void |
GeneratedImpexDocumentId.setItemPK(SessionContext ctx,
PK value)
Generated method - Setter of the
ImpexDocumentId.itemPK attribute. |
void |
GeneratedExternalImportKey.setTargetPK(PK value)
Generated method - Setter of the
ExternalImportKey.targetPK attribute. |
void |
GeneratedExternalImportKey.setTargetPK(SessionContext ctx,
PK value)
Generated method - Setter of the
ExternalImportKey.targetPK attribute. |
| Modifier and Type | Method and Description |
|---|---|
PK |
StandardColumnDescriptor.getAttributeDescriptorPk()
Gets the related attribute descriptor pk.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HeaderDescriptor.addOmittedTypeMessage(PK typePK,
java.lang.String msg)
Adds an message to the omitted type messages list.
|
java.lang.String |
HeaderDescriptor.getOmittedTypesMessages(PK typePK)
Gets a reason text for not omitting given type for this header.
|
void |
SpecialColumnDescriptor.notifyTranslationEnd(ValueLine line,
HeaderDescriptor header,
PK processedItemPK) |
void |
SpecialColumnDescriptor.performImport(java.lang.String cellValue,
PK processedItemPK) |
void |
DocumentIDColumnDescriptor.registerIDForItem(java.lang.String cellValue,
PK itemPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ValueLine.getConflictingItemPk() |
PK |
ValueLineMetaData.getConflictingItemPk() |
PK |
ItemConflictException.getExistingItemPk() |
PK |
ValueLine.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.
|
PK |
ValueLineMetaData.getProcessedItemPK() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueLine.resolve(PK processedItemPk,
java.util.Collection<StandardColumnDescriptor> processedColumns) |
void |
ValueLine.setConflictingItemPK(PK conflictingItemPK) |
ValueLineMetaData.Builder |
ValueLineMetaData.Builder.withConflictingItemPk(PK conflictingItemPk) |
ValueLineMetaData.Builder |
ValueLineMetaData.Builder.withProcessedItemPK(PK processedItemPK) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ImpexDocumentIdModel.getItemPK()
Generated method - Getter of the
ImpexDocumentId.itemPK attribute defined at extension impex. |
PK |
ExternalImportKeyModel.getTargetPK()
Generated method - Getter of the
ExternalImportKey.targetPK attribute defined at extension impex. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpexDocumentIdModel.setItemPK(PK value)
Generated method - Setter of
ImpexDocumentId.itemPK attribute defined at extension impex. |
void |
ExternalImportKeyModel.setTargetPK(PK value)
Generated method - Setter of
ExternalImportKey.targetPK attribute defined at extension impex. |
| Constructor and Description |
|---|
ExternalImportKeyModel(ItemModel _owner,
java.lang.String _sourceKey,
java.lang.String _sourceSystemID,
PK _targetPK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExternalImportKeyModel(java.lang.String _sourceKey,
java.lang.String _sourceSystemID,
PK _targetPK)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ImpexDocumentIdModel(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
java.lang.Boolean _resolved)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ImpexDocumentIdModel(java.lang.String _docId,
PK _itemPK,
java.lang.String _itemQualifier,
ItemModel _owner,
java.lang.Boolean _resolved)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultOndemandDeliveryAddressStrategyTest.MockAddressModel.getPk() |
| Modifier and Type | Method and Description |
|---|---|
PK |
Item.getComposedTypePK()
Directly returns the PK of this item's composed type.
|
PK |
Item.getPK()
Returns the primary key of this item.
|
PK |
Item.ItemImpl.getPK() |
PK |
JaloOnlyItem.providePK()
Should provide a fixed PK for this item.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
JaloItemNotFoundException.getInvalidPKs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.ItemImpl.addPermission(PK principalPK,
PK right,
boolean negative) |
int |
Item.ItemImpl.checkItemPermission(PK princpalPK,
PK rightPK) |
void |
Item.ItemImpl.clearPermission(PK principalPK,
PK rightPK) |
<T extends Item> |
JaloSession.getItem(PK pk)
returns the item with the given PK.
|
java.util.Collection |
Item.ItemImpl.getPrincipalPermissions(PK principalPK,
boolean negative) |
static boolean |
Item.isCurrentlyRemoving(PK pk) |
SavedValues |
JaloConnection.logItemCreation(PK itemPk,
java.util.Map values)
Creates a new
SavedValues marking a item creation. |
SavedValues |
JaloConnection.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 new
SavedValues marking a item modification. |
SavedValues |
JaloConnection.logItemRemoval(PK itemPk,
boolean saveAttributes)
Creates a new
SavedValues marking a item removal. |
static <T extends Item> |
JaloSession.lookupItem(PK pk)
Same as
JaloSession.getItem(PK) but without actually requiring a session instance. |
static <T extends Item> |
JaloSession.lookupItem(Tenant tenant,
PK pk)
Same as
JaloSession.lookupItem(PK) with the ability to pass the (required) tenant manually. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends Item> |
JaloSession.getItems(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)
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.
|
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(SessionContext ctx,
java.util.Collection<PK> pks)
Same as
JaloSession.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 as
JaloSession.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 as
JaloSession.getItems(SessionContext, Collection, boolean, boolean) but without requiring a jalo session
instance. |
static java.util.Collection<? extends Item> |
JaloSession.lookupItems(Tenant tenant,
SessionContext ctx,
java.util.Collection<PK> pks,
boolean ignoreMissingItems,
boolean returnMissingAsNull) |
void |
JaloItemNotFoundException.setInvalidPKs(java.util.Set<PK> invalidPKs) |
| Constructor and Description |
|---|
JaloItemCacheUnit(Cache cache,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
Region |
Country.addNewRegion(SessionContext ctx,
PK pk,
java.lang.String code)
Deprecated.
since ages - instead use plain model creation to add region to
CountryModel see Country.addNewRegion(String) |
Country |
C2LManager.createCountry(PK pkBase,
java.lang.String isoCode)
Deprecated.
since ages - use plain
CountryModel creation instead see
C2LManager.createCountry(String), see also model saving example |
Currency |
C2LManager.createCurrency(PK pkBase,
java.lang.String isoCode)
Deprecated.
since ages - use plain
CurrencyModel creation instead see
C2LManager.createCurrency(String) see also model saving example. |
Language |
C2LManager.createLanguage(PK pk,
java.lang.String isoCode)
Deprecated.
since ages - use plain
LanguageModel creation see
C2LManager.createLanguage(String) see also model saving example. |
Region |
C2LManager.createRegion(PK pkBase,
java.lang.String code,
Country country)
Deprecated.
since ages - use plain
RegionModel creation instead see also model saving example. |
| Modifier and Type | Method and Description |
|---|---|
PK |
ConfigProxyItem.providePK() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationType |
EnumerationManager.createDefaultEnumerationType(PK pk,
java.lang.String code)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationType |
EnumerationManager.createEnumerationType(PK pkBase,
java.lang.String code,
ComposedType valueType)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
EnumerationValue |
EnumerationManager.createEnumerationValue(PK pkBase,
EnumerationType enumerationType,
java.lang.String valueCode)
Deprecated.
since ages - please use {see de.hybris.platform.servicelayer.model.ModelService} instead
|
| Modifier and Type | Method and Description |
|---|---|
protected PK |
FlexibleSearch.getSearchLangPK(SessionContext ctx)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult |
FlexibleSearch.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchResult |
FlexibleSearch.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.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
CacheableResultHolder.getPrefetchLanguages() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
FlexibleSearchExecutor.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) |
SearchResult |
FlexibleSearchExecutor.simulate(int start,
int count,
TranslatedQuery translatedQuery,
java.util.Map values,
PK languagePK,
java.util.List<Hint> hints) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
FlexibleSearchExecutor.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) |
| Modifier and Type | Method and Description |
|---|---|
Link |
LinkManager.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.
|
void |
LinkManager.createLinkNoWrap(java.lang.String qualifier,
Language language,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber)
Creates a new link just like
LinkManager.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.List |
LinkManager.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) |
long |
LinkManager.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) |
void |
Link.setSourcePK(PK sourcePK)
Changes source item PK directly.
|
void |
Link.setTargetPK(PK targetPK)
Changes target item PK directly.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaFormat.checkConsistency(java.lang.String newQualifier,
PK myPK) |
protected void |
MediaFolder.checkConsistency(java.lang.String newQualifier,
PK myPK)
Deprecated.
since ages - - qualifier uniqueness is checked now before model save with
MediaFolderValidator |
Media |
MediaManager.createMedia(PK pk,
java.lang.String code)
Creates a new media item.
|
Media |
MediaManager.createMedia(PK pkBase,
java.lang.String code,
ComposedType type)
Creates a new media item with a specific type.
|
void |
MediaManager.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.
|
boolean |
MediaManager.hasForeignDataOwners(PK mediaPk,
java.lang.Long dataPk) |
MediaDataStoreCommand.Builder |
MediaDataStoreCommand.Builder.mediaPk(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
Cart |
OrderManager.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 setters
|
Cart |
OrderManager.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 setters
|
Order |
OrderManager.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
|
Order |
OrderManager.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 setters
|
| Modifier and Type | Method and Description |
|---|---|
Product |
ProductManager.createProduct(SessionContext ctx,
PK pk,
java.lang.String code)
Deprecated.
since ages - as of release 4.3, no replacement, please create
ProductModel using
ModelService.create(Class)
Creates a new Product. |
Product |
ProductManager.createProduct(SessionContext ctx,
PK pkBase,
java.lang.String code,
ComposedType type)
Deprecated.
since ages - as of release 4.3, no replacement, please create
ProductModel using
ModelService.create(Class)
Creates a new Product with a specified type. |
Unit |
ProductManager.createUnit(PK pkBase,
java.lang.String type,
java.lang.String code)
Deprecated.
since ages - as of release 4.3, no replacement, please create
UnitModel using
ModelService.create(Class)
Create a new Unit with the given type and code |
Product |
ProductManager.getProductByPK(PK pk)
Deprecated.
since ages - as of release 4.3, please use
ModelService.get(PK)
convenience method for getting a product this method just calls |
Unit |
ProductManager.getUnit(PK pk)
Deprecated.
since ages - as of release 4.3, please use
ModelService.get(PK))
instead |
| Modifier and Type | Method and Description |
|---|---|
PK |
PermissionContainer.getPrincipalPK() |
PK |
PermissionContainer.getRightPK() |
| Modifier and Type | Method and Description |
|---|---|
int |
Principal.checkOwnGlobalPermission(PK userRightPK)
Deprecated.
since ages - use
(PrincipalModel, String) |
java.util.Collection |
AccessManager.getGlobalRestrictedPrincipals(PK permissionPK) |
| Constructor and Description |
|---|
PermissionContainer(PK principalPK,
PK rightPK,
boolean negative) |
| Modifier and Type | Method and Description |
|---|---|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
AtomicType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
AtomicType |
TypeManager.createAtomicType(PK pkBase,
java.lang.Class javaClass)
Deprecated.
since ages - use ModelService.create to create instances
|
AttributeDescriptor |
ComposedType.createAttributeDescriptor(PK pk,
java.lang.String qualifier,
Type valueType,
int modifiers)
Adds a new attribute descriptor to this type.
|
AttributeDescriptor |
ComposedType.ComposedTypeImpl.createAttributeDescriptor(PK pk,
java.lang.String qualifier,
Type type,
int modifiers) |
CollectionType |
TypeManager.createCollectionType(PK pk,
java.lang.String code,
Type type)
Deprecated.
since ages - use ModelService.create to create instances
|
CollectionType |
TypeManager.createCollectionType(PK pkBase,
java.lang.String code,
Type type,
int typeOfCollection)
Deprecated.
since ages - use ModelService.create to create instances
|
ComposedType |
TypeManager.createComposedType(PK pkBase,
ComposedType superType,
java.lang.String code)
Deprecated.
since ages - use ModelService.create to create instances
|
MapType |
TypeManager.createMapType(PK pkBase,
java.lang.String code,
Type argumentType,
Type returnType)
Deprecated.
since ages - use ModelService.create to create instances
|
RelationDescriptor |
TypeManager.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 instances
|
RelationDescriptor |
TypeManager.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 instances
|
protected RelationDescriptor |
TypeManager.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 instances
|
RelationType |
TypeManager.createRelationType(PK pk,
java.lang.String relationName,
boolean localized,
AttributeDescriptor sourceFD,
AttributeDescriptor targetFD)
Deprecated.
since ages - use proper service to create instances
|
| Modifier and Type | Method and Description |
|---|---|
Address |
User.createAddress(PK pk)
Deprecated.
since ages - use
AddressService.createAddressForUser(UserModel) |
Address |
UserManager.createAddress(PK pkBase,
Item item)
Creates address for given item.
|
protected Address |
UserManager.createAddress(PK pkBase,
Item owner,
Address original,
Country country,
Region region,
Title title,
JaloPropertyContainer props) |
Address |
UserManager.createAddress(PK pkBase,
Item item,
boolean asCopy)
Creates address for given item.
|
Address |
User.createAddress(PK pk,
java.util.Map fields)
Deprecated.
since ages
|
Address |
User.createAddress(PK pk,
SessionContext ctx)
Deprecated.
since ages - use
AddressService.createAddressForUser(UserModel) |
Address |
User.createAddress(PK pk,
SessionContext ctx,
java.util.Map fields)
Deprecated.
since ages
|
Customer |
UserManager.createCustomer(PK pk,
java.lang.String login)
Creates a new
Customer. |
Employee |
UserManager.createEmployee(PK pk,
java.lang.String login)
Creates a new
Employee. |
Title |
UserManager.createTitle(PK pkBase,
java.lang.String code)
Creates a new
Title. |
User |
UserManager.createUser(PK pk,
java.lang.String uid)
Creates a new
User. |
User |
UserManager.createUser(PK pkBase,
java.lang.String userID,
ComposedType type)
Creates a new
User with a specified user type. |
UserGroup |
UserManager.createUserGroup(PK pkBase,
java.lang.String groupId)
Creates a new
UserGroup. |
| Modifier and Type | Method and Description |
|---|---|
PK |
RemovedItemPKProcessor.next() |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
DefaultStatisticsGateway.getCurrentUserPk() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PK> |
DefaultExtractMediaMetaDataJobDao.findMetaDataUpdates(ExtractMediaMetaDataCronJobModel cronJob) |
java.util.Collection<PK> |
ExtractMediaMetaDataJobDao.findMetaDataUpdates(ExtractMediaMetaDataCronJobModel cronJob)
Retrieves all
MediaModel PKs 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaConversionJob.convertAsynchronous(MediaConversionCronJobModel cronJob,
PK containerPk,
java.util.Set<PK> formatPks) |
protected void |
MediaConversionJob.convertSynchronous(MediaConversionCronJobModel cronJob,
PK containerPK,
java.util.Set<PK> formatPks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaConversionJob.convertAsynchronous(MediaConversionCronJobModel cronJob,
PK containerPk,
java.util.Set<PK> formatPks) |
protected void |
MediaConversionJob.convertSynchronous(MediaConversionCronJobModel cronJob,
PK containerPK,
java.util.Set<PK> formatPks) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultOnDemandConversionFacade.convert(PK container,
java.lang.String format) |
java.lang.String |
OnDemandConversionFacade.convert(PK container,
java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
protected MobileMessageStatus |
StatusRecordTestBase.blockUsingRecord(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
OutgoingSMSMessageDTO.getMessageContextPK() |
PK |
IncomingSMSMessageGateway.messageReceived(java.lang.String engineId,
IncomingSMSMessageDTO message)
Accepts a message from aggregator connector and processes it within the mobile framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutgoingSMSMessageDTO.setMessageContextPK(PK messageContextPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultIncomingSMSMessageGateway.messageReceived(java.lang.String engineId,
IncomingSMSMessageDTO dto) |
| Modifier and Type | Method and Description |
|---|---|
MobileMessageStatus |
MessageHelper.blockUntilProcessed(PK pk,
long timeoutMillis)
Waits until a specific message has reached a final state.
|
| Modifier and Type | Method and Description |
|---|---|
static PK |
GenericItemEJBImpl.createGenericItemNoJalo(java.lang.String typeCode,
EJBPropertyContainer props) |
protected PK |
ItemEJB.doCreateInternal(PK pk,
ComposedTypeRemote type,
ItemRemote template)
is responsible for assigning Item with a unique primary key and a given type.
|
protected PK |
ExtensibleItemEJB.doCreateInternal(PK pk,
ComposedTypeRemote type,
ItemRemote template,
EJBPropertyContainer props) |
PK |
GenericBMPBean.ejbCreate(PK pkBase,
ComposedTypeRemote type,
EJBPropertyContainer props) |
PK |
GenericItemEJB.ejbCreate(PK pk,
ComposedTypeRemote type,
EJBPropertyContainer props) |
PK |
GenericBMPBean.ejbFindByPrimaryKey(PK pkValue) |
PK |
GenericBMPBean.getOwnerPkString() |
abstract PK |
ItemEJB.getOwnerPkString() |
PK |
ItemEJB.getPK() |
PK |
ItemEJBImpl.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. |
PK |
GenericBMPBean.getPkString() |
abstract PK |
ItemEJB.getPkString() |
PK |
ItemRemote.getPkString() |
PK |
ItemEJB.getTypeKey() |
PK |
ItemRemote.getTypeKey() |
PK |
ItemEJBImpl.getTypeKey() |
PK |
GenericBMPBean.getTypePkString() |
abstract PK |
ItemEJB.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PK,ItemRemote> |
SystemEJB.findRemoteObjectsByPK(java.util.Collection<PK> pks,
java.util.Set<PK> preloadLanguagePKs,
boolean ignoreMissing)
Fetches
ItemRemote instances 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> |
ItemRemote.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> |
ItemRemote.getPermissionPKs(PK principalPK,
boolean negative) |
java.util.Collection<PK> |
ItemEJB.getRestrictedPrincipalPKs() |
java.util.Collection<PK> |
ItemRemote.getRestrictedPrincipalPKs() |
static java.util.Map<java.lang.Integer,java.util.Set<PK>> |
SystemEJB.groupByTypeCode(java.util.Collection<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemEJBImpl.addPermission(PK principalPK,
PK rightPK,
boolean negative) |
int |
ItemEJB.checkItemPermission(PK principalPK,
PK permissionPK)
The return value for checkPermission(...) if no permission was set, or positive and negative settings were
found.
|
int |
ItemRemote.checkItemPermission(PK principalPK,
PK permissionPK) |
int |
ItemEJBImpl.checkItemPermission(PK princpalPK,
PK rightPK) |
int |
ItemEJB.checkOwnGlobalPermission(PK permissionPK) |
int |
ItemRemote.checkOwnGlobalPermission(PK permissionPK) |
protected boolean |
AbstractEntityState.checkPK(PK pk) |
void |
ItemEJBImpl.clearPermission(PK principalPK,
PK rightPK) |
GenericItemRemote |
GenericItemHome.create(PK pkBase,
ComposedTypeRemote type,
EJBPropertyContainer props) |
GenericItemRemote |
GenericBMPBean.create(PK pkBase,
ComposedTypeRemote type,
EJBPropertyContainer props) |
static GenericItem |
GenericItemEJBImpl.createGenericItem(PK pk,
ComposedType genericItemType,
JaloPropertyContainer props)
Deprecated.
since ages - always specify tenant for performance reasons
|
static GenericItem |
GenericItemEJBImpl.createGenericItem(PK pk,
int typecode,
JaloPropertyContainer props)
Deprecated.
since ages
|
static GenericItem |
GenericItemEJBImpl.createGenericItem(Tenant tenant,
PK pk,
ComposedType genericItemType,
JaloPropertyContainer props) |
static void |
GenericItemEJBImpl.createGenericItemNoRead(PK pk,
ComposedType genericItemType,
JaloPropertyContainer props) |
static void |
GenericItemEJBImpl.createGenericItemNoRead(Tenant tenant,
PK pk,
ComposedType genericItemType,
JaloPropertyContainer props) |
protected PK |
ItemEJB.doCreateInternal(PK pk,
ComposedTypeRemote type,
ItemRemote template)
is responsible for assigning Item with a unique primary key and a given type.
|
protected PK |
ExtensibleItemEJB.doCreateInternal(PK pk,
ComposedTypeRemote type,
ItemRemote template,
EJBPropertyContainer props) |
protected void |
ItemEJB.doPostCreateInternal(PK pkBase,
ComposedTypeRemote type,
ItemRemote template) |
PK |
GenericBMPBean.ejbCreate(PK pkBase,
ComposedTypeRemote type,
EJBPropertyContainer props) |
PK |
GenericItemEJB.ejbCreate(PK pk,
ComposedTypeRemote type,
EJBPropertyContainer props) |
PK |
GenericBMPBean.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
GenericBMPBean.ejbFindByType(PK typePK) |
void |
GenericBMPBean.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
EJBPropertyContainer param2) |
void |
GenericItemEJB.ejbPostCreate(PK pk,
ComposedTypeRemote type,
EJBPropertyContainer props) |
GenericItemRemote |
GenericBMPBean.findByPrimaryKey(PK pk) |
java.util.Collection |
GenericBMPBean.findByType(PK typePK) |
java.util.Collection |
ItemHome.findByType(PK typePK) |
ItemRemote |
SystemEJB.findRemoteObjectByPK(PK pk) |
ItemRemote |
SystemEJB.findRemoteObjectByPKInternal(PK pk) |
java.util.Collection<PK> |
ItemEJB.getPermissionPKs(PK principalPK,
boolean negative) |
java.util.Collection<PK> |
ItemRemote.getPermissionPKs(PK principalPK,
boolean negative) |
java.util.Collection |
ItemEJBImpl.getPrincipalPermissions(PK principalPK,
boolean negative) |
protected PropertyAccess |
ExtensibleItemEJB.getPropertyAccess(java.lang.String name,
PK langPK,
boolean forWriting) |
protected PropertyAccess |
ExtensibleItemEJB.getPropertyAccessInternal(TypeInfoMap info,
int type,
PK langPK,
boolean forWriting,
java.lang.String name) |
boolean |
ItemEJB.removeGlobalPermission(PK permissionPK) |
boolean |
ItemRemote.removeGlobalPermission(PK permissionPK) |
boolean |
ItemEJB.removePermission(PK principalPK,
PK permissionPK) |
boolean |
ItemRemote.removePermission(PK principalPK,
PK permissionPK) |
boolean |
ItemEJB.setGlobalPermission(PK permissionPK,
boolean negative) |
boolean |
ItemRemote.setGlobalPermission(PK permissionPK,
boolean negative) |
void |
DefaultTimestampHandler.setLocalizedModificationTimestamps(LocalizableItemEJB item,
PK languagePK)
Deprecated.
|
void |
TimestampHandler.setLocalizedModificationTimestamps(LocalizableItemEJB item,
PK languagePK)
Deprecated.
|
protected void |
ItemEJB.setOwnerPK(PK ownerPK) |
void |
GenericBMPBean.setOwnerPkString(PK newvalue) |
abstract void |
ItemEJB.setOwnerPkString(PK pk) |
boolean |
ItemEJB.setPermission(PK principalPK,
PK permissionPK,
boolean negative) |
boolean |
ItemRemote.setPermission(PK principalPK,
PK permissionPK,
boolean negative) |
void |
GenericBMPBean.setPkString(PK newvalue) |
abstract void |
ItemEJB.setPkString(PK pk) |
void |
GenericBMPBean.setTypePkString(PK newvalue) |
abstract void |
ItemEJB.setTypePkString(PK pk) |
protected boolean |
ItemEJB.skipRemovePermission(ACLCache acl,
PK principalPK,
PK permissionPK) |
protected boolean |
ItemEJB.skipSetPermission(ACLCache acl,
PK principalPK,
PK permissionPK,
boolean negative) |
protected void |
ExtensibleItemEJB.typeChanged(PK oldTypePK,
PK newTypePK) |
protected void |
ItemEJB.typeChanged(PK oldTypePK,
PK newTypePK) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GenericBMPBean.checkTypeCodes(java.util.Collection<PK> pks,
int typeCode) |
java.util.Collection |
GenericBMPBean.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)
Fetches
ItemRemote instances 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)
Fetches
ItemRemote instances 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>> |
ItemRemote.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) |
void |
EJBItemNotFoundException.setInvalidPKs(java.util.Set<PK> invalidPKs) |
void |
ItemEJB.setPrincipalToBooleanListMap(java.util.List<PK> rightPKs,
java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap) |
void |
ItemEJB.setPrincipalToBooleanListMap(java.util.List<PK> rightPKs,
java.util.Map<PK,java.util.List<java.lang.Boolean>> principalPKToBooleanListMap) |
void |
ItemRemote.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.
|
void |
ItemRemote.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.
|
| Constructor and Description |
|---|
GenericItemEntityStateCacheUnit(Cache cache,
PK pk,
ItemDeployment depl) |
| Modifier and Type | Method and Description |
|---|---|
PK |
Operation.getItemPk() |
PK |
InternalAuditableOperation.getItemPk() |
PK |
Operation.getItemTypePk() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditableOperationHandler.clearAudit(PK itemPK) |
void |
AuditScopeInvalidator.clearCurrentAuditForPK(PK itemPK)
Clear current audit state for itemPK from audit scope
|
static void |
AuditableOperations.clearCurrentAuditOperationsFor(PK itemPK) |
static Operation |
Operation.create(PK itemPk,
PK itemTypePk) |
static Operation |
Operation.create(PK itemPk,
java.lang.String typeCode) |
static Operation |
Operation.delete(PK itemPk,
PK itemTypePk) |
static Operation |
Operation.delete(PK itemPk,
java.lang.String typeCode) |
static Operation |
Operation.update(PK itemPk,
PK itemTypePk) |
static Operation |
Operation.update(PK itemPk,
java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
PK |
LinkAuditRecord.getChildPk() |
PK |
LinkAuditRecord.getParentPk() |
PK |
LinkAuditRecord.getPk() |
PK |
AuditRecord.getPk() |
PK |
JsonAuditRecord.getPk() |
PK |
ModelAuditRecord.getPk() |
PK |
LinkAuditRecord.getSourcePk() |
PK |
LinkAuditRecord.getTargetPk() |
PK |
LinkAuditRecord.getTypePk() |
PK |
AuditRecord.getTypePk() |
PK |
JsonAuditRecord.getTypePk() |
PK |
ModelAuditRecord.getTypePk() |
| Modifier and Type | Method and Description |
|---|---|
int |
WriteAuditGateway.removeAuditRecordsForType(java.lang.String type,
PK pk)
Removes audit records which are matching given
type and pk. |
LinkAuditRecordCommand.Builder |
LinkAuditRecordCommand.Builder.withLanguagePk(PK languagePk) |
AuditSearchQuery.LinkQueryBuilder |
AuditSearchQuery.LinkQueryBuilder.withPk(PK pk) |
static ItemPkSearchRule |
ItemPkSearchRule.withPk(PK pk) |
TypeAuditRecordCommand.Builder |
TypeAuditRecordCommand.Builder.withPk(PK pk) |
JsonAuditRecord.Builder |
JsonAuditRecord.Builder.withPk(PK pk) |
ModelAuditRecord.Builder |
ModelAuditRecord.Builder.withPk(PK pk) |
AuditSearchQuery.QueryBuilder |
AuditSearchQuery.QueryBuilder.withPkSearchRules(PK... pks) |
LinkAuditRecord.Builder |
LinkAuditRecord.Builder.withSourcePk(PK sourcePk) |
LinkAuditRecordCommand.Builder |
LinkAuditRecordCommand.Builder.withSourcePk(PK sourcePk) |
LinkAuditRecord.Builder |
LinkAuditRecord.Builder.withTargetPk(PK targetPk) |
LinkAuditRecordCommand.Builder |
LinkAuditRecordCommand.Builder.withTargetPk(PK targetPk) |
TypeAuditRecordCommand.Builder |
TypeAuditRecordCommand.Builder.withTypePk(PK typePk) |
JsonAuditRecord.Builder |
JsonAuditRecord.Builder.withTypePk(PK typePk) |
ModelAuditRecord.Builder |
ModelAuditRecord.Builder.withTypePk(PK typePk) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
AbstractReadAuditGateway.toPK(java.lang.Object pk) |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultWriteAuditGateway.removeAuditRecordsForType(java.lang.String type,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
void |
NonTransactionalAuditableOperationHandler.clearAudit(PK pk) |
void |
TransactionalAuditableOperationHandler.clearAudit(PK pk) |
void |
DefaultAuditScopeInvalidator.clearCurrentAuditForPK(PK itemPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ValuesContainer.getPk() |
PK |
AuditRecordInternal.getPk() |
PK |
ValuesContainer.getTypePk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuditEnablementService.isAuditEnabledForType(PK typePk) |
ValuesContainer.Builder |
ValuesContainer.Builder.withPk(PK pk) |
ValuesContainer.Builder |
ValuesContainer.Builder.withTypePk(PK typePk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
PayloadPKConverter.convertFromString(java.lang.String pk) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<PK> |
PayloadPKConverter.forClass() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PayloadPKConverter.convertToString(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
LocalizableItemEJBImpl.getLangPK(SessionContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
LocalizableItemEJB.getAllLocalizedProperties(PK langPK) |
java.util.Map |
LocalizableItemRemote.getAllLocalizedProperties(PK langPK) |
java.lang.Object |
LocalizableItemEJB.getLocalizedProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
LocalizableItemRemote.getLocalizedProperty(java.lang.String name,
PK langPK) |
java.util.Set |
LocalizableItemEJB.getLocalizedPropertyNames(PK langPK) |
java.util.Set |
LocalizableItemRemote.getLocalizedPropertyNames(PK langPK) |
protected LocalizedPropertyAccess |
LocalizableItemEJB.getLocPropertyAccess(java.lang.String name,
PK langPK,
boolean forWriting) |
java.lang.Object |
LocalizableItemEJB.removeLocalizedProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
LocalizableItemRemote.removeLocalizedProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
LocalizableItemEJB.setLocalizedProperty(java.lang.String name,
PK langPK,
java.lang.Object value) |
java.lang.Object |
LocalizableItemRemote.setLocalizedProperty(java.lang.String name,
PK langPK,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizableItemEJB.setLocPropertiesFromContainer(java.util.Map<PK,java.util.Map<java.lang.String,java.lang.Object>> values) |
| Modifier and Type | Method and Description |
|---|---|
PK |
EnumerationValueEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
PK |
EnumerationValue_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByTypeAndCode(PK param0,
java.lang.String param1) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByTypeAndCodeIgnoreCase(PK param0,
java.lang.String param1) |
PK |
EnumerationValue_HJMPWrapper.getOwnerPkString() |
PK |
EnumerationValue_HJMPWrapper.getPkString() |
PK |
EnumerationValue_HJMPWrapper.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValueRemote |
EnumerationValueHome.create(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
ComposedTypeRemote |
EnumerationManagerEJB.createEnumerationType(PK pkBase,
java.lang.String code,
ComposedTypeRemote valueType) |
EnumerationValueRemote |
EnumerationManagerEJB.createEnumerationValue(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String valueCode,
int number) |
PK |
EnumerationValueEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
PK |
EnumerationValue_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
EnumerationValue_HJMPWrapper.ejbFindByType(PK param0) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByTypeAndCode(PK param0,
java.lang.String param1) |
PK |
EnumerationValue_HJMPWrapper.ejbFindByTypeAndCodeIgnoreCase(PK param0,
java.lang.String param1) |
java.util.Collection |
EnumerationValue_HJMPWrapper.ejbFindSortedValues(PK param0) |
void |
EnumerationValueEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote enumerationType,
java.lang.String code,
int number) |
void |
EnumerationValue_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
int param3) |
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.findByPrimaryKey(PK pkValue) |
java.util.Collection |
EnumerationValue_HJMPWrapper.findByType(PK param0) |
EnumerationValueRemote |
EnumerationValueHome.findByTypeAndCode(PK enumerationTypePK,
java.lang.String code)
Deprecated.
since ages
|
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.findByTypeAndCode(PK param0,
java.lang.String param1) |
EnumerationValueRemote |
EnumerationValueHome.findByTypeAndCodeIgnoreCase(PK enumerationTypePK,
java.lang.String codeLowerCase) |
EnumerationValueRemote |
EnumerationValue_HJMPWrapper.findByTypeAndCodeIgnoreCase(PK param0,
java.lang.String param1) |
java.util.Collection |
EnumerationValueHome.findSortedValues(PK enumerationTypePK) |
java.util.Collection |
EnumerationValue_HJMPWrapper.findSortedValues(PK param0) |
void |
EnumerationValue_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
EnumerationValue_HJMPWrapper.setPkString(PK newvalue) |
void |
EnumerationValue_HJMPWrapper.setTypePkString(PK newvalue) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<de.hybris.platform.persistence.flexiblesearch.TranslatedQuery.ValueMapper> |
TranslatedQuery.createValueMappers(java.util.Map userValues,
PK defaultLanguagePK) |
TranslatedQuery.ExecutableQuery |
TranslatedQuery.expandValues(java.util.Map _values,
PK defaultLanguagePK)
expands this values according to the '?'
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParsedSubtype.setCustomLocTables(java.util.Map<PK,de.hybris.platform.persistence.flexiblesearch.Table> map)
Delegated to supertype since all tables are handled there.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
PK |
FlexibleSearchTypeCacheProvider.getLanguagePkFromIsocode(java.lang.String isoCode)
Gets the language PK from isocode.
|
PK |
CachedTypeData.getTypePk()
Gets the type PK.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
FlexibleSearchTypeCacheProvider.getExternalTableTypes(java.lang.String typeCode)
Returns all sub types of given type which are mapped to different deployments.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultFlexibleSearchTypeCacheProvider.getLanguagePkFromIsocode(java.lang.String isoCode) |
PK |
DefaultCachedTypeData.getTypePk() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
DefaultFlexibleSearchTypeCacheProvider.getExternalTableTypes(java.lang.String typeCode) |
| Modifier and Type | Method and Description |
|---|---|
PK |
EntityInstance.ejbFindByPrimaryKey(PK pkValue) |
PK |
EntityInstanceContextImpl.getPK() |
PK |
EntityInstanceContext.getPK() |
PK |
EntityProxy.getPK() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityInstanceContextImpl.checkItemTypeCode(PK pk) |
EntityInstance |
PersistencePool.createEntityInstance(java.lang.String jndiName,
PK pk) |
PK |
EntityInstance.ejbFindByPrimaryKey(PK pkValue) |
void |
PersistencePool.PersistenceListener.entityCreated(PK pk) |
EntityProxy |
PersistencePool.findEntityByPK(java.lang.String jndiName,
PK pk) |
EntityProxy |
PersistencePool.getEntityProxy(PK pk) |
EntityProxy |
PersistencePool.getOrCreateUninitializedEntityProxy(java.lang.String jndiName,
PK pk) |
void |
PersistencePool.notifyEntityCreation(PK pk) |
void |
PersistencePool.removeEntityProxy(PK pk) |
void |
EntityInstanceContextImpl.setPK(PK pk) |
void |
EntityInstanceContext.setPK(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
EntityState.getPK() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Long |
HJMPUtils.getVersionForPk(PK pk) |
static boolean |
HJMPUtils.isFromServiceLayer(PK pk) |
static void |
HJMPUtils.updateVersionForPk(PK pk,
java.lang.Long version) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HJMPUtils.registerVersionsForPks(java.util.Map<PK,java.lang.Long> mapping) |
| Modifier and Type | Method and Description |
|---|---|
PK |
LinkEJB.ejbCreate(java.lang.String quali,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
GenericLinkBMPBean.ejbCreate(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
PK |
GenericLinkBMPBean.ejbFindByPrimaryKey(PK pkValue) |
PK |
GenericLinkBMPBean.getOwnerPkString() |
PK |
GenericLinkBMPBean.getPkString() |
PK |
LinkEJB.getSourcePK() |
PK |
LinkRemote.getSourcePK() |
abstract PK |
LinkEJB.getSourcePKInternal() |
PK |
GenericLinkBMPBean.getSourcePKInternal() |
PK |
LinkEJB.getTargetPK() |
PK |
LinkRemote.getTargetPK() |
abstract PK |
LinkEJB.getTargetPKInternal() |
PK |
GenericLinkBMPBean.getTargetPKInternal() |
PK |
GenericLinkBMPBean.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
LinkRemote |
LinkHome.create(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
LinkRemote |
GenericLinkBMPBean.create(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber)
Deprecated.
since ages
|
LinkRemote |
LinkManagerEJB.createLink(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
void |
LinkManagerEJB.createLinkNoWrap(java.lang.String qual,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
LinkEJB.ejbCreate(java.lang.String quali,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
PK |
GenericLinkBMPBean.ejbCreate(java.lang.String quali,
PK scrPK,
PK tgtPK,
int seqNr,
int revSeqNr) |
PK |
GenericLinkBMPBean.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
GenericLinkBMPBean.ejbFindByType(PK typePK) |
void |
LinkEJB.ejbPostCreate(java.lang.String quali,
PK sourcePK,
PK targetPK,
int sequenceNumber,
int reverseSequenceNumber) |
void |
GenericLinkBMPBean.ejbPostCreate(java.lang.String param0,
PK param2,
PK param3,
int param4,
int param5) |
LinkRemote |
GenericLinkBMPBean.findByPrimaryKey(PK pk) |
java.util.Collection |
GenericLinkBMPBean.findByType(PK typePK) |
void |
GenericLinkBMPBean.setOwnerPkString(PK newvalue) |
void |
GenericLinkBMPBean.setPkString(PK newvalue) |
void |
LinkEJB.setSourcePK(PK pk) |
void |
LinkRemote.setSourcePK(PK pk) |
abstract void |
LinkEJB.setSourcePKInternal(PK pk) |
void |
GenericLinkBMPBean.setSourcePKInternal(PK newvalue) |
void |
LinkEJB.setTargetPK(PK pk) |
void |
LinkRemote.setTargetPK(PK pk) |
abstract void |
LinkEJB.setTargetPKInternal(PK pk) |
void |
GenericLinkBMPBean.setTargetPKInternal(PK newvalue) |
void |
GenericLinkBMPBean.setTypePkString(PK newvalue) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
GenericLinkBMPBean.ejbFindByPKList(java.util.Collection<PK> pkList) |
| Modifier and Type | Field and Description |
|---|---|
static PK |
JdbcLinksSupport.NONE_LANGUAGE_PK |
| Modifier and Type | Field and Description |
|---|---|
static PK |
MetaInformationEJB.DEFAULT_PRIMARY_KEY |
| Modifier and Type | Method and Description |
|---|---|
PK |
MetaInformationEJB.ejbCreate(PK pk,
java.lang.String systemName) |
PK |
MetaInformation_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1) |
PK |
MetaInformationRemote.ejbFindByPrimaryKey(PK pk)
TODO: apido
|
PK |
MetaInformation_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
MetaInformation_HJMPWrapper.ejbFindBySystemID(java.lang.String param0) |
PK |
MetaInformation_HJMPWrapper.getOwnerPkString() |
PK |
MetaInformation_HJMPWrapper.getPkString() |
PK |
MetaInformation_HJMPWrapper.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
MetaInformationRemote |
MetaInformation_HJMPWrapper.create(PK param0,
java.lang.String param1) |
MetaInformationRemote |
MetaInformationHome.create(PK pk,
java.lang.String systemName) |
PK |
MetaInformationEJB.ejbCreate(PK pk,
java.lang.String systemName) |
PK |
MetaInformation_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1) |
PK |
MetaInformationRemote.ejbFindByPrimaryKey(PK pk)
TODO: apido
|
PK |
MetaInformation_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
MetaInformation_HJMPWrapper.ejbFindByType(PK param0) |
void |
MetaInformationEJB.ejbPostCreate(PK pk,
java.lang.String systemName) |
void |
MetaInformation_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1) |
MetaInformationRemote |
MetaInformation_HJMPWrapper.findByPrimaryKey(PK pkValue) |
java.util.Collection |
MetaInformation_HJMPWrapper.findByType(PK param0) |
void |
MetaInformation_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
MetaInformation_HJMPWrapper.setPkString(PK newvalue) |
void |
MetaInformation_HJMPWrapper.setTypePkString(PK newvalue) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
ItemPropertyCacheKey.itemPK |
| Modifier and Type | Field and Description |
|---|---|
JDBCValueMappings.ValueReader<PK,?> |
JDBCValueMappings.PK_READER |
JDBCValueMappings.ValueWriter<PK,?> |
JDBCValueMappings.PK_WRITER |
| Modifier and Type | Method and Description |
|---|---|
PK |
EJBPropertyRowCache.getItemPK() |
PK |
EJBProperty.getLang() |
PK |
EJBPropertyRowCache.getLangPK() |
PK |
TypeInfoMap.getSuperTypePK() |
PK |
TypeInfoMap.getTypePK() |
PK |
PersistenceManager.getTypePK(java.lang.String code) |
PK |
DBPersistenceManager.getTypePK(java.lang.String code) |
protected PK |
JDBCValueMappings.PKReaderWriter.readValue(java.sql.ResultSet rs,
int idx) |
protected PK |
JDBCValueMappings.PKReaderWriter.readValue(java.sql.ResultSet rs,
java.lang.String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
PersistenceManager.getExternalTableTypes(PK typePK)
Finds all subtypes of a given non-abstract type which are mapped to a different deployment.
|
java.util.Set<PK> |
DBPersistenceManager.getExternalTableTypes(PK typePK) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistenceManager.cachesInfoFor(PK typePK) |
boolean |
DBPersistenceManager.cachesInfoFor(PK typePK) |
void |
PersistenceManager.clearComposedType(PK typePK,
java.lang.String code) |
void |
DBPersistenceManager.clearComposedType(PK typePK,
java.lang.String code) |
static java.lang.Object |
EJBProperty.constructKey(java.lang.String name,
PK langPK)
property keys are case insensitive regarding names !
|
boolean |
OldPropertyJDBC.DumpPropertyConverter.convert(PK itemPK,
PK typePK,
EJBProperty dumpProp) |
protected static EJBProperty |
EJBProperty.create(java.lang.String name,
PK lang,
java.lang.Object value) |
static EJBPropertyRowCache |
EJBPropertyRowCache.createLocalized(PK langPK,
long timestamp,
java.util.List<java.lang.String> names)
create new localized cache without values (assuming null)
|
static EJBPropertyCache |
OldPropertyJDBC.createProperties(PK itemPK,
long timestamp,
java.lang.String oldPropTableName) |
static EJBPropertyRowCache |
PropertyJDBC.createProperties(TypeInfoMap infoMap,
PK itemPK,
PK typePK,
PK langPK,
long timestamp) |
java.util.Map<java.lang.String,java.lang.Object> |
LocalizedPropertyAccess.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> |
EJBPropertyCache.getAllProperties(PK langPK) |
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<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<PK> |
PersistenceManager.getExternalTableTypes(PK typePK)
Finds all subtypes of a given non-abstract type which are mapped to a different deployment.
|
java.util.Set<PK> |
DBPersistenceManager.getExternalTableTypes(PK typePK) |
TypeInfoMap |
PersistenceManager.getPersistenceInfo(PK typePK) |
TypeInfoMap |
DBPersistenceManager.getPersistenceInfo(PK typePK) |
static EJBPropertyCache |
OldPropertyJDBC.getProperties(PK itemPK,
long timestamp,
java.lang.String oldPropTableName) |
static EJBPropertyRowCache |
PropertyJDBC.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.Object |
LocalizedPropertyAccess.getProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
EJBPropertyRowCache.getProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
EJBPropertyCache.getProperty(java.lang.String name,
PK langPK) |
java.util.Set<java.lang.String> |
LocalizedPropertyAccess.getPropertyNames(PK langPK) |
java.util.Set<java.lang.String> |
EJBPropertyRowCache.getPropertyNames(PK langPK) |
java.util.Set<java.lang.String> |
EJBPropertyCache.getPropertyNames(PK langPK) |
java.util.Map<java.lang.String,java.lang.Object> |
EJBPropertyCache.getPropertyValues(PK langPK) |
static EJBProperty |
EJBProperty.load(java.lang.String name,
PK langPK,
java.lang.Object value) |
static EJBPropertyRowCache |
EJBPropertyRowCache.loadLocalized(PK langPK,
long timestamp,
java.util.List<java.lang.String> names,
java.util.List<java.lang.Object> values)
loading localized cache
|
java.lang.String |
JDBCValueMappings.pkToSQL(PK pk) |
static EJBProperty |
OldPropertyJDBC.readOldProperty(java.sql.ResultSet rs,
PK itemPK) |
static EJBPropertyRowCache |
PropertyJDBC.readPropertyRow(java.sql.ResultSet rs,
PK itemPK,
PK itemTypePK,
PK langPK,
long timestamp,
TypeInfoMap infoMap) |
static void |
PropertyJDBC.removeAllPropertyData(PK itemPK,
PK typePK)
removes all property rows for a item.
|
static void |
OldPropertyJDBC.removeAllPropertyData(PK itemPK,
java.lang.String tableName) |
java.lang.Object |
LocalizedPropertyAccess.removeProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
EJBPropertyRowCache.removeProperty(java.lang.String name,
PK langPK) |
java.lang.Object |
EJBPropertyCache.removeProperty(java.lang.String name,
PK langPK) |
void |
EJBPropertyRowCache.setItemPK(PK itemPK) |
void |
EJBPropertyContainer.setLocalizedProperty(java.lang.String name,
PK languagePK,
java.lang.Object value) |
java.lang.Object |
LocalizedPropertyAccess.setProperty(java.lang.String name,
PK langPK,
java.lang.Object value) |
java.lang.Object |
EJBPropertyRowCache.setProperty(java.lang.String name,
PK langPK,
java.lang.Object value) |
java.lang.Object |
EJBPropertyCache.setProperty(java.lang.String name,
PK langPK,
java.lang.Object value) |
static void |
OldPropertyJDBC.updatePropertyTypePKs(PK itemPK,
PK typePK,
java.lang.String oldPropTableName)
changes all property data rows of one item to the new type pk.
|
static void |
PropertyJDBC.updatePropertyTypePKs(TypeInfoMap infoMap,
PK itemPK,
PK newTypePK)
changes all property data rows of one item to the new type pk.
|
static void |
OldPropertyJDBC.writeOldProperties(EJBPropertyCache oldPropCache,
PK itemPK,
PK typePK,
java.lang.String tableName) |
static void |
PropertyJDBC.writeProperties(EJBPropertyRowCache prc,
PK itemPK,
PK typePK,
TypeInfoMap infoMap,
boolean localized)
saves all changed properties of one property cache.
|
protected void |
JDBCValueMappings.PKReaderWriter.writeValue(java.sql.PreparedStatement stmt,
int fieldIndex,
PK value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyJDBC.preloadLocalizedProperties(java.util.Set<PK> langPKs,
java.util.Collection<LocalizableItemRemote> _items) |
static void |
OldPropertyJDBC.removeAllPropertyData(java.util.Collection<PK> itemTypePKs,
java.lang.String propertyName,
java.lang.String tableName) |
| Constructor and Description |
|---|
ItemLocalizedPropertyCacheKey(TypeInfoMap info,
PK langPK) |
ItemLocalizedPropertyCacheKey(TypeInfoMap info,
PK itemPK,
PK langPK)
clone constructor
|
ItemOldPropertyCacheKey(PK itemPK)
clone constructor
|
ItemPropertyCacheKey(EJBPropertyRowCache prc,
PK itemPK)
used by HJMP to pre-load unloc props cache - dont use elsewhere
|
ItemPropertyCacheKey(PK itemPK)
clone constructor
|
TypeInfoMap(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) |
| Modifier and Type | Field and Description |
|---|---|
protected PK |
ItemACLCacheKey.itemPK |
| Modifier and Type | Method and Description |
|---|---|
PK |
ACLCache.getItemPK() |
PK |
ACLEntryCache.getPermission() |
PK |
ACLEntryCache.getPrincipal() |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
ACLEntryCache.constructKey(PK userPK,
PK permissionPK) |
static ACLCache |
ACLCache.create(PK itemPK,
long version) |
protected static ACLEntryCache |
ACLEntryCache.create(PK user,
PK permission,
boolean negative) |
int |
ACLCache.findPermission(PK principalPK,
PK permissionPK) |
static ACLCache |
ACLEntryJDBC.getACLCache(PK itemPK,
long version,
HybrisDataSource ds) |
static ACLCache |
ACLEntryJDBC.getGlobalACLCache(PK principalPK,
long version,
HybrisDataSource ds) |
java.util.Collection<PK> |
ACLCache.getPermissions(PK principalPK,
boolean negative) |
static ACLCache |
ACLCache.load(PK itemPK,
long version,
java.util.Collection<ACLEntryCache> allACLs) |
static ACLEntryCache |
ACLEntryCache.load(PK user,
PK permission,
boolean negative) |
static void |
ACLEntryJDBC.removeAllEntries(PK itemPK,
HybrisDataSource ds) |
static void |
ACLEntryJDBC.removeAllEntriesForUserright(PK userrightPK,
HybrisDataSource ds) |
static void |
ACLEntryJDBC.removeAllGlobalEntries(PK principalPK,
HybrisDataSource ds) |
boolean |
ACLCache.removePermission(PK principalPK,
PK permissionPK) |
boolean |
ACLCache.setPermission(PK principalPK,
PK permissionPK,
boolean negative) |
| Modifier and Type | Method and 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 ]
}
|
void |
ACLCache.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 ]
}
|
void |
ACLCache.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 ]
}
|
| Constructor and Description |
|---|
GlobalACLCacheKey(PK principalPK)
clone constructor
|
ItemACLCacheKey(PK itemPK)
clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
PK |
TestItem_HJMPWrapper.ejbCreate() |
PK |
TestItemEJB.ejbCreate() |
PK |
TestItem_HJMPWrapper.ejbFindByFieldA(java.lang.String param0) |
PK |
TestItem_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
TestItem_HJMPWrapper.ejbFinderTest(java.lang.String param0,
int param1) |
PK |
TestItem_HJMPWrapper.getOwnerPkString() |
PK |
TestItem_HJMPWrapper.getPkString() |
PK |
TestItem_HJMPWrapper.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
PK |
TestItem_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
TestItem_HJMPWrapper.ejbFindByType(PK param0) |
TestItemRemote |
TestItem_HJMPWrapper.findByPrimaryKey(PK pkValue) |
java.util.Collection |
TestItem_HJMPWrapper.findByType(PK param0) |
void |
TestItem_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
TestItem_HJMPWrapper.setPkString(PK newvalue) |
void |
TestItem_HJMPWrapper.setTypePkString(PK newvalue) |
| Modifier and Type | Method and Description |
|---|---|
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class cl) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
java.lang.Class javaClass) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.Class param1) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
PK |
ComposedTypeEJB.ejbCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
PK |
SearchRestrictionEJB.ejbCreate(PK principalPK,
PK typePK,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
PK |
SearchRestriction_HJMPWrapper.ejbCreate(PK param0,
PK param1,
java.lang.String param2,
java.lang.String param3,
java.lang.Boolean param4) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
TypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
PK |
CollectionTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
PK |
MapTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
PK |
MapType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
CollectionType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
AtomicType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
ComposedType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
SearchRestriction_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindDeclaredByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindPublicByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
PK |
MapType_HJMPWrapper.getArgumentTypePK() |
abstract PK |
MapTypeEJB.getArgumentTypePK() |
abstract PK |
AttributeDescriptorEJB.getAttributeTypePK() |
PK |
AttributeDescriptor_HJMPWrapper.getAttributeTypePK() |
PK |
CollectionType_HJMPWrapper.getElementTypePK() |
abstract PK |
CollectionTypeEJB.getElementTypePK() |
abstract PK |
AttributeDescriptorEJB.getEnclosingTypePK() |
PK |
AttributeDescriptor_HJMPWrapper.getEnclosingTypePK() |
PK |
MapType_HJMPWrapper.getOwnerPkString() |
PK |
CollectionType_HJMPWrapper.getOwnerPkString() |
PK |
AtomicType_HJMPWrapper.getOwnerPkString() |
PK |
AttributeDescriptor_HJMPWrapper.getOwnerPkString() |
PK |
ComposedType_HJMPWrapper.getOwnerPkString() |
PK |
SearchRestriction_HJMPWrapper.getOwnerPkString() |
abstract PK |
AttributeDescriptorEJB.getPersistenceTypePK() |
PK |
AttributeDescriptor_HJMPWrapper.getPersistenceTypePK() |
PK |
MapType_HJMPWrapper.getPkString() |
PK |
CollectionType_HJMPWrapper.getPkString() |
PK |
AtomicType_HJMPWrapper.getPkString() |
PK |
AttributeDescriptor_HJMPWrapper.getPkString() |
PK |
ComposedType_HJMPWrapper.getPkString() |
PK |
SearchRestriction_HJMPWrapper.getPkString() |
abstract PK |
SearchRestrictionEJB.getPrincipalPK() |
PK |
SearchRestrictionRemote.getPrincipalPK() |
PK |
SearchRestriction_HJMPWrapper.getPrincipalPK() |
abstract PK |
SearchRestrictionEJB.getRestrictedTypePK() |
PK |
SearchRestrictionRemote.getRestrictedTypePK() |
PK |
SearchRestriction_HJMPWrapper.getRestrictedTypePK() |
PK |
MapType_HJMPWrapper.getReturnTypePK() |
abstract PK |
MapTypeEJB.getReturnTypePK() |
abstract PK |
AttributeDescriptorEJB.getSelectionDescriptorPK() |
PK |
AttributeDescriptor_HJMPWrapper.getSelectionDescriptorPK() |
abstract PK |
AttributeDescriptorEJB.getSuperAttributeDescriptorPK() |
PK |
AttributeDescriptor_HJMPWrapper.getSuperAttributeDescriptorPK() |
PK |
ComposedTypeRemote.getSuperTypeItemPK() |
PK |
ComposedTypeEJB.getSuperTypeItemPK() |
PK |
AtomicType_HJMPWrapper.getSuperTypePK() |
PK |
ComposedType_HJMPWrapper.getSuperTypePK() |
abstract PK |
HierarchieTypeEJB.getSuperTypePK() |
PK |
MapType_HJMPWrapper.getTypePkString() |
PK |
CollectionType_HJMPWrapper.getTypePkString() |
PK |
AtomicType_HJMPWrapper.getTypePkString() |
PK |
AttributeDescriptor_HJMPWrapper.getTypePkString() |
PK |
ComposedType_HJMPWrapper.getTypePkString() |
PK |
SearchRestriction_HJMPWrapper.getTypePkString() |
| Modifier and Type | Method and Description |
|---|---|
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.Class param1) |
AtomicTypeRemote |
AtomicTypeHome.create(PK pkBase,
java.lang.Class javaClass) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
ComposedTypeRemote |
ComposedTypeHome.create(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClass,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
AttributeDescriptorRemote |
AttributeDescriptorHome.create(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistentQualifier,
TypeRemote type,
AtomicTypeRemote persistentType,
int modifiers,
ComposedTypeRemote metaType) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.create(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
SearchRestrictionRemote |
SearchRestrictionHome.create(PK principalPK,
PK typePK,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
SearchRestrictionRemote |
SearchRestriction_HJMPWrapper.create(PK param0,
PK param1,
java.lang.String param2,
java.lang.String param3,
java.lang.Boolean param4) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.create(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
CollectionTypeRemote |
CollectionTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int typeOfCollection) |
MapTypeRemote |
MapType_HJMPWrapper.create(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
MapTypeRemote |
MapTypeHome.create(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
AtomicTypeRemote |
TypeManagerEJB.createAtomicType(PK pkBase,
java.lang.Class javaClass) |
AttributeDescriptorRemote |
TypeManagerEJB.createAttributeDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType,
boolean reinitialize) |
AttributeDescriptor |
ComposedTypeEJBImpl.createAttributeDescriptor(PK pkBase,
java.lang.String qualifier,
Type type,
int modifiers) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.createCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
MapTypeRemote |
TypeManagerEJB.createMapType(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
ComposedTypeRemote |
TypeManagerEJB.createNonRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
AttributeDescriptorRemote |
TypeManagerEJB.createPropertyDescriptor(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
TypeRemote type,
int modifiers,
ComposedTypeRemote metaType,
java.util.Map sqlColumnDefs,
boolean reinitialize) |
AttributeDescriptorRemote |
TypeManagerEJB.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) |
AttributeDescriptorRemote |
TypeManagerEJB.createRelationDescriptor(PK pkBase,
java.lang.String relationName,
java.lang.String qualifier,
ComposedTypeRemote enclosingType,
ComposedTypeRemote type,
int modifiers,
boolean localized,
boolean reinit,
int typeOfCollection) |
ComposedTypeRemote |
TypeManagerEJB.createRelationType(PK pkBase,
java.lang.String relationQualfier,
boolean localized,
AttributeDescriptorRemote sourceFD,
AttributeDescriptorRemote targetFD) |
ComposedTypeRemote |
TypeManagerEJB.createRelationType(PK pkBase,
java.lang.String relationName,
boolean copySupertypeData,
boolean isAbstract) |
SearchRestrictionRemote |
TypeManagerEJB.createRestriction(PK principalPK,
PK typePK,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
ComposedTypeRemote |
TypeManagerEJB.createRootComposedType(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType,
boolean copySupertypeData) |
ComposedTypeRemote |
TypeManagerEJB.createRootRelationType(PK pkBase,
java.lang.String relationQualfier,
ItemDeployment deployment,
boolean copySupertypeData) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class cl) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
PK |
AtomicTypeEJB.ejbCreate(PK pkBase,
java.lang.Class javaClass) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.Class param1) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
PK |
ComposedTypeEJB.ejbCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptorEJB.ejbCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
PK |
AttributeDescriptor_HJMPWrapper.ejbCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
PK |
SearchRestrictionEJB.ejbCreate(PK principalPK,
PK typePK,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
PK |
SearchRestriction_HJMPWrapper.ejbCreate(PK param0,
PK param1,
java.lang.String param2,
java.lang.String param3,
java.lang.Boolean param4) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
TypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
PK |
AtomicType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
ComposedType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
PK |
CollectionType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
PK |
CollectionTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
PK |
MapType_HJMPWrapper.ejbCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
PK |
MapTypeEJB.ejbCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
java.util.Collection |
MapType_HJMPWrapper.ejbFindByArgumentType(PK param0) |
java.util.Collection |
CollectionType_HJMPWrapper.ejbFindByElementType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingType(PK param0) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingTypeAndSelectionDescriptor(PK param0,
PK param1) |
PK |
MapType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
CollectionType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
AtomicType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
ComposedType_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
PK |
SearchRestriction_HJMPWrapper.ejbFindByPrimaryKey(PK pkValue) |
java.util.Collection |
SearchRestriction_HJMPWrapper.ejbFindByPrincipal(PK param0) |
java.util.Collection |
SearchRestriction_HJMPWrapper.ejbFindByRestrictedType(PK param0) |
java.util.Collection |
MapType_HJMPWrapper.ejbFindByReturnType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindBySuperAttributeDescriptor(PK param0) |
java.util.Collection |
AtomicType_HJMPWrapper.ejbFindBySuperType(PK param0) |
java.util.Collection |
ComposedType_HJMPWrapper.ejbFindBySuperType(PK param0) |
java.util.Collection |
MapType_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
CollectionType_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
AtomicType_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
ComposedType_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
SearchRestriction_HJMPWrapper.ejbFindByType(PK param0) |
java.util.Collection |
MapType_HJMPWrapper.ejbFindByTypes(PK param0,
PK param1) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindDeclaredByEnclosingType(PK param0) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindDeclaredByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindInhertitedByEnclosingType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindPropertyByEnclosingType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.ejbFindPublicByEnclosingType(PK param0) |
PK |
AttributeDescriptor_HJMPWrapper.ejbFindPublicByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
SearchRestriction_HJMPWrapper.ejbFindRestrictions(PK param0,
PK param1) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.Class javaClass) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.Class param2) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
AtomicTypeRemote superType,
java.lang.String code) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
AtomicTypeRemote param1,
java.lang.String param2) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
AttributeDescriptorRemote superFD,
java.util.List inheritancePath,
TypeRemote type,
int modifiers) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
AttributeDescriptorRemote param1,
java.util.List param2,
TypeRemote param3,
int param4) |
void |
AtomicTypeEJB.ejbPostCreate(PK pkBase,
java.lang.Class javaClass) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.Class param1) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
ItemDeployment param4,
ComposedTypeRemote param5) |
void |
ComposedTypeEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote superType,
java.lang.String code,
java.lang.String jaloClassName,
ItemDeployment deployment,
ComposedTypeRemote metaType) |
void |
AttributeDescriptorEJB.ejbPostCreate(PK pkBase,
ComposedTypeRemote enclosingType,
java.lang.String qualifier,
java.lang.String persistenceQualifier,
TypeRemote type,
AtomicTypeRemote persistenceType,
int modifiers,
ComposedTypeRemote metaType) |
void |
AttributeDescriptor_HJMPWrapper.ejbPostCreate(PK param0,
ComposedTypeRemote param1,
java.lang.String param2,
java.lang.String param3,
TypeRemote param4,
AtomicTypeRemote param5,
int param6,
ComposedTypeRemote param7) |
void |
SearchRestrictionEJB.ejbPostCreate(PK principalPK,
PK typePK,
java.lang.String query,
java.lang.String code,
java.lang.Boolean active) |
void |
SearchRestriction_HJMPWrapper.ejbPostCreate(PK param0,
PK param1,
java.lang.String param2,
java.lang.String param3,
java.lang.Boolean param4) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
TypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
ComposedTypeRemote metaType) |
void |
AtomicType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
ComposedType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
ComposedTypeRemote param2) |
void |
CollectionType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
int param3) |
void |
CollectionTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
void |
MapType_HJMPWrapper.ejbPostCreate(PK param0,
java.lang.String param1,
TypeRemote param2,
TypeRemote param3) |
void |
MapTypeEJB.ejbPostCreate(PK pkBase,
java.lang.String code,
TypeRemote argumentType,
TypeRemote returnType) |
java.util.Collection |
MapType_HJMPWrapper.findByArgumentType(PK param0) |
java.util.Collection |
MapTypeHome.findByArgumentType(PK argumentTypePK) |
java.util.Collection |
CollectionType_HJMPWrapper.findByElementType(PK param0) |
java.util.Collection |
CollectionTypeHome.findByElementType(PK typePK) |
java.util.Collection |
AttributeDescriptorHome.findByEnclosingType(PK ectPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findByEnclosingType(PK param0) |
AttributeDescriptorRemote |
AttributeDescriptorHome.findByEnclosingTypeAndQualifier(PK enclTypePK,
java.lang.String qualifier)
Always pass qualifier as lower case string !!!
|
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.findByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
AttributeDescriptorHome.findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK,
PK descriptorPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findByEnclosingTypeAndSelectionDescriptor(PK param0,
PK param1) |
MapTypeRemote |
MapType_HJMPWrapper.findByPrimaryKey(PK pkValue) |
MapTypeRemote |
MapTypeHome.findByPrimaryKey(PK pk) |
CollectionTypeRemote |
CollectionType_HJMPWrapper.findByPrimaryKey(PK pkValue) |
AtomicTypeRemote |
AtomicType_HJMPWrapper.findByPrimaryKey(PK pkValue) |
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.findByPrimaryKey(PK pkValue) |
ComposedTypeRemote |
ComposedType_HJMPWrapper.findByPrimaryKey(PK pkValue) |
AtomicTypeRemote |
AtomicTypeHome.findByPrimaryKey(PK pk) |
ComposedTypeRemote |
ComposedTypeHome.findByPrimaryKey(PK pk) |
CollectionTypeRemote |
CollectionTypeHome.findByPrimaryKey(PK pk) |
SearchRestrictionRemote |
SearchRestriction_HJMPWrapper.findByPrimaryKey(PK pkValue) |
java.util.Collection |
SearchRestrictionHome.findByPrincipal(PK principalPK) |
java.util.Collection |
SearchRestriction_HJMPWrapper.findByPrincipal(PK param0) |
java.util.Collection |
SearchRestrictionHome.findByRestrictedType(PK typePK) |
java.util.Collection |
SearchRestriction_HJMPWrapper.findByRestrictedType(PK param0) |
java.util.Collection |
MapType_HJMPWrapper.findByReturnType(PK param0) |
java.util.Collection |
MapTypeHome.findByReturnType(PK returnTypePK) |
java.util.Collection |
AttributeDescriptorHome.findBySuperAttributeDescriptor(PK superFDPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findBySuperAttributeDescriptor(PK param0) |
java.util.Collection |
AtomicType_HJMPWrapper.findBySuperType(PK param0) |
java.util.Collection |
ComposedType_HJMPWrapper.findBySuperType(PK param0) |
java.util.Collection |
HierarchieTypeHome.findBySuperType(PK superTypePK) |
java.util.Collection |
MapType_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
CollectionType_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
AtomicType_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
ComposedType_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
SearchRestriction_HJMPWrapper.findByType(PK param0) |
java.util.Collection |
MapType_HJMPWrapper.findByTypes(PK param0,
PK param1) |
java.util.Collection |
MapTypeHome.findByTypes(PK argumentTypePK,
PK returnTypePK) |
java.util.Collection |
AttributeDescriptorHome.findDeclaredByEnclosingType(PK ectPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findDeclaredByEnclosingType(PK param0) |
AttributeDescriptorRemote |
AttributeDescriptorHome.findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK,
java.lang.String qualifier)
Always pass qualifier as lower case string !!!
|
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.findDeclaredByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
AttributeDescriptorHome.findInhertitedByEnclosingType(PK ectPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findInhertitedByEnclosingType(PK param0) |
java.util.Collection |
AttributeDescriptorHome.findPropertyByEnclosingType(PK ectPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findPropertyByEnclosingType(PK param0) |
java.util.Collection |
AttributeDescriptorHome.findPublicByEnclosingType(PK ectPK) |
java.util.Collection |
AttributeDescriptor_HJMPWrapper.findPublicByEnclosingType(PK param0) |
AttributeDescriptorRemote |
AttributeDescriptorHome.findPublicByEnclosingTypeAndQualifier(PK enclTypePK,
java.lang.String qualifier)
Always pass qualifier as lower case string !!!
|
AttributeDescriptorRemote |
AttributeDescriptor_HJMPWrapper.findPublicByEnclosingTypeAndQualifier(PK param0,
java.lang.String param1) |
java.util.Collection |
SearchRestrictionHome.findRestrictions(PK principalPK,
PK typePK) |
java.util.Collection |
SearchRestriction_HJMPWrapper.findRestrictions(PK param0,
PK param1) |
AttributeDescriptorRemote |
TypeManagerEJB.getEveryAttributeDescriptor(PK enclosingTypePK,
java.lang.String qualifier) |
AtomicTypeRemote |
TypeManagerEJB.getOrCreateAtomicType(PK pkBase,
java.lang.Class javaClass) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType) |
CollectionTypeRemote |
TypeManagerEJB.getOrCreateCollectionType(PK pkBase,
java.lang.String code,
TypeRemote elementType,
int collectionType) |
protected MapTypeRemote |
TypeManagerEJB.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.Collection |
TypeManagerEJB.getRestrictions(PK principalPK,
PK typePK) |
void |
MapType_HJMPWrapper.setArgumentTypePK(PK newvalue) |
abstract void |
MapTypeEJB.setArgumentTypePK(PK argumentTypePK) |
abstract void |
AttributeDescriptorEJB.setAttributeTypePK(PK typePK) |
void |
AttributeDescriptor_HJMPWrapper.setAttributeTypePK(PK newvalue) |
void |
CollectionType_HJMPWrapper.setElementTypePK(PK newvalue) |
abstract void |
CollectionTypeEJB.setElementTypePK(PK elementTypePK) |
abstract void |
AttributeDescriptorEJB.setEnclosingTypePK(PK enclosingTypePK) |
void |
AttributeDescriptor_HJMPWrapper.setEnclosingTypePK(PK newvalue) |
void |
MapType_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
CollectionType_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
AtomicType_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
AttributeDescriptor_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
ComposedType_HJMPWrapper.setOwnerPkString(PK newvalue) |
void |
SearchRestriction_HJMPWrapper.setOwnerPkString(PK newvalue) |
abstract void |
AttributeDescriptorEJB.setPersistenceTypePK(PK persistenceTypePK) |
void |
AttributeDescriptor_HJMPWrapper.setPersistenceTypePK(PK newvalue) |
void |
MapType_HJMPWrapper.setPkString(PK newvalue) |
void |
CollectionType_HJMPWrapper.setPkString(PK newvalue) |
void |
AtomicType_HJMPWrapper.setPkString(PK newvalue) |
void |
AttributeDescriptor_HJMPWrapper.setPkString(PK newvalue) |
void |
ComposedType_HJMPWrapper.setPkString(PK newvalue) |
void |
SearchRestriction_HJMPWrapper.setPkString(PK newvalue) |
abstract void |
SearchRestrictionEJB.setPrincipalPK(PK pk) |
void |
SearchRestrictionRemote.setPrincipalPK(PK pk) |
void |
SearchRestriction_HJMPWrapper.setPrincipalPK(PK newvalue) |
abstract void |
SearchRestrictionEJB.setRestrictedTypePK(PK pk) |
void |
SearchRestrictionRemote.setRestrictedTypePK(PK pk) |
void |
SearchRestriction_HJMPWrapper.setRestrictedTypePK(PK newvalue) |
void |
MapType_HJMPWrapper.setReturnTypePK(PK newvalue) |
abstract void |
MapTypeEJB.setReturnTypePK(PK returnTypePK) |
abstract void |
AttributeDescriptorEJB.setSelectionDescriptorPK(PK selectionDescriptorPK) |
void |
AttributeDescriptor_HJMPWrapper.setSelectionDescriptorPK(PK newvalue) |
abstract void |
AttributeDescriptorEJB.setSuperAttributeDescriptorPK(PK superFDPK) |
void |
AttributeDescriptor_HJMPWrapper.setSuperAttributeDescriptorPK(PK newvalue) |
void |
AtomicType_HJMPWrapper.setSuperTypePK(PK newvalue) |
void |
ComposedType_HJMPWrapper.setSuperTypePK(PK newvalue) |
abstract void |
HierarchieTypeEJB.setSuperTypePK(PK superPK) |
void |
MapType_HJMPWrapper.setTypePkString(PK newvalue) |
void |
CollectionType_HJMPWrapper.setTypePkString(PK newvalue) |
void |
AtomicType_HJMPWrapper.setTypePkString(PK newvalue) |
void |
AttributeDescriptor_HJMPWrapper.setTypePkString(PK newvalue) |
void |
ComposedType_HJMPWrapper.setTypePkString(PK newvalue) |
void |
SearchRestriction_HJMPWrapper.setTypePkString(PK newvalue) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
DefaultPKEditor.tryParsePK(Component parent,
java.lang.String value,
<any> context) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemModel |
DefaultReferencePKEditor.loadItemByPK(Editor editor,
PK pk,
<any> context) |
| Modifier and Type | Method and Description |
|---|---|
PK |
CatalogVersionCompareService.CatalogVersionDifference.getSourceItemPK() |
PK |
CatalogVersionCompareService.CatalogVersionComparison.getSyncItemJobPK() |
PK |
CatalogVersionCompareService.CatalogVersionDifference.getTargetItemPK() |
| Constructor and Description |
|---|
CatalogVersionComparison(PK syncItemJobPK) |
CatalogVersionDifference(PK sourceItemPK,
PK targetItemPK,
java.util.Date sourceModificationTime,
java.util.Date lastSyncTime,
java.lang.String typeName) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
CompletelyFailingBatchProcessor.asList(java.lang.Object ctx) |
protected java.util.List<PK> |
TestBatchProcessor.asList(java.lang.Object ctx) |
protected java.util.List<PK> |
SometimesFailingBatchProcessor.asList(java.lang.Object ctx) |
| Modifier and Type | Method and Description |
|---|---|
PK |
FavoriteCategoryImpl.getPK() |
| Constructor and Description |
|---|
FavoriteCategoryImpl(java.lang.String label,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
FavoriteCategory.getPK() |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
CatalogService.getCatalogVersion(PK pk)
Get the CatalogVersion for a Catalog item, specified by PK
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
CatalogServiceImpl.getCatalogVersion(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
CachedPromotionOrderAddFreeGiftAction.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionOrderAdjustTotalAction.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionOrderEntryConsumed.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionOrderEntryAdjustAction.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionResult.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionOrderChangeDeliveryModeAction.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
CachedPromotionNullAction.providePK()
Provides PK part of
JaloOnlyItem contract. |
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemToCleanup.getPk() |
| Modifier and Type | Method and Description |
|---|---|
ItemToCleanup.Builder |
ItemToCleanup.Builder.withPK(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.Set<PK>> |
DefaultRuleEngineSystemSetup.getInitializationMap() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ItemModel> |
DefaultRuleEngineSystemSetup.validateAndConvertFromJalo(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends ItemModel> |
DefaultRuleEngineSystemSetup.convert(java.util.Set<PK> pks)
converts the given set of PKs to source rule model objects.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
TestSAPBaseStoreConfigurationDTO.getPk() |
PK |
TestSAPBaseStoreConfigurationDTO.getSAPRFCDestinationPK() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<PK,ItemModel> |
RemoveModelMap.getModelsToBeDeleted()
get alls models which has to be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveModelMap.addModelToBeDeleted(PK pk,
ItemModel model)
Add a model with primary key (pk) to the HashMap.
|
void |
RemoveModelMap.deleteModel(PK pk)
Delete a model in the HashMap.
|
protected ItemModel |
ConfigurationSaveListener.getItemModel(PK pk)
Get item model with the latest properties.
|
void |
TestSAPBaseStoreConfigurationDTO.setPk(PK pk) |
void |
TestSAPBaseStoreConfigurationDTO.setSAPRFCDestinationPK(PK sAPRFCDestinationPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
SAPHTTPDestinationData.getPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
SAPHTTPDestinationData.setPk(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
default AbstractOrderEntryModel |
ConfigurationCartIntegrationFacade.findItemInCartByPK(PK cartItemPk)
Searches the session cart for an entry specified by a primary key.
|
| Modifier and Type | Method and Description |
|---|---|
protected PK |
ConfigurationCartIntegrationFacadeImpl.convertStringToPK(java.lang.String pkString)
Converts a string to the primary key wrapping it
|
| Modifier and Type | Method and Description |
|---|---|
AbstractOrderEntryModel |
ConfigurationCartIntegrationFacadeImpl.findItemInCartByPK(PK cartItemPk)
Searches the session cart for an entry specified by a primary key.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<PK,AbstractOrderEntryModel> |
ProductConfigCommerceCartMergingStrategyImpl.collectCartEntriesByPk(CartModel cart)
Puts the cart entries into a map with PK as key.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
ProductConfigCommerceCartMergingStrategyImpl.reApplyExtConfigsAfterMerge(CartModel toCart,
java.util.Map<PK,AbstractOrderEntryModel> toCartEntriesBeforeMerge,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> extConfigsBeforeMerge) |
| Constructor and Description |
|---|
DefaultAutoDisablingScriptStrategy(PK pk,
ModelService modelService,
SessionService sessionService) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ModelScriptCacheKey.getPk() |
| Constructor and Description |
|---|
ModelScriptCacheKey(PK pk,
java.lang.String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RunCronJobMessageCreatorAndSender.createAndSendMessage(int remoteClusterId,
PK cronJobPK)
Creates and sends a new message for performing a CronJob with
cronJobPK on remote cluster
remoteClusterId |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRunCronJobMessageCreatorAndSender.createAndSendMessage(int remoteClusterId,
PK cronJobPK) |
| Modifier and Type | Method and Description |
|---|---|
PK |
AbstractCronJobEvent.getCronJobPK() |
PK |
AbstractCronJobPerformEvent.getScheduledByTriggerPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCronJobEvent.setCronJobPK(PK cronJobPK) |
void |
AbstractCronJobPerformEvent.setScheduledByTriggerPk(PK scheduledByTriggerPk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
I18NService.getLangPKFromLocale(java.util.Locale locale)
Returns proper language PK for matching locale.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultI18NService.getLangPKFromLocale(java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
ImpExEmptyUpdateTest.changeInOtherThread(PK itemPK,
java.lang.String property,
java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ReadParams.getCurrentLangPK() |
PK |
ReadParams.getLangPK() |
PK |
PersistenceObject.getPK() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModelConverter.afterModification(AbstractItemModel model,
PK pk,
long persistenceVersion) |
protected ItemModelInternalContext |
ItemModelConverter.createContextForExistingModel(java.lang.String type,
PK pk,
long persistenceVersion,
AttributeProvider attributeProvider) |
| Constructor and Description |
|---|
ItemAttributeProvider(PK pk,
ItemModelConverter converter)
Creates a new provider setting with PK only.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
LocalizationService.getMatchingPkForDataLocale(java.util.Locale locale)
Deprecated.
Returns proper language PK for matching locale.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
DefaultLocalizationService.DataLocale.getLangPK() |
PK |
DefaultLocalizationService.getMatchingPkForDataLocale(java.util.Locale locale)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
InMemoryCartEntry.providePK()
Provides PK part of
JaloOnlyItem contract. |
PK |
JaloOnlyItemHelper.providePK() |
PK |
InMemoryCart.providePK()
Provides PK part of
JaloOnlyItem contract. |
| Constructor and Description |
|---|
JaloOnlyItemHelper(PK pk,
Item item,
ComposedType type,
java.util.Date creationTime,
java.util.Date modifiedTime) |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<java.util.Vector<PK>> |
ModelContext.loading |
| Modifier and Type | Method and Description |
|---|---|
PK |
EnumerationDelegate.getPK(HybrisEnumValue enumeration) |
PK |
RelationInfo.getSourcePk() |
PK |
RelationInfo.getTargetPk() |
| Modifier and Type | Method and Description |
|---|---|
RelationInfo.Builder |
RelationInfo.Builder.sourcePk(PK sourcePk) |
RelationInfo.Builder |
RelationInfo.Builder.targetPk(PK targetPk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
JaloPersistenceObject.getPK() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelService.detach(PK sourcePK) |
<T> T |
DefaultModelService.get(PK sourcePK) |
void |
DefaultModelService.lock(PK itemPK)
Default implementation delegates to
Transaction.lock(Item). |
void |
DefaultModelService.remove(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultModelService.preloadItems(java.util.List<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ModelWrapper.getGeneratedPk()
Returns generated PK.
|
PK |
ModelWrapper.getPk() |
PK |
ModelWrapper.getResolvedPk()
Gets generated PK if wrapper is wrapping new model or already assigned PK otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemModelContextImpl.generateNewPK() |
PK |
ItemModelInternalContext.generateNewPK()
Generate the new PK and assigns it to the current model.
|
PK |
ItemModelContextImpl.getNewPK() |
PK |
ItemModelInternalContext.getNewPK()
Returns the newPK assigned to the current model
|
PK |
ItemContextBuilder.getPk() |
PK |
AbstractItemModel.getPk() |
PK |
ItemModelContext.getPK()
Retrieves the pk of the model.
|
PK |
ItemModelContextImpl.getPK() |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModelContextImpl.afterCreate(LocaleProvider locProvider,
AttributeProvider attrProvider,
DynamicAttributesProvider dynProvider,
PK pk,
long persistenceVersion,
java.lang.String typeCode) |
static ItemModelContext |
ItemContextBuilder.createMockContext(java.lang.Class clazz,
PK pk,
java.util.Locale currentLocale,
java.lang.Object... attributesAsKeyValuesList) |
static ItemContextBuilder |
ItemContextBuilder.createMockContextBuilder(java.lang.Class clazz,
PK pk,
java.util.Locale currentLocale,
java.util.Map<java.lang.String,java.lang.Object> attributeValues) |
void |
ModelService.detach(PK sourcePK)
Removes a model instance from the current model context.
|
void |
MockModelService.detach(PK sourcePK) |
<T> T |
ModelService.get(PK sourcePK)
Returns a model instance for the source object the given pk represents.
|
<T> T |
MockModelService.get(PK sourcePK) |
void |
ModelService.lock(PK itemPK)
Lock item with given PK in for changes.
|
void |
MockModelService.lock(PK itemPK) |
void |
ModelService.remove(PK pk)
Tries to remove the source belonging to the specified PK.
|
void |
MockModelService.remove(PK pk) |
void |
ItemContextBuilder.setPk(PK pk) |
| Constructor and Description |
|---|
LeanItemModelHandler(PK pk,
java.lang.String tenantID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemObjectResolver.preloadItems(java.util.List<PK> list)
Preload items into the cache using bulk-load.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultModelResolver.preloadItems(java.util.List<PK> pks) |
boolean |
DefaultMultiModelResolver.preloadItems(java.util.List<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
PK |
PermissionDAO.AclContainer.getItemPK() |
PK |
PermissionDAO.AclEntry.getPermissionPk() |
PK |
PermissionDAO.AclEntry.getUserPk() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PermissionManagementStrategy.checkGlobalPermission(PK principalPk,
PK permissionPk)
Checks global permission for principal.
|
int |
PermissionManagementStrategy.checkItemPermission(PK itemPk,
PK principalPk,
PK permissionPk)
Checks item permission.
|
void |
PermissionDAO.deleteAclsForItem(PK itemPk,
java.util.Collection<PermissionContainer> permissions) |
void |
PermissionDAO.deleteAclsForItemAndPermissions(PK itemPk,
java.util.Collection<PK> permissionPks) |
void |
PermissionDAO.deleteAclsForItemAndPrincipals(PK itemPk,
java.util.Collection<PK> principalPks) |
void |
PermissionDAO.deleteAclsForPermissions(PK itemPk,
java.util.Collection<PK> permissionsPKs) |
PermissionDAO.AclContainer |
PermissionDAO.findAclsForItem(PK itemPk) |
PermissionDAO.AclContainer |
PermissionDAO.findGlobalAclsForPrincipalPk(PK principalPk) |
PermissionDAO.AclEntry |
PermissionDAO.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.
|
void |
PermissionManagementStrategy.removeGlobalPermissions(PK itemPk,
java.util.List<PermissionContainer> permissions)
Removes global permissions.
|
void |
PermissionManagementStrategy.removePermissionsByContainers(PK itemPk,
java.util.List<PermissionContainer> permissions)
Removes permissions from an item using its PK.
|
void |
PermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs)
Remove permission for item using permission PKs.
|
void |
PermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks)
Removes permissions for item using principal PKs.
|
void |
PermissionDAO.upsertAclsForItem(PK itemPk,
java.util.Collection<PermissionContainer> permissions) |
void |
PermissionManagementStrategy.writeGlobalPermissions(PK itemPk,
java.util.List<PermissionContainer> permissions)
Writes global permissions.
|
void |
PermissionManagementStrategy.writePermissionsForItem(PK itemPk,
java.util.List<PermissionContainer> permissions)
Writes permissions for an item using its PK.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionDAO.deleteAclsForItemAndPermissions(PK itemPk,
java.util.Collection<PK> permissionPks) |
void |
PermissionDAO.deleteAclsForItemAndPrincipals(PK itemPk,
java.util.Collection<PK> principalPks) |
void |
PermissionDAO.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.
|
void |
PermissionManagementStrategy.removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs)
Removes global permissions by permission PK.
|
void |
PermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs)
Remove permission for item using permission PKs.
|
void |
PermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks)
Removes permissions for item using principal PKs.
|
| Constructor and Description |
|---|
AclContainer(PK itemPK,
java.util.List<PermissionDAO.AclEntry> aclEntries) |
AclEntry(PK userPk,
PK permissionPk,
boolean negative) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
DefaultPermissionManagementService.getPermissionPKForName(java.lang.String permissionName)
Returns null if not found!
|
protected PK |
DefaultPermissionCheckingService.getPermissionPKForName(java.lang.String permissionName)
Returns null if not found!
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
JaloPermissionManagementStrategy.checkGlobalPermission(PK principalPk,
PK permissionPk) |
int |
SLDPermissionManagementStrategy.checkGlobalPermission(PK principalPk,
PK permissionPk) |
int |
JaloPermissionManagementStrategy.checkItemPermission(PK itemPk,
PK principalPk,
PK permissionPk) |
int |
SLDPermissionManagementStrategy.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 ItemRemote |
JaloPermissionManagementStrategy.getItemRemote(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.AclCacheUnit |
SLDPermissionManagementStrategy.AclCacheUnit.globalCacheUnit(Cache cache,
PK principalPk,
java.util.function.Supplier<PermissionDAO.AclContainer> getter) |
static SLDPermissionManagementStrategy.AclCacheUnit |
SLDPermissionManagementStrategy.AclCacheUnit.itemCacheUnit(Cache cache,
PK itemPk,
java.util.function.Supplier<PermissionDAO.AclContainer> getter) |
void |
JaloPermissionManagementStrategy.removeGlobalPermissions(PK itemPk,
java.util.List<PermissionContainer> permissions) |
void |
SLDPermissionManagementStrategy.removeGlobalPermissions(PK principalPk,
java.util.List<PermissionContainer> permissions) |
void |
JaloPermissionManagementStrategy.removePermissionsByContainers(PK itemPk,
java.util.List<PermissionContainer> permissions) |
void |
SLDPermissionManagementStrategy.removePermissionsByContainers(PK itemPk,
java.util.List<PermissionContainer> permissions) |
void |
JaloPermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs) |
void |
SLDPermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs) |
void |
JaloPermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks) |
void |
SLDPermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks) |
void |
JaloPermissionManagementStrategy.writeGlobalPermissions(PK itemPk,
java.util.List<PermissionContainer> permissions) |
void |
SLDPermissionManagementStrategy.writeGlobalPermissions(PK principalPk,
java.util.List<PermissionContainer> permissions) |
void |
JaloPermissionManagementStrategy.writePermissionsForItem(PK itemPk,
java.util.List<PermissionContainer> permissions) |
void |
SLDPermissionManagementStrategy.writePermissionsForItem(PK itemPk,
java.util.List<PermissionContainer> permissions) |
| Modifier and Type | Method and 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) |
void |
JaloPermissionManagementStrategy.removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs) |
void |
SLDPermissionManagementStrategy.removeGlobalPermissionsByPermissionPks(java.util.List<PK> permissionPKs) |
void |
JaloPermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs) |
void |
SLDPermissionManagementStrategy.removePermissionsByPermissionPks(PK itemPk,
java.util.List<PK> permissionsPKs) |
void |
JaloPermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks) |
void |
SLDPermissionManagementStrategy.removePermissionsByPrincipalPks(PK itemPk,
java.util.List<PK> principalPks) |
protected void |
DefaultPermissionManagementService.removePermissionsForPrincipalsPK(ItemModel item,
java.util.Collection<PK> principals) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractUserAuditModel> |
UserAuditDao.getUserAudit(PK user) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractUserAuditModel> |
DefaultUserAuditDao.getUserAudit(PK userPK) |
| Modifier and Type | Method and Description |
|---|---|
UserPasswordChangeAuditModel |
UserAuditFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
SolrValueRangeSetModel |
SolrFacetSearchConfigDao.getParentRangeSet(PK pk)
Deprecated.
Since 6.5, this method had been moved from the deprecated FacetSearchConfig and should be removed.
Get hte parent range set.
|
| Modifier and Type | Method and Description |
|---|---|
SolrValueRangeSetModel |
DefaultSolrFacetSearchConfigDao.getParentRangeSet(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
IndexerContext.getPks()
Returns the pks of the items to be indexed.
|
java.util.List<PK> |
IndexerBatchContext.getPks()
Return the pks to be indexed in this batch.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks)
Removes some items from the index for a specific type.
|
void |
IndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.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.
|
void |
IndexerContext.setPks(java.util.List<PK> pks)
Sets the pks of the items to be indexed.
|
void |
IndexerBatchContext.setPks(java.util.List<PK> pks)
Sets the pks to be indexed in this batch.
|
void |
IndexerService.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.
|
void |
IndexerService.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 as
IndexerService.updatePartialTypeIndex(FacetSearchConfig, IndexedType, Collection, List) but allows to pass the
indexer hints as parameter. |
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks)
Updates some items on the index for a specific type.
|
void |
IndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints)
Same as
IndexerService.updateTypeIndex(FacetSearchConfig, IndexedType, List) but allows to pass the indexer hints as
parameter. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrExtIndexerJob.performIndexing(T cronJob,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<IndexedProperty> indexedProperties,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIndexerService.deleteTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks) |
void |
DefaultIndexerService.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) |
void |
DefaultIndexer.removeItemsByPk(java.util.Collection<PK> pks,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index) |
void |
DefaultIndexerBatchContext.setPks(java.util.List<PK> pks) |
void |
DefaultIndexerContext.setPks(java.util.List<PK> pks) |
void |
DefaultIndexerService.updatePartialTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.Collection<IndexedProperty> indexedProperties,
java.util.List<PK> pks) |
void |
DefaultIndexerService.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) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks) |
void |
DefaultIndexerService.updateTypeIndex(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
java.util.List<PK> pks,
java.util.Map<java.lang.String,java.lang.String> indexerHints) |
| Modifier and Type | Method and Description |
|---|---|
void |
Indexer.removeItemsByPk(java.util.Collection<PK> pks,
FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Index index) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerStrategy.setPks(java.util.List<PK> pks)
Sets the pks of the items to be indexed.
|
void |
IndexerBatchStrategy.setPks(java.util.List<PK> pks)
Sets the pks to be used
|
| Modifier and Type | Method and 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> |
DefaultIndexerBatchStrategy.getPks() |
java.util.List<PK> |
AbstractIndexerStrategy.getPks() |
java.util.List<PK> |
DefaultIndexerStrategy.IndexerWorkerWrapper.getWorkerPks() |
protected java.util.List<PK> |
AbstractIndexerStrategy.resolvePks() |
| Modifier and Type | Method and Description |
|---|---|
protected IndexerWorker |
DefaultIndexerStrategy.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) |
void |
DefaultIndexerBatchStrategy.setPks(java.util.List<PK> pks) |
void |
AbstractIndexerStrategy.setPks(java.util.List<PK> pks) |
| Constructor and Description |
|---|
IndexerWorkerWrapper(IndexerWorker indexerWorker,
java.lang.Integer workerNumber,
int retriesLeft,
java.util.List<PK> workerPks) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
IndexerWorkerParameters.getPks() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexerWorkerParameters.setPks(java.util.List<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
DefaultIndexerBatchProcessor.asList(java.lang.Object ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected PK |
DefaultModelLoader.getPKFromDocument(SolrDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultModelLoader.getModelAttribute(java.lang.String attribute,
java.lang.Object model,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
SearchQuery.getExcludedItems() |
java.util.List<PK> |
SearchQuery.getPromotedItems() |
java.util.List<PK> |
SearchResult.getResultPKs()
Searches for all result PKs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQuery.addExcludedItem(PK itemPk) |
void |
SearchQuery.addPromotedItem(PK itemPk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
SolrSearchResult.getResultPKs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FacetSearchQuerySortsPopulator.buildSorts(SearchQueryConverterData searchQueryConverterData,
java.util.List<PK> promotedItems,
java.util.List<OrderField> sorts) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchProvider.deleteDocumentsByPk(Index index,
java.util.Collection<PK> pks)
Deletes documents matching the provided list of pks
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrSearchProvider.deleteDocumentsByPk(Index index,
java.util.Collection<PK> pks) |
void |
XmlExportSearchProvider.deleteDocumentsByPk(Index index,
java.util.Collection<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
default void |
TasksProvider.afterTaskFinished(PK taskPk,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
void |
AuxiliaryTablesBasedTaskProvider.afterTaskFinished(PK taskPk,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
default void |
TasksProvider.afterTaskUnlocked(PK taskPk,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
void |
AuxiliaryTablesBasedTaskProvider.afterTaskUnlocked(PK taskPk,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
void |
AuxiliaryTablesWorkerRole.deleteTask(PK taskPk,
boolean forceDbDelete,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
void |
AuxiliaryTablesWorkerRole.deleteTask(PK taskPk,
de.hybris.platform.task.impl.RuntimeConfigHolder runtimeConfigHolder) |
protected void |
DefaultScheduleAndTriggerStrategy.insertScheduleConditionOrRetryMatch(TaskModel task,
PK taskPK,
TaskConditionModel cond) |
protected void |
DefaultScheduleAndTriggerStrategy.retryMatchConditionForSchedule(TaskConditionModel cond,
PK taskPK,
ModelSavingException creationExcpetion) |
| Constructor and Description |
|---|
VersionPK(PK pk,
long version) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTasksQueueGateway.deleteTasks(java.util.List<PK> tasks) |
void |
TasksQueueGateway.deleteTasks(java.util.List<PK> tasks) |
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemDummy.getPK() |
PK |
ItemDummy.getPkString() |
PK |
ItemDummy.getTypeKey() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<PK> |
UserIsAdminTest.generateCustomers(int amount) |
| Modifier and Type | Method and Description |
|---|---|
int |
ItemDummy.checkItemPermission(PK principalPK,
PK permissionPK) |
int |
ItemDummy.checkOwnGlobalPermission(PK permissionPK) |
java.util.Collection |
ItemDummy.getPermissionPKs(PK principalPK,
boolean negative) |
boolean |
ItemDummy.removeGlobalPermission(PK permissionPK) |
boolean |
ItemDummy.removePermission(PK principalPK,
PK permissionPK) |
boolean |
ItemDummy.setGlobalPermission(PK permissionPK,
boolean negative) |
boolean |
ItemDummy.setPermission(PK principalPK,
PK permissionPK,
boolean negative) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
UserIsAdminTest.testIsAdmin(boolean withGroups,
java.util.List<PK> userPKs) |
protected long |
UserIsAdminTest.testIsAdmin(boolean withGroups,
java.util.List<PK> userPKs,
boolean createNewCustomers) |
| Constructor and Description |
|---|
ItemDummy(PK pk) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[][] |
AfterSaveEventQueueFullTest.generateChange(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemCreationListener.entityCreated(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ItemCreationListener.removeItems(java.util.Collection<PK> pks) |
| Modifier and Type | Method and Description |
|---|---|
static PK |
AfterSaveEventUtils.decodePK(byte[] encodedChanges)
Decoded PK from encoded changes byte array.
|
PK |
AfterSaveEvent.getPk() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.clearDelayedConstrains(PK itemPK) |
void |
AfterSaveEventChangesCollector.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.
|
EntityInstance |
Transaction.getAttachedEntityInstance(PK pk) |
EntityInstance |
Transaction.getOrLoadTxBoundEntityInstance(PersistencePool pool,
java.lang.String jndi,
PK pk) |
void |
Transaction.invalidateFromDirectPersistence(java.lang.Object[] key,
PK pk,
int invalidationType) |
void |
Transaction.reloadEntityInstance(PK pk) |
protected void |
Transaction.removeFromEntityMap(PK pk) |
| Constructor and Description |
|---|
AfterSaveEvent(PK pk,
int type)
Creates the AfterSaveEvent.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
ItemPropertyValue.getPK() |
static PK |
EJBTools.getPK(ItemRemote remote) |
PK |
ViewResultItem.providePK() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PK> |
EJBTools.toPKList(java.util.Collection items)
Converts a collection of Items, ItemRemotes or ItemPropertyValues to a Collection of PKs.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
EJBTools.addPKToPKCollectionString(java.lang.String pkCollectionString,
PK pk) |
static java.lang.Object[] |
IsItemAliveCheckUnit.createItemKey(PK pk) |
static ItemRemote |
EJBTools.instantiatePK(PK pk) |
static void |
Utilities.invalidateCache(Cache cache,
PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.invalidateCache(PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.invalidateCache(Transaction tx,
Cache cache,
PK primaryKey)
Internal helper routine to invalidate the cache for a particular item identified by its primary key.
|
static void |
Utilities.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.
|
SearchResult |
OneToManyHandler.searchForLinkedItems(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
EJBTools.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 was null, a null is 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 void |
WorkerValueQueueTest.performLinearPerformanceTest(WorkerValueQueue<PK> queue1,
int cycles,
int pkCount) |
protected java.util.Collection<java.lang.Thread> |
WorkerValueQueueTest.simulateWorkers(WorkerValueQueue<PK> queue) |
protected WorkerValueQueueTest.Master |
WorkerValueQueueTest.simulateWriter(WorkerValueQueue<PK> queue,
int cycles) |
protected void |
WorkerValueQueueTest.waitForEmptyQueue(WorkerValueQueue<PK> queue) |
| Constructor and Description |
|---|
ItemPropertyValue(PK pk) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JDBCTypeSystemReader.registerAttribute(java.lang.String enclosing,
java.lang.String qualifier,
PK pk) |
protected void |
JDBCTypeSystemReader.registerEnumValue(java.lang.String type,
java.lang.String code,
PK pk) |
protected void |
JDBCTypeSystemReader.registerType(java.lang.String typeCode,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
PK |
YNoSuchEntityException.getPk()
The missing entity PK.
|
| Constructor and Description |
|---|
YNoSuchEntityException(java.lang.String s,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PK> |
LocalizationInfo.getLanguagePKs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
LocalizationInfo.getLocalizedProperty(PK languagePK,
java.lang.String propertyKey) |
java.lang.String |
LocalizationInfo.getLocalizedPropertyFromHierarchy(PK languagePK,
java.lang.String qualifier,
LocalizationInfo.Type type,
java.lang.String inheritancePKs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PK> |
PropertiesBasedLocalizationInfo.getLanguagePKs() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
PropertiesBasedLocalizationInfo.getLocalizedProperty(PK languagePK,
java.lang.String propertyKey) |
java.lang.String |
PropertiesBasedLocalizationInfo.getLocalizedPropertyFromHierarchy(PK languagePK,
java.lang.String qualifier,
LocalizationInfo.Type propType,
java.lang.String inheritancePKs) |
| Modifier and Type | Method and Description |
|---|---|
static PK |
MigrationUtilities.convertOldPK(java.lang.String oldPKString)
This methods converts the old PK format (Platform <=22) to the new format.
|
PK |
PKMapper.mapPK(OldPK oldPK)
Maps given old PK to a new PK.
|
| Modifier and Type | Method and Description |
|---|---|
PK |
YPersistedTypeSystem.getPK(YAttributeDescriptor ad) |
protected PK |
YPersistenceManager.getPK(YComposedType type) |
PK |
YPersistedTypeSystem.getPK(YEnumValue enumValue) |
PK |
YPersistedTypeSystem.getPK(YType type) |
PK |
YPersistenceManager.getTypePK(java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
YPersistenceManager.getExternalTableTypes(PK typePK) |
protected java.util.Set<PK> |
YPersistenceManager.getExternalTableTypes(YComposedType ct) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
YPersistenceManager.cachesInfoFor(PK typePK) |
void |
YPersistenceManager.clearComposedType(PK typePK,
java.lang.String code) |
YAttributeDescriptor |
YPersistedTypeSystem.getAttribute(PK pk) |
java.util.Set<java.lang.Integer> |
YPersistenceManager.getBeanTypeCodes(PK typePK) |
java.util.Set<PK> |
YPersistenceManager.getExternalTableTypes(PK typePK) |
TypeInfoMap |
YPersistenceManager.getPersistenceInfo(PK typePK) |
YType |
YPersistedTypeSystem.getType(PK pk) |
void |
YPersistedTypeSystem.registerAttribute(java.lang.String enclosingTypeCode,
java.lang.String qualifier,
PK pk) |
void |
YPersistedTypeSystem.registerEnumValue(java.lang.String enumTypeCode,
java.lang.String code,
PK pk) |
void |
YPersistedTypeSystem.registerType(java.lang.String typeCode,
PK pk) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
ItemTypeGroupingCollectorWithBatching.getCreatedMedias() |
java.util.List<PK> |
MediaBatchingCollector.getPksOfBatches() |
java.util.List<PK> |
BatchingCollector.getPksOfBatches() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PK> |
MediasForType.getMediaPks() |
| Modifier and Type | Method and Description |
|---|---|
MediasForType.MediasForTypeBuilder |
MediasForType.MediasForTypeBuilder.withMediaPks(java.util.List<PK> mediaPks) |
| Modifier and Type | Method and Description |
|---|---|
PK |
TaskContext.getMediaPK() |
| Modifier and Type | Method and Description |
|---|---|
PK |
ImportScript.getMediaArchivePk() |
| Constructor and Description |
|---|
ImportScript(java.lang.String typeCode,
java.lang.String header,
java.lang.String content,
PK mediaArchivePk) |
Copyright © 2018 SAP SE. All Rights Reserved.