Subversion Repositories SmartDukaan

Rev

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

Rev 4189 Rev 4494
Line 363... Line 363...
363
    /**
363
    /**
364
     Returns the doc string of the rule module
364
     Returns the doc string of the rule module
365
     */
365
     */
366
    string getRuleDocString(1:string ruleName),
366
    string getRuleDocString(1:string ruleName),
367
    
367
    
368
    list<ItemCouponDiscount> getItemDiscountMap(1:list<i64> itemIds) throws (1:PromotionException pex)
368
    list<ItemCouponDiscount> getItemDiscountMap(1:list<i64> itemIds) throws (1:PromotionException pex),
-
 
369
    
-
 
370
    map<string, double> getDiscountsForEntity(1:i64 entityId)
369
}
371
}
370
 
372
 
371
/**
373
/**
372
service
374
service
373
*/
375
*/