org.kuali.common.impex.data
Class DataExportExecutable

java.lang.Object
  extended by org.kuali.common.impex.data.DataExportExecutable
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class DataExportExecutable
extends Object
implements org.kuali.common.util.execute.Executable


Field Summary
static Boolean DEFAULT_SKIP_EXECUTION
           
 
Constructor Summary
DataExportExecutable()
           
 
Method Summary
 void execute()
           
 ExportDataContext getContext()
           
 Schema getSchema()
           
 ExportDataService getService()
           
 Boolean getSkip()
           
 void setContext(ExportDataContext context)
           
 void setSchema(Schema schema)
           
 void setService(ExportDataService service)
           
 void setSkip(Boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SKIP_EXECUTION

public static final Boolean DEFAULT_SKIP_EXECUTION
Constructor Detail

DataExportExecutable

public DataExportExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getContext

public ExportDataContext getContext()

setContext

public void setContext(ExportDataContext context)

getService

public ExportDataService getService()

setService

public void setService(ExportDataService service)

getSchema

public Schema getSchema()

setSchema

public void setSchema(Schema schema)

getSkip

public Boolean getSkip()

setSkip

public void setSkip(Boolean skip)


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