Subversion Repositories SmartDukaan

Rev

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

Rev 33578 Rev 33579
Line 18... Line 18...
18
public interface LoiFormService {
18
public interface LoiFormService {
19
    LoiForm updateLoiForm(LoiFormData pofd, int formId) throws ProfitMandiBusinessException;
19
    LoiForm updateLoiForm(LoiFormData pofd, int formId) throws ProfitMandiBusinessException;
20
 
20
 
21
    boolean createLoiForm(LoiFormData LoiFormFormData, String filledBy) throws Exception;
21
    boolean createLoiForm(LoiFormData LoiFormFormData, String filledBy) throws Exception;
22
 
22
 
23
    List<AuthUser> getSalesAuthList();
23
    List<AuthUser> getReferalAuthList();
24
 
24
 
25
    List<AuthUser> techAuthUsers();
25
    List<AuthUser> techAuthUsers();
26
 
26
 
27
    List<LoiFormModel> pendingFormList(String loginAuthEmail) throws ProfitMandiBusinessException;
27
    List<LoiFormModel> pendingFormList(String loginAuthEmail) throws ProfitMandiBusinessException;
28
 
28