Package adalid.core
Class Report
java.lang.Object
adalid.core.AbstractArtifact
adalid.core.Report
- All Implemented Interfaces:
Wrappable,Artifact,Comparable<Report>
- Author:
- Jorge Campins
-
Field Summary
Fields inherited from class adalid.core.AbstractArtifact
_de_, _of_, BR, ENGLISH, FWGTS, FWLTS, HT, PORTUGUESE, SPANISH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintprotected StringfieldsToString(int n, String key, boolean verbose, boolean fields, boolean maps) getAggregateFunctionName(String aggregation) intintintintintintintgetTitle()intgetView()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanprotected voidsetInterFieldGapWidth(int interFieldGapWidth) Methods inherited from class adalid.core.AbstractArtifact
a, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttributes, annotate, b, b, bigDecimal, bigDecimal, bigDecimal, bigDecimal, bigDecimal, bigInteger, bigInteger, bigInteger, bigInteger, bigInteger, checkName, checkScope, classToString, clearAttributes, coalesce, copyBootstrappingAttributes, copyLocalizedStrings, defaultLocale, depth, fa, finalise, finish, getAlias, getAttribute, getAttribute, getAttributes, getAttributesArray, getAttributesArray, getAttributesKeySetByRegex, getBooleanAttribute, getBooleanAttribute, getClassPath, getCrypticName, getDeclaringArtifact, getDeclaringEntity, getDeclaringEntityRoot, getDeclaringField, getDeclaringFieldEntityRoot, getDeclaringFieldIndex, getDeclaringFieldNamedClassSimpleName, getDeclaringFieldPersistentEntityRoot, getDeclaringFieldPersistentEntityTableRoot, getDeclaringOperation, getDeclaringPersistentEntity, getDeclaringPersistentEntityRoot, getDefaultCollectionLabel, getDefaultCollectionShortLabel, getDefaultColumnHeader, getDefaultDescription, getDefaultLabel, getDefaultLocale, getDefaultShortDescription, getDefaultShortLabel, getDefaultSymbol, getDefaultTooltip, getDefaultWrapperClass, getFullName, getInlineHelpType, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getKeyFeatures, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getLocalizedCollectionLabel, getLocalizedCollectionShortLabel, getLocalizedColumnHeader, getLocalizedDescription, getLocalizedLabel, getLocalizedShortDescription, getLocalizedShortLabel, getLocalizedSymbol, getLocalizedTooltip, getName, getPartialName, getPartialSqlName, getPathList, getPathString, getSqlName, getStringAttribute, getStringAttribute, getStringAttribute, getStringAttribute, getStringKeyValuePairAttribute, getStringKeyValuePairAttribute, getTrace, getValidFieldAnnotations, getValidTypeAnnotations, getValueString, getValueString, getWrapper, greaterThanZero, h1, h2, h3, h4, h5, h6, hashCodeHexString, i, i, ic, ic, isAnnotated, isClassInPath, isDeclared, isExpression, isFinalised, isFinished, isFontAwesomeClass, isInherited, isInheritedFromAbstract, isInheritedFromConcrete, isLocalizedSymbolDefined, isNotDeclared, isNotInherited, isNotInheritedFromAbstract, isNotInheritedFromConcrete, isOperation, isUnicodeSymbolClass, isValidEmbeddedDocument, isValidFieldAnnotation, isValidHelpFileName, isValidHelpFileType, isValidJavaClassName, isValidSnippetFileName, isValidTypeAnnotation, localeReadingKey, localeWritingKey, m, m, mapsToString, put, round, s, s, setAlias, setDefaultCollectionLabel, setDefaultCollectionShortLabel, setDefaultColumnHeader, setDefaultColumnHeader, setDefaultDescription, setDefaultLabel, setDefaultShortDescription, setDefaultShortLabel, setDefaultShortLabel, setDefaultSymbol, setDefaultTooltip, setInlineHelpType, setLocalizedCollectionLabel, setLocalizedCollectionShortLabel, setLocalizedColumnHeader, setLocalizedColumnHeader, setLocalizedDescription, setLocalizedLabel, setLocalizedShortDescription, setLocalizedShortLabel, setLocalizedShortLabel, setLocalizedSymbol, setLocalizedTooltip, setSqlName, setStaticAttributes, settler, setTrace, specified, specified, specified, specified, specified, specified, specified, specified, toString, toString, toString, toString, toString, toString, u, u, ul, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyNames, xs
-
Constructor Details
-
Report
-
Report
-
Report
-
-
Method Details
-
getEntity
- Returns:
- the entity
-
getView
- Returns:
- the view
-
getPageFormat
-
getPaperSize
-
isLandscapeOrientation
public boolean isLandscapeOrientation() -
isPortraitOrientation
public boolean isPortraitOrientation() -
getColumnWidth
public int getColumnWidth() -
getPageWidth
public int getPageWidth() -
getPageHeight
public int getPageHeight() -
getTopMargin
public int getTopMargin() -
getBottomMargin
public int getBottomMargin() -
getLeftMargin
public int getLeftMargin() -
getRightMargin
public int getRightMargin() -
getTitle
-
getInterFieldGapWidth
public int getInterFieldGapWidth()- Returns:
- the inter field gap width
-
setInterFieldGapWidth
protected void setInterFieldGapWidth(int interFieldGapWidth) - Parameters:
interFieldGapWidth- the inter field gap width to set
-
getGroupsMap
- Returns:
- the groups map
-
getGroups
- Returns:
- the groups list
-
getDetailGroup
- Returns:
- the detail group
-
getLastControlGroup
- Returns:
- the last control group
-
getPenultimateControlGroup
- Returns:
- the penultimate control group
-
isCountAtHand
public boolean isCountAtHand() -
isMinAtHand
public boolean isMinAtHand() -
isMaxAtHand
public boolean isMaxAtHand() -
isSumAtHand
public boolean isSumAtHand() -
isAverageAtHand
public boolean isAverageAtHand() -
isDeviationAtHand
public boolean isDeviationAtHand() -
addAggregates
public void addAggregates() -
getAggregations
-
getAggregateFunctionName
-
compareTo
- Specified by:
compareToin interfaceComparable<Report>
-
fieldsToString
- Overrides:
fieldsToStringin classAbstractArtifact
-