Uses of Class
de.hybris.platform.customerticketingc4cintegration.exception.C4CServiceException
Packages that use C4CServiceException
Package
Description
-
Uses of C4CServiceException in de.hybris.platform.customerticketingc4cintegration.facade
Methods in de.hybris.platform.customerticketingc4cintegration.facade that throw C4CServiceExceptionModifier and TypeMethodDescriptionprotected StringC4CTicketFacadeImpl.getTicketObjectId(String ticketId) voidC4CTicketFacadeImplTest.setup()Test setup.voidC4CTicketFacadeImplTest.shouldCreateATicket()TestC4CTicketFacadeImpl.createTicket(TicketData)Should create a ticket.voidC4CTicketFacadeImplTest.shouldGetTicket()Test ofC4CTicketFacadeImpl.getTicket(String)should get a ticket DTO by given ticket id.voidC4CTicketFacadeImplTest.shouldGetTickets()Test ofC4CTicketFacadeImpl.getTickets(PageableData)should return a SearchPageDataresult. voidC4CTicketFacadeImplTest.shouldReturnEmptySearchResultWhenGetTicketsThrowRestClientException()Test ofC4CTicketFacadeImpl.getTickets(PageableData)should return an empty result list if throw IOException.voidC4CTicketFacadeImplTest.shouldReturnNullIfUpdateTicketWithOpenStatusResponseContainsError()Test ofC4CTicketFacadeImpl.updateTicket(TicketData)should return null if update ticket with open status bu the response contains errors.voidC4CTicketFacadeImplTest.shouldReturnRuntimeExceptionWhenGetTicketThrowIOException()Test ofC4CTicketFacadeImpl.getTicket(String)Should return runtime exception when something goes wrongvoidC4CTicketFacadeImplTest.shouldReturnRuntimeExceptionWhenGetTicketThrowRestClientException()Test ofC4CTicketFacadeImpl.getTicket(String)Should return runtime exception when something goes wrongvoidC4CTicketFacadeImplTest.shouldReturnRuntimeExceptionWhenThrowRestClientException()Test ofC4CTicketFacadeImpl.createTicket(TicketData)throws runtime exp.voidC4CTicketFacadeImplTest.shouldThrownIllegalArgumentExceptionWhenUpdateTicketWithCompletedStatus()Test ofC4CTicketFacadeImpl.updateTicket(TicketData)should throw IllegalArgumentException when ticket is completed status.voidC4CTicketFacadeImplTest.shouldUpdateTicketWithOpenStatus()Test ofC4CTicketFacadeImpl.updateTicket(TicketData)should update the ticket when the status is open. -
Uses of C4CServiceException in de.hybris.platform.customerticketingc4cintegration.service
Methods in de.hybris.platform.customerticketingc4cintegration.service that throw C4CServiceExceptionModifier and TypeMethodDescriptionC4CServiceRequestService.createMemoActivity(MemoActivity memoActivityRequest) Create a new memo activityvoidC4CServiceRequestService.createNote(Note note) Create a new noteC4CServiceRequestService.createServiceRequest(ServiceRequestData serviceRequest) Creates new service requestC4CCustomerService.getContactByExternalId(String customerId) Get Contact by external IDC4CCustomerService.getIndividualCustomerByExternalId(String customerId) Get Individual Customer by external IDC4CServiceRequestService.getMemoActivities(String ticketId) Get memo activities by ticket IDC4CServiceRequestService.getServiceRequest(String id) Returns a Service Request by IDC4CServiceRequestService.getServiceRequestsByBuyerMainContactPartyID(String buyerMainContactPartyID, int pageSize, int currentPage, String sorting) Gets service requests by buyer main contact party idC4CServiceRequestService.getServiceRequestsByBuyerPartyID(String buyerPartyID, int pageSize, int currentPage, String sorting) Gets service requests by buyer party idC4CServiceRequestService.getTicketObjectId(String ticketId) Gets ticket ObjectID for a ticketIdvoidC4CServiceRequestServiceImplTest.shouldCreateNote()voidC4CServiceRequestServiceImplTest.shouldCreateServiceRequest()voidC4CCustomerServiceImplTest.shouldGetContactByExternalId()voidC4CCustomerServiceImplTest.shouldGetIndividualCustomerByExternalId()voidC4CServiceRequestServiceImplTest.shouldGetServiceRequest()voidC4CServiceRequestServiceImplTest.shouldGetServiceRequestsByBuyerMainContactPartyID()voidC4CServiceRequestServiceImplTest.shouldGetServiceRequestsByBuyerPartyID()voidC4CCustomerServiceImplTest.shouldThrowC4CServiceExceptionWhenEmptyContact()voidC4CCustomerServiceImplTest.shouldThrowC4CServiceExceptionWhenEmptyIndividualCustomer()voidC4CServiceRequestServiceImplTest.shouldUpdateTicket()voidC4CServiceRequestService.updateTicket(ServiceRequestData serviceRequest) Update TicketvoidC4CServiceRequestService.updateTicketWithMemoActivity(RelatedTransaction relatedTransactionRequest) Update ticket with memo activity -
Uses of C4CServiceException in de.hybris.platform.customerticketingc4cintegration.service.impl
Methods in de.hybris.platform.customerticketingc4cintegration.service.impl that throw C4CServiceExceptionModifier and TypeMethodDescriptionC4CServiceRequestServiceImpl.createMemoActivity(MemoActivity memoActivityRequest) voidC4CServiceRequestServiceImpl.createNote(Note note) C4CServiceRequestServiceImpl.createServiceRequest(ServiceRequestData serviceRequest) C4CCustomerServiceImpl.getContactByExternalId(String externalId) C4CCustomerServiceImpl.getIndividualCustomerByExternalId(String externalId) C4CServiceRequestServiceImpl.getMemoActivities(String ticketId) C4CServiceRequestServiceImpl.getServiceRequest(String ticketId) C4CServiceRequestServiceImpl.getServiceRequestsByBuyerMainContactPartyID(String buyerMainContactPartyID, int pageSize, int currentPage, String sorting) C4CServiceRequestServiceImpl.getServiceRequestsByBuyerPartyID(String buyerPartyID, int pageSize, int currentPage, String sorting) C4CServiceRequestServiceImpl.getTicketObjectId(String ticketId) voidC4CServiceRequestServiceImpl.updateTicket(ServiceRequestData serviceRequest) voidC4CServiceRequestServiceImpl.updateTicketWithMemoActivity(RelatedTransaction relatedTransactionRequest)