Subversion Repositories SmartDukaan

Rev

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

Rev 11653 Rev 11905
Line 535... Line 535...
535
	33:bool toGroup,
535
	33:bool toGroup,
536
	34:Decision decision,
536
	34:Decision decision,
537
	35:string reason
537
	35:string reason
538
}
538
}
539
 
539
 
-
 
540
struct AmazonOutOfSync{
-
 
541
	1:i64 item_id,
-
 
542
	2:bool mfn,
-
 
543
	3:bool fba,
-
 
544
	4:bool fbb
-
 
545
}
-
 
546
 
-
 
547
struct PdPriceComp{
-
 
548
	1:i64 item_id,
-
 
549
	2:double dealPrice,
-
 
550
	3:double saholicPrice,
-
 
551
	4:double sdPrice,
-
 
552
	5:double fkPrice,
-
 
553
	6:double amazonPrice,
-
 
554
	7:string productName
-
 
555
}
-
 
556
 
540
service CatalogService extends GenericService.GenericService{
557
service CatalogService extends GenericService.GenericService{
541
 
558
 
542
/**
559
/**
543
	Availability and inventory attributes	
560
	Availability and inventory attributes	
544
*/
561
*/
Line 948... Line 965...
948
	
965
	
949
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
966
	list<i64> getPrivateDealsCatalogIds(1:i64 beginIndex, 2:i64 totalItems) throws (1:CatalogServiceException cex),
950
	
967
	
951
	i32 getPrivateDealsCount()
968
	i32 getPrivateDealsCount()
952
	
969
	
-
 
970
	AmazonOutOfSync getAmazonOutSyncItems(1:i64 item_id)
-
 
971
	
-
 
972
	list<PdPriceComp> getAllPrivateDealsComparison()
-
 
973
	
953
	
974
	
954
	
975
	
955
}
976
}