Subversion Repositories SmartDukaan

Rev

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

Rev 5519 Rev 5536
Line 3... Line 3...
3
import java.util.Date;
3
import java.util.Date;
4
import java.util.List;
4
import java.util.List;
5
 
5
 
6
import org.apache.ibatis.annotations.Param;
6
import org.apache.ibatis.annotations.Param;
7
 
7
 
-
 
8
import in.shop2020.alert.EntityMonitoringStatus;
8
import in.shop2020.alert.EntityProcessedState;
9
import in.shop2020.alert.EntityProcessedState;
9
import in.shop2020.alert.EntityType;
10
import in.shop2020.alert.EntityType;
10
import in.shop2020.alert.domain.AlertMapper;
11
import in.shop2020.alert.domain.AlertMapper;
11
import in.shop2020.alert.domain.AlertedEntity;
12
import in.shop2020.alert.domain.AlertedEntity;
12
import in.shop2020.alert.domain.MonitoredEntity;
13
import in.shop2020.alert.domain.MonitoredEntity;
Line 42... Line 43...
42
 
43
 
43
	void deActivateEntityMonitoring(@Param("entityType") EntityType entityType);
44
	void deActivateEntityMonitoring(@Param("entityType") EntityType entityType);
44
 
45
 
45
	void registerEventType(AlertMapper alertMap);
46
	void registerEventType(AlertMapper alertMap);
46
 
47
 
-
 
48
	in.shop2020.alert.domain.EntityMonitoringStatus getEntityMonitoringStatus(int entityType);
-
 
49
 
-
 
50
	void addEntityType(
-
 
51
			in.shop2020.alert.domain.EntityMonitoringStatus entityMonStatus);
-
 
52
 
47
}
53
}