|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Section | |
---|---|
org.paneris.bibliomania | |
org.paneris.bibliomania.generated | The POEM-generated support classes for org.paneris.bibliomania. |
Uses of Section in org.paneris.bibliomania |
---|
Methods in org.paneris.bibliomania that return Section | |
---|---|
Section |
SectionTable.ensure(java.lang.String name,
SectionGroup sectionGroup)
|
Section |
BibliomaniaDatabase.getDrama()
|
Methods in org.paneris.bibliomania with parameters of type Section | |
---|---|
java.util.Enumeration |
Author.booksInSection(Section sectionP)
|
boolean |
SectionGroup.contains(Section section)
|
Book |
BookTable.ensure(java.lang.String title,
Author author,
Section section)
|
Author |
AuthorTable.ensure(java.lang.String name,
Section section)
|
java.util.Enumeration |
BookTable.selectionFor(Section section,
Author author)
|
void |
Book.setSection(Section section)
|
java.lang.String |
Bib.url(SectionGroup area,
Section section,
Unit object,
java.lang.Integer page)
|
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)
|
Uses of Section in org.paneris.bibliomania.generated |
---|
Methods in org.paneris.bibliomania.generated that return Section | |
---|---|
Section |
BookBase.getSection()
Retrieves the Section object referred to. |
Section |
AuthorBase.getSection()
Retrieves the Section object referred to. |
Section |
SectionTableBase.getSectionObject(int troid)
Retrieve the Section
as a Section . |
Section |
SectionTableBase.getSectionObject(java.lang.Integer troid)
Retrieve the Section as a Section . |
Methods in org.paneris.bibliomania.generated with parameters of type Section | |
---|---|
void |
BookBase.setSection(Section cooked)
Set the Section. |
void |
AuthorBase.setSection(Section cooked)
Set the Section. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |