Subversion Repositories SmartDukaan

Rev

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

Rev 30957 Rev 31170
Line 65... Line 65...
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);
68
 
68
 
69
	void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
69
	void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
-
 
70
 
-
 
71
	List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
-
 
72
												 int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
70
}
73
}