Uses of Interface
com.infodesire.infobit.InfobitManager

Packages that use InfobitManager
com.infodesire.infobit   
com.infodesire.infobit.dao   
com.infodesire.infobit.external This package provides import and export of infobits. 
com.infodesire.infobit.external.impl This package implements infobit externalization interfaces. 
com.infodesire.infobit.render   
com.infodesire.infobit.render.velocity   
 

Uses of InfobitManager in com.infodesire.infobit
 

Methods in com.infodesire.infobit that return InfobitManager
 InfobitManager InfobitPool.getInfobitManager()
          provide DAO for infobit manipulation.
 

Uses of InfobitManager in com.infodesire.infobit.dao
 

Classes in com.infodesire.infobit.dao that implement InfobitManager
 class InfobitDAO
          DAO for infobits - encapsulates infobit creation and manipulation as well as accsess control
 

Uses of InfobitManager in com.infodesire.infobit.external
 

Methods in com.infodesire.infobit.external that return InfobitManager
 InfobitManager InfobitImporter.getManager()
          Gets the manager to work with.
 InfobitManager InfobitExporter.getManager()
          Gets the manager to work with.
 

Methods in com.infodesire.infobit.external with parameters of type InfobitManager
 void InfobitImporter.setManager(InfobitManager manager)
          Defines the manager to work with.
 void InfobitExporter.setManager(InfobitManager manager)
          Defines the manager to work with.
 

Uses of InfobitManager in com.infodesire.infobit.external.impl
 

Methods in com.infodesire.infobit.external.impl that return InfobitManager
 InfobitManager VelocityExporter.getManager()
          Gets the Manager attribute of the VelocityRenderer object
 InfobitManager ImporterImpl.getManager()
          Gets the manager to work with.
 InfobitManager SimpleExporter.getManager()
          Gets the Manager attribute of the VelocityRenderer object
 

Methods in com.infodesire.infobit.external.impl with parameters of type InfobitManager
 void VelocityExporter.setManager(InfobitManager manager)
          Sets the Manager attribute of the VelocityRenderer object
 void ImporterImpl.setManager(InfobitManager manager)
          Defines the manager to work with.
 void SimpleExporter.setManager(InfobitManager manager)
          Sets the Manager attribute of the VelocityRenderer object
 

Uses of InfobitManager in com.infodesire.infobit.render
 

Methods in com.infodesire.infobit.render that return InfobitManager
 InfobitManager InfobitRenderer.getManager()
          infobit manager to work with
 

Methods in com.infodesire.infobit.render with parameters of type InfobitManager
 void InfobitRenderer.setManager(InfobitManager manager)
          infobit manager to work with
 

Uses of InfobitManager in com.infodesire.infobit.render.velocity
 

Methods in com.infodesire.infobit.render.velocity that return InfobitManager
 InfobitManager VelocityRenderer.getManager()
          Gets the Manager attribute of the VelocityRenderer object
 

Methods in com.infodesire.infobit.render.velocity with parameters of type InfobitManager
 void VelocityRenderer.setManager(InfobitManager manager)
          Sets the Manager attribute of the VelocityRenderer object
 



Copyright © 2003 Information Desire GmbH. All Rights Reserved.