Uses of Interface
se.sj.stina.domain.provider.SjStinaServerCallerInterface

Packages that use SjStinaServerCallerInterface
se.sj.stina.domain.provider   
 

Uses of SjStinaServerCallerInterface in se.sj.stina.domain.provider
 

Classes in se.sj.stina.domain.provider that implement SjStinaServerCallerInterface
 class SjAbstractStinaInformationProviderDelegate
           
 class SjStinaInformationProviderDelegate
          This class is used to talk to the Stina Server.
 

Methods in se.sj.stina.domain.provider that return SjStinaServerCallerInterface
protected  SjStinaServerCallerInterface SjStinaServerObjectHolder.getServerCaller()
           
 

Methods in se.sj.stina.domain.provider with parameters of type SjStinaServerCallerInterface
static SjP2SBookTransportSpecification ModelAssembler.getP2SBookTransportSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceLightSpecification tsls)
           
static SjP2SBookTransportSpecification ModelAssembler.getP2SBookTransportSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceSpecification spec)
           
static SjP2SBookTransportSpecification ModelAssembler.getP2SBookTransportSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceTransportConsumerSpecification spec)
           
static SjTransportConsumerServiceSpecification ModelAssembler.getTransportConsumerServiceSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceSpecification spec, SjTransportConsumerServiceSpecification retTcss)
           
static SjTravelServiceTransportConsumerSpecification ModelAssembler.getTravelServiceTransportConsumerSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceLightSpecification tsls)
           
static SjTravelServiceTransportConsumerSpecification ModelAssembler.getTravelServiceTransportConsumerSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceSpecification spec)
           
protected  void SjStinaServerObjectHolder.setServerCaller(SjStinaServerCallerInterface serverCaller)
           
 

Constructors in se.sj.stina.domain.provider with parameters of type SjStinaServerCallerInterface
SjCustomer(SjStinaServerCallerInterface serverCaller, se.sj.stina.ejb.customer.Customer customer, java.lang.String customerId, SjStinaModelFactoryInterface stinaModelFactory, boolean preferCompressedData)
          Objects of this class are only instaniated by a Stina provider and returned in the form of a SjCustomerInterface as the result of certain operations.
SjItineraryResult(SjStinaServerCallerInterface serverCaller, se.sj.stina.ejb.itinerary.ItineraryInformation itineraryInfo, SjCreateItinerary ci, SjStinaModelFactoryInterface stinaModelFactory, boolean preferCompressedData)
          Objects of this class are only instantiated by a Stina provider and returned in the form of a SjItineraryResultInterface as the result of a search for itineraries.
SjOrderFacade(SjStinaServerCallerInterface serverCaller, se.sj.stina.ejb.order.Order order, java.lang.String orderId, SjStinaModelFactoryInterface stinaModelFactory, boolean preferCompressedData)
          Objects of this class are only instaniated by a Stina provider and returned in the form of a SjOrderFacadeInterface as the result of certain operations.
 



Copyright © 2012. All Rights Reserved.