Subversion Repositories SmartDukaan

Rev

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

Rev 35631 Rev 35645
Line 44... Line 44...
44
    long getRemainingDaysInMonth(LocalDate date);
44
    long getRemainingDaysInMonth(LocalDate date);
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
 
-
 
50
    List<List<String>> getRbmCallTargetRawDataByAuthId(int authId) throws Exception;
49
}
51
}