Uses of Class
de.hybris.platform.servicelayer.keygenerator.impl.PersistentKeyGenerator
Packages that use PersistentKeyGenerator
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
-
Uses of PersistentKeyGenerator in de.hybris.platform.chinesepaymentmock.services
Subclasses of PersistentKeyGenerator in de.hybris.platform.chinesepaymentmock.servicesModifier and TypeClassDescriptionclassThis implementation is an adapter to theNumberSeriesfunctionality of the platform for getting unique numbers in a series persisted via database. -
Uses of PersistentKeyGenerator in de.hybris.platform.chinesepspalipayservices.alipay
Subclasses of PersistentKeyGenerator in de.hybris.platform.chinesepspalipayservices.alipayModifier and TypeClassDescriptionclassThis implementation is an adapter to theNumberSeriesfunctionality of the platform for getting unique numbers in a series persisted via database. -
Uses of PersistentKeyGenerator in de.hybris.platform.chinesepspwechatpayservices.wechatpay
Modifier and TypeClassDescriptionclassThis implementation is an adapter to theNumberSeriesfunctionality of the platform for getting unique numbers in a series persisted via database. -
Uses of PersistentKeyGenerator in de.hybris.platform.cms2.cloning.service.impl
Methods in de.hybris.platform.cms2.cloning.service.impl that return PersistentKeyGeneratorModifier and TypeMethodDescriptionprotected PersistentKeyGeneratorDefaultCMSItemDeepCloningService.getCloneUidGenerator()Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultCMSItemDeepCloningService.setCloneUidGenerator(PersistentKeyGenerator cloneUidGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return PersistentKeyGeneratorModifier and TypeMethodDescriptionAbstractPageDynamicNavigationNodeList.getCmsNavigationEntryCodeGenerator()Methods in de.hybris.platform.cms2.model with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidAbstractPageDynamicNavigationNodeList.setCmsNavigationEntryCodeGenerator(PersistentKeyGenerator cmsNavigationEntryCodeGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return PersistentKeyGeneratorModifier and TypeMethodDescriptionprotected PersistentKeyGeneratorDefaultCMSAdminComponentService.getComponentUidGenerator()protected PersistentKeyGeneratorDefaultCMSAdminItemService.getComponentUidGenerator()Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultCMSAdminComponentService.setComponentUidGenerator(PersistentKeyGenerator componentUidGenerator) voidDefaultCMSAdminItemService.setComponentUidGenerator(PersistentKeyGenerator componentUidGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return PersistentKeyGeneratorModifier and TypeMethodDescriptionprotected PersistentKeyGeneratorDefaultCMSVersionService.getTransactionIdGenerator()protected PersistentKeyGeneratorDefaultCMSVersionService.getVersionUidGenerator()Methods in de.hybris.platform.cms2.version.service.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultCMSVersionService.setTransactionIdGenerator(PersistentKeyGenerator transactionIdGenerator) voidDefaultCMSVersionService.setVersionUidGenerator(PersistentKeyGenerator versionUidGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cmsfacades.mediacontainers.impl
Methods in de.hybris.platform.cmsfacades.mediacontainers.impl that return PersistentKeyGeneratorModifier and TypeMethodDescriptionprotected PersistentKeyGeneratorDefaultMediaContainerFacade.getMediaQualifierIdGenerator()Methods in de.hybris.platform.cmsfacades.mediacontainers.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultMediaContainerFacade.setMediaQualifierIdGenerator(PersistentKeyGenerator mediaQualifierIdGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return PersistentKeyGeneratorModifier and TypeMethodDescriptionprotected PersistentKeyGeneratorDefaultCMSWorkflowFacade.getCommentsCodeGenerator()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacade.setCommentsCodeGenerator(PersistentKeyGenerator commentsCodeGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.processengine.actionstrategy
Methods in de.hybris.platform.processengine.actionstrategy that return PersistentKeyGeneratorMethods in de.hybris.platform.processengine.actionstrategy with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidProcessActionExecutionStrategy.setProcessCodeGenerator(PersistentKeyGenerator processCodeGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.servicelayer.cronjob.impl
Methods in de.hybris.platform.servicelayer.cronjob.impl with parameters of type PersistentKeyGeneratorModifier and TypeMethodDescriptionvoidDefaultCronJobService.setCronJobCodeGenerator(PersistentKeyGenerator cronJobCodeGenerator)