org.mydm.db
Class MDFTextHelper

java.lang.Object
  extended byorg.mydm.db.MDFTextHelper

public class MDFTextHelper
extends java.lang.Object

A Helper class for EDocument Objects.


Constructor Summary
MDFTextHelper(EDocument edoc)
          Contructor
 
Method Summary
 void createMDFTextEntry()
          Creates a entry in mdftext in collection "info" for this document.
 void deleteMDFTextEntry()
          Deletes the mdftext entry in db.
 java.lang.String getMetadataFText()
          Generates the Single String all metadata values.
 void updateMDFTextEntry()
          Updates the mdftext entry for this document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDFTextHelper

public MDFTextHelper(EDocument edoc)
Contructor

Parameters:
edoc - EDocument
Method Detail

getMetadataFText

public java.lang.String getMetadataFText()
Generates the Single String all metadata values.

Returns:
string of all metadata values.

createMDFTextEntry

public void createMDFTextEntry()
                        throws DocIDNotFound
Creates a entry in mdftext in collection "info" for this document.

Throws:
DocIDNotFound

deleteMDFTextEntry

public void deleteMDFTextEntry()
                        throws DocIDNotFound
Deletes the mdftext entry in db.

Throws:
DocIDNotFound

updateMDFTextEntry

public void updateMDFTextEntry()
                        throws DocIDNotFound
Updates the mdftext entry for this document.

Throws:
DocIDNotFound