Uses of Class
wt.team.TeamCategory

Packages that use TeamCategory
wt.inf.team   
wt.team
 
 

Uses of TeamCategory in wt.inf.team
 

Methods in wt.inf.team with parameters of type TeamCategory
 ContainerTeamReference StandardContainerTeamService.createContainerTeam(String name, OrgContainer orgContainer, String desc, TeamCategory category)
          Creates a new Container Team.
 ContainerTeamReference ContainerTeamServiceFwd.createContainerTeam(String name, OrgContainer orgContainer, String desc, TeamCategory category)
          Creates a new Container Team.
 ContainerTeamReference ContainerTeamService.createContainerTeam(String name, OrgContainer orgContainer, String desc, TeamCategory category)
          Creates a new Container Team.
 

Uses of TeamCategory in wt.team
 

Fields in wt.team declared as TeamCategory
private  TeamCategory WTRoleHolder2.category
           
static TeamCategory TeamCategory.DEFAULT
          static final constant

Supported API: false
private  TeamCategory WTRoleHolder2.category
           
static TeamCategory TeamCategory.DEFAULT
          static final constant

Supported API: false
 

Methods in wt.team that return TeamCategory
 TeamCategory WTRoleHolder2.getCategory()
          Gets the value of the attribute: CATEGORY.
static TeamCategory TeamCategory.newTeamCategory(int secretHandshake)
          Used by EnumeratedType for constructing instances of TeamCategory, from a resource bundle.
static TeamCategory TeamCategory.toTeamCategory(String internal_value)
          Returns the TeamCategory instance for the internal_value argument.
static TeamCategory TeamCategory.getTeamCategoryDefault()
          Returns the default value (instance) for the TeamCategory set.
static TeamCategory[] TeamCategory.getTeamCategorySet()
          Returns a copy of the set of valid values (instances) for the TeamCategory class.
 TeamCategory WTRoleHolder2.getCategory()
          Gets the value of the attribute: CATEGORY.
static TeamCategory TeamCategory.newTeamCategory(int secretHandshake)
          Used by EnumeratedType for constructing instances of TeamCategory, from a resource bundle.
static TeamCategory TeamCategory.toTeamCategory(String internal_value)
          Returns the TeamCategory instance for the internal_value argument.
static TeamCategory TeamCategory.getTeamCategoryDefault()
          Returns the default value (instance) for the TeamCategory set.
static TeamCategory[] TeamCategory.getTeamCategorySet()
          Returns a copy of the set of valid values (instances) for the TeamCategory class.
 

Methods in wt.team with parameters of type TeamCategory
 void WTRoleHolder2.setCategory(TeamCategory a_Category)
          Sets the value of the attribute: CATEGORY.
 TeamTemplateReference TeamServiceFwd.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference TeamServiceFwd.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.
 TeamTemplateReference TeamService.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference TeamService.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.
 TeamTemplateReference StandardTeamService.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference StandardTeamService.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.
 void WTRoleHolder2.setCategory(TeamCategory a_Category)
          Sets the value of the attribute: CATEGORY.
 TeamTemplateReference TeamServiceFwd.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference TeamServiceFwd.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.
 TeamTemplateReference TeamService.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference TeamService.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.
 TeamTemplateReference StandardTeamService.createTeamTemplate(String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new TeamTemplate.
 TeamTemplateReference StandardTeamService.createTeamTemplate(WTContainerRef containerRef, String teamTemplateName, String location, String description, TeamCategory category, boolean enabled)
          Creates a new Team based off the Team Template.