org.exoplatform.services.ws.soap.jsr181
Interface TicketOrderService
- All Superinterfaces:
- AbstractSingletonWebService
- All Known Implementing Classes:
- TicketOrderServiceImpl
public interface TicketOrderService
- extends AbstractSingletonWebService
Created by The eXo Platform SAS .
- Version:
- $Id: $ Sep 17, 2008
- Author:
- Alexey
Zavizionov
getTicket
String getTicket(String departing,
String arriving,
Date departureDate,
String passenger)
- Parameters:
departing - departing place.arriving - arriving place.departureDate - departure date.passenger - passenger.
- Returns:
- ticket order.
confirmation
void confirmation(boolean confirmation)
- Parameters:
confirmation - confirm or not.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.