gboat2.approve.business
接口 IApproveRecordHistoryBusiness

所有超级接口:
IBaseService
所有已知实现类:
ApproveRecordHistoryBusinessImpl

public interface IApproveRecordHistoryBusiness
extends IBaseService

从以下版本开始:
jdk1.6
作者:
zhaoxc

方法摘要
 List<ApproveRecordHistory> getAllApproveRecordHistory(String recordObjectId)
           
 ApproveRecordHistory getApproveRecordHistory(String recordItemHistoryId)
           
 boolean isApproveHistoryExist(String recordObjectId)
          判断是否存在审批的记录(stepName为审核)
 void recordHistory(String recordItemId)
           
 void recordHistory(String recordId, String assigner)
           
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

方法详细信息

getApproveRecordHistory

ApproveRecordHistory getApproveRecordHistory(String recordItemHistoryId)

getAllApproveRecordHistory

List<ApproveRecordHistory> getAllApproveRecordHistory(String recordObjectId)

recordHistory

void recordHistory(String recordId,
                   String assigner)

recordHistory

void recordHistory(String recordItemId)

isApproveHistoryExist

boolean isApproveHistoryExist(String recordObjectId)
判断是否存在审批的记录(stepName为审核)

参数:
recordObjectId -
返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.