Uses of Interface
project35.soa.id.IDGeneratorService

Packages that use IDGeneratorService
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.io This package contains classes that manage most of the features for reading and writing data to file. 
project35.mda.model This package describes Project35's native data structures that are used to manage an in-memory representation of an XML document. 
project35.soa.id This small package describes services which generate identifier values for text fields. 
 

Uses of IDGeneratorService in project35.desktopDeployment
 

Methods in project35.desktopDeployment that return IDGeneratorService
 IDGeneratorService Project35Dialog.getIDValueGenerator()
           
 

Uses of IDGeneratorService in project35.io
 

Fields in project35.io declared as IDGeneratorService
protected  IDGeneratorService Project35DataFileReader.idGeneratorService
          used to register id values assigned to xs:id fields in a record model
 

Methods in project35.io with parameters of type IDGeneratorService
 void XMLSubmissionFileReader.setIDGeneratorService(IDGeneratorService _idGeneratorService)
          sets an id generator service that generates values for identifier fields
 void Project35DataFileReader.setIDGeneratorService(IDGeneratorService idGeneratorService)
          sets the ID Generator service which picks up identifiers that have already been used in recorded records.
 void NativeFileFormatReader.setIDGeneratorService(IDGeneratorService _idGeneratorService)
          assumes that a file of format "x.pdz" is passed, and that a file "x.pdr" can be extracted
 

Uses of IDGeneratorService in project35.mda.model
 

Methods in project35.mda.model that return IDGeneratorService
 IDGeneratorService IDFieldModel.getIDGeneratorService()
           
 

Methods in project35.mda.model with parameters of type IDGeneratorService
 void IDFieldModel.setIDGeneratorService(IDGeneratorService idGeneratorService)
           
 

Uses of IDGeneratorService in project35.soa.id
 

Classes in project35.soa.id that implement IDGeneratorService
 class DefaultIDGeneratorService
          default ID generator.
 class StubbedIDGeneratorService
           Copyright (c) 2008 Kevin Garwood for Project35.
 

Methods in project35.soa.id that return IDGeneratorService
 IDGeneratorService IDGeneratorServiceFactory.createService(IDGeneratorServiceConfiguration idGeneratorServiceConfiguration)