Uses of Enum Class
cn.herodotus.engine.logic.upms.enums.OrganizationCategory
Packages that use OrganizationCategory
Package
Description
-
Uses of OrganizationCategory in cn.herodotus.engine.logic.upms.entity.hr
Methods in cn.herodotus.engine.logic.upms.entity.hr that return OrganizationCategoryMethods in cn.herodotus.engine.logic.upms.entity.hr with parameters of type OrganizationCategoryModifier and TypeMethodDescriptionvoidSysOrganization.setCategory(OrganizationCategory category) -
Uses of OrganizationCategory in cn.herodotus.engine.logic.upms.enums
Methods in cn.herodotus.engine.logic.upms.enums that return OrganizationCategoryModifier and TypeMethodDescriptionstatic OrganizationCategorystatic OrganizationCategoryReturns the enum constant of this class with the specified name.static OrganizationCategory[]OrganizationCategory.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrganizationCategory in cn.herodotus.engine.logic.upms.repository.hr
Methods in cn.herodotus.engine.logic.upms.repository.hr with parameters of type OrganizationCategoryModifier and TypeMethodDescriptionSysOrganizationRepository.findByCategory(OrganizationCategory category) 根据组织分类查询组织 -
Uses of OrganizationCategory in cn.herodotus.engine.logic.upms.service.hr
Methods in cn.herodotus.engine.logic.upms.service.hr with parameters of type OrganizationCategoryModifier and TypeMethodDescriptionSysOrganizationService.findAll(OrganizationCategory organizationCategory) org.springframework.data.domain.Page<SysOrganization>SysOrganizationService.findByCondition(int pageNumber, int pageSize, OrganizationCategory organizationCategory)