Subversion Repositories SmartDukaan

Rev

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

Rev 27044 Rev 27078
Line 161... Line 161...
161
		activity.setType(activityType);
161
		activity.setType(activityType);
162
		activity.setCreateTimestamp(LocalDateTime.now());
162
		activity.setCreateTimestamp(LocalDateTime.now());
163
		return activity;
163
		return activity;
164
	}
164
	}
165
 
165
 
-
 
166
	@Override
166
	private int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId) {
167
	public int getAuthUserId(int categoryId, EscalationType escalationType, int fofoId) {
167
 
168
 
168
		List<Position> positions = null;
169
		List<Position> positions = null;
169
		if (escalationType == EscalationType.L3) {
170
		if (escalationType == EscalationType.L3) {
170
			positions = positionRepository.selectPositionbyCategoryIdAndEscalationType(0, escalationType, 0);
171
			positions = positionRepository.selectPositionbyCategoryIdAndEscalationType(0, escalationType, 0);
171
		} else {
172
		} else {