Subversion Repositories SmartDukaan

Rev

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

Rev 30572 Rev 30897
Line 63... Line 63...
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 final List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
67
	public static final List<SchemeType> OUT_SCHEME_TYPES = Arrays.asList(SchemeType.CATEGORY, SchemeType.HYGEINE, SchemeType.OUT, SchemeType.TERTIARY);
-
 
68
 
-
 
69
	void processActivatedImeisForSchemes() throws ProfitMandiBusinessException;
68
}
70
}