~mikeevolution/dhis2/conversion_trunk

« back to all changes in this revision

Viewing changes to dhis-2/dhis-services/dhis-service-importexport/src/main/java/org/hisp/dhis/importexport/dhis14/file/rowhandler/AttributeValueIndicatorDenomAggStartLRowHandler.java

  • Committer: Mike Nelushi
  • Date: 2015-04-20 07:43:54 UTC
  • Revision ID: mikeevolution@gmail.com-20150420074354-p880ui1u4adbsxav
finalĀ conversionĀ code

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        final Dhis14Indicator dhis14IND = (Dhis14Indicator) object;
91
91
 
92
92
        final Integer indicatorId = indicatorMapping.get( dhis14IND.getId() );
93
 
 
 
93
        
 
94
        if ( indicatorId == null )
 
95
        {
 
96
            log.warn( "Indicator does not exist for identifier: " +  dhis14IND.getId() );
 
97
            return;
 
98
        }
 
99
        
94
100
        final Integer attributeId = attributeValueMapping.get( "IndicatorDenominatorAggregateStartLevel" );
95
101
 
96
102
        AttributeValue attributeValue = new AttributeValue();