net.sourceforge.apphere
Class PanManager
java.lang.Object
net.sourceforge.apphere.PanManager
- public class PanManager
- extends java.lang.Object
- Author:
- Dewi Roberts
Chimera - Institute for Socio-Technical Innovation and Research
University of Essex
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PanManager
public PanManager()
getPan
public Pan getPan(int userId,
int panId)
throws AppHereException
- Throws:
AppHereException
addPan
public int addPan(PanValue newPan)
throws AppHereException
- Throws:
AppHereException
updatePan
public void updatePan(PanValue newPanInfo)
throws AppHereException
- Throws:
AppHereException
removePan
public void removePan(int userId,
int panId)
throws AppHereException
- Throws:
AppHereException
getPans
public java.util.List getPans(int userId)
throws AppHereException
- Throws:
AppHereException