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

Quick Search    Search Deep

org.repoweb.model
Interface GroupList  view GroupList download GroupList.java

All Known Implementing Classes:
FailSafeRepository

public interface GroupList

Represent a list of groups.


Method Summary
 Group getGroup(int idx)
           
 int getGroupCount()
           
 java.util.List getGroups()
           
 

Method Detail

getGroups

public java.util.List getGroups()

getGroup

public Group getGroup(int idx)

getGroupCount

public int getGroupCount()