类 Y9PersonsToGroupsManagerImpl
- java.lang.Object
-
- net.risesoft.manager.relation.impl.Y9PersonsToGroupsManagerImpl
-
- 所有已实现的接口:
Y9PersonsToGroupsManager
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class Y9PersonsToGroupsManagerImpl extends Object implements Y9PersonsToGroupsManager人员-用户组关联 Manager 实现类- 从以下版本开始:
- 9.6.3
- 作者:
- shidaobang
- Date:
- 2023/09/18
-
-
构造器概要
构造器 构造器 说明 Y9PersonsToGroupsManagerImpl()
-
-
-
方法详细资料
-
delete
@Transactional(readOnly=false) public void delete(Y9PersonsToGroups y9PersonsToGroups)
- 指定者:
delete在接口中Y9PersonsToGroupsManager
-
deleteByGroupId
@Transactional(readOnly=false) public void deleteByGroupId(String groupId)
- 指定者:
deleteByGroupId在接口中Y9PersonsToGroupsManager
-
deleteByPersonId
@Transactional(readOnly=false) public void deleteByPersonId(String personId)
- 指定者:
deleteByPersonId在接口中Y9PersonsToGroupsManager
-
-