类 TradeAccountHistoryService
java.lang.Object
com.publiccms.common.base.BaseService<TradeAccountHistory>
com.publiccms.logic.service.trade.TradeAccountHistoryService
@Service
@Transactional
public class TradeAccountHistoryService
extends BaseService<TradeAccountHistory>
TradeAccountHistoryService
-
字段概要
字段修饰符和类型字段说明private TradeAccountHistoryDao
static final int
static final int
static final int
static final int
从类继承的字段 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
-
字段详细资料
-
STATUS_PEND
public static final int STATUS_PEND- 另请参阅:
-
STATUS_PAY
public static final int STATUS_PAY- 另请参阅:
-
STATUS_CHARGE
public static final int STATUS_CHARGE- 另请参阅:
-
STATUS_REFUND
public static final int STATUS_REFUND- 另请参阅:
-
dao
-
-
构造器详细资料
-
TradeAccountHistoryService
public TradeAccountHistoryService()
-
-
方法详细资料
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Short siteId, Long accountId, Long userId, Integer status, Date startCreateDate, Date endCreateDate, String orderType, Integer pageIndex, Integer pageSize) - 参数:
siteId
-accountId
-userId
-status
-startCreateDate
-endCreateDate
-orderType
-pageIndex
-pageSize
-- 返回:
- results page
-