JRubik v0.6

es.aeat.eett.plugins.infoRubik.jobs.olap_jobs.table_job
Class TableJob

java.lang.Object
  extended byes.aeat.eett.plugins.infoRubik.jobs.olap_jobs.table_job.TableJob
All Implemented Interfaces:
Job

public class TableJob
extends java.lang.Object
implements Job

Author:
f00992 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
private static java.lang.String CAPTION
           
private  java.io.File fileJob
           
private static java.util.ResourceBundle localizationResources
           
private static java.lang.String NAME_PLUGING
           
private  RubikMdx rm
           
 
Fields inherited from interface es.aeat.eett.plugins.infoRubik.jobs.job_core.Job
KEY_CAPTION_PLUGIN, KEY_DEPLOY, KEY_JOB, KEY_JOB_NAME, KEY_NAME_PLUGIN
 
Constructor Summary
(package private) TableJob()
           
(package private) TableJob(java.io.File fileJob)
           
 
Method Summary
 void createFileOut(java.io.File fileOut)
           
 java.lang.String getCaption()
           
private  org.jdom.Element getDeployElement()
           
 java.io.File getFileJob()
           
 java.lang.String getPuginName()
           
 org.jdom.Element getRootElement()
           
 void ini()
           
private  void loadFile()
           
private  boolean loadRootElement(org.jdom.Element rootElement)
           
 void run()
           
 void setFileJob(java.io.File fileJob)
           
 void show(Plugin plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localizationResources

private static final java.util.ResourceBundle localizationResources

CAPTION

private static final java.lang.String CAPTION

NAME_PLUGING

private static final java.lang.String NAME_PLUGING
See Also:
Constant Field Values

rm

private RubikMdx rm

fileJob

private java.io.File fileJob
Constructor Detail

TableJob

TableJob()

TableJob

TableJob(java.io.File fileJob)
Method Detail

ini

public void ini()
         throws java.lang.Exception
Specified by:
ini in interface Job
Throws:
java.lang.Exception

show

public void show(Plugin plugin)
Specified by:
show in interface Job

getPuginName

public java.lang.String getPuginName()
Specified by:
getPuginName in interface Job
Returns:
El nombre del plugin que proporciona este componente

getCaption

public java.lang.String getCaption()
Specified by:
getCaption in interface Job

getRootElement

public org.jdom.Element getRootElement()
Specified by:
getRootElement in interface Job

getDeployElement

private org.jdom.Element getDeployElement()

loadRootElement

private boolean loadRootElement(org.jdom.Element rootElement)

loadFile

private void loadFile()
               throws java.lang.Exception
Throws:
java.lang.Exception

run

public void run()
         throws java.lang.Exception
Specified by:
run in interface Job
Throws:
java.lang.Exception

createFileOut

public void createFileOut(java.io.File fileOut)
                   throws java.lang.Exception
Specified by:
createFileOut in interface Job
Throws:
java.lang.Exception

getFileJob

public java.io.File getFileJob()
Specified by:
getFileJob in interface Job
Returns:
Returns the fileJob.

setFileJob

public void setFileJob(java.io.File fileJob)
Specified by:
setFileJob in interface Job
Parameters:
fileJob - The fileJob to set.

JRubik v0.6

JRubik v0.6