com.centrasite.control.ext.util
Class AbstractItemEditor

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.ext.util.AbstractItemEditor
All Implemented Interfaces:
com.centrasite.control.extpt.ItemEditor, com.softwareag.cis.plugin.registry.ExtensionImplementation
Direct Known Subclasses:
AssetTypeItemEditor, AssociationTypeItemEditor, CentraSiteGroupItemEditor, CentraSiteRoleItemEditor, CentraSiteUserItemEditor, ClassificationSchemeItemEditor, ConsumerAppItemEditor, OrganizationItemEditor, RegistryAssetItemEditor, RegistryGroupItemEditor, RegistryUserItemEditor, ReportTemplateItemEditor, SampleItemEditor, SupportingDocumentItemEditor, SysDefTypeItemEditor

public abstract class AbstractItemEditor
extends com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
implements com.centrasite.control.extpt.ItemEditor


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
rcs_id
 
Fields inherited from interface com.centrasite.control.extpt.ItemEditor
rcs_id
 
Constructor Summary
AbstractItemEditor()
           
 
Method Summary
 java.lang.String buildTitle(java.lang.String itemName, java.lang.String typeName, java.util.Locale locale)
           
 java.lang.String getTitle(com.centrasite.control.Item item)
           
 
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.ItemEditor
appliesTo, getAdapterClass, getLayout
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

AbstractItemEditor

public AbstractItemEditor()
Method Detail

getTitle

public java.lang.String getTitle(com.centrasite.control.Item item)
Specified by:
getTitle in interface com.centrasite.control.extpt.ItemEditor

buildTitle

public java.lang.String buildTitle(java.lang.String itemName,
                                   java.lang.String typeName,
                                   java.util.Locale locale)