Package ejava.projects.eleague.bl
Interface ClubMgmt
-
- All Known Implementing Classes:
ClubMgmtImpl
public interface ClubMgmt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Venue>
getVenues(int start, int count)
-
-
-
Method Detail
-
getVenues
List<Venue> getVenues(int start, int count) throws ClubMgmtException
- Throws:
ClubMgmtException
-
-