Uses of Class
de.hybris.platform.servicelayer.keygenerator.impl.PersistentKeyGenerator
-
-
Uses of PersistentKeyGenerator in com.sap.hybris.sapcustomerb2b.outbound
Methods in com.sap.hybris.sapcustomerb2b.outbound that return PersistentKeyGenerator Modifier and Type Method Description PersistentKeyGeneratorB2BCustomerRegistrationEventListener. getSapContactIdGenerator()Methods in com.sap.hybris.sapcustomerb2b.outbound with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidB2BCustomerRegistrationEventListener. setSapContactIdGenerator(PersistentKeyGenerator sapContactIdGenerator) -
Uses of PersistentKeyGenerator in com.sap.hybris.sapcustomerb2c.outbound
Methods in com.sap.hybris.sapcustomerb2c.outbound that return PersistentKeyGenerator Modifier and Type Method Description PersistentKeyGeneratorDefaultB2CSapCustomerAccountService. getSapContactIdGenerator()Returns the Generator instancePersistentKeyGeneratorDefaultB2CSapCustomerAccountService. getSapCustomerIdGenerator()Returns the sapCustomerIdGeneratorMethods in com.sap.hybris.sapcustomerb2c.outbound with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultB2CSapCustomerAccountService. setSapContactIdGenerator(PersistentKeyGenerator sapContactIdGenerator)Sets the Contact ID GeneratorvoidDefaultB2CSapCustomerAccountService. setSapCustomerIdGenerator(PersistentKeyGenerator sapCustomerIdGenerator)Sets the sapCustomerIdGenerator -
Uses of PersistentKeyGenerator in com.sap.hybris.sapomsreturnprocess.returns.keygenerator
Method parameters in com.sap.hybris.sapomsreturnprocess.returns.keygenerator with type arguments of type PersistentKeyGenerator Modifier and Type Method Description voidKeyGeneratorLookup. setKeyGeneratorFactories(java.util.Map<java.lang.String,PersistentKeyGenerator> keyGeneratorFactories) -
Uses of PersistentKeyGenerator in de.hybris.platform.chinesepspalipayservices.alipay
Subclasses of PersistentKeyGenerator in de.hybris.platform.chinesepspalipayservices.alipay Modifier and Type Class Description classPrefixablePersistentKeyGeneratorThis 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
Subclasses of PersistentKeyGenerator in de.hybris.platform.chinesepspwechatpayservices.wechatpay Modifier and Type Class Description classPrefixablePersistentKeyGeneratorThis 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 PersistentKeyGenerator Modifier and Type Method Description protected PersistentKeyGeneratorDefaultCMSItemDeepCloningService. getCloneUidGenerator()Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultCMSItemDeepCloningService. setCloneUidGenerator(PersistentKeyGenerator cloneUidGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return PersistentKeyGenerator Modifier and Type Method Description PersistentKeyGeneratorAbstractPageDynamicNavigationNodeList. getCmsNavigationEntryCodeGenerator()Methods in de.hybris.platform.cms2.model with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidAbstractPageDynamicNavigationNodeList. 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 PersistentKeyGenerator Modifier and Type Method Description protected PersistentKeyGeneratorDefaultCMSAdminComponentService. getComponentUidGenerator()protected PersistentKeyGeneratorDefaultCMSAdminItemService. getComponentUidGenerator()Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultCMSAdminComponentService. 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 PersistentKeyGenerator Modifier and Type Method Description protected PersistentKeyGeneratorDefaultCMSVersionService. getTransactionIdGenerator()protected PersistentKeyGeneratorDefaultCMSVersionService. getVersionUidGenerator()Methods in de.hybris.platform.cms2.version.service.impl with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultCMSVersionService. 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 PersistentKeyGenerator Modifier and Type Method Description protected PersistentKeyGeneratorDefaultMediaContainerFacade. getMediaQualifierIdGenerator()Methods in de.hybris.platform.cmsfacades.mediacontainers.impl with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultMediaContainerFacade. setMediaQualifierIdGenerator(PersistentKeyGenerator mediaQualifierIdGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that return PersistentKeyGenerator Modifier and Type Method Description protected PersistentKeyGeneratorDefaultCMSWorkflowFacade. getCommentsCodeGenerator()Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidDefaultCMSWorkflowFacade. setCommentsCodeGenerator(PersistentKeyGenerator commentsCodeGenerator) -
Uses of PersistentKeyGenerator in de.hybris.platform.processengine.actionstrategy
Methods in de.hybris.platform.processengine.actionstrategy that return PersistentKeyGenerator Modifier and Type Method Description PersistentKeyGeneratorProcessActionExecutionStrategy. getProcessCodeGenerator()Methods in de.hybris.platform.processengine.actionstrategy with parameters of type PersistentKeyGenerator Modifier and Type Method Description voidProcessActionExecutionStrategy. 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 PersistentKeyGenerator Modifier and Type Method Description voidDefaultCronJobService. setCronJobCodeGenerator(PersistentKeyGenerator cronJobCodeGenerator)
-