net.nan21.dnet.module.ad._presenterdelegates.impex
Class ExportPD

java.lang.Object
  extended by net.nan21.dnet.core.presenter.service.AbstractPresenterProcessor
      extended by net.nan21.dnet.core.presenter.service.AbstractDsDelegate
          extended by net.nan21.dnet.module.ad._presenterdelegates.impex.ExportPD
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ExportPD
extends net.nan21.dnet.core.presenter.service.AbstractDsDelegate


Constructor Summary
ExportPD()
           
 
Method Summary
 void exportFromJob(ExportJobDs ds)
          Execute an export job export
 void exportFromJobItem(ExportJobItemDs ds)
          Execute an export job-item export
 void exportFromMap(ExportMapDs ds)
          Execute an export map export
 void exportFromMapItem(ExportMapItemDs ds)
          Execute an export map-item export
 
Methods inherited from class net.nan21.dnet.core.presenter.service.AbstractPresenterProcessor
findDsService, findEntityService, getApplicationContext, getServiceLocator, getSystemConfig, getWorkflowEngine, getWorkflowFormService, getWorkflowHistoryService, getWorkflowRepositoryService, getWorkflowRuntimeService, getWorkflowTaskService, prepareDelegate, setApplicationContext, setServiceLocator, setSystemConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportPD

public ExportPD()
Method Detail

exportFromJob

public void exportFromJob(ExportJobDs ds)
                   throws Exception
Execute an export job export

Parameters:
ds -
Throws:
Exception

exportFromJobItem

public void exportFromJobItem(ExportJobItemDs ds)
                       throws Exception
Execute an export job-item export

Parameters:
ds -
Throws:
Exception

exportFromMap

public void exportFromMap(ExportMapDs ds)
                   throws Exception
Execute an export map export

Parameters:
ds -
Throws:
Exception

exportFromMapItem

public void exportFromMapItem(ExportMapItemDs ds)
                       throws Exception
Execute an export map-item export

Parameters:
ds -
Throws:
Exception


Copyright © 2012. All Rights Reserved.