org.kuali.rice.kns.datadictionary.exporter
Class DocumentEntryMapper

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.exporter.DocumentEntryMapper
Direct Known Subclasses:
MaintenanceDocumentEntryMapper, TransactionalDocumentEntryMapper

public abstract class DocumentEntryMapper
extends Object

DocumentEntryMapper


Constructor Summary
DocumentEntryMapper()
           
 
Method Summary
protected  DocumentTypeDTO getDocumentType(String documentTypeName)
           
protected  ExportMap mapEntry(DocumentEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentEntryMapper

public DocumentEntryMapper()
Method Detail

getDocumentType

protected DocumentTypeDTO getDocumentType(String documentTypeName)

mapEntry

protected ExportMap mapEntry(DocumentEntry entry)
Parameters:
entry -
Returns:
Map containing entries for properties common to all DocumentEntry subclasses


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.