@GeneratedType(value="net.datenwerke.dtoservices.dtogenerator.DtoAnnotationProcessor") public abstract class TableReportDto extends ReportDtoDec
TableReport
This file was automatically created by DtoAnnotationProcessor, version 0.1Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_ADDITIONAL_COLUMNS |
static java.lang.String |
PROPERTY_ALLOW_CUBIFICATION |
static java.lang.String |
PROPERTY_ALLOW_MDX |
static java.lang.String |
PROPERTY_COLUMNS |
static java.lang.String |
PROPERTY_CUBE_FLAG |
static java.lang.String |
PROPERTY_CUBE_XML |
static java.lang.String |
PROPERTY_DISTINCT_FLAG |
static java.lang.String |
PROPERTY_ENABLE_SUBTOTALS |
static java.lang.String |
PROPERTY_HIDE_PARENTS |
static java.lang.String |
PROPERTY_METADATA_DATASOURCE_CONTAINER |
static java.lang.String |
PROPERTY_PRE_FILTER |
PROPERTY_DATASOURCE_CONTAINER, PROPERTY_DESCRIPTION, PROPERTY_KEY, PROPERTY_NAME, PROPERTY_PARAMETER_DEFINITIONS, PROPERTY_PARAMETER_INSTANCES, PROPERTY_PARENT_REPORT_DESCRIPTION, PROPERTY_PARENT_REPORT_KEY, PROPERTY_PARENT_REPORT_NAME, PROPERTY_PARENT_REPORT_PROPERTIES, PROPERTY_REPORT_METADATA, PROPERTY_REPORT_PROPERTIES, PROPERTY_TEMPORARY_UID, PROPERTY_UUID
PROPERTY_ACCCESS_RIGHTS
PROPERTY_AVAILABLE_ACCESS_RIGHTS, PROPERTY_AVAILABLE_ACCESS_RIGHTS_SET, PROPERTY_AVAILABLE_INHERITED_ACCESS_RIGHTS
FLAG_CONFIGURATION_PROTECT, FLAG_WRITE_PROTECT
PROPERTY_CREATED_ON, PROPERTY_FLAGS, PROPERTY_HAS_CHILDREN, PROPERTY_ID, PROPERTY_LAST_UPDATED, PROPERTY_PARENT_NODE_ID, PROPERTY_PARENT_NODE_TYPE, PROPERTY_POSITION, PROPERTY_ROOT_NAME, PROPERTY_ROOT_PATH
DISPLAY_STRING_VALUE_PROVIDER, GENERIC_CHANGE_EVENT_PROPERTY
Constructor and Description |
---|
TableReportDto() |
addReportProperty, getEffectiveReportProperty, getEffectiveReportProperty, getParameterDefinitionByKey, getParameterInstanceFor, getParentReportPropertyByName, getReport, getReportPropertyByName, getReportStringProperties, hasParentReportPropertyWithName, hasReportPropertyWithName, isBaseReportExecutable, removeReportProperty
getDatasourceContainer, getDatasourceContainerPropertyAccessor, getDescription, getDescriptionPropertyAccessor, getKey, getKeyPropertyAccessor, getName, getNamePropertyAccessor, getParameterDefinitions, getParameterDefinitionsPropertyAccessor, getParameterInstances, getParameterInstancesPropertyAccessor, getParentReportDescription, getParentReportDescriptionPropertyAccessor, getParentReportKey, getParentReportKeyPropertyAccessor, getParentReportName, getParentReportNamePropertyAccessor, getParentReportProperties, getParentReportPropertiesPropertyAccessor, getReportMetadata, getReportMetadataPropertyAccessor, getReportProperties, getReportPropertiesPropertyAccessor, getTemporaryUid, getTemporaryUidPropertyAccessor, getUuid, getUuidPropertyAccessor, isDatasourceContainerModified, isDescriptionModified, isKeyModified, isNameModified, isParameterDefinitionsModified, isParameterInstancesModified, isParentReportDescriptionModified, isParentReportKeyModified, isParentReportNameModified, isParentReportPropertiesModified, isReportMetadataModified, isReportPropertiesModified, isTemporaryUidModified, isUuidModified, setDatasourceContainer, setDescription, setKey, setName, setParameterDefinitions, setParameterInstances, setParentReportDescription, setParentReportKey, setParentReportName, setParentReportProperties, setReportMetadata, setReportProperties, setTemporaryUid, setUuid
addAvailableRight, hasAccessRight, hasInheritedAccessRight, isAccessRightsLoaded
getAvailableAccessRights, getAvailableAccessRightsPropertyAccessor, getAvailableAccessRightsSetPropertyAccessor, getAvailableInheritedAccessRights, getAvailableInheritedAccessRightsPropertyAccessor, isAvailableAccessRightsModified, isAvailableAccessRightsSet, isAvailableAccessRightsSetModified, isAvailableInheritedAccessRightsModified, setAvailableAccessRights, setAvailableAccessRightsSet, setAvailableInheritedAccessRights
hasChildren, isConfigurationProtected, isWriteProtected, testFlags
getCreatedOn, getCreatedOnPropertyAccessor, getDtoId, getFlags, getFlagsPropertyAccessor, getHasChildrenPropertyAccessor, getId, getIdPropertyAccessor, getLastUpdated, getLastUpdatedPropertyAccessor, getParentNodeId, getParentNodeIdPropertyAccessor, getParentNodeType, getParentNodeTypePropertyAccessor, getPosition, getPositionPropertyAccessor, getRootName, getRootNamePropertyAccessor, getRootPath, getRootPathPropertyAccessor, isCreatedOnModified, isFlagsModified, isHasChildren, isHasChildrenModified, isIdModified, isLastUpdatedModified, isParentNodeIdModified, isParentNodeTypeModified, isPositionModified, isRootNameModified, isRootPathModified, setCreatedOn, setDtoId, setFlags, setHasChildren, setId, setLastUpdated, setParentNodeId, setParentNodeType, setPosition, setRootName, setRootPath
addInstanceChangedHandler, addObjectChangedHandler, commit, commit, deepSet, fireEvent, fireObjectChangedEvent, fireObjectChangedEvent, fireObjectChangedEvent, getDtoProxyId, getDtoView, getValueProviderByPath, isDtoProxy, isSilenceEvents, isTrackChanges, markAsProxy, redo, redo, rollback, rollback, setDtoView, silenceEvents, trackChanges, undo, undo
getParentNodeId, getParentNodeType, getPosition, setHasChildren
public static final java.lang.String PROPERTY_ADDITIONAL_COLUMNS
public static final java.lang.String PROPERTY_ALLOW_CUBIFICATION
public static final java.lang.String PROPERTY_ALLOW_MDX
public static final java.lang.String PROPERTY_COLUMNS
public static final java.lang.String PROPERTY_CUBE_FLAG
public static final java.lang.String PROPERTY_CUBE_XML
public static final java.lang.String PROPERTY_DISTINCT_FLAG
public static final java.lang.String PROPERTY_ENABLE_SUBTOTALS
public static final java.lang.String PROPERTY_HIDE_PARENTS
public static final java.lang.String PROPERTY_METADATA_DATASOURCE_CONTAINER
public static final java.lang.String PROPERTY_PRE_FILTER
public java.util.List<AdditionalColumnSpecDto> getAdditionalColumns()
public void setAdditionalColumns(java.util.List<AdditionalColumnSpecDto> additionalColumns)
public boolean isAdditionalColumnsModified()
public static PropertyAccessor<TableReportDto,java.util.List<AdditionalColumnSpecDto>> getAdditionalColumnsPropertyAccessor()
public boolean isAllowCubification()
public void setAllowCubification(boolean allowCubification)
public boolean isAllowCubificationModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getAllowCubificationPropertyAccessor()
public boolean isAllowMdx()
public void setAllowMdx(boolean allowMdx)
public boolean isAllowMdxModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getAllowMdxPropertyAccessor()
public java.util.List<ColumnDto> getColumns()
public void setColumns(java.util.List<ColumnDto> columns)
public boolean isColumnsModified()
public static PropertyAccessor<TableReportDto,java.util.List<ColumnDto>> getColumnsPropertyAccessor()
public boolean isCubeFlag()
public void setCubeFlag(boolean cubeFlag)
public boolean isCubeFlagModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getCubeFlagPropertyAccessor()
public java.lang.String getCubeXml()
public void setCubeXml(java.lang.String cubeXml)
public boolean isCubeXmlModified()
public static PropertyAccessor<TableReportDto,java.lang.String> getCubeXmlPropertyAccessor()
public java.lang.Boolean isDistinctFlag()
public void setDistinctFlag(java.lang.Boolean distinctFlag)
public boolean isDistinctFlagModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getDistinctFlagPropertyAccessor()
public boolean isEnableSubtotals()
public void setEnableSubtotals(boolean enableSubtotals)
public boolean isEnableSubtotalsModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getEnableSubtotalsPropertyAccessor()
public boolean isHideParents()
public void setHideParents(boolean hideParents)
public boolean isHideParentsModified()
public static PropertyAccessor<TableReportDto,java.lang.Boolean> getHideParentsPropertyAccessor()
public DatasourceContainerDto getMetadataDatasourceContainer()
public void setMetadataDatasourceContainer(DatasourceContainerDto metadataDatasourceContainer)
public boolean isMetadataDatasourceContainerModified()
public static PropertyAccessor<TableReportDto,DatasourceContainerDto> getMetadataDatasourceContainerPropertyAccessor()
public PreFilterDto getPreFilter()
public void setPreFilter(PreFilterDto preFilter)
public boolean isPreFilterModified()
public static PropertyAccessor<TableReportDto,PreFilterDto> getPreFilterPropertyAccessor()
public java.lang.String toDisplayTitle()
toDisplayTitle
in interface ReportContainerDto
toDisplayTitle
in class ReportDto
public java.lang.String toTypeDescription()
toTypeDescription
in class ReportDto
public static Dto2PosoMapper newPosoMapper()
public TableReportDtoPA instantiatePropertyAccess()
instantiatePropertyAccess
in class ReportDto
public void clearModified()
clearModified
in class ReportDto
public boolean isModified()
isModified
in interface ObjectModificationsTracked<Dto>
isModified
in class ReportDto
public java.util.List<PropertyAccessor> getPropertyAccessors()
getPropertyAccessors
in class ReportDto
public java.util.List<PropertyAccessor> getModifiedPropertyAccessors()
getModifiedPropertyAccessors
in class ReportDto
public java.util.List<PropertyAccessor> getPropertyAccessorsByView(DtoView view)
getPropertyAccessorsByView
in class ReportDto
public java.util.List<PropertyAccessor> getPropertyAccessorsForDtos()
getPropertyAccessorsForDtos
in class ReportDto