Class SaikuReport
java.lang.Object
net.datenwerke.treedb.service.treedb.AbstractNode<AbstractReportManagerNode>
net.datenwerke.security.service.treedb.entities.SecuredAbstractNode<AbstractReportManagerNode>
net.datenwerke.rs.core.service.reportmanager.entities.AbstractReportManagerNode
net.datenwerke.rs.core.service.reportmanager.entities.reports.Report
net.datenwerke.rs.saiku.service.saiku.entities.SaikuReport
- All Implemented Interfaces:
Serializable,DatasourceContainerProvider,ParameterContainerNode,HierarchicalSecurityTarget,Owneable,SecurityTarget
- Direct Known Subclasses:
SaikuReportVariant
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Indexed
@GenerateDto(dtoPackage="net.datenwerke.rs.saiku.client.saiku.dto",
createDecorator=true,
typeDescriptionMsg=SaikuMessages.class,
typeDescriptionKey="reportTypeName",
icon="cubes")
public class SaikuReport
extends Report
- See Also:
-
Field Summary
Fields inherited from class net.datenwerke.rs.core.service.reportmanager.entities.reports.Report
ENTITY_DIFF_IDENTITCAL_FOR_EXECUTIONFields inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
FLAG_CONFIGURATION_PROTECTION, FLAG_WRITE_PROTECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanbooleanvoidreplaceWith(Report aReport, Injector injector) voidsetAllowMdx(boolean allowMdx) voidsetCreatedFromPivotReport(boolean createdFromTableReport) voidsetHideParents(boolean hideParents) voidsetOriginalPivotReportId(long originalTableReportId) voidsetQueryXml(String queryXml) Methods inherited from class net.datenwerke.rs.core.service.reportmanager.entities.reports.Report
addParameterDefinition, addParameterInstance, addReportMetadata, addReportProperty, createNewVariant, createTemporaryVariant, createTemporaryVariant, getDatasourceContainer, getDescription, getEffectiveReportProperty, getEffectiveReportStringPropertyValue, getKey, getName, getParameterDefinitionByKey, getParameterDefinitions, getParameterDefinitionsOfType, getParameterDefinitionsSafe, getParameterInstanceFor, getParameterInstances, getParamInstanceByDefinitionId, getPreviewImage, getReportMetadata, getReportMetadataByName, getReportProperties, getReportProperty, getReportProperty, getReportPropertyByName, getTemporaryVariantType, getType, getUuid, hasReportMetadata, hasReportProperty, isIdenticalForExecution, removeParameterDefinition, removeParameterInstance, removeReportMetadata, removeReportProperty, setDatasourceContainer, setDescription, setKey, setName, setParameterDefinitions, setParameterInstances, setPreviewImage, setReportMetadata, setReportProperties, setTemporaryVariantType, setUuid, toString, usesParameterMethods inherited from class net.datenwerke.rs.core.service.reportmanager.entities.AbstractReportManagerNode
getNodeName, getRootNodeNameMethods inherited from class net.datenwerke.security.service.treedb.entities.SecuredAbstractNode
getAcl, getOwner, getParentTarget, setAcl, setOwnerMethods inherited from class net.datenwerke.treedb.service.treedb.AbstractNode
addChild, addChild, addFlag, clearFlags, equals, getBaseType, getChildren, getChildrenOfType, getChildrenSorted, getCreatedOn, getDeniedChildren, getDescendants, getDescendants, getFlags, getId, getIdOrOldTransient, getLastUpdated, getManagerClass, getOldTransientId, getOldTransientKey, getParent, getPosition, getRootLine, getSupportedChildren, getVersion, hasChildren, hasChildrenOfType, hasDescendantsOfType, hasFlag, hashCode, idsMatch, isAncestorOf, isConfigurationProtected, isFolder, isRoot, isUpdateLastUpdated, isWriteProtected, removeChild, removeFlag, setChildren, setConfigurationProtection, setCreatedOn, setFlags, setId, setLastUpdated, setOldTransientId, setOldTransientKey, setParent, setPosition, setUpdateLastUpdated, setVersion, setWriteProtection, wouldContainFlag
-
Constructor Details
-
SaikuReport
public SaikuReport()
-
-
Method Details
-
getQueryXml
-
setQueryXml
-
isCreatedFromPivotReport
public boolean isCreatedFromPivotReport() -
setCreatedFromPivotReport
public void setCreatedFromPivotReport(boolean createdFromTableReport) -
getOriginalPivotReportId
public long getOriginalPivotReportId() -
setOriginalPivotReportId
public void setOriginalPivotReportId(long originalTableReportId) -
setHideParents
public void setHideParents(boolean hideParents) -
isHideParents
public boolean isHideParents() -
replaceWith
- Overrides:
replaceWithin classReport
-
isAllowMdx
public boolean isAllowMdx() -
setAllowMdx
public void setAllowMdx(boolean allowMdx)
-