Subversion Repositories SmartDukaan

Rev

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

Rev 5440 Rev 5460
Line 133... Line 133...
133
	30:i32 warrantyPeriod,
133
	30:i32 warrantyPeriod,
134
	31:optional i64 preferredVendor,
134
	31:optional i64 preferredVendor,
135
	32:ItemType type,
135
	32:ItemType type,
136
	33:optional i64 comingSoonStartDate,
136
	33:optional i64 comingSoonStartDate,
137
	34:optional i64 expectedArrivalDate,
137
	34:optional i64 expectedArrivalDate,
138
	35:bool hasItemNo
138
	35:bool hasItemNo,
-
 
139
	36:bool clearance
139
}
140
}
140
 
141
 
141
struct VendorItemPricing{
142
struct VendorItemPricing{
142
	1:i64 vendorId,
143
	1:i64 vendorId,
143
	2:i64 itemId,
144
	2:i64 itemId,
Line 572... Line 573...
572
    
573
    
573
    /**
574
    /**
574
    * Clear item availability cache.
575
    * Clear item availability cache.
575
    */
576
    */
576
    void clearItemAvailabilityCache();
577
    void clearItemAvailabilityCache();
-
 
578
    
-
 
579
    list<i64> getClearanceSaleCatalogIds() throws (1:InventoryServiceException cex),
577
}
580
}