|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.archiviststoolkit.mydomain.DomainTableWorkSurface
org.archiviststoolkit.mydomain.DigitalObjectTableWorkSurface
public class DigitalObjectTableWorkSurface
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.archiviststoolkit.mydomain.DomainTableWorkSurface |
---|
DomainTableWorkSurface.DomainTableListEventListener |
Field Summary |
---|
Fields inherited from class org.archiviststoolkit.mydomain.DomainTableWorkSurface |
---|
access, clazz, currentDomainObject, currentObjectSublist, currentRecordLock, dialog, eventListener, filterField, humanReadableSearchString, resultSet, resultSizeDisplay, rootComponent, scrollPane, selectedRow, showConfirmDialog, table |
Constructor Summary | |
---|---|
DigitalObjectTableWorkSurface(java.lang.Class clazz,
java.lang.String name,
javax.swing.Icon icon)
Constructor. |
|
DigitalObjectTableWorkSurface(java.lang.Class clazz,
java.lang.String name,
javax.swing.Icon icon,
DomainTableFormat tableFormat)
Constructor. |
Method Summary | |
---|---|
void |
exportDublinCore()
Method to export Dublin Core xml files. |
void |
exportMARC()
Method to export MARC xml files |
void |
exportMETS()
Method to export METS xml files |
void |
exportMODS()
Method to export MODS xml files. |
protected void |
getCurrentDomainObjectFromDatabase(DomainObject domainObject)
Method to return the full digital object from the database or if the digital object passed in is a child digital object the the full parent digital object should be returned |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DigitalObjectTableWorkSurface(java.lang.Class clazz, java.lang.String name, javax.swing.Icon icon, DomainTableFormat tableFormat)
clazz
- the domain model classname
- the name of this worksurfaceicon
- the icon of this worksurfacetableFormat
- the table format to use for the domain tablepublic DigitalObjectTableWorkSurface(java.lang.Class clazz, java.lang.String name, javax.swing.Icon icon)
clazz
- the domain model classname
- the name of this worksurfaceicon
- the icon of this worksurfaceMethod Detail |
---|
protected void getCurrentDomainObjectFromDatabase(DomainObject domainObject) throws LookupException
getCurrentDomainObjectFromDatabase
in class DomainTableWorkSurface
domainObject
- The digital object to load the full one for
LookupException
- If the digital object can't be foundpublic void exportMARC()
exportMARC
in class DomainTableWorkSurface
public void exportMETS()
exportMETS
in class DomainTableWorkSurface
public void exportMODS()
exportMODS
in class DomainTableWorkSurface
public void exportDublinCore()
exportDublinCore
in class DomainTableWorkSurface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |