Java 类org.androidannotations.annotations.rest.Accept 实例源码

项目:moserp    文件:IncomingDeliveryRestService.java   
@Post("/" )
@Accept("application/hal+json")
ResponseEntity<IncomingDelivery> post(IncomingDelivery incomingDelivery);
项目:moserp    文件:OutgoingDeliveryRestService.java   
@Post("/" )
@Accept("application/hal+json")
ResponseEntity<OutgoingDelivery> post(OutgoingDelivery outgoingDelivery);
项目:moserp    文件:InventoryTransferRestService.java   
@Post("/" )
@Accept("application/hal+json")
ResponseEntity<InventoryTransfer> post(InventoryTransfer inventoryTransfer);
项目:ShoppingMall    文件:RentService.java   
@Loading(value = R.id.loading, layout = R.layout.loading)
@RequestMapping("/chenkHoustIsSell.rest")
@Accept(MediaType.APPLICATION_JSON)
public ReleasedRentFirstResponse rentFirst(ReleasedRentFirstRequest req);
项目:ShoppingMall    文件:RentService.java   
@Loading(value = R.id.loading, layout = R.layout.loading,container = R.id.release_rent_submit)
@RequestMapping("/publishRentInfo.rest")
@Accept(MediaType.APPLICATION_JSON)
public Response releasedRent(ReleasedRentRequest req);
项目:ShoppingMall    文件:RentService.java   
@Loading(value=R.id.loading,layout=R.layout.loading)
@RequestMapping("/indexList.rest")
@Accept(MediaType.APPLICATION_JSON)
public HouseResponse getrent(ReleasedRentInfoListRequest req);
项目:ShoppingMall    文件:RentService.java   
@RequestMapping("/indexList.rest")
@Accept(MediaType.APPLICATION_JSON)
public HouseResponse refreshRent(ReleasedRentInfoListRequest req);
项目:ShoppingMall    文件:RentService.java   
@Loading(value = R.id.loading, layout = R.layout.loading)
@RequestMapping("/findRentByPage.rest")
@Accept(MediaType.APPLICATION_JSON)
public HouseResponse findRentByPage(HouseRequest req);
项目:ShoppingMall    文件:RentService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_sell)
@RequestMapping("/rentDetails.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentInfoResponse rentInfo(RentInfoRequest req);
项目:ShoppingMall    文件:RentService.java   
/**
 * 发布出租记录
 */

@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.mine_record_loadding)
@RequestMapping("/rentPublishRecord.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentPublishRecordResponse rentRecord(RentPublishRecordRequest request);
项目:ShoppingMall    文件:RentService.java   
@RequestMapping("/rentPublishRecord.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentPublishRecordResponse rentRecord2(RentPublishRecordRequest request);
项目:ShoppingMall    文件:RentService.java   
/**
 * 发布出租记录详情
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_record_info)
@RequestMapping("/rentPublishRecordDetail.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentAndSellReleaseRecordInfoResponse rentRecordInfo(RentAndSellReleaseRecordInfoRequest req);
项目:ShoppingMall    文件:RentService.java   
/**
 * 出租审核记录  已审核
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkedLayout)
@RequestMapping("/getRentExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedRentRecords(CheckedRecordsRequest request);
项目:ShoppingMall    文件:RentService.java   
@RequestMapping("/getRentExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedRentRecordsNoLoading(CheckedRecordsRequest request);
项目:ShoppingMall    文件:RentService.java   
/**
 * 出租审核记录 审核中
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkingLayout)
@RequestMapping("/getRentExamineRecodIng.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckingRecordsResponse getCheckingRentRecords(CheckingRecordsRequest request);
项目:ShoppingMall    文件:EmployeeService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.pull_refresh_list_container)
@RequestMapping("/employee.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineAwardResponse mineAward(MineRecordsRequest req);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.mine_record_loadding)
@RequestMapping("/indexList.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse mineRecord(MineRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkedLayout)
@RequestMapping("/getExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedRecords(CheckedRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/getExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedRecordsNoLoading(CheckedRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkingLayout)
@RequestMapping("/getExamineRecodIng.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckingRecordsResponse getCheckingRecords(CheckingRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/indexList.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse mineRecord2(MineRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading)
@RequestMapping("/clearPublishLog.rest")
@Accept(MediaType.APPLICATION_JSON)
public ClearResponse mineRecordclear(MineRecordsRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading,container= R.id.release_sell)
@RequestMapping("/checkCanUpdateDisc.rest")
@Accept(MediaType.APPLICATION_JSON)
public ChangeHouseResponse checkCanUpdateDisc(ChangeHouseRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/findPageLog.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse mineRecordsmore(RecordsMoreRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.mine_record_loadding)
@RequestMapping("/indexListAddAreaLog.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse addAreaLog(AddAreaLogrequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/indexListAddAreaLog.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse addAreaLog2(AddAreaLogrequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/findPageAddAreaLog.rest")
@Accept(MediaType.APPLICATION_JSON)
public MineRecordsResponse findPageAddAreaLog(RecordsMoreRequest request);
项目:ShoppingMall    文件:SourceLogService.java   
@RequestMapping("/examineRecordDetail.rest")
@Accept(MediaType.APPLICATION_JSON)
public HouseDetailResponse showInfo(HouseDetailRequest request);
项目:ShoppingMall    文件:SellService.java   
/**
 * 发布出售记录
 */

@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.mine_record_loadding)
@RequestMapping("/sellPublishRecord.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentPublishRecordResponse sellRecord(SellPublishRecordRequest request);
项目:ShoppingMall    文件:SellService.java   
@RequestMapping("/sellPublishRecord.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentPublishRecordResponse sellRecord2(SellPublishRecordRequest request);
项目:ShoppingMall    文件:SellService.java   
/**
 * 出售审核记录  已审核
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkedLayout)
@RequestMapping("/getSellExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedSellRecords(CheckedRecordsRequest request);
项目:ShoppingMall    文件:SellService.java   
@RequestMapping("/getSellExamineRecodList.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckedRecordsResponse getCheckedSellRecordsNoLoading(CheckedRecordsRequest request);
项目:ShoppingMall    文件:SellService.java   
/**
 * 出售审核记录 审核中
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.checkingLayout)
@RequestMapping("/getSellExamineRecodIng.rest")
@Accept(MediaType.APPLICATION_JSON)
public CheckingRecordsResponse getCheckingSellRecords(CheckingRecordsRequest request);
项目:ShoppingMall    文件:SellService.java   
/**
 * 发布出租记录详情
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_record_info)
@RequestMapping("/sellPublishRecordDetail.rest")
@Accept(MediaType.APPLICATION_JSON)
public RentAndSellReleaseRecordInfoResponse sellRecordInfo(RentAndSellReleaseRecordInfoRequest req);
项目:ShoppingMall    文件:UserTaskService.java   
/**
 * 
 * @param actiontastlist
 * @return
 */

@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.action_required_loaddinng)
@RequestMapping("/userTaskIndex.rest")
@Accept(MediaType.APPLICATION_JSON)
public TaskListResponse userTaskIndex(UserTaskRequest request);
项目:ShoppingMall    文件:UserTaskService.java   
@RequestMapping("/userTaskIndex.rest")
@Accept(MediaType.APPLICATION_JSON)
public TaskListResponse userTaskIndex2(UserTaskRequest request);
项目:ShoppingMall    文件:UserTaskService.java   
/**
 * userTaskCount
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_fragment)
@RequestMapping("/userTaskCount.rest")
@Accept(MediaType.APPLICATION_JSON)
public UserTaskCountResponse userTaskCount(UserTaskCountRequest request);
项目:ShoppingMall    文件:UserTaskService.java   
/**
 * get task
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_sell)
@RequestMapping("/findHouseResource4UserTaskPhoto.rest")
@Accept(MediaType.APPLICATION_JSON)
public GetTaskResponse getTaskResponse(GetTaskRequest request);
项目:ShoppingMall    文件:UserTaskService.java   
/**
 * get task
 */
@Loading(value = R.id.loading, layout = R.layout.loading, container = R.id.release_sell)
@RequestMapping("/addUserTask.rest")
@Accept(MediaType.APPLICATION_JSON)
public AddUserTaskResponse addUserTaskResponse(AddUserTaskRequest request);
项目:ShoppingMall    文件:UserTaskService.java   
@RequestMapping("/userTaskIndexById.rest")
@Accept(MediaType.APPLICATION_JSON)
public TaskListResponse userTaskIndexById2(FinishedTaskRequest request);