com.centrasite.control.ext.imports
Class ImportService

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.extpt.AbstractImport
          extended by com.centrasite.control.ext.imports.ImportService
All Implemented Interfaces:
Import, com.softwareag.cis.plugin.registry.ExtensionImplementation

public class ImportService
extends AbstractImport


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
ImportService()
           
 
Method Summary
 java.lang.String getImageURL()
           
 java.lang.String getLayout()
          Return the path to the HTML page
 java.lang.String getName()
          Return the name
 java.lang.String getPageDescription()
          Return the Description
 
Methods inherited from class com.centrasite.control.extpt.AbstractImport
getLocale, getPageTitle, setLocale
 
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.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

ImportService

public ImportService()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Import
Return the name

Returns:

getPageDescription

public java.lang.String getPageDescription()
Description copied from interface: Import
Return the Description

Returns:

getLayout

public java.lang.String getLayout()
Description copied from interface: Import
Return the path to the HTML page

Returns:

getImageURL

public java.lang.String getImageURL()