Class DefaultTicketEventFactoryImpl
java.lang.Object
de.hybris.platform.ticket.factory.impl.DefaultTicketEventFactoryImpl
- All Implemented Interfaces:
TicketEventFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SessionServiceprotected org.springframework.transaction.PlatformTransactionManagerDeprecated, for removal: This API element is subject to removal in a future version.since 6.7 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEvent(String type) ensureTicketSetup(CsTicketEventModel event, String type) protected Tenantprotected ModelServiceprotected SessionServiceprotected org.springframework.transaction.PlatformTransactionManagervoidsetCommentService(CommentService commentService) voidsetCurrentTenant(Tenant currentTenant) voidsetDefaultCommentType(String defaultCommentType) voidsetModelService(ModelService modelService) voidsetSessionService(SessionService sessionService) voidsetTicketSystemComponent(String ticketSystemComponent) voidsetTicketSystemDomain(String ticketSystemDomain) voidsetTxManager(org.springframework.transaction.PlatformTransactionManager txManager) voidsetUserService(UserService userService)
-
Field Details
-
sessionService
-
txManager
@Deprecated(since="6.7", forRemoval=true) protected org.springframework.transaction.PlatformTransactionManager txManagerDeprecated, for removal: This API element is subject to removal in a future version.since 6.7
-
-
Constructor Details
-
DefaultTicketEventFactoryImpl
public DefaultTicketEventFactoryImpl()
-
-
Method Details
-
createEvent
- Specified by:
createEventin interfaceTicketEventFactory
-
ensureTicketSetup
- Specified by:
ensureTicketSetupin interfaceTicketEventFactory
-
setCommentService
-
setUserService
-
setTicketSystemDomain
-
setTicketSystemComponent
-
setDefaultCommentType
-
getModelService
-
setModelService
-
setCurrentTenant
-
getCurrentTenant
-
setSessionService
-
getSessionService
-
setTxManager
public void setTxManager(org.springframework.transaction.PlatformTransactionManager txManager) -
getTxManager
protected org.springframework.transaction.PlatformTransactionManager getTxManager()
-