Subversion Repositories SmartDukaan

Rev

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

Rev 9841 Rev 9842
Line 170... Line 170...
170
            Double weight,
170
            Double weight,
171
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
171
            Long addedOn, Long startDate, Long comingSoonStartDate, Long expectedArrivalDate, Long retireDate, Long updatedOn,
172
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
172
            String itemStatus, Integer itemStatusValue, String itemStatusDesc, 
173
            String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
173
            String bestDealsText,String bestDealsDetailsText,String bestDealsDetailsLink, Double bestDealsValue, Long bestSellingRank, boolean defaultForEntity, boolean risky,
174
            Integer expectedDelay,
174
            Integer expectedDelay,
175
            boolean warehouseStickiness, boolean hasItemNo, boolean itemType,boolean showSellingPrice,
175
            boolean warehouseStickiness, boolean hasItemNo, boolean itemType,boolean showSellingPrice, boolean holdOverride,
176
            Long prefferedVendor,
176
            Long prefferedVendor,
177
            Long preferredInsurer,
177
            Long preferredInsurer,
178
            Map<Long, ItemInventory> itemInventory,
178
            Map<Long, ItemInventory> itemInventory,
179
            Map<Long,VendorPricings> vendorPricesMap, 
179
            Map<Long,VendorPricings> vendorPricesMap, 
180
            Map<String, VendorItemMapping> vendorKeysMap, 
180
            Map<String, VendorItemMapping> vendorKeysMap, 
Line 214... Line 214...
214
        this.risky = risky;
214
        this.risky = risky;
215
        this.expectedDelay = expectedDelay;
215
        this.expectedDelay = expectedDelay;
216
        this.warehouseStickiness = warehouseStickiness;
216
        this.warehouseStickiness = warehouseStickiness;
217
        this.hasItemNo = hasItemNo;
217
        this.hasItemNo = hasItemNo;
218
        this.showSellingPrice = showSellingPrice;
218
        this.showSellingPrice = showSellingPrice;
-
 
219
        this.holdOverride = holdOverride;
219
        this.setItemType(itemType);
220
        this.setItemType(itemType);
220
        this.preferredVendor = prefferedVendor;
221
        this.preferredVendor = prefferedVendor;
221
        this.preferredInsurer = preferredInsurer;        
222
        this.preferredInsurer = preferredInsurer;        
222
        this.itemInventory = itemInventory;
223
        this.itemInventory = itemInventory;
223
        this.vendorPricesMap = vendorPricesMap;
224
        this.vendorPricesMap = vendorPricesMap;