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 PublicationgetPublication()WorkspacegetWorkspace()- 
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, isInDatabase 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPublication
Publication getPublication()
 
- 
getWorkspace
Workspace getWorkspace()
 
 - 
 
 -