Subversion Repositories SmartDukaan

Rev

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

Rev 33243 Rev 34513
Line 11... Line 11...
11
 
11
 
12
    List<BrandCatalog> getBrands(int fofoId, String email, int categoryId) throws ProfitMandiBusinessException;
12
    List<BrandCatalog> getBrands(int fofoId, String email, int categoryId) throws ProfitMandiBusinessException;
13
 
13
 
14
    List<BrandCatalog> getBrandsToDisplay(int categoryId) throws ProfitMandiBusinessException;
14
    List<BrandCatalog> getBrandsToDisplay(int categoryId) throws ProfitMandiBusinessException;
15
 
15
 
-
 
16
    List<String> partnerIneligibleBrands(int fofoId) throws ProfitMandiBusinessException;
-
 
17
 
16
}
18
}