|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotFoundException in com.tootsville.npc |
---|
Constructors in com.tootsville.npc that throw NotFoundException | |
---|---|
God(OsirisSFSExtension osirisSFSExtension)
|
Uses of NotFoundException in org.starhope.appius.game |
---|
Constructors in org.starhope.appius.game that throw NotFoundException | |
---|---|
ClothingItem(String title,
Colour colour,
int slot)
|
|
Room(String moniker)
|
Uses of NotFoundException in org.starhope.appius.game.npc |
---|
Methods in org.starhope.appius.game.npc that throw NotFoundException | |
---|---|
static NPCInterface |
BraqueNonPlayerCharacter.getScriptedNPC(String engine,
String script,
String klass)
This instantiates an NPC based upon a script from ... |
Uses of NotFoundException in org.starhope.appius.mb |
---|
Methods in org.starhope.appius.mb that throw NotFoundException | |
---|---|
void |
PaymentGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
private void |
Payment.assertClosing()
|
void |
PaymentGateway.endEnrolment(Payment payment)
|
static Currency |
Currency.get(org.json.JSONObject object)
|
static PaymentGateway |
PaymentGateway.get(org.json.JSONObject object)
|
static UserAddress |
UserAddress.get(org.json.JSONObject object)
|
static Enrolment |
Enrolment.get(String id)
|
static Currency |
Currency.get(String id)
|
static Class<? extends PaymentGatewayReal> |
PaymentGateway.get(String id)
|
static Currency |
Currency.getByCode(String string)
|
static Enrolment |
Enrolment.getByID(int id)
|
Payment |
UserEnrolment.getLastPayment()
|
static Payment |
Payment.getLastPaymentFor(UserEnrolment userEnrolment)
Find the last/latest payment made on a specific enrolment |
Payment |
Payment.getPriorPayment()
|
private void |
Payment.init(String orderSourceID,
String orderCodeString,
int paymentSequenceNumber)
|
void |
PaymentGateway.startEnrolment(Payment payment)
|
void |
PaymentGateway.transactPayment(Payment p)
|
Constructors in org.starhope.appius.mb that throw NotFoundException | |
---|---|
Payment(String orderSourceID,
String orderCodeString,
int paymentSequenceNumber)
Instantiate a Payment for a given order and sequence number. |
|
Payment(UserEnrolment subscription)
|
|
UserEnrolment(ResultSet rs)
|
|
UserEnrolment(String order_source,
int product_id,
int user_id,
Date beginsOn)
WRITEME: document |
|
UserEnrolment(String order_source,
String order_code)
|
Uses of NotFoundException in org.starhope.appius.messaging |
---|
Methods in org.starhope.appius.messaging that throw NotFoundException | |
---|---|
static String |
Mail.readTemplate(String templateName)
Reads in a template file from the appropriate folder |
static void |
Mail.sendPasswordRecoveryMail(User user,
String template,
String password)
|
static void |
Mail.sendSignupMail(User user,
String parentMail)
Update the email address for the user and then send an enrollment email to the address. |
static void |
Mail.sendTemplateMail(User user,
boolean mailParent,
String templateName,
String subject,
String passwordOrNull,
String callback)
|
Uses of NotFoundException in org.starhope.appius.pay |
---|
Methods in org.starhope.appius.pay that throw NotFoundException | |
---|---|
void |
PayPalGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
AuthorizeNetGateway.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PayPalGateway.endEnrolment(Payment payment)
|
void |
AuthorizeNetGateway.endEnrolment(Payment payment)
|
void |
PayPalGateway.startEnrolment(Payment payment)
|
void |
AuthorizeNetGateway.startEnrolment(Payment payment)
Start an Authorize.Net subscription through their (now-beautiful!! WTF?) Automated Recurring Billing engine. |
void |
PayPalGateway.transactPayment(Payment payment)
|
void |
AuthorizeNetGateway.transactPayment(Payment payment)
|
Uses of NotFoundException in org.starhope.appius.pay.util |
---|
Methods in org.starhope.appius.pay.util that throw NotFoundException | |
---|---|
void |
PaymentGatewayReal.alterEnrolment(Payment payment,
UserEnrolment newForm)
|
void |
PaymentGatewayReal.endEnrolment(Payment payment)
|
void |
RetryPaymentException.retry()
|
void |
PaymentGatewayReal.startEnrolment(Payment payment)
|
void |
PaymentGatewayReal.transactPayment(Payment payment)
|
Uses of NotFoundException in org.starhope.appius.server |
---|
Methods in org.starhope.appius.server that throw NotFoundException | |
---|---|
void |
OsirisSFSExtension.do_addFurniture(org.json.JSONObject jso,
User u,
Integer room)
|
void |
OsirisSFSExtension.do_getMailMessage(org.json.JSONObject jso,
User u,
Integer room)
WRITEME: document this method (brpocock, Aug 28, 2009) Response: message: { id: number, from: userName, to: userName, subject: "", sentTime: date & time string, readTime: date & time string, body: "" } |
void |
OsirisSFSExtension.do_markMailMessageAsRead(org.json.JSONObject jso,
User u,
Integer room)
WRITEME: document this method (brpocock, Aug 28, 2009) |
void |
OsirisSFSExtension.do_purchase(org.json.JSONObject jso,
User u,
Integer room)
Execute a purchase of an item by an user. |
void |
OsirisSFSExtension.do_setFurniture(org.json.JSONObject jso,
User u,
Integer room)
Set or change a furniture item. |
void |
OsirisSFSExtension.getMedalRankings(org.json.JSONObject jso,
User u,
Integer room)
WRITEME: document this method (brpocock, Sep 1, 2009) |
Uses of NotFoundException in org.starhope.appius.sql |
---|
Methods in org.starhope.appius.sql that throw NotFoundException | ||
---|---|---|
protected
|
SQLPeerDatum.findInCache()
Find the object in the cache, if possible. |
Uses of NotFoundException in org.starhope.appius.sys.op |
---|
Methods in org.starhope.appius.sys.op that throw NotFoundException | |
---|---|
private static Filter |
Filter.getByTitle(String theTitle)
WRITEME: document this method (brpocock, Aug 24, 2009) |
FilterAction |
Filter.getExceptionAction(String pat,
String exception)
Gets the action associated with a certain exception to a certain pattern |
Vector<String> |
Filter.getExceptions(String pat)
Gets the exception patterns associated with a given "main" pattern |
FilterAction |
Filter.getPatternAction(String pat)
Returns the default action associated with a pattern (ignoring exceptions) |
void |
Filter.removeException(String pat,
String exception)
Removes a pattern-exception from a filter. |
void |
Filter.removePattern(String pat)
Removes a pattern from a filter. |
Uses of NotFoundException in org.starhope.appius.user |
---|
Methods in org.starhope.appius.user that throw NotFoundException | |
---|---|
String |
User.acceptPeanutCode(String peanut)
WRITEM: document this method (brpocock, Aug 31, 2009) |
void |
User.endEventPurchaseRaw(int eventID,
int itemID)
WRITEME: document this method (brpocock, Aug 31, 2009) |
void |
User.endEventPurchaseRaw(int eventID,
com.tootsville.braque.StoreItem item)
WRITEME: document this method (brpocock, Aug 24, 2009) |
HomeDecorItem[] |
User.getActiveDecorations(int roomNumber)
WRITEME: document this method (brpocock, Aug 28, 2009) |
User |
User.getByApprovalCookie(String cookie)
|
HomeDecorItem |
User.getFurnitureBySlot(int slotNumber)
|
private void |
User.populateByID(int id)
Private method used to look up User in the database and fill in the attributes |
private void |
User.populateByLogin(String login)
Fetch a user record out of the database based upon its login name |
void |
User.purchase(com.tootsville.braque.StoreItem item)
WRITEME: document this method (brpocock, Aug 28, 2009) |
Constructors in org.starhope.appius.user that throw NotFoundException | |
---|---|
User(int id)
Instantiate a user object from an existing user account ID |
|
User(String login)
Instantiate a user object from an existing user account ID |
Uses of NotFoundException in org.starhope.appius.util |
---|
Methods in org.starhope.appius.util that throw NotFoundException | |
---|---|
static String |
BraqueConfig.getConfig(String key)
This fetches up a configuration property in general. |
static boolean |
BraqueConfig.getConfigBool(String string)
|
static int |
BraqueConfig.getInt(String string)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |