Package | Description |
---|---|
com.ihr.xbrl.dts |
Provides the classes necessary to investigate the content of a DTS.
|
Modifier and Type | Method and Description |
---|---|
ColumnPeriod |
InstanceExplorer.getColumn(CompanyKey ck,
int index)
Gets the column.
|
ColumnPeriod |
ValidCombinationsFilter.PeriodCombination.getDurationPart()
Gets the duration part.
|
ColumnPeriod |
ValidCombinationsFilter.PeriodCombination.getInstantPart()
Gets the instant part.
|
ColumnPeriod |
PeriodMember.getMember()
Gets the member.
|
ColumnPeriod |
FactsColumn.getPeriod()
Gets the period.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ColumnPeriod> |
InstanceExplorer.getColumnKeysIterator(CompanyKey ck)
Gets the column keys iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceExplorer.addColumn(CompanyKey ck,
ColumnPeriod col)
Adds the column.
|
int |
ColumnPeriod.ColumnPeriodStartComparator.compare(ColumnPeriod o1,
ColumnPeriod o2)
Compare.
|
int |
ColumnPeriod.ColumnPeriodEndComparator.compare(ColumnPeriod o1,
ColumnPeriod o2)
Compare.
|
int |
ColumnPeriod.ColumnPeriodDurationComparator.compare(ColumnPeriod o1,
ColumnPeriod o2)
Compare.
|
void |
InstanceExplorer.delColumn(CompanyKey ck,
ColumnPeriod col)
Del column.
|
FactsColumn[] |
InstanceExplorer.getFactsColumn(CompanyKey ck,
ColumnPeriod period,
boolean bIncludeRelated)
This is never null.
|
HandleDateStep.InstantMode |
InstantOnColumnRecognitionSupport.getInstantMode(XBRLFactItem fact,
ColumnPeriod cp)
This method returns a value from the InstantMode enumeration as follows:
BOP if the fact is instant and the date corresponds to the beginning of the column period
EOP if the fact is instant and the date corresponds to the end of the column period
ANY if the fact is instant and the date is within the period but is not BOP and not EOP
UNKNOWN in any other cases including the fact is duration
.
|
HandleDateStep.InstantMode |
BasicInstantOnColumnRecognition.getInstantMode(XBRLFactItem fact,
ColumnPeriod cp)
Gets the instant mode.
|
boolean |
ValidCombinationsFilter.isExcludedPeriod(ColumnPeriod memInstant,
ColumnPeriod memDuration,
XBRLRoleType role,
int viewModeCode,
java.lang.String itemCode)
This method compares a combination of duration and instant
and returns true or false depending on the rules.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ValidCombinationsFilter.PeriodCombination> |
ValidCombinationsFilter.prepareExcludedPeriods(java.util.Set<ColumnPeriod> allInstantPeriods,
java.util.Set<ColumnPeriod> allDurationPeriods,
XBRLRoleType role,
int viewModeCode,
java.lang.String itemCode)
Prepares a set of excluded period combinations from the incoming sets of instants and durations.
|
java.util.Set<ValidCombinationsFilter.PeriodCombination> |
ValidCombinationsFilter.prepareExcludedPeriods(java.util.Set<ColumnPeriod> allInstantPeriods,
java.util.Set<ColumnPeriod> allDurationPeriods,
XBRLRoleType role,
int viewModeCode,
java.lang.String itemCode)
Prepares a set of excluded period combinations from the incoming sets of instants and durations.
|
Constructor and Description |
---|
ColumnPeriod(HasBoySupport boyManager,
ColumnPeriod period,
int dateStep)
Creates a new ColumnPeriod that starts at the same date as the column period in the
parameter but extends to the end of the dateStep in the second parameter.
|
FactsColumn(ColumnPeriod period)
Instantiates a new facts column.
|
PeriodCombination(ColumnPeriod durationPart,
ColumnPeriod instantPart)
Instantiates a new valid combination.
|
PeriodMember(ColumnPeriod cp,
Dimension<?> dim)
Instantiates a new period member.
|
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa