Uses of Enum Class
org.openurp.edu.clazz.model.RestrictionMeta
Packages that use RestrictionMeta
Package
Description
-
Uses of RestrictionMeta in org.openurp.edu.clazz.model
Methods in org.openurp.edu.clazz.model that return RestrictionMetaModifier and TypeMethodDescriptionRestrictionItem.getMeta()static RestrictionMetaRestrictionMeta.of(int id) static RestrictionMetaReturns the enum constant of this class with the specified name.static RestrictionMeta[]RestrictionMeta.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openurp.edu.clazz.model with parameters of type RestrictionMetaConstructors in org.openurp.edu.clazz.model with parameters of type RestrictionMetaModifierConstructorDescriptionRestrictionItem(RestrictionMeta meta, String contents, boolean included) -
Uses of RestrictionMeta in org.openurp.edu.clazz.service
Methods in org.openurp.edu.clazz.service with parameters of type RestrictionMetaModifier and TypeMethodDescriptionstatic org.beangle.commons.dao.query.builder.ConditionCourseLimitUtils.build(RestrictionMeta meta, String alias, String id) RestrictionBuilder.clear(RestrictionMeta meta) 清除一个限制项 -
Uses of RestrictionMeta in org.openurp.edu.clazz.service.internal
Methods in org.openurp.edu.clazz.service.internal with parameters of type RestrictionMeta -
Uses of RestrictionMeta in org.openurp.edu.clazz.service.limit
Methods in org.openurp.edu.clazz.service.limit that return RestrictionMetaModifier and TypeMethodDescriptionRestrictionItemContentProvider.getMeta()获得本Provider所对应的RestrictionMetaMethods in org.openurp.edu.clazz.service.limit that return types with arguments of type RestrictionMetaMethods in org.openurp.edu.clazz.service.limit with parameters of type RestrictionMetaModifier and TypeMethodDescriptionbooleanRestrictionMetaFilter.accept(RestrictionMeta courseLimitMeta) RestrictionItemContentProviderFactory.getProvider(RestrictionMeta courseLimitMeta) Method parameters in org.openurp.edu.clazz.service.limit with type arguments of type RestrictionMetaModifier and TypeMethodDescriptionRestrictionItemContentProvider.getCascadeContents(String content, String term, org.beangle.commons.collection.page.PageLimit limit, Map<RestrictionMeta, String> cascadeField) 级联获得content代表的entity集合以外的其他entity集合,比如专业、方向、班级、计划 -
Uses of RestrictionMeta in org.openurp.edu.clazz.service.limit.impl
Methods in org.openurp.edu.clazz.service.limit.impl that return RestrictionMetaModifier and TypeMethodDescriptionabstract RestrictionMetaAbstractCourseLimitContentProvider.getMeta()CourseLimitDepartmentProvider.getMeta()CourseLimitDirectionProvider.getMeta()CourseLimitEducationProvider.getMeta()CourseLimitEducationTypeProvider.getMeta()CourseLimitGenderProvider.getMeta()CourseLimitGradeProvider.getMeta()CourseLimitMajorProvider.getMeta()CourseLimitSquadProvider.getMeta()CourseLimitStdLabelProvider.getMeta()CourseLimitStdTypeProvider.getMeta()Methods in org.openurp.edu.clazz.service.limit.impl that return types with arguments of type RestrictionMetaMethods in org.openurp.edu.clazz.service.limit.impl with parameters of type RestrictionMetaModifier and TypeMethodDescriptionDefaultRestrictionItemContentProviderFactory.getProvider(RestrictionMeta courseLimitMeta) Method parameters in org.openurp.edu.clazz.service.limit.impl with type arguments of type RestrictionMetaModifier and TypeMethodDescriptionprotected voidAbstractCourseLimitEntityProvider.addCascadeQuery(org.beangle.commons.dao.query.builder.OqlBuilder<T> builder, Map<RestrictionMeta, String> cascadeField) protected voidCourseLimitDirectionProvider.addCascadeQuery(org.beangle.commons.dao.query.builder.OqlBuilder<Direction> builder, Map<RestrictionMeta, String> cascadeField) protected voidCourseLimitMajorProvider.addCascadeQuery(org.beangle.commons.dao.query.builder.OqlBuilder<Major> builder, Map<RestrictionMeta, String> cascadeField) protected voidCourseLimitSquadProvider.addCascadeQuery(org.beangle.commons.dao.query.builder.OqlBuilder<Squad> builder, Map<RestrictionMeta, String> cascadeField) AbstractCourseLimitContentProvider.getCascadeContents(Object[] content, String term, org.beangle.commons.collection.page.PageLimit limit, Map<RestrictionMeta, String> cascadeField) AbstractCourseLimitContentProvider.getCascadeContents(String content, String term, org.beangle.commons.collection.page.PageLimit limit, Map<RestrictionMeta, String> cascadeField) AbstractCourseLimitEntityProvider.getCascadeContents(Object[] content, String term, org.beangle.commons.collection.page.PageLimit limit, Map<RestrictionMeta, String> cascadeField) CourseLimitGradeProvider.getCascadeContents(Object[] content, String term, org.beangle.commons.collection.page.PageLimit limit, Map<RestrictionMeta, String> cascadeField) voidDefaultRestrictionItemContentProviderFactory.setProviders(Map<RestrictionMeta, RestrictionItemContentProvider> providers)