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

Packages that use SjCustomerQuery
se.sj.stina.domain.model   
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 SjCustomerQuery in se.sj.stina.domain.model
 

Methods in se.sj.stina.domain.model that return SjCustomerQuery
 SjCustomerQuery SjStinaModelFactoryInterface.createCustomerQuery()
           
 SjCustomerQuery SjCreateCustomer.getCustomerQuery()
          Field customerQuery is defined as optional.
 SjCustomerQuery SjCreateCustomer.lookupCustomerQuery()
          Field customerQuery is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjCustomerQuery
 void SjCreateCustomer.setCustomerQuery(SjCustomerQuery inData)
          Field customerQuery is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjCustomerQuery
 class SjCustomerQueryPlain
          Innehåller sökkritera för antingen unik CustomerQueryUnique eller ickeunik CustomerQueryNotUnique sökning.
 

Methods in se.sj.stina.domain.model.impl.plain that return SjCustomerQuery
 SjCustomerQuery SjStinaModelFactory.createCustomerQuery()
           
 SjCustomerQuery SjCreateCustomerPlain.getCustomerQuery()
          Field customerQuery is defined as optional.
 SjCustomerQuery SjCreateCustomerPlain.lookupCustomerQuery()
          Field customerQuery is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjCustomerQuery
 void SjCreateCustomerPlain.setCustomerQuery(SjCustomerQuery inData)
          Field customerQuery is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjCustomerQuery
 class SjCustomerQueryStandard
          Innehåller sökkritera för antingen unik CustomerQueryUnique eller ickeunik CustomerQueryNotUnique sökning.
 

Methods in se.sj.stina.domain.model.impl.standard that return SjCustomerQuery
 SjCustomerQuery SjStinaModelFactory.createCustomerQuery()
           
 SjCustomerQuery SjCreateCustomerStandard.getCustomerQuery()
          Field customerQuery is defined as optional.
 SjCustomerQuery SjCreateCustomerStandard.lookupCustomerQuery()
          Field customerQuery is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjCustomerQuery
 void SjCreateCustomerStandard.setCustomerQuery(SjCustomerQuery inData)
          Field customerQuery is defined as optional.
 

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

Methods in se.sj.stina.domain.provider with parameters of type SjCustomerQuery
 SjFoundCustomers SjStinaInformationProviderInterface.findCustomers(SjCustomerQuery cq)
          Part of public Stina Server API.
 SjFoundCustomers SjStinaInformationProviderDelegate.findCustomers(SjCustomerQuery cq)
           
 SjFoundCustomers SjInformationProvider.findCustomers(SjCustomerQuery cq)
          Part of public Stina Server API.
 

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

Methods in se.sj.stina.domain.provider.standalone with parameters of type SjCustomerQuery
 SjFoundCustomers SjStinaInformationProvider.findCustomers(SjCustomerQuery cq)
          Part of public Stina Server API.
 



Copyright © 2012. All Rights Reserved.