Package com.jalios.jcms.json.mixin
Interface VoteMixIn
-
- All Superinterfaces:
BasicStorableMixIn
,DataMixIn
public interface VoteMixIn extends DataMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Publication
getPublication()
Workspace
getWorkspace()
-
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
-
getPublication
Publication getPublication()
-
getWorkspace
Workspace getWorkspace()
-
-