Subversion Repositories SmartDukaan

Rev

Rev 35679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35679 Rev 36018
Line 9... Line 9...
9
 
9
 
10
    SipMaster selectByEmailOrMobile(String emailOrMobile) throws ProfitMandiBusinessException;
10
    SipMaster selectByEmailOrMobile(String emailOrMobile) throws ProfitMandiBusinessException;
11
 
11
 
12
    SipMaster selectByCallerId(String callerId) throws ProfitMandiBusinessException;
12
    SipMaster selectByCallerId(String callerId) throws ProfitMandiBusinessException;
13
 
13
 
-
 
14
    SipMaster selectBySipUrl(String sipUrl);
-
 
15
 
-
 
16
    java.util.List<SipMaster> selectAll();
-
 
17
 
14
}
18
}