类 UpdateIdentityRolesListener


  • @Component
    public class UpdateIdentityRolesListener
    extends Object
    监听需要更新人员/岗位角色的事件并执行相应操作
    从以下版本开始:
    9.6.3
    作者:
    shidaobang
    Date:
    2023/07/24
    • 构造器详细资料

      • UpdateIdentityRolesListener

        public UpdateIdentityRolesListener()
    • 方法详细资料

      • onOrgUnitCreated

        @TransactionalEventListener
        @Async
        public void onOrgUnitCreated​(net.risesoft.y9.pubsub.event.Y9EntityCreatedEvent<? extends Y9OrgBase> event)
      • onOrgUnitUpdated

        @TransactionalEventListener
        @Async
        public void onOrgUnitUpdated​(net.risesoft.y9.pubsub.event.Y9EntityUpdatedEvent<? extends Y9OrgBase> event)
      • onY9OrgBasesToRolesCreated

        @TransactionalEventListener
        @Async
        public void onY9OrgBasesToRolesCreated​(net.risesoft.y9.pubsub.event.Y9EntityCreatedEvent<Y9OrgBasesToRoles> event)
      • onY9OrgBasesToRolesDeleted

        @TransactionalEventListener
        @Async
        public void onY9OrgBasesToRolesDeleted​(net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<Y9OrgBasesToRoles> event)
      • onY9PersonsToGroupsDeleted

        @TransactionalEventListener
        @Async
        public void onY9PersonsToGroupsDeleted​(net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<Y9PersonsToGroups> event)
      • onY9PersonsToPositionsCreated

        @TransactionalEventListener
        @Async
        public void onY9PersonsToPositionsCreated​(net.risesoft.y9.pubsub.event.Y9EntityCreatedEvent<Y9PersonsToPositions> event)
      • onY9PersonsToPositionsDeleted

        @TransactionalEventListener
        @Async
        public void onY9PersonsToPositionsDeleted​(net.risesoft.y9.pubsub.event.Y9EntityDeletedEvent<Y9PersonsToPositions> event)