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

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

Uses of SjFoundTravellers in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjFoundTravellers
 SjFoundTravellers SjStinaModelFactoryInterface.createFoundTravellers()
           
 SjFoundTravellers SjCustomerAll.getFoundTravellers()
          Field foundTravellers is defined as optional.
 SjFoundTravellers SjCustomerAll.lookupFoundTravellers()
          Field foundTravellers is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjFoundTravellers
 void SjCustomerAll.setFoundTravellers(SjFoundTravellers inData)
          Field foundTravellers is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjFoundTravellers
 class SjFoundTravellersPlain
           
 

Methods in se.sj.stina.domain.model.impl.plain that return SjFoundTravellers
 SjFoundTravellers SjStinaModelFactory.createFoundTravellers()
           
 SjFoundTravellers SjCustomerAllPlain.getFoundTravellers()
          Field foundTravellers is defined as optional.
 SjFoundTravellers SjCustomerAllPlain.lookupFoundTravellers()
          Field foundTravellers is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjFoundTravellers
 void SjCustomerAllPlain.setFoundTravellers(SjFoundTravellers inData)
          Field foundTravellers is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjFoundTravellers
 class SjFoundTravellersStandard
           
 

Methods in se.sj.stina.domain.model.impl.standard that return SjFoundTravellers
 SjFoundTravellers SjStinaModelFactory.createFoundTravellers()
           
 SjFoundTravellers SjCustomerAllStandard.getFoundTravellers()
          Field foundTravellers is defined as optional.
 SjFoundTravellers SjCustomerAllStandard.lookupFoundTravellers()
          Field foundTravellers is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjFoundTravellers
 void SjCustomerAllStandard.setFoundTravellers(SjFoundTravellers inData)
          Field foundTravellers is defined as optional.
 

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

Methods in se.sj.stina.domain.provider that return SjFoundTravellers
 SjFoundTravellers SjCustomerInterface.getAllTravellers(SjAllTravellersQuery atq)
          Part of public Stina Server API.
 SjFoundTravellers SjCustomer.getAllTravellers(SjAllTravellersQuery atq)
          Part of public Stina Server API.
 SjFoundTravellers SjCustomerInterface.getTravellers(SjTravellerQuery tq)
          Part of public Stina Server API.
 SjFoundTravellers SjCustomer.getTravellers(SjTravellerQuery tq)
          Part of public Stina Server API.
 



Copyright © 2012. All Rights Reserved.