Class CometTemplatePanelScript
- 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.template.CometTemplatePanelScript
-
- All Implemented Interfaces:
java.io.Serializable
@CometTypeConstraints(referenceBinding=NONE) public class CometTemplatePanelScript extends CometScript
Java class for the Template 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 CometTemplatePanelScript()Instantiates a new comet template 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.java.lang.StringgetRepositoryPath()Gets the repository path.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)
Sets 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)
Sets 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)
Sets the shortcut.- Overrides:
setShortcutin classCometScript- Parameters:
shortcut- the new shortcut
-
getRepositoryFilename
public java.lang.String getRepositoryFilename() throws CometExceptionGets the repository filename.- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename
- Throws:
CometException- the comet exception
-
getRepositoryPath
public java.lang.String getRepositoryPath() throws CometExceptionGets the repository path.- Overrides:
getRepositoryPathin classCometEntity- Returns:
- the repository path
- Throws:
CometException- the comet exception
-
-