Uses of Class
de.hybris.platform.customerticketingc4cintegration.data.Note
-
-
Uses of Note in de.hybris.platform.customerticketingc4cintegration
Methods in de.hybris.platform.customerticketingc4cintegration with parameters of type Note Modifier and Type Method Description intNotesComparator. compare(Note o1, Note o2) -
Uses of Note in de.hybris.platform.customerticketingc4cintegration.converters.populators
Classes in de.hybris.platform.customerticketingc4cintegration.converters.populators with type parameters of type Note Modifier and Type Class Description classY2TicketMessageUpdatePopulator<SOURCE extends TicketData,TARGET extends Note>TicketData -> Note populator, Used for update callsMethods in de.hybris.platform.customerticketingc4cintegration.converters.populators with parameters of type Note Modifier and Type Method Description protected java.lang.StringC4C2YTicketEventsPopulator. getCreatedBy(Note note) -
Uses of Note in de.hybris.platform.customerticketingc4cintegration.data
Methods in de.hybris.platform.customerticketingc4cintegration.data that return types with arguments of type Note Modifier and Type Method Description java.util.List<Note>ServiceRequestData. getNotes()Method parameters in de.hybris.platform.customerticketingc4cintegration.data with type arguments of type Note Modifier and Type Method Description voidServiceRequestData. setNotes(java.util.List<Note> Notes) -
Uses of Note in de.hybris.platform.customerticketingc4cintegration.facade
Methods in de.hybris.platform.customerticketingc4cintegration.facade that return types with arguments of type Note Modifier and Type Method Description Converter<TicketData,Note>C4CTicketFacadeImpl. getUpdateMessageConverter()Method parameters in de.hybris.platform.customerticketingc4cintegration.facade with type arguments of type Note Modifier and Type Method Description voidC4CTicketFacadeImpl. setUpdateMessageConverter(Converter<TicketData,Note> updateMessageConverter)
-