Subversion Repositories SmartDukaan

Rev

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

Rev 35645 Rev 35670
Line 45... Line 45...
45
 
45
 
46
    List<RbmCallTargetModel> getRbmCallTargetModels() throws Exception;
46
    List<RbmCallTargetModel> getRbmCallTargetModels() throws Exception;
47
 
47
 
48
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
48
    List<OutOfSequenceDetailModel> getOutOfSequenceDetails(int authId);
49
 
49
 
-
 
50
    List<CalledPartnerDetailModel> getCalledPartnerDetails(int authId);
-
 
51
 
50
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
52
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
51
}
53
}