|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.cms.installer.xml.ContentTypeHelperImpl
Constructor Summary | |
ContentTypeHelperImpl()
|
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. use getLabelBundle and getLabelKey |
String |
getDescriptionBundle()
|
String |
getDescriptionKey()
|
String |
getLabel()
Deprecated. use getLabelBundle and getLabelKey |
String |
getLabelBundle()
|
String |
getLabelKey()
|
String |
getObjectType()
|
boolean |
isInternal()
|
void |
saveType()
|
void |
setClassName(String classname)
|
void |
setCreateComponent(String createComponent)
|
void |
setDescription(String description)
Deprecated. use setLabelBundle and setLabelKey |
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. use setLabelBundle and setLabelKey |
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)
Doesn't do anything |
void |
setObjectType(String objType)
|
void |
setParentType(String parentType)
Doesn't do anything |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentTypeHelperImpl()
Method Detail |
public void setLabel(String label)
setLabel
in interface ContentTypeHelper
public String getLabel()
getLabel
in interface ContentTypeHelper
public void setLabelBundle(String labelBundle)
setLabelBundle
in interface ContentTypeHelper
public String getLabelBundle()
getLabelBundle
in interface ContentTypeHelper
public void setLabelKey(String labelKey)
setLabelKey
in interface ContentTypeHelper
public String getLabelKey()
getLabelKey
in interface ContentTypeHelper
public void setInternal(boolean internal)
setInternal
in interface ContentTypeHelper
public boolean isInternal()
isInternal
in interface ContentTypeHelper
public void setDescription(String description)
setDescription
in interface ContentTypeHelper
public String getDescription()
getDescription
in interface ContentTypeHelper
public void setDescriptionBundle(String descriptionBundle)
setDescriptionBundle
in interface ContentTypeHelper
public String getDescriptionBundle()
getDescriptionBundle
in interface ContentTypeHelper
public void setDescriptionKey(String descriptionKey)
setDescriptionKey
in interface ContentTypeHelper
public String getDescriptionKey()
getDescriptionKey
in interface ContentTypeHelper
public void setObjectType(String objType)
setObjectType
in interface ContentTypeHelper
public String getObjectType()
getObjectType
in interface ContentTypeHelper
public void setClassName(String classname)
setClassName
in interface ContentTypeHelper
public String getClassName()
getClassName
in interface ContentTypeHelper
public void setCreateComponent(String createComponent)
setCreateComponent
in interface ContentTypeHelper
public AuthoringKit getAuthoringKit()
getAuthoringKit
in interface ContentTypeHelper
public ContentType getContentType()
getContentType
in interface ContentTypeHelper
public void setName(String name)
setName
in interface ContentTypeHelper
public void setParentType(String parentType)
setParentType
in interface ContentTypeHelper
public ContentType createType()
createType
in interface ContentTypeHelper
public AuthoringKit createAuthoringKit()
createAuthoringKit
in interface ContentTypeHelper
public void addAuthoringStep(String label, String description, String component, BigDecimal ordering)
addAuthoringStep
in interface ContentTypeHelper
public void addAuthoringStep(String labelKey, String labelBundle, String descriptionKey, String descriptionBundle, String component, BigDecimal ordering)
addAuthoringStep
in interface ContentTypeHelper
public void saveType()
saveType
in interface ContentTypeHelper
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |