|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataException in com.tootsville |
|---|
| Methods in com.tootsville that throw DataException | |
|---|---|
private static void |
IBCUtil.checkSignature(String signature)
Verify the signature parameter as a sha1 and hex code. |
static void |
IBCUtil.generate(javax.servlet.http.HttpServletRequest request,
javax.servlet.jsp.JspWriter out)
This method should be called when the 'command' parameter is "generate". |
static void |
IBCUtil.redeemCode(String codeUntrimmed,
AbstractUser sessionUser)
WRITEME: document this method (twheys@gmail.com, Sep 23, 2009) |
static void |
WebUtil.renewSubscription(javax.servlet.ServletRequest request)
Verifies POST data to ensure ... |
static boolean |
IBCUtil.verifyCode(String code)
WRITEME: document this method (twheys@gmail.com, Sep 29, 2009) |
| Constructors in com.tootsville that throw DataException | |
|---|---|
IBCUtil(String productCode2)
|
|
| Uses of DataException in com.tootsville.promo |
|---|
| Methods in com.tootsville.promo that throw DataException | |
|---|---|
static Promotion |
Promotion.createEventPromotion(String prefixCode)
Create a new promotional code series for a specific event |
void |
Promotion.setCode(String newCodeString)
Set the code for this promotion. |
| Constructors in com.tootsville.promo that throw DataException | |
|---|---|
Promotion(String newCode,
String newLink,
String newDescription,
Promotion.TrackingType newType)
Creates a promotion with a redirect link set as the default "http://www.tootsville.com" |
|
Promotion(String newCode,
String newLink,
String newRedirect,
String newDescription,
Promotion.TrackingType newType)
Create a new promotion. |
|
| Uses of DataException in com.tootsville.user |
|---|
| Methods in com.tootsville.user that throw DataException | |
|---|---|
int |
Toot.postNewOnTootBookWall(int toID,
String body)
Post a new message on this users TootBook wall. |
int |
Toot.postReplyOnTootBookWall(String body,
int replyToID)
Post a reply to a post on a TootBook wall. |
private int |
Toot.sendWallMail(int toID,
String body,
int inReplyTo)
Creates a new post on a TootBook Profile. |
| Uses of DataException in org.starhope.appius.except |
|---|
| Constructors in org.starhope.appius.except with parameters of type DataException | |
|---|---|
NotReadyException(String string,
DataException e)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Uses of DataException in org.starhope.appius.game |
|---|
| Methods in org.starhope.appius.game that throw DataException | |
|---|---|
static void |
Commands.do_don(org.json.JSONObject jso,
AbstractUser u,
Room room)
JSON object has the item slot number to be worn (clothes, patterns, pivitz) and optionally set the color (for patterns) |
| Uses of DataException in org.starhope.appius.mb |
|---|
| Methods in org.starhope.appius.mb that throw DataException | |
|---|---|
BigInteger |
MBField_CreditCardNumber.convert(Object newValue)
|
protected Currency |
CurrencySQLLoader.from(ResultSet resultSet)
WRITEME: Document this method brpocock@star-hope.org |
Date |
Payment.getRetryTime()
If this payment is pending, and we're holding credentials in core, we need to figure out how long before we try again. |
void |
Payment.prepareForRetry(RetryPaymentException retryPaymentException)
If a payment should retry processing in future (e.g. |
void |
Currency.setCode(String newCode)
Change the currency code for this instance. |
void |
UserAddress.setMail(String newMail)
|
void |
Currency.setSymbol(String newSymbol)
Set the user-visible displayed symbol of this currency. |
void |
PaymentGateway.startTransaction(Payment payment)
|
void |
PaymentGateway.transactPayment(Payment p)
|
| Constructors in org.starhope.appius.mb that throw DataException | |
|---|---|
UserAddress(String addressFirst,
String addressSecond,
String theCity,
String stateProvinceOrLocality,
String theCountry,
String thePostalCode,
String phoneNumber,
String electronicMail)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Uses of DataException in org.starhope.appius.messaging |
|---|
| Methods in org.starhope.appius.messaging that throw DataException | |
|---|---|
static String |
Mail.getDomainPart(String address)
This extracts the mail domain from the address. |
static String |
Mail.getLocalPart(String address)
Extracts the local-part specification out of an eMail address, removing any comment strings, and returns something like what people naïvely assume is a valid eMail address. |
static void |
Mail.sendChildSignupMail(User kid)
Send an eMail notification to a parent, advising them that their child has signed up, and requesting authorization. |
static void |
Mail.sendPremiumMail(User user)
This method is called when a member has signed up to be a VIT (Very Important Toot) member. |
static void |
Mail.sendSignupMail(AbstractPerson user)
Update the email address for the user and then send an enrollment email to the address. |
static void |
Mail.validateMail(String address)
Forbids recently-bounced addresses from being used as well. |
static void |
Mail.validateMXDomain(String domainName)
|
| Uses of DataException in org.starhope.appius.pay |
|---|
| Methods in org.starhope.appius.pay that throw DataException | |
|---|---|
void |
AuthorizeNetGateway.startTransaction(Payment payment)
|
void |
AuthorizeNetGateway.transactPayment(Payment payment)
|
| Uses of DataException in org.starhope.appius.pay.util |
|---|
| Methods in org.starhope.appius.pay.util that throw DataException | |
|---|---|
void |
RetryPaymentException.retry()
|
void |
PaymentGatewayReal.startTransaction(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
void |
PaymentCredential.verifyCredentials()
Perform basic validation upon the credentials. |
| Uses of DataException in org.starhope.appius.sys.op |
|---|
| Methods in org.starhope.appius.sys.op that throw DataException | |
|---|---|
void |
Filter.addException(String pat,
String exception,
FilterAction action)
This adds an exception to a pattern. |
void |
Filter.addPattern(String pat,
FilterAction action)
Adds a new pattern to this filter, with the supplied action associated. |
static void |
OpCommands.op_dress(String[] words,
AbstractUser u,
Room room)
Force a character to wear a specific clothing item. |
static void |
OpCommands.op_setavatarcolors(String[] words,
AbstractUser u,
Room room)
Sets the base an extra color of a user's avatar. |
void |
Filter.setTitle(String title1)
20-char limit; visible only to staff |
| Uses of DataException in org.starhope.appius.types |
|---|
| Constructors in org.starhope.appius.types that throw DataException | |
|---|---|
Colour(int r,
int g,
int b)
Create an RGB triplet from int values |
|
Colour(org.json.JSONObject object)
Create a colour object from JSON data |
|
Colour(short r,
short g,
short b)
Create an RGB triplet from short values |
|
Colour(String rgb)
Constructor: Instantiate a Colour object based upon the CSS, HTML, or JSON style of colour string. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||