Returns all scheduled transactions who meet the following criteria:
1) Start date is before today
2) Last date created is before today (or is not yet set).
Converts a long value (in cents: 10000 == $100.00) to a string
with proper decimal values, with the user's desired currency
sign in the user's specified position (whether behind or in front
of the amount).
Converts a long value (in cents: 10000 == $100.00) to a string
with proper decimal values, with the user's desired currency
sign in the user's specified position (whether behind or in front
of the amount).
Returns all classes in the current class path (system class path plus any added URLs)
which are descendents of or implement the given class / interface.
isDeleted() -
Method in interface org.homeunix.thecave.buddi.model.Source
Is this source marked as deleted? When the user tries to delete a source,
we try first to remove it from the model; if that cannot work (due to
transactions referencing it), we mark it as deleted.
Is the current list filtered? This is a relatively expensive operation, as
we need to get the list of transactions associated with the given source
from the model, and compare the size of it to the size of the current list.
Should this plugin be activated? Most people can just
put true here; if there is some logic which determines if this
is to be shown or not, though, you can add it here.
Creates a new Source list renderer, using the given string
as the label when a source is not selected, with each item having
a maximum length conputed from the specified component.
STABLE -
Static variable in class org.homeunix.thecave.buddi.Const