net.sourceforge.apphere
Class PanManager

java.lang.Object
  extended bynet.sourceforge.apphere.PanManager

public class PanManager
extends java.lang.Object

Author:
Dewi Roberts Chimera - Institute for Socio-Technical Innovation and Research University of Essex

Constructor Summary
PanManager()
           
 
Method Summary
 int addPan(PanValue newPan)
           
 Pan getPan(int userId, int panId)
           
 java.util.List getPans(int userId)
           
 void removePan(int userId, int panId)
           
 void updatePan(PanValue newPanInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PanManager

public PanManager()
Method Detail

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