Uses of Interface
se.sj.stina.domain.model.SjStinaModelFactoryInterface

Packages that use SjStinaModelFactoryInterface
se.sj.stina.domain.model.impl.plain   
se.sj.stina.domain.model.impl.standard   
se.sj.stina.domain.provider   
se.sj.stina.domain.provider.standalone   
 

Uses of SjStinaModelFactoryInterface in se.sj.stina.domain.model.impl.plain
 

Classes in se.sj.stina.domain.model.impl.plain that implement SjStinaModelFactoryInterface
 class SjStinaModelFactory
           
 

Methods in se.sj.stina.domain.model.impl.plain that return SjStinaModelFactoryInterface
static SjStinaModelFactoryInterface SjStinaModelFactory.getInstance()
           
 

Uses of SjStinaModelFactoryInterface in se.sj.stina.domain.model.impl.standard
 

Methods in se.sj.stina.domain.model.impl.standard that return SjStinaModelFactoryInterface
static SjStinaModelFactoryInterface SjStinaModelFactory.getInstance()
           
 

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

Fields in se.sj.stina.domain.provider declared as SjStinaModelFactoryInterface
(package private)  SjStinaModelFactoryInterface SjInformationProvider._stinaModelFactory
           
protected  SjStinaModelFactoryInterface SjAbstractStinaInformationProviderDelegate._stinaModelFactory
           
 

Methods in se.sj.stina.domain.provider that return SjStinaModelFactoryInterface
 SjStinaModelFactoryInterface SjStinaServerObjectHolder.getStinaModelFactory()
           
 SjStinaModelFactoryInterface SjStinaInformationProviderInterface.getStinaModelFactory()
           
 SjStinaModelFactoryInterface SjInformationProvider.getStinaModelFactory()
           
 SjStinaModelFactoryInterface SjAbstractStinaInformationProviderDelegate.getStinaModelFactory()
           
 

Methods in se.sj.stina.domain.provider with parameters of type SjStinaModelFactoryInterface
static SjAcceptableTravelMethodsResult ModelAssembler.getAcceptableTravelMethodsResult(SjStinaModelFactoryInterface modelFact, SjP2SAcceptableTravelMethodsResult p2satmResult)
           
static SjAddOrderItemResult ModelAssembler.getAddOrderItemResult(SjStinaModelFactoryInterface modelFact, SjP2SBookTransportResult p2sbtResult)
           
static SjAddOrderItemResult ModelAssembler.getAddOrderItemResult(SjStinaModelFactoryInterface modelFact, SjTravelServiceTransportConsumerResult tstcr)
           
static SjAvailableSeatsTransportDetailQuery ModelAssembler.getAvailableSeatsTransportDetailQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryAvailableSeatsQueryList iasql)
           
static SjAvailableSeatsTransportLightQuery ModelAssembler.getAvailableSeatsTransportLightQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryAvailableSeatsLightQuery iaslq)
           
static SjAvailableSeatsTransportLightQuery ModelAssembler.getAvailableSeatsTransportLightQuery(SjStinaModelFactoryInterface modelFact, SjItineraryAvailableSeatsTransportSpecification iasts)
           
static SjAvailableSeatsTransportSummaryQuery ModelAssembler.getAvailableSeatsTransportSummaryQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryAvailableSeatsQueryList iasql)
           
static SjItineraryAvailableSeatsLightResult ModelAssembler.getItineraryAvailableSeatsLightResult(SjStinaModelFactoryInterface modelFact, SjItineraryAvailableSeatsTransportResult iastr)
           
static SjItineraryCharacteristicsResult ModelAssembler.getItineraryCharacteristicsResult(SjStinaModelFactoryInterface modelFact, SjP2SItineraryCharacteristicsResult p2sicr)
           
static SjItineraryTransportCharacteristicsQuery ModelAssembler.getItineraryTransportCharacteristicsQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryCharacteristicsQuery icq)
           
static SjItineraryValidDiscountsResult ModelAssembler.getItineraryValidDiscountsResult(SjStinaModelFactoryInterface modelFact, SjValidDiscountsForRelationResult result)
           
static SjP2SAcceptableTravelMethodsQuery ModelAssembler.getP2SAcceptableTravelMethodsQuery(SjStinaModelFactoryInterface modelFact, SjAcceptableTravelMethodsQuery atmq)
           
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 SjP2SItineraryCharacteristicsQuery ModelAssembler.getP2SItineraryCharacteristicsQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryCharacteristicsQuery icq)
           
static SjP2SItineraryCharacteristicsQuery ModelAssembler.getP2SItineraryCharacteristicsQuery(SjStinaModelFactoryInterface modelFact, SjItineraryTransportCharacteristicsQuery ictq)
           
static SjP2STransportPriceSpecification ModelAssembler.getP2STransportPriceSpecification(SjItineraryResult itineraryResult, SjStinaModelFactoryInterface modelFact, SjTravelServiceDetailedPriceLightSpecification tsdpls)
           
static SjP2STransportPriceSpecification ModelAssembler.getP2STransportPriceSpecification(SjStinaModelFactoryInterface modelFact, SjTravelServiceTransportDetailedPriceSpecification tstdps)
           
static SjTransportConsumerServiceSpecification ModelAssembler.getTransportConsumerServiceSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceSpecification spec, SjTransportConsumerServiceSpecification retTcss)
           
static SjTravelServiceDetailedPriceLightResult ModelAssembler.getTravelServiceDetailedPriceLightResult(SjStinaModelFactoryInterface modelFact, SjP2STransportPriceResult p2stpr)
           
static SjTravelServiceDetailedPriceLightResult ModelAssembler.getTravelServiceDetailedPriceLightResult(SjStinaModelFactoryInterface modelFact, SjTravelServiceTransportDetailedPriceResult tstdpr)
           
static SjTravelServiceTransportConsumerResult ModelAssembler.getTravelServiceTransportConsumerResult(SjStinaModelFactoryInterface modelFact, SjP2SBookTransportResult p2sbtResult)
           
static SjTravelServiceTransportConsumerSpecification ModelAssembler.getTravelServiceTransportConsumerSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceLightSpecification tsls)
           
static SjTravelServiceTransportConsumerSpecification ModelAssembler.getTravelServiceTransportConsumerSpecification(SjStinaModelFactoryInterface modelFact, SjStinaServerCallerInterface serverCaller, SjTravelServiceSpecification spec)
           
static SjTravelServiceTransportDetailedPriceResult ModelAssembler.getTravelServiceTransportDetailedPriceResult(SjStinaModelFactoryInterface modelFact, SjP2STransportPriceResult p2stpr)
           
static SjTravelServiceTransportDetailedPriceSpecification ModelAssembler.getTravelServiceTransportDetailedPriceSpecification(SjItineraryResult itineraryResult, SjStinaModelFactoryInterface modelFact, SjTravelServiceDetailedPriceLightSpecification tsdpls)
           
static SjValidDiscountsForRelationQuery ModelAssembler.getValidDiscountsForRelationQuery(SjItineraryResultInterface itineraryResult, SjStinaModelFactoryInterface modelFact, SjItineraryValidDiscountsQuery ivdq)
           
protected  void SjStinaServerObjectHolder.setStinaModelFactory(SjStinaModelFactoryInterface factory)
           
 

Constructors in se.sj.stina.domain.provider with parameters of type SjStinaModelFactoryInterface
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.
 

Uses of SjStinaModelFactoryInterface in se.sj.stina.domain.provider.standalone
 

Methods in se.sj.stina.domain.provider.standalone that return SjStinaModelFactoryInterface
 SjStinaModelFactoryInterface SjStinaInformationProvider.getStinaModelFactory()
           
 



Copyright © 2012. All Rights Reserved.