Class DefaultTicketEventFactoryImpl
- java.lang.Object
-
- de.hybris.platform.ticket.factory.impl.DefaultTicketEventFactoryImpl
-
- All Implemented Interfaces:
TicketEventFactory
public class DefaultTicketEventFactoryImpl extends java.lang.Object implements TicketEventFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected SessionServicesessionServiceprotected org.springframework.transaction.PlatformTransactionManagertxManagerDeprecated, for removal: This API element is subject to removal in a future version.since 6.7
-
Constructor Summary
Constructors Constructor Description DefaultTicketEventFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CsTicketEventModelcreateEvent(java.lang.String type)CsTicketEventModelensureTicketSetup(CsTicketEventModel event, java.lang.String type)protected TenantgetCurrentTenant()protected ModelServicegetModelService()protected SessionServicegetSessionService()protected org.springframework.transaction.PlatformTransactionManagergetTxManager()voidsetCommentService(CommentService commentService)voidsetCurrentTenant(Tenant currentTenant)voidsetDefaultCommentType(java.lang.String defaultCommentType)voidsetModelService(ModelService modelService)voidsetSessionService(SessionService sessionService)voidsetTicketSystemComponent(java.lang.String ticketSystemComponent)voidsetTicketSystemDomain(java.lang.String ticketSystemDomain)voidsetTxManager(org.springframework.transaction.PlatformTransactionManager txManager)voidsetUserService(UserService userService)
-
-
-
Field Detail
-
sessionService
protected SessionService 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
-
-
Method Detail
-
createEvent
public CsTicketEventModel createEvent(java.lang.String type)
- Specified by:
createEventin interfaceTicketEventFactory
-
ensureTicketSetup
public CsTicketEventModel ensureTicketSetup(CsTicketEventModel event, java.lang.String type)
- Specified by:
ensureTicketSetupin interfaceTicketEventFactory
-
setCommentService
public void setCommentService(CommentService commentService)
-
setUserService
public void setUserService(UserService userService)
-
setTicketSystemDomain
public void setTicketSystemDomain(java.lang.String ticketSystemDomain)
-
setTicketSystemComponent
public void setTicketSystemComponent(java.lang.String ticketSystemComponent)
-
setDefaultCommentType
public void setDefaultCommentType(java.lang.String defaultCommentType)
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
setCurrentTenant
public void setCurrentTenant(Tenant currentTenant)
-
getCurrentTenant
protected Tenant getCurrentTenant()
-
setSessionService
public void setSessionService(SessionService sessionService)
-
getSessionService
protected SessionService getSessionService()
-
setTxManager
public void setTxManager(org.springframework.transaction.PlatformTransactionManager txManager)
-
getTxManager
protected org.springframework.transaction.PlatformTransactionManager getTxManager()
-
-