Package org.api.mkm.services
Class GameService
java.lang.Object
org.api.mkm.services.GameService
public class GameService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GameService() -
Method Summary
Modifier and Type Method Description GamegetGame(int id)java.util.List<Category>listCategories()java.util.List<Expansion>listExpansion(java.lang.Integer id)java.util.List<Expansion>listExpansion(Game g)java.util.List<Game>listGames()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GameService
public GameService()
-
-
Method Details
-
getGame
- Throws:
java.io.IOException
-
listGames
- Throws:
java.io.IOException
-
listExpansion
- Throws:
java.io.IOException
-
listExpansion
- Throws:
java.io.IOException
-
listCategories
- Throws:
java.io.IOException
-