com.centrasite.control.registry.items
Class SysDefCentraSiteTypeDescItem

java.lang.Object
  extended by com.centrasite.control.AbstractItem
      extended by com.centrasite.control.registry.items.SysDefCentraSiteTypeDescItem
All Implemented Interfaces:
Item

public class SysDefCentraSiteTypeDescItem
extends AbstractItem

SysDefCentraSiteTypeDescItem.java


Field Summary
 
Fields inherited from class com.centrasite.control.AbstractItem
rcs_id
 
Constructor Summary
SysDefCentraSiteTypeDescItem(com.centrasite.jaxr.type.CentraSiteTypeDescription assetType, Connector connector)
           
SysDefCentraSiteTypeDescItem(Connector connector)
           
 
Method Summary
 com.centrasite.jaxr.type.CentraSiteTypeDescription getAssetType()
           
 com.centrasite.jaxr.assettype.AssetTypeManager getAssetTypeManager()
           
 java.util.Iterator getChildren()
           
 java.util.Iterator getChildren(boolean refresh)
           
 ConceptItem getConceptItem()
           
 java.lang.String getDescription()
           
 java.lang.String getImageURL()
           
 java.lang.String getName()
           
 boolean hasNoChildren()
           
 void save(ActionContext actionContext)
          Save Item
 void setAssetType(com.centrasite.jaxr.type.CentraSiteTypeDescription assetType)
           
 
Methods inherited from class com.centrasite.control.AbstractItem
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, clearCache, clearProperties, getAccessControlElements, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getCurrentUserPermissionItem, getDefaultCommand, getDetailsCommand, getDetailViewTabs, getItem, getKey, getLanguage, getLocale, getNameEx, getNonPermissionAccessControlElements, getPath, getPersistanceLocale, getPrivilegeDescriptor, getProperties, getRelatedItems, getReport, getReportForDetailView, hasRequiredAttribute, isLocked, isModified, isReadOnly, isStandalone, isSubTabModified, removeCommand, replaceCommand, setAccessControlElements, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setProperties, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, showReport, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysDefCentraSiteTypeDescItem

public SysDefCentraSiteTypeDescItem(Connector connector)

SysDefCentraSiteTypeDescItem

public SysDefCentraSiteTypeDescItem(com.centrasite.jaxr.type.CentraSiteTypeDescription assetType,
                                    Connector connector)
Method Detail

getAssetType

public com.centrasite.jaxr.type.CentraSiteTypeDescription getAssetType()

setAssetType

public void setAssetType(com.centrasite.jaxr.type.CentraSiteTypeDescription assetType)

save

public void save(ActionContext actionContext)
          throws java.lang.Exception
Description copied from class: AbstractItem
Save Item

Specified by:
save in interface Item
Overrides:
save in class AbstractItem
Throws:
java.lang.Exception

getChildren

public java.util.Iterator getChildren()
                               throws java.lang.Exception
Throws:
java.lang.Exception

getChildren

public java.util.Iterator getChildren(boolean refresh)
                               throws java.lang.Exception
Throws:
java.lang.Exception

getDescription

public java.lang.String getDescription()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getImageURL

public java.lang.String getImageURL()
                             throws java.lang.Exception
Throws:
java.lang.Exception

getName

public java.lang.String getName()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getConceptItem

public ConceptItem getConceptItem()
                           throws java.lang.Exception
Throws:
java.lang.Exception

getAssetTypeManager

public com.centrasite.jaxr.assettype.AssetTypeManager getAssetTypeManager()

hasNoChildren

public boolean hasNoChildren()
                      throws java.lang.Exception
Throws:
java.lang.Exception