类 com.github.dactiv.showcase.common.enumeration.entity.GroupType
的使用

使用 GroupType 的软件包
com.github.dactiv.showcase.common.enumeration.entity   
com.github.dactiv.showcase.service.account   
 

com.github.dactiv.showcase.common.enumeration.entityGroupType 的使用
 

返回 GroupTypecom.github.dactiv.showcase.common.enumeration.entity 中的方法
static GroupType GroupType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static GroupType[] GroupType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

com.github.dactiv.showcase.service.accountGroupType 的使用
 

参数类型为 GroupTypecom.github.dactiv.showcase.service.account 中的方法
 List<Group> AccountManager.getGroups(GroupType groupType, String... ignoreIdValue)
          根据组类型获取所有组信息
 List<Group> AccountManager.getParentGroups(GroupType type)
          获取最顶级(父类)的组集合
 



Copyright © 2014. All rights reserved.