Uses of Class
org.apache.maven.continuum.web.model.GroupSummary

Packages that use GroupSummary
org.apache.maven.continuum.web.action   
org.apache.maven.continuum.web.model   
 

Uses of GroupSummary in org.apache.maven.continuum.web.action
 

Methods in org.apache.maven.continuum.web.action that return GroupSummary
 GroupSummary SummaryAction.getGroupSummary()
           
 

Methods in org.apache.maven.continuum.web.action that return types with arguments of type GroupSummary
 List<GroupSummary> GroupSummaryAction.getGroups()
           
 

Methods in org.apache.maven.continuum.web.action with parameters of type GroupSummary
 void SummaryAction.setGroupSummary(GroupSummary groupSummary)
           
 

Uses of GroupSummary in org.apache.maven.continuum.web.model
 

Methods in org.apache.maven.continuum.web.model that return types with arguments of type GroupSummary
 List<GroupSummary> ContinuumViewModels.getGroupSummarys()
          Method getGroupSummarys.
 

Methods in org.apache.maven.continuum.web.model with parameters of type GroupSummary
 void ContinuumViewModels.addGroupSummary(GroupSummary groupSummary)
          Method addGroupSummary.
 void ContinuumViewModels.removeGroupSummary(GroupSummary groupSummary)
          Method removeGroupSummary.
 

Method parameters in org.apache.maven.continuum.web.model with type arguments of type GroupSummary
 void ContinuumViewModels.setGroupSummarys(List<GroupSummary> groupSummarys)
          Set the groupSummarys field.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.