Uses of Class
com.ihr.xbrl.dts.InstanceExplorer.CompanyKey

Packages that use InstanceExplorer.CompanyKey
com.ihr.xbrl.dts Provides the classes necessary to investigate the content of a DTS. 
 

Uses of InstanceExplorer.CompanyKey in com.ihr.xbrl.dts
 

Methods in com.ihr.xbrl.dts that return types with arguments of type InstanceExplorer.CompanyKey
 java.util.Iterator<InstanceExplorer.CompanyKey> InstanceExplorer.getCompanyKeys()
          Access to an iterator over the keys for company data
 

Methods in com.ihr.xbrl.dts with parameters of type InstanceExplorer.CompanyKey
 void InstanceExplorer.addColumn(InstanceExplorer.CompanyKey ck, ColumnPeriod col)
           
 void InstanceExplorer.delColumn(InstanceExplorer.CompanyKey ck, ColumnPeriod col)
           
 java.util.Collection<XBRLContext> InstanceExplorer.getAllContexts(InstanceExplorer.CompanyKey ck, int periodType)
          Access to a collection of all contexts that are associated with factColumns in this InstanceExplorer.
 java.util.Collection<XBRLUnit> InstanceExplorer.getAllUnits(InstanceExplorer.CompanyKey ck, XBRLItem item)
          Returns all the units in the instance document that are used by the company indicated by the CompanyKey parameter.
 ColumnPeriod InstanceExplorer.getColumn(InstanceExplorer.CompanyKey ck, int index, int dateStep)
           
 java.util.Iterator<ColumnPeriod> InstanceExplorer.getColumnKeysIterator(InstanceExplorer.CompanyKey ck, int dateStep)
           
 int[] InstanceExplorer.getColumnsCount(InstanceExplorer.CompanyKey ck, int dateStep, java.util.Collection<XMLElementDefinition> concepts, boolean bSkipEmptyColumns)
          Returns an array of indexes of columns with data for the list of concepts in the concepts parameter.
 java.util.Iterator<java.lang.String> InstanceExplorer.getDateStepIterator(InstanceExplorer.CompanyKey ck, int dateStep)
           
 int InstanceExplorer.getDateStepNumKeys(InstanceExplorer.CompanyKey ck, int dateStep)
           
 FactsColumn InstanceExplorer.getFactsColumn(InstanceExplorer.CompanyKey ck, ColumnPeriod period, int dateStep)
          This is never null.
 XBRLUnit InstanceExplorer.getSuggestedUnit(InstanceExplorer.CompanyKey ck, XBRLItem itm)
          Returns a suggested unit for a numeric concept definition.
 java.util.Vector<XBRLContext> InstanceExplorer.getVectorForKey(InstanceExplorer.CompanyKey ck, java.lang.String keyContexts, int dateStep)
          Access to a Vector of XBRLContexts
 boolean InstanceExplorer.hasDataForCompany(InstanceExplorer.CompanyKey ck)