Uses of Class
org.paneris.bibliomania.Unit

Packages that use Unit
org.paneris.bibliomania   
org.paneris.bibliomania.generated The POEM-generated support classes for org.paneris.bibliomania. 
 

Uses of Unit in org.paneris.bibliomania
 

Subclasses of Unit in org.paneris.bibliomania
 class Author
           
 class Book
           
 class Chapter
           
 class Section
           
 class SectionGroup
           
 

Fields in org.paneris.bibliomania declared as Unit
 Unit BatchImporter.Result.unit
           
 

Methods in org.paneris.bibliomania that return Unit
 Unit Bib.atMostAuthor(Unit object)
          Walk up the content hierarchy until Author level is reached.
 Unit Bib.atMostBook(Unit object)
          Walk up the content hierarchy until Book level is reached.
 Unit Chapter.getParentUnit()
           
 Unit SectionGroup.getParentUnit()
           
abstract  Unit Unit.getParentUnit()
           
 Unit Author.getParentUnit()
           
 Unit Section.getParentUnit()
           
 Unit Book.getParentUnit()
           
 Unit UnitTable.unitWithPath(java.lang.String path)
           
 Unit SectionTable.unitWithPath(java.lang.String path)
           
 Unit ChapterTable.unitWithPath(java.lang.String path)
           
 

Methods in org.paneris.bibliomania with parameters of type Unit
 Unit Bib.atMostAuthor(Unit object)
          Walk up the content hierarchy until Author level is reached.
 Unit Bib.atMostBook(Unit object)
          Walk up the content hierarchy until Book level is reached.
 java.lang.String Bib.framesetURL(Unit object)
          Given any object return its frameset url
static java.util.Enumeration BatchImporter.importResults(Unit unit, boolean recurse, int actions, boolean doChapters, boolean flushDuring)
           
 void BibliomaniaDatabase.macroexpand(java.io.File from, java.io.File to, Unit object)
           
 void BibliomaniaDatabase.macroexpand(java.io.File from, java.io.OutputStream o, Unit object)
           
 void BibliomaniaDatabase.macroexpand(java.io.Reader i, java.io.OutputStream o, Unit object)
           
 void BibliomaniaDatabase.setupContext(org.melati.Melati melati, org.webmacro.Context context, Unit it)
           
 void BibliomaniaDatabase.setupContext(org.melati.Melati melati, org.webmacro.Context context, Unit it, java.util.Hashtable extras)
           
 void BibliomaniaDatabase.templateExpand(org.webmacro.Template template, java.io.OutputStream o, Unit object)
           
 void BibliomaniaDatabase.templateExpand(org.webmacro.Template template, java.io.OutputStream o, Unit object, java.util.Hashtable extras)
           
 void BibliomaniaDatabase.templateExpandNamed(java.lang.String templateName, java.io.File to, Unit object)
           
 void BibliomaniaDatabase.templateExpandNamed(java.lang.String templateName, java.io.File to, Unit object, java.util.Hashtable extras)
           
 java.lang.String Bib.url(SectionGroup area, Section section, Unit object, java.lang.Integer page)
           
 java.lang.String Bib.url(SectionGroup area, Unit object)
          Given a SectionGroup and any Unit return the url for that Unit within this SectionGroup
 java.lang.String Bib.url(Unit object)
          Given any object return its url
 java.lang.StringBuffer Bib.urlDirectoryPrefixedReally(java.lang.String prefix, SectionGroup area, Section section, Unit object)
           
 java.lang.String Bib.urlPrefixed(java.lang.String prefix, SectionGroup area, Section section, Unit object, java.lang.Integer page)
           
 java.lang.String Bib.urlPrefixedReally(java.lang.String prefix, SectionGroup area, Section section, Unit object, java.lang.Integer page)
           
 java.lang.String Bib.urlReally(Unit object)
           
 void BibliomaniaDatabase.writeContentFooter(java.io.OutputStream w, Unit object, java.lang.String template)
           
 void BibliomaniaDatabase.writeContentHeader(java.io.OutputStream w, Unit object, java.lang.String template)
           
 

Uses of Unit in org.paneris.bibliomania.generated
 

Subclasses of Unit in org.paneris.bibliomania.generated
 class AuthorBase
          Melati POEM generated abstract base class for a Persistent Author Object.
 class BookBase
          Melati POEM generated abstract base class for a Persistent Book Object.
 class ChapterBase
          Melati POEM generated abstract base class for a Persistent Chapter Object.
 class SectionBase
          Melati POEM generated abstract base class for a Persistent Section Object.
 class SectionGroupBase
          Melati POEM generated abstract base class for a Persistent SectionGroup Object.
 

Methods in org.paneris.bibliomania.generated that return Unit
 Unit UnitTableBase.getUnitObject(int troid)
          Retrieve the Unit as a Unit.
 Unit UnitTableBase.getUnitObject(java.lang.Integer troid)
          Retrieve the Unit as a Unit.
 



Copyright © 2000-2009 PanEris. All Rights Reserved.