com.arsdigita.cms.installer.xml
Interface ContentTypeHelper

All Known Implementing Classes:
ContentTypeHelperImpl, UDCTHelper

public interface ContentTypeHelper


Method Summary
 void addAuthoringStep(String label, String description, String component, BigDecimal ordering)
          Deprecated.  
 void addAuthoringStep(String labelKey, String labelBundle, String descriptionKey, String descriptionBundle, String component, BigDecimal ordering)
           
 AuthoringKit createAuthoringKit()
           
 ContentType createType()
           
 AuthoringKit getAuthoringKit()
           
 String getClassName()
           
 ContentType getContentType()
           
 String getDescription()
          Deprecated.  
 String getDescriptionBundle()
           
 String getDescriptionKey()
           
 String getLabel()
          Deprecated.  
 String getLabelBundle()
           
 String getLabelKey()
           
 String getObjectType()
           
 boolean isInternal()
           
 void saveType()
           
 void setClassName(String classname)
           
 void setCreateComponent(String createComponent)
           
 void setDescription(String description)
          Deprecated.  
 void setDescriptionBundle(String descriptionBundle)
          The descriptionBundle and descriptionKey work together to specify where to locate the given description.
 void setDescriptionKey(String descriptionKey)
          The descriptionBundle and descriptionKey work together to specify where to locate the given description.
 void setInternal(boolean internal)
           
 void setLabel(String label)
          Deprecated.  
 void setLabelBundle(String labelBundle)
          The labelBundle and labelKey work together to specify where to locate the given label.
 void setLabelKey(String labelKey)
          The labelBundle and labelKey work together to specify where to locate the given label.
 void setName(String name)
           
 void setObjectType(String objType)
           
 void setParentType(String classname)
           
 

Method Detail

setName

public void setName(String name)

setLabel

public void setLabel(String label)
Deprecated.  


getLabel

public String getLabel()
Deprecated.  


setLabelBundle

public void setLabelBundle(String labelBundle)
The labelBundle and labelKey work together to specify where to locate the given label. These are the bundle and key use to create a GlobalizedMessage


getLabelBundle

public String getLabelBundle()

setLabelKey

public void setLabelKey(String labelKey)
The labelBundle and labelKey work together to specify where to locate the given label. These are the bundle and key use to create a GlobalizedMessage


getLabelKey

public String getLabelKey()

isInternal

public boolean isInternal()

setInternal

public void setInternal(boolean internal)

setDescription

public void setDescription(String description)
Deprecated.  


getDescription

public String getDescription()
Deprecated.  


setDescriptionBundle

public void setDescriptionBundle(String descriptionBundle)
The descriptionBundle and descriptionKey work together to specify where to locate the given description. These are the bundle and key use to create a GlobalizedMessage


getDescriptionBundle

public String getDescriptionBundle()

setDescriptionKey

public void setDescriptionKey(String descriptionKey)
The descriptionBundle and descriptionKey work together to specify where to locate the given description. These are the bundle and key use to create a GlobalizedMessage


getDescriptionKey

public String getDescriptionKey()

setObjectType

public void setObjectType(String objType)

getObjectType

public String getObjectType()

setClassName

public void setClassName(String classname)

getClassName

public String getClassName()

setParentType

public void setParentType(String classname)

setCreateComponent

public void setCreateComponent(String createComponent)

getAuthoringKit

public AuthoringKit getAuthoringKit()

getContentType

public ContentType getContentType()

createType

public ContentType createType()

createAuthoringKit

public AuthoringKit createAuthoringKit()

addAuthoringStep

public void addAuthoringStep(String label,
                             String description,
                             String component,
                             BigDecimal ordering)
Deprecated.  


addAuthoringStep

public void addAuthoringStep(String labelKey,
                             String labelBundle,
                             String descriptionKey,
                             String descriptionBundle,
                             String component,
                             BigDecimal ordering)

saveType

public void saveType()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC