Package com.jalios.jcms.json.mixin
Interface PublicationMixIn
-
- All Superinterfaces:
BasicStorableMixIn
,DataMixIn
- All Known Subinterfaces:
FileDocumentMixIn
public interface PublicationMixIn extends DataMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAllWikiText()
java.lang.String
getAllWysiwygText()
java.lang.String
getDefaultTemplateUsage()
java.lang.String
getDisplayTemplateFile()
int
getEstimatedReminderCount()
boolean
getHasNoReadRights()
Workflow
getInternalWorkflow()
int
getPopularity()
java.lang.String
getQueryTemplateFile()
java.lang.String
getRoleMapStr()
java.lang.String[]
getSearchStrings()
java.lang.String
getTitleMLE()
java.util.Collection<? extends TreeNode>
getTreeChildren()
TreeNode
getTreeParent()
TreeNode
getTreeRoot()
int
getVoteValue()
WSTypeEntry
getWSTypeEntry()
boolean
hasNoReadRights()
boolean
isAudienced()
boolean
isPublic()
boolean
isTreeLeaf()
boolean
isTreeNode()
boolean
isVersioned()
-
Methods inherited from interface com.jalios.jcms.json.mixin.BasicStorableMixIn
getAttributes, getStore, getUrid, hasBeenUpdated, isStored, setAttributes, setAttributes, setStore
-
Methods inherited from interface com.jalios.jcms.json.mixin.DataMixIn
getDisplayLinkCss, getDisplayLinkDataAttribute, getDisplayLinkHtmlAttributes, getExportXmlDataValue, getUpdateInstance, isInDatabase
-
-
-
-
Method Detail
-
getWSTypeEntry
WSTypeEntry getWSTypeEntry()
-
getTreeChildren
java.util.Collection<? extends TreeNode> getTreeChildren()
-
getTreeParent
TreeNode getTreeParent()
-
isTreeLeaf
boolean isTreeLeaf()
-
isTreeNode
boolean isTreeNode()
-
getTreeRoot
TreeNode getTreeRoot()
-
getDisplayTemplateFile
java.lang.String getDisplayTemplateFile()
-
getQueryTemplateFile
java.lang.String getQueryTemplateFile()
-
getHasNoReadRights
boolean getHasNoReadRights()
-
hasNoReadRights
boolean hasNoReadRights()
-
isAudienced
boolean isAudienced()
-
isPublic
boolean isPublic()
-
isVersioned
boolean isVersioned()
-
getVoteValue
int getVoteValue()
-
getEstimatedReminderCount
int getEstimatedReminderCount()
-
getPopularity
int getPopularity()
-
getAllWikiText
java.lang.String getAllWikiText()
-
getAllWysiwygText
java.lang.String getAllWysiwygText()
-
getDefaultTemplateUsage
java.lang.String getDefaultTemplateUsage()
-
getRoleMapStr
java.lang.String getRoleMapStr()
-
getSearchStrings
java.lang.String[] getSearchStrings()
-
getTitleMLE
java.lang.String getTitleMLE()
-
getInternalWorkflow
Workflow getInternalWorkflow()
-
-