Class CometSettingPanelScript
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.statement.CometStatement
-
- com.priint.pubserver.comet.entity.statement.CometScript
-
- com.priint.pubserver.comet.entity.setting.CometSettingPanelScript
-
- All Implemented Interfaces:
java.io.Serializable
@Obsolete(reason="Currently there is no support for panel scripts in the settings panel") @CometTypeConstraints(referenceBinding=LOOSE) public class CometSettingPanelScript extends CometScript
Java class for the Setting Panel Script configuration type
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.statement.CometScript
CometScript.FrontRowLink
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description CometSettingPanelScript()Instantiates a new comet setting panel script.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CometScript.FrontRowLinkgetFrontRowLink()Reintroduce the frontRowLink XML element.java.lang.StringgetHierarchy()Reintroduce the hierarchy XML element.java.lang.StringgetRepositoryFilename()Gets the repository filename for this particular itemjava.lang.StringgetRepositoryPath()Get the relative repository path for this configuration type.java.lang.StringgetShortcut()Reintroduce the shortcut XML element.voidsetFrontRowLink(CometScript.FrontRowLink frontRowLink)Sets the front row link.voidsetHierarchy(java.lang.String hierarchy)Sets the hierarchy.voidsetShortcut(java.lang.String shortcut)Sets the shortcut.-
Methods inherited from class com.priint.pubserver.comet.entity.statement.CometScript
getInput, getOutput, getScriptEnvironment, getStatement, getTag, isAction, isActive, setActive, setInput, setOutput, setStatement, setTag
-
Methods inherited from class com.priint.pubserver.comet.entity.statement.CometStatement
getDescription, getEntityId, getLabel, getSequence, getTypeIdentifier, setDescription, setEntityId, setLabel, setSequence, setTypeIdentifier
-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getFrontRowLink
public CometScript.FrontRowLink getFrontRowLink()
Reintroduce the frontRowLink XML element.
This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.
- Overrides:
getFrontRowLinkin classCometScript- Returns:
- the front row link
-
setFrontRowLink
public void setFrontRowLink(CometScript.FrontRowLink frontRowLink)
Description copied from class:CometScriptSets the front row link.- Overrides:
setFrontRowLinkin classCometScript- Parameters:
frontRowLink- the new front row link
-
getHierarchy
public java.lang.String getHierarchy()
Reintroduce the hierarchy XML element.
This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.
- Overrides:
getHierarchyin classCometScript- Returns:
- the hierarchy
-
setHierarchy
public void setHierarchy(java.lang.String hierarchy)
Description copied from class:CometScriptSets the hierarchy.- Overrides:
setHierarchyin classCometScript- Parameters:
hierarchy- the new hierarchy
-
getShortcut
public java.lang.String getShortcut()
Reintroduce the shortcut XML element.
This is supported for PANEL scripts only, but is defined as a XmlTransient attribute in the CometScript base class.
- Overrides:
getShortcutin classCometScript- Returns:
- the shortcut
-
setShortcut
public void setShortcut(java.lang.String shortcut)
Description copied from class:CometScriptSets the shortcut.- Overrides:
setShortcutin classCometScript- Parameters:
shortcut- the new shortcut
-
getRepositoryFilename
public java.lang.String getRepositoryFilename() throws CometExceptionDescription copied from class:CometEntityGets the repository filename for this particular item
This method MUST be overridden by classes extending CometEntity
- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename of this particular item
- Throws:
CometException- the comet exception
-
getRepositoryPath
public java.lang.String getRepositoryPath() throws CometExceptionDescription copied from class:CometEntityGet the relative repository path for this configuration type.
This method MUST be overridden by classes extending CometEntity.
- Overrides:
getRepositoryPathin classCometEntity- Returns:
- relative repository path
- Throws:
CometException- the comet exception
-
-