类 TradePaymentHistoryService
java.lang.Object
com.publiccms.common.base.BaseService<TradePaymentHistory>
com.publiccms.logic.service.trade.TradePaymentHistoryService
@Service
@Transactional
public class TradePaymentHistoryService
extends BaseService<TradePaymentHistory>
TradePaymentHistoryService
-
字段概要
字段修饰符和类型字段说明private TradePaymentHistoryDaostatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String从类继承的字段 com.publiccms.common.base.BaseService
basedao, log -
构造器概要
构造器 -
方法概要
从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
OPERATE_CREATE
- 另请参阅:
-
OPERATE_PAY
- 另请参阅:
-
OPERATE_PAYERROR
- 另请参阅:
-
OPERATE_PROCESSED
- 另请参阅:
-
OPERATE_PROCESS_ERROR
- 另请参阅:
-
OPERATE_NOTIFY
- 另请参阅:
-
OPERATE_PENDING_REFUND
- 另请参阅:
-
OPERATE_REFUND
- 另请参阅:
-
OPERATE_REFUNDERROR
- 另请参阅:
-
OPERATE_REFUND_RESPONSE
- 另请参阅:
-
OPERATE_CLOSE
- 另请参阅:
-
dao
-
-
构造器详细资料
-
TradePaymentHistoryService
public TradePaymentHistoryService()
-
-
方法详细资料
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Short siteId, Long paymentId, Date startCreateDate, Date endCreateDate, String orderType, Integer pageIndex, Integer pageSize) - 参数:
siteId-paymentId-startCreateDate-endCreateDate-orderType-pageIndex-pageSize-- 返回:
- results page
-