org.repoweb.model
Interface GroupList

All Known Implementing Classes:
FailSafeRepository, FGroupList

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()


Copyright © 2003-2005 Repoweb. All Rights Reserved.