Subversion Repositories SmartDukaan

Rev

Rev 6759 | Rev 6813 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6759 Rev 6777
Line 608... Line 608...
608
        if(item.getPreferredVendor() != null) {
608
        if(item.getPreferredVendor() != null) {
609
            tItem.setPreferredVendor(item.getPreferredVendor());
609
            tItem.setPreferredVendor(item.getPreferredVendor());
610
        }
610
        }
611
        
611
        
612
        tItem.setBestDealText(item.getBestDealsText());
612
        tItem.setBestDealText(item.getBestDealsText());
-
 
613
        tItem.setBestDealsDetailsText(item.getBestDealsDetailsText());
-
 
614
        tItem.setBestDealsDetailsLink(item.getBestDealsDetailsLink());
613
        if(item.getBestDealsValue() != null) {
615
        if(item.getBestDealsValue() != null) {
614
            tItem.setBestDealValue(item.getBestDealsValue());
616
            tItem.setBestDealValue(item.getBestDealsValue());
615
        }
617
        }
616
        
618
        
617
        if(item.getBestSellingRank() != null) {
619
        if(item.getBestSellingRank() != null) {
Line 1039... Line 1041...
1039
                thriftItem.getUpdatedOn(),
1041
                thriftItem.getUpdatedOn(),
1040
                thriftItem.getItemStatus().name(),
1042
                thriftItem.getItemStatus().name(),
1041
                thriftItem.getItemStatus().getValue(),
1043
                thriftItem.getItemStatus().getValue(),
1042
                thriftItem.getStatus_description(),
1044
                thriftItem.getStatus_description(),
1043
                thriftItem.getBestDealText(),
1045
                thriftItem.getBestDealText(),
-
 
1046
                thriftItem.getBestDealsDetailsText(),
-
 
1047
                thriftItem.getBestDealsDetailsLink(),
1044
                thriftItem.isSetBestDealValue() ? thriftItem.getBestDealValue() : null,
1048
                thriftItem.isSetBestDealValue() ? thriftItem.getBestDealValue() : null,
1045
                thriftItem.isSetBestSellingRank() ? thriftItem.getBestSellingRank() : null,
1049
                thriftItem.isSetBestSellingRank() ? thriftItem.getBestSellingRank() : null,
1046
                thriftItem.isDefaultForEntity(),
1050
                thriftItem.isDefaultForEntity(),
1047
                thriftItem.isRisky(),
1051
                thriftItem.isRisky(),
1048
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,
1052
                thriftItem.isSetExpectedDelay() ? thriftItem.getExpectedDelay() : null,