Subversion Repositories SmartDukaan

Rev

Rev 34629 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34629 Rev 36482
Line 15... Line 15...
15
    List<BrandCatalog> getBrandsToDisplay(int categoryId) throws ProfitMandiBusinessException;
15
    List<BrandCatalog> getBrandsToDisplay(int categoryId) throws ProfitMandiBusinessException;
16
 
16
 
17
    List<String> partnerIneligibleBrands(int fofoId) throws ProfitMandiBusinessException;
17
    List<String> partnerIneligibleBrands(int fofoId) throws ProfitMandiBusinessException;
18
 
18
 
19
    BrandAndAddToCartEligibleModel wodcompletBrands(int fofoId) throws ProfitMandiBusinessException;
19
    BrandAndAddToCartEligibleModel wodcompletBrands(int fofoId) throws ProfitMandiBusinessException;
-
 
20
 
-
 
21
    List<BrandCatalog> getAllActiveBrands() throws ProfitMandiBusinessException;
20
}
22
}