Subversion Repositories SmartDukaan

Rev

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

Rev 33119 Rev 33127
Line 7... Line 7...
7
import com.spice.profitmandi.dao.entity.catalog.BrandCatalog;
7
import com.spice.profitmandi.dao.entity.catalog.BrandCatalog;
8
 
8
 
9
@Service
9
@Service
10
public interface BrandsService {
10
public interface BrandsService {
11
 
11
 
12
	List<BrandCatalog> getBrands(int categoryId);
12
	List<BrandCatalog> getBrands(int fofoId, String email, int categoryId);
13
 
13
 
14
	public List<BrandCatalog> getBrandsToDisplay(int categoryId);
14
	List<BrandCatalog> getBrandsToDisplay(int categoryId);
15
 
15
 
16
}
16
}