Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.RuntimeCollective.webapps.bean.UserGroupType

Uses of UserGroupType in com.RuntimeCollective.webapps.bean
 

Methods in com.RuntimeCollective.webapps.bean that return UserGroupType
static UserGroupType UserGroupType.getForName(java.lang.String name)
          Get a user group type for the given name.
 UserGroupType UserGroup.getType()
          Get the type of this user group.
 

Methods in com.RuntimeCollective.webapps.bean with parameters of type UserGroupType
 void UserGroup.setType(UserGroupType type)
          Set the type of this user group.
static com.RuntimeCollective.webapps.SearchResults UserGroup.getAllGroups(UserGroupType type)
          Deprecated. Instead, use RuntimeParameters.getUserGroups().getAllGroups(UserGroupType type)