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

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

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

Methods in se.sj.stina.domain.model that return SjCustomerAddressList
 SjCustomerAddressList SjStinaModelFactoryInterface.createCustomerAddressList()
           
 SjCustomerAddressList SjDeliveryAddressResult.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecification.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTraveller.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAll.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjDeliveryAddressResult.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecification.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTraveller.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAll.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjCustomerAddressList
 void SjDeliveryAddressResult.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjCreateCustomerSpecification.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjTraveller.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 void SjCustomerAll.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjCustomerAddressList
 class SjCustomerAddressListPlain
           
 

Methods in se.sj.stina.domain.model.impl.plain that return SjCustomerAddressList
 SjCustomerAddressList SjStinaModelFactory.createCustomerAddressList()
           
 SjCustomerAddressList SjDeliveryAddressResultPlain.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecificationPlain.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTravellerPlain.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAllPlain.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjDeliveryAddressResultPlain.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecificationPlain.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTravellerPlain.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAllPlain.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjCustomerAddressList
 void SjDeliveryAddressResultPlain.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjCreateCustomerSpecificationPlain.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjTravellerPlain.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 void SjCustomerAllPlain.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjCustomerAddressList
 class SjCustomerAddressListStandard
           
 

Methods in se.sj.stina.domain.model.impl.standard that return SjCustomerAddressList
 SjCustomerAddressList SjStinaModelFactory.createCustomerAddressList()
           
 SjCustomerAddressList SjDeliveryAddressResultStandard.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecificationStandard.getCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTravellerStandard.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAllStandard.getDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjDeliveryAddressResultStandard.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjCreateCustomerSpecificationStandard.lookupCustomerAddressList()
          Field customerAddressList is defined as mandatory.
 SjCustomerAddressList SjTravellerStandard.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 SjCustomerAddressList SjCustomerAllStandard.lookupDeliveryAddressList()
          Field deliveryAddressList is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjCustomerAddressList
 void SjDeliveryAddressResultStandard.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjCreateCustomerSpecificationStandard.setCustomerAddressList(SjCustomerAddressList inData)
          Field customerAddressList is defined as mandatory.
 void SjTravellerStandard.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 void SjCustomerAllStandard.setDeliveryAddressList(SjCustomerAddressList inData)
          Field deliveryAddressList is defined as optional.
 



Copyright © 2012. All Rights Reserved.