Uses of Class
cn.herodotus.engine.logic.upms.entity.security.SysAttribute
Packages that use SysAttribute
Package
Description
-
Uses of SysAttribute in cn.herodotus.engine.logic.upms.converter
Methods in cn.herodotus.engine.logic.upms.converter that return SysAttributeModifier and TypeMethodDescriptionSysInterfacesToSysAttributesConverter.from(SysInterface source) Methods in cn.herodotus.engine.logic.upms.converter with parameters of type SysAttributeModifier and TypeMethodDescriptioncn.herodotus.engine.core.identity.domain.AttributeTransmitterSysAttributeToAttributeTransmitterConverter.from(SysAttribute source) -
Uses of SysAttribute in cn.herodotus.engine.logic.upms.domain.event
Constructors in cn.herodotus.engine.logic.upms.domain.event with parameters of type SysAttribute -
Uses of SysAttribute in cn.herodotus.engine.logic.upms.domain.listener
Methods in cn.herodotus.engine.logic.upms.domain.listener with parameters of type SysAttributeModifier and TypeMethodDescriptionprotected voidSysAttributeEntityListener.postUpdate(SysAttribute entity) -
Uses of SysAttribute in cn.herodotus.engine.logic.upms.repository.security
Methods in cn.herodotus.engine.logic.upms.repository.security that return types with arguments of type SysAttributeModifier and TypeMethodDescriptionSysAttributeRepository.findAllByServiceId(String serviceId) SysAttributeRepository.findByAttributeIdIn(List<String> ids) -
Uses of SysAttribute in cn.herodotus.engine.logic.upms.service.security
Methods in cn.herodotus.engine.logic.upms.service.security that return SysAttributeModifier and TypeMethodDescriptionMethods in cn.herodotus.engine.logic.upms.service.security that return types with arguments of type SysAttributeModifier and TypeMethodDescriptionSysAttributeService.findAllByServiceId(String serviceId) SysAttributeService.findByAttributeIdIn(List<String> ids) SysAttributeService.getRepository()