Subversion Repositories SmartDukaan

Rev

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

Rev 28977 Rev 29296
Line 77... Line 77...
77
 
77
 
78
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);
78
	public Map<EscalationType, AuthUser> getAuthUserAndEsclationByPartnerId(int fofoId);
79
 
79
 
80
	Activity createActivity(ActivityType activityType, String message, int createdBy);
80
	Activity createActivity(ActivityType activityType, String message, int createdBy);
81
 
81
 
-
 
82
	List<AuthUser> getAuthUserBycateggoryId(int categoryId, EscalationType escalationType);
-
 
83
 
82
}
84
}