public interface EntitySelectCheckService
限定符和类型 | 方法和说明 |
---|---|
default com.seeyon.ctp.common.bo.Result |
checkLevelScope(CheckArgument argument)
检测超出职务级别
|
default com.seeyon.ctp.common.bo.Result |
checkMember(CheckArgument argument)
检测人员是否为空
|
default com.seeyon.ctp.common.bo.Result |
checkMemberSize(CheckArgument argument)
检测是否超出人员限制
|
default com.seeyon.ctp.common.bo.Result |
checkWorkScope(CheckArgument argument)
检测超出工作范围
|
SelectOrgConstants.EntityType |
getType()
EntityType
|
default com.seeyon.ctp.common.bo.Result checkWorkScope(CheckArgument argument) throws com.seeyon.ctp.common.exceptions.BusinessException
argument
- com.seeyon.ctp.common.exceptions.BusinessException
default com.seeyon.ctp.common.bo.Result checkLevelScope(CheckArgument argument) throws com.seeyon.ctp.common.exceptions.BusinessException
argument
- com.seeyon.ctp.common.exceptions.BusinessException
default com.seeyon.ctp.common.bo.Result checkMember(CheckArgument argument) throws com.seeyon.ctp.common.exceptions.BusinessException
argument
- com.seeyon.ctp.common.exceptions.BusinessException
default com.seeyon.ctp.common.bo.Result checkMemberSize(CheckArgument argument) throws com.seeyon.ctp.common.exceptions.BusinessException
argument
- com.seeyon.ctp.common.exceptions.BusinessException
SelectOrgConstants.EntityType getType()