com.centrasite.control.extpt
Class AbstractImport

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.extpt.AbstractImport
All Implemented Interfaces:
Import, com.softwareag.cis.plugin.registry.ExtensionImplementation
Direct Known Subclasses:
ImportBPEL, ImportRegistry, ImportReport, ImportRESTService, ImportSchema, ImportService, ImportXMLService, ImportXPDLCommand

public abstract class AbstractImport
extends com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
implements Import


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
rcs_id
 
Constructor Summary
AbstractImport()
           
 
Method Summary
 java.util.Locale getLocale()
           
 java.lang.String getPageTitle()
          Returns the page title
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.centrasite.control.extpt.Import
getLayout, getName, getPageDescription
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

AbstractImport

public AbstractImport()
Method Detail

setLocale

public void setLocale(java.util.Locale locale)
Specified by:
setLocale in interface Import

getLocale

public java.util.Locale getLocale()

getPageTitle

public java.lang.String getPageTitle()
Returns the page title

Specified by:
getPageTitle in interface Import
Returns: