Add few APIs related to call and Update Responses for Call Controller
This commit is contained in:
@@ -6,6 +6,7 @@ import net.gepafin.tendermanagement.entities.RoleEntity;
|
||||
import net.gepafin.tendermanagement.model.request.CreateCallRequestStep1;
|
||||
import net.gepafin.tendermanagement.model.request.CreateCallRequestStep2;
|
||||
import net.gepafin.tendermanagement.model.request.UpdateCallRequestStep1;
|
||||
import net.gepafin.tendermanagement.model.response.CallDetailsResponseBean;
|
||||
import net.gepafin.tendermanagement.model.response.CreateCallResponseBean;
|
||||
import net.gepafin.tendermanagement.model.response.RoleResponseBean;
|
||||
|
||||
@@ -19,8 +20,8 @@ public interface CallService {
|
||||
|
||||
CreateCallResponseBean updateCallStep1(HttpServletRequest request, Long callId, UpdateCallRequestStep1 updateCallRequest);
|
||||
|
||||
CallEntity getCallById (Long callId);
|
||||
CreateCallResponseBean getCallById (Long callId);
|
||||
|
||||
List<CreateCallResponseBean> getAllCalls();
|
||||
List<CallDetailsResponseBean> getAllCalls();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user