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

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

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

Methods in se.sj.stina.domain.model that return SjSectionList
 SjSectionList SjStinaModelFactoryInterface.createSectionList()
           
 SjSectionList SjItinerary.getSectionList()
          Field sectionList is defined as optional.
 SjSectionList SjItinerary.lookupSectionList()
          Field sectionList is defined as optional.
 

Methods in se.sj.stina.domain.model with parameters of type SjSectionList
 void SjItinerary.setSectionList(SjSectionList inData)
          Field sectionList is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.plain that implement SjSectionList
 class SjSectionListPlain
          En lista med resesträckor.
 

Methods in se.sj.stina.domain.model.impl.plain that return SjSectionList
 SjSectionList SjStinaModelFactory.createSectionList()
           
 SjSectionList SjItineraryPlain.getSectionList()
          Field sectionList is defined as optional.
 SjSectionList SjItineraryPlain.lookupSectionList()
          Field sectionList is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.plain with parameters of type SjSectionList
 void SjItineraryPlain.setSectionList(SjSectionList inData)
          Field sectionList is defined as optional.
 

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

Classes in se.sj.stina.domain.model.impl.standard that implement SjSectionList
 class SjSectionListStandard
          En lista med resesträckor.
 

Methods in se.sj.stina.domain.model.impl.standard that return SjSectionList
 SjSectionList SjStinaModelFactory.createSectionList()
           
 SjSectionList SjItineraryStandard.getSectionList()
          Field sectionList is defined as optional.
 SjSectionList SjItineraryStandard.lookupSectionList()
          Field sectionList is defined as optional.
 

Methods in se.sj.stina.domain.model.impl.standard with parameters of type SjSectionList
 void SjItineraryStandard.setSectionList(SjSectionList inData)
          Field sectionList is defined as optional.
 



Copyright © 2012. All Rights Reserved.