Subversion Repositories SmartDukaan

Rev

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

Rev 34240 Rev 34254
Line 5... Line 5...
5
import javax.mail.MessagingException;
5
import javax.mail.MessagingException;
6
import java.io.UnsupportedEncodingException;
6
import java.io.UnsupportedEncodingException;
7
import java.util.List;
7
import java.util.List;
8
 
8
 
9
public interface PurSaleService {
9
public interface PurSaleService {
10
    void sendPursaleRatioReportOnMail() throws MessagingException, UnsupportedEncodingException;
10
    void sendPurSaleRatioReportOnMail() throws MessagingException, UnsupportedEncodingException;
11
 
11
 
12
    List<CatalogAgedModel> getMoreThen10DaysAgedCatalogModels();
12
    List<CatalogAgedModel> getMoreThen10DaysAgedCatalogModels();
13
}
13
}