A B C D E F G H I J K L M N O P R S T U V W X Y Z _

D

DAO - class com.marringtons.object.DAO.
DAO is the core of the Adept persistent storage mechanism.
DAO() - Constructor for class com.marringtons.object.DAO
DAO instantiation.
DTO - class com.marringtons.object.DTO.
This class provides facilities to deep copy data from one object to another.
DTO(Object, Object) - Constructor for class com.marringtons.object.DTO
Create a DTO to transfer data to and from a DAO to any other sort of object.
DTO(Object, Object, Map) - Constructor for class com.marringtons.object.DTO
Create a DTO to transfer data to and from a DAO to any other sort of object.
Database - class com.marringtons.object.Database.
The DAO system uses this class for database wide control for procedures such as DAO association, opening, closing and backing up.It can also be used to manipulate a single open database.
Date - class com.marringtons.time.Date.
The Date class provides date and timestamp functionality as well as term and date maths.
Date() - Constructor for class com.marringtons.time.Date
Default constructor sets object to current time.
Date(long) - Constructor for class com.marringtons.time.Date
Set the date object from already available time.
Date(Date) - Constructor for class com.marringtons.time.Date
Copy constructor.
Date(Calendar) - Constructor for class com.marringtons.time.Date
Constructor, given a Calendar object.
Date.YMD - class com.marringtons.time.Date.YMD.
This class is used by the Date class for getting or working with terms - being the time between two date.
Date.YMD() - Constructor for class com.marringtons.time.Date.YMD
 
database(String) - Static method in class com.marringtons.object.Migration
Look at all classes in a database and see which ones have a migration path - then follow it.
database(String, String) - Static method in class com.marringtons.object.Migration
Look at all classes in a database and see which ones have a migration path - then follow it.
dateStamp() - Method in class com.marringtons.time.Date
returns datestamp for objects date (based on locale).
day - Variable in class com.marringtons.time.Date.YMD
term days
days - Variable in class com.marringtons.time.Time
Days for times above 24 hours
daysInMonth(int, int) - Static method in class com.marringtons.time.Date
Return the number of days is a particular month.
debug - Static variable in class com.marringtons.net.HTTP.Response
Set true by test routines to log errors and force all content to reload from server (to test file changes).
debug(Object) - Static method in class com.marringtons.util.Log
Method debug - write a timestamped message to the application log file.
decode(String) - Static method in class com.marringtons.net.HTTP.Request
Decode a string sent from the browser.
defaultDatabase - Static variable in class com.marringtons.util.Application
Many applications keep all persistent data in a single database.
defaultFormat - Variable in class com.marringtons.time.Time
Set the default format for writing the time as a string.
delete() - Method in class com.marringtons.object.DAO
Delete the current object from the database.
delete(Object) - Method in class com.marringtons.util.Cache
Delete and remove an object from the cache.
denominator - Variable in class com.marringtons.number.Fraction
Denominator for the fractional number (the 3 in 1-2/3)
deregister(String, Properties.Change) - Method in class com.marringtons.string.Properties
Remove registration of a class with a variable change.
deregister(IdleInterface) - Static method in class com.marringtons.util.Idle
A process must be deregistered if no longer needed or it can never be freed.
disable - Static variable in class com.marringtons.file.FileCache
set to true to disable caching.
disable() - Method in class com.marringtons.util.Semaphore
Neither pause nor resume will actually do anything.
discard() - Method in class com.marringtons.object.DAO
Discard any changes made to the current object.
divide(Fraction) - Method in class com.marringtons.number.Fraction
Divide one fraction by another.
dumpStack - Static variable in class com.marringtons.util.Log
Used to reduce display on expected errors - only used by unit tests.

A B C D E F G H I J K L M N O P R S T U V W X Y Z _
Copyright © 2005 Paul Marrington http://library.marringtons.com