public class OrdersFindNormalEndEtl extends Object
| 构造器和说明 |
|---|
OrdersFindNormalEndEtl() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ptteng.rent.admin.service.ConstantService |
getConstantService() |
Long |
getInterval() |
com.ptteng.rent.admin.service.ManagerService |
getManagerService() |
com.ptteng.rent.user.service.OrdersService |
getOrdersService() |
com.ptteng.rent.user.service.UserService |
getUserService() |
void |
process() |
void |
setConstantService(com.ptteng.rent.admin.service.ConstantService constantService) |
void |
setInterval(Long interval) |
void |
setManagerService(com.ptteng.rent.admin.service.ManagerService managerService) |
void |
setOrdersService(com.ptteng.rent.user.service.OrdersService ordersService) |
void |
setUserService(com.ptteng.rent.user.service.UserService userService) |
public void process()
throws InterruptedException
public com.ptteng.rent.user.service.OrdersService getOrdersService()
public void setOrdersService(com.ptteng.rent.user.service.OrdersService ordersService)
public com.ptteng.rent.admin.service.ConstantService getConstantService()
public void setConstantService(com.ptteng.rent.admin.service.ConstantService constantService)
public com.ptteng.rent.admin.service.ManagerService getManagerService()
public void setManagerService(com.ptteng.rent.admin.service.ManagerService managerService)
public Long getInterval()
public void setInterval(Long interval)
public com.ptteng.rent.user.service.UserService getUserService()
public void setUserService(com.ptteng.rent.user.service.UserService userService)
Copyright © 2018. All rights reserved.