org.starhope.appius.mb
Class IBCRegister

java.lang.Object
  extended by org.starhope.appius.mb.IBCRegister

Deprecated.

@Deprecated
public class IBCRegister
extends Object

TODO: The documentation for this type (IBCRegister) is incomplete. (brpocock, Sep 23, 2009)

Author:
brpocock

Field Summary
private  String ibcCode
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
private  int months
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
private  Parent parent
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
private  String toot
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
private  User user
          Deprecated. TODO: document this member (brpocock, Sep 23, 2009)
 
Constructor Summary
IBCRegister(String newIBCCode)
          Deprecated.  
 
Method Summary
 void applyIBC(User newUser)
          Deprecated. TODO: document this method (theys, Sep 18, 2009)
 String createUser(javax.servlet.ServletRequest request, Map<String,String> storeValues, javax.servlet.http.HttpSession session, Map<String,String> err, Map<String,String> suc)
          Deprecated. 
 String fromMail(javax.servlet.http.HttpServletRequest request, HashMap<String,String> storeValues, javax.servlet.http.HttpSession session, HashMap<String,String> err)
          Deprecated. TODO: document this method (brpocock, Sep 12, 2009)
 int getMonths()
          Deprecated. TODO: document this method (brpocock, Sep 24, 2009)
 String getToot()
          Deprecated. TODO: document this method (brpocock, Sep 24, 2009)
 void ibcTransact()
          Deprecated. TODO: document this method (brpocock, Sep 24, 2009)
private  void setMonths(int months1)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 void setToot(String toot1)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 void setUserEmail(String email)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
static boolean verifyCodeNumber(String ibcCode)
          Deprecated. TODO: document this method (brpocock, Sep 23, 2009)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ibcCode

private String ibcCode
Deprecated. 
TODO: document this member (brpocock, Sep 23, 2009)


months

private int months
Deprecated. 
TODO: document this member (brpocock, Sep 23, 2009)


parent

private Parent parent
Deprecated. 
TODO: document this member (brpocock, Sep 23, 2009)


toot

private String toot
Deprecated. 
TODO: document this member (brpocock, Sep 23, 2009)


user

private User user
Deprecated. 
TODO: document this member (brpocock, Sep 23, 2009)

Constructor Detail

IBCRegister

public IBCRegister(String newIBCCode)
            throws NotFoundException,
                   AlreadyUsedException,
                   NotImplementedException
Deprecated. 
Parameters:
newIBCCode - WRITEME
Throws:
NotFoundException - WRITEME
AlreadyUsedException - WRITEME
NotImplementedException - WRITEME
Method Detail

verifyCodeNumber

public static boolean verifyCodeNumber(String ibcCode)
                                throws NotImplementedException
Deprecated. 
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
ibcCode - WRITEME
Returns:
WRITEME
Throws:
NotImplementedException - WRITEME

applyIBC

public void applyIBC(User newUser)
              throws NotImplementedException
Deprecated. 
TODO: document this method (theys, Sep 18, 2009)

Parameters:
newUser - WRITEME
Throws:
NotImplementedException - WRITEME

createUser

@Deprecated
public String createUser(javax.servlet.ServletRequest request,
                                    Map<String,String> storeValues,
                                    javax.servlet.http.HttpSession session,
                                    Map<String,String> err,
                                    Map<String,String> suc)
Deprecated. 

Don't use this method, it may yield unexpected results.

Parameters:
request - WRITEME
storeValues - WRITEME
session - WRITEME
err - WRITEME
suc - WRITEME
Returns:
WRITEME

fromMail

public String fromMail(javax.servlet.http.HttpServletRequest request,
                       HashMap<String,String> storeValues,
                       javax.servlet.http.HttpSession session,
                       HashMap<String,String> err)
Deprecated. 
TODO: document this method (brpocock, Sep 12, 2009)

Parameters:
request - WRITEME
storeValues - WRITEME
session - WRITEME
err - WRITEME
Returns:
WRITEME

getMonths

public int getMonths()
Deprecated. 
TODO: document this method (brpocock, Sep 24, 2009)

Returns:
WRITEME

getToot

public String getToot()
Deprecated. 
TODO: document this method (brpocock, Sep 24, 2009)

Returns:
WRITEME

ibcTransact

public void ibcTransact()
Deprecated. 
TODO: document this method (brpocock, Sep 24, 2009)


setMonths

private void setMonths(int months1)
Deprecated. 
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
months1 - WRITEME

setToot

public void setToot(String toot1)
Deprecated. 
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
toot1 - WRITEME

setUserEmail

public void setUserEmail(String email)
                  throws GameLogicException,
                         ForbiddenUserException
Deprecated. 
TODO: document this method (brpocock, Sep 23, 2009)

Parameters:
email - WRITEME
Throws:
GameLogicException - WRITEME
ForbiddenUserException - WRITEME