Subversion Repositories SmartDukaan

Rev

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

Rev 31170 Rev 31387
Line 62... Line 62...
62
	List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
62
	List<Scheme> selectPercentageScheme(PartnerType partnerType, LocalDate onDate, int catalogId,
63
										boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
63
										boolean isAdmin, int offset, int limit) throws ProfitMandiBusinessException;
64
 
64
 
65
	void processActivation() throws ProfitMandiBusinessException;
65
	void processActivation() throws ProfitMandiBusinessException;
66
 
66
 
67
	public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
67
	public static List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY, SchemeType.SELLOUT);
68
 
68
 
69
	void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
69
	void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
70
 
70
 
71
	List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
71
	List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
72
												 int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
72
												 int fofoId, int offset, int limit) throws ProfitMandiBusinessException;