Uses of Class
de.hybris.platform.customerticketingocc.dto.ticket.TicketAssociatedObjectWsDTO
-
Packages that use TicketAssociatedObjectWsDTO Package Description de.hybris.platform.customerticketingocc.converters de.hybris.platform.customerticketingocc.dto.ticket -
-
Uses of TicketAssociatedObjectWsDTO in de.hybris.platform.customerticketingocc.converters
Methods in de.hybris.platform.customerticketingocc.converters that return TicketAssociatedObjectWsDTO Modifier and Type Method Description TicketAssociatedObjectWsDTOTicketAssociatedObjectConverter. convertTo(java.lang.String associatedTo, ma.glasnost.orika.metadata.Type<TicketAssociatedObjectWsDTO> type, ma.glasnost.orika.MappingContext mappingContext)Methods in de.hybris.platform.customerticketingocc.converters with parameters of type TicketAssociatedObjectWsDTO Modifier and Type Method Description java.lang.StringTicketAssociatedObjectConverter. convertFrom(TicketAssociatedObjectWsDTO ticketAssociatedObjectWsDTO, ma.glasnost.orika.metadata.Type<java.lang.String> type, ma.glasnost.orika.MappingContext mappingContext)Method parameters in de.hybris.platform.customerticketingocc.converters with type arguments of type TicketAssociatedObjectWsDTO Modifier and Type Method Description TicketAssociatedObjectWsDTOTicketAssociatedObjectConverter. convertTo(java.lang.String associatedTo, ma.glasnost.orika.metadata.Type<TicketAssociatedObjectWsDTO> type, ma.glasnost.orika.MappingContext mappingContext) -
Uses of TicketAssociatedObjectWsDTO in de.hybris.platform.customerticketingocc.dto.ticket
Methods in de.hybris.platform.customerticketingocc.dto.ticket that return TicketAssociatedObjectWsDTO Modifier and Type Method Description TicketAssociatedObjectWsDTOTicketStarterWsDTO. getAssociatedTo()TicketAssociatedObjectWsDTOTicketWsDTO. getAssociatedTo()Methods in de.hybris.platform.customerticketingocc.dto.ticket that return types with arguments of type TicketAssociatedObjectWsDTO Modifier and Type Method Description java.util.List<TicketAssociatedObjectWsDTO>TicketAssociatedObjectListWsDTO. getTicketAssociatedObjects()Methods in de.hybris.platform.customerticketingocc.dto.ticket with parameters of type TicketAssociatedObjectWsDTO Modifier and Type Method Description voidTicketStarterWsDTO. setAssociatedTo(TicketAssociatedObjectWsDTO associatedTo)voidTicketWsDTO. setAssociatedTo(TicketAssociatedObjectWsDTO associatedTo)Method parameters in de.hybris.platform.customerticketingocc.dto.ticket with type arguments of type TicketAssociatedObjectWsDTO Modifier and Type Method Description voidTicketAssociatedObjectListWsDTO. setTicketAssociatedObjects(java.util.List<TicketAssociatedObjectWsDTO> ticketAssociatedObjects)
-