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

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.exporter.DocumentEntryMapper
      extended by org.kuali.rice.kns.datadictionary.exporter.MaintenanceDocumentEntryMapper

public class MaintenanceDocumentEntryMapper
extends DocumentEntryMapper

MaintenanceDocumentEntryMapper


Constructor Summary
MaintenanceDocumentEntryMapper()
          Default constructor
 
Method Summary
private  ExportMap buildMaintainableItemMap(MaintainableItemDefinition item)
           
private  ExportMap buildMaintainableItemsMap(MaintainableSectionDefinition section)
           
private  ExportMap buildMaintainableSectionMap(MaintainableSectionDefinition section, int index)
           
private  ExportMap buildMaintainableSectionsMap(MaintenanceDocumentEntry entry)
           
 ExportMap mapEntry(MaintenanceDocumentEntry entry)
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.exporter.DocumentEntryMapper
getDocumentType, mapEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaintenanceDocumentEntryMapper

public MaintenanceDocumentEntryMapper()
Default constructor

Method Detail

mapEntry

public ExportMap mapEntry(MaintenanceDocumentEntry entry)
Parameters:
entry -
Returns:
Map containing a String- and Map-based representation of the given entry

buildMaintainableSectionsMap

private ExportMap buildMaintainableSectionsMap(MaintenanceDocumentEntry entry)

buildMaintainableSectionMap

private ExportMap buildMaintainableSectionMap(MaintainableSectionDefinition section,
                                              int index)

buildMaintainableItemsMap

private ExportMap buildMaintainableItemsMap(MaintainableSectionDefinition section)

buildMaintainableItemMap

private ExportMap buildMaintainableItemMap(MaintainableItemDefinition item)


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