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

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

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

Methods in se.sj.stina.domain.model that return SjVoucherPayment
 SjVoucherPayment SjStinaModelFactoryInterface.createVoucherPayment()
           
 SjVoucherPayment SjValidateOrderForUseWithVouchersQuery.getVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecification.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrder.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjValidateOrderForUseWithVouchersQuery.lookupVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecification.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrder.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjVoucherPayment
 void SjValidateOrderForUseWithVouchersQuery.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as mandatory.
 void SjPaymentSpecification.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 void SjCashRegisterDebitOrder.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjVoucherPayment
 class SjVoucherPaymentPlain
          Om en beställning betalas helt eller delvid med ett grundbetalningsmedel (t ex värdebevis) beskrivs detta här.
 

Methods in se.sj.stina.domain.model.impl.plain that return SjVoucherPayment
 SjVoucherPayment SjStinaModelFactory.createVoucherPayment()
           
 SjVoucherPayment SjValidateOrderForUseWithVouchersQueryPlain.getVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecificationPlain.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrderPlain.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjValidateOrderForUseWithVouchersQueryPlain.lookupVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecificationPlain.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrderPlain.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjVoucherPayment
 void SjValidateOrderForUseWithVouchersQueryPlain.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as mandatory.
 void SjPaymentSpecificationPlain.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 void SjCashRegisterDebitOrderPlain.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjVoucherPayment
 class SjVoucherPaymentStandard
          Om en beställning betalas helt eller delvid med ett grundbetalningsmedel (t ex värdebevis) beskrivs detta här.
 

Methods in se.sj.stina.domain.model.impl.standard that return SjVoucherPayment
 SjVoucherPayment SjStinaModelFactory.createVoucherPayment()
           
 SjVoucherPayment SjValidateOrderForUseWithVouchersQueryStandard.getVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecificationStandard.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrderStandard.getVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjValidateOrderForUseWithVouchersQueryStandard.lookupVoucherPayment()
          Field voucherPayment is defined as mandatory.
 SjVoucherPayment SjPaymentSpecificationStandard.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 SjVoucherPayment SjCashRegisterDebitOrderStandard.lookupVoucherPayment()
          Field voucherPayment is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjVoucherPayment
 void SjValidateOrderForUseWithVouchersQueryStandard.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as mandatory.
 void SjPaymentSpecificationStandard.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 void SjCashRegisterDebitOrderStandard.setVoucherPayment(SjVoucherPayment inData)
          Field voucherPayment is defined as optional.
 



Copyright © 2012. All Rights Reserved.