Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z

D

D_ENCRYPT(int, int, int, int, int, int[]) - Static method in class org.rakeshv.utils.JCrypt
 
DATABASE_ACTION_LOCATION - Static variable in class biz.wedoit4u.ejb.session.SessionBeanProvider
The JNDI location to use to look up the home object for the DatabaseAction session bean.
DatabaseAction - Interface in biz.wedoit4u.ejb.session
This stateless session bean provides methods that deal with adding or modifying data in the wedoit4u database.
DatabaseActionBean - Class in biz.wedoit4u.ejb.session
The implementation of the DatabaseAction session bean.
DatabaseActionBean() - Constructor for class biz.wedoit4u.ejb.session.DatabaseActionBean
 
DatabaseActionHome - Interface in biz.wedoit4u.ejb.session
The local home interface to the stateless session bean that implements the business logic for creating/modifying data in the wedoit4u schema tables.
databaseActionHome - Static variable in class biz.wedoit4u.ejb.session.SessionBeanProvider
Store a reference to the DatabaseActionHome home object.
DatabaseHelper - Class in biz.wedoit4u.databeans
A helper class that provides convenient methods to interact with a backend database.
DatabaseHelper() - Constructor for class biz.wedoit4u.databeans.DatabaseHelper
Default constructor.
dataSource - Static variable in class biz.wedoit4u.databeans.DatabaseHelper
A reference to the DataSource to be used to fetch connections from the application server's context.
DataStructure<T> - Interface in org.rakeshv.utils
An interface for all the datastructures implemented in this package.
DATE_FORMATTER_LOCATION - Static variable in class biz.wedoit4u.ejb.session.SessionBeanProvider
The JNDI location to use to look up the home object for the DateFormatter session bean.
DateFormatter - Interface in biz.wedoit4u.ejb.session
This stateless session bean provides utility methods to convert dates into commonly needed string formats, as well as strings in commonly used date formats into Java Dates.
DateFormatterBean - Class in biz.wedoit4u.ejb.session
Common date transformations that are performed.
DateFormatterBean() - Constructor for class biz.wedoit4u.ejb.session.DateFormatterBean
Default constructor.
DateFormatterHome - Interface in biz.wedoit4u.ejb.session
The local home interface to the stateless session bean that provides utility methods to convert dates into commonly needed string formats, as well as strings in commonly used date formats into Java Dates.
dateFormatterHome - Static variable in class biz.wedoit4u.ejb.session.SessionBeanProvider
Store a reference to the DateFormatterHome home object.
dateRegex - Static variable in class org.rakeshv.tex.TransformTextFile
Regular expressions that are used to transform unformatted dates to TeX and HTML.
DATETIMEFORMAT - Static variable in class biz.wedoit4u.ejb.session.DateFormatterBean
The format that will be used to specify date-time values in the ISO 8601 format.
dateTimeFormat - Variable in class biz.wedoit4u.ejb.session.DateFormatterBean
The formatter that will be used for ISO 8601 date-time formats.
DAYFORMAT - Static variable in class biz.wedoit4u.ejb.session.DateFormatterBean
The format that will be used to specify day values to encode/decode date objects.
dayFormat - Variable in class biz.wedoit4u.ejb.session.DateFormatterBean
The formatter that will be used for ISO 8601 day formats.
dayFormatWithTimeZone - Variable in class biz.wedoit4u.ejb.session.DateFormatterBean
The formatter that will be used for ISO 8601 day formats.
daysToKeepDeletedMessages - Variable in class org.rakeshv.mail.MailPreferences
This field is used to indicate the number of days until which deleted messages in the WebMailBean.trashFolderName folder should be kept.
DEFAULT_ACTIVE - Static variable in class biz.wedoit4u.ejb.entity.CustomerBean
The default value set for the active column in the database.
DEFAULT_CAPACITY - Static variable in class org.rakeshv.utils.LinkedHashMap
The default size for the map.
DEFAULT_LOAD_FACTOR - Static variable in class org.rakeshv.utils.LinkedHashMap
The default load-factor value.
defaultFrom - Variable in class org.rakeshv.mail.WebMailBean
The complete email address of the user that will be used when sending mail.
DEFLATE_COMPRESSION - Static variable in class org.rakeshv.filters.CompressionFilter
A constant that is used to denote that deflate compression is to be used.
deflaterStream - Variable in class org.rakeshv.filters.CompressionResponseStream
The underlying gzip output stream to which we should write data.
delayInterval - Variable in class org.rakeshv.gui.SlideShow
The variable that controls the delay between successive image loading.
delete(CategoryBean) - Static method in class biz.wedoit4u.databeans.CategoryBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.CategoryHelper
Delete the record from the database identified by the primary key value specified.
delete(ContentBean) - Static method in class biz.wedoit4u.databeans.ContentBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.ContentHelper
Delete the record from the database identified by the primary key value specified.
delete(CustomerBean) - Static method in class biz.wedoit4u.databeans.CustomerBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.CustomerHelper
Delete the record from the database identified by the primary key value specified.
delete(CustomerStyleBean) - Static method in class biz.wedoit4u.databeans.CustomerStyleBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int, int) - Static method in class biz.wedoit4u.databeans.CustomerStyleHelper
Delete the record from the database identified by the primary key value specified.
delete(CustomerTypeBean) - Static method in class biz.wedoit4u.databeans.CustomerTypeBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.CustomerTypeHelper
Delete the record from the database identified by the primary key value specified.
delete(PartnerBean) - Static method in class biz.wedoit4u.databeans.PartnerBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.PartnerHelper
Delete the record from the database identified by the primary key value specified.
delete(PartnerStyleBean) - Static method in class biz.wedoit4u.databeans.PartnerStyleBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int, int) - Static method in class biz.wedoit4u.databeans.PartnerStyleHelper
Delete the record from the database identified by the primary key value specified.
delete(SitePropertyBean) - Static method in class biz.wedoit4u.databeans.SitePropertyBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.SitePropertyHelper
Delete the record from the database identified by the primary key value specified.
delete(StyleClassBean) - Static method in class biz.wedoit4u.databeans.StyleClassBean
Delete the specified instance of this class from the system cache as well as from the database.
delete(int) - Static method in class biz.wedoit4u.databeans.StyleClassHelper
Delete the record from the database identified by the primary key value specified.
delete(String, boolean) - Static method in class org.rakeshv.io.FileUtilities
Delete all the files and directories under the specified directory.
delete(File, boolean) - Static method in class org.rakeshv.io.FileUtilities
Delete all the files and directories under the specified directory.
delete(File) - Static method in class org.rakeshv.io.FileUtilities
Delete the specified file.
DELETE_CATEGORIES - Static variable in class biz.wedoit4u.databeans.CategoryHelper
The delete statement that is used to delete a record from the categories table identified by the primary key value.
DELETE_CONTENTS - Static variable in class biz.wedoit4u.databeans.ContentHelper
The delete statement that is executed to delete a record in the contents table identified by the primary key value.
DELETE_CUSTOMER_STYLES - Static variable in class biz.wedoit4u.databeans.CustomerStyleHelper
The delete statement to be executed to delete a record in the customer_styles table.
DELETE_CUSTOMER_TYPES - Static variable in class biz.wedoit4u.databeans.CustomerTypeHelper
The delete statement to be executed to delete a record in the customer_types table.
DELETE_CUSTOMERS - Static variable in class biz.wedoit4u.databeans.CustomerHelper
The delete statement to be executed to delete a record in the customers table identified by the primary key value.
DELETE_PARTNER_STYLES - Static variable in class biz.wedoit4u.databeans.PartnerStyleHelper
The delete statement to be executed to delete a record in the partner_styles table.
DELETE_PARTNERS - Static variable in class biz.wedoit4u.databeans.PartnerHelper
The delete statement to be executed to delete a record in the partners table identified by the primary key value.
DELETE_PERMANENTLY - Static variable in class org.rakeshv.mail.MailPreferences
A constant that is used to indicate that message being deleted should be deleted permanently from the store.
DELETE_PERMANENTLY - Static variable in class org.rakeshv.mail.UserPreferences
A constant that is used to indicate that message being deleted should be deleted permanently from the store.
DELETE_SITE_PROPERTIES - Static variable in class biz.wedoit4u.databeans.SitePropertyHelper
The delete statement that is executed to delete a record in the site_properties table identified by the primary key value.
DELETE_STYLE_CLASSES - Static variable in class biz.wedoit4u.databeans.StyleClassHelper
The delete statement to be executed to delete a record in the style_classes table.
deleteAction - Variable in class org.rakeshv.mail.MailPreferences
This field is used to indicate the type of action the user desires when deleting a mail message.
deleteAlbum(String) - Method in class org.rakeshv.xml.album.PhotoAlbum
Remove the Album identified by the specified Album.name.
deleteAlbums(String[]) - Method in class org.rakeshv.xml.album.PhotoAlbum
Remove the Album's identified by the specified Album.names.
deleteAttachments(String) - Method in class org.rakeshv.mail.WebMailBean
Deletes the temporary attachment files stored under the specified root directory.
deleteCategory(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a categories record.
deleteCategory(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a categories record.
deleteContent(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a contents record.
deleteContent(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a contents record.
deleteCustomer(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a customers record.
deleteCustomer(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a customers record.
deleteCustomerStyle(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a customer_styles record.
deleteCustomerType(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a customer_types record.
deleteCustomerType(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a customer_types record.
deletedIndicator - Variable in class org.rakeshv.mail.WebMailBean
The path to the image that will be used to indicate messages that have been deleted.
deleteFolder(String) - Method in class org.rakeshv.mail.WebMailBean
Delete the specified folder.
deleteGroup(String) - Method in class org.rakeshv.xml.addressbook.AddressBook
Delete the Group identified by the Group.nickname specified from the address book.
deleteGroups(String[]) - Method in class org.rakeshv.xml.addressbook.AddressBook
Delete the Group's identified by the Group.nickname's specified from the address book.
deleteMessages(HttpServletRequest) - Method in class org.rakeshv.mail.WebMailBean
Delete the specified message(s) from the WebMailBean.currentFolder.
deletePartner(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a partners record.
deletePerson(String) - Method in class org.rakeshv.xml.addressbook.AddressBook
Remove the Person identified by the specified Person.nickname.
deletePersons(String[]) - Method in class org.rakeshv.xml.addressbook.AddressBook
Remove the Person's identified by the specified Person.nicknames.
deleteSiteProperty(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a site_properties record.
deleteSiteProperty(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a site_properties record.
deleteStyleClass(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Delete a style_classes record.
deleteStyleClass(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Delete a style_classes record.
des_set_key(byte[]) - Static method in class org.rakeshv.utils.JCrypt
 
description - Variable in class biz.wedoit4u.databeans.CategoryBean
The value of the description column.
description - Variable in class biz.wedoit4u.databeans.CustomerTypeBean
The value in the description column.
description - Variable in class biz.wedoit4u.databeans.PartnerBean
The value in the description column.
description - Variable in class biz.wedoit4u.databeans.StyleClassBean
The value in the description column.
description - Variable in class org.rakeshv.xml.addressbook.Group
A description of the group.
description - Variable in class org.rakeshv.xml.album.Album
The description element for the album.
description - Variable in class org.rakeshv.xml.album.Photo
The description element value that is used to describe the photo.
destroy() - Method in class org.rakeshv.filters.FilterAdapter
Called by the web container to indicate to a filter that it is being taken out of service.
destroyOldMessages(Folder, int) - Method in class org.rakeshv.mail.WebMailBean
Delete all messages older than numberOfDays days in the specified folder.
DISPLAY_ALL_MESSAGES - Static variable in class org.rakeshv.mail.MailPreferences
A constant that is used to indicate that all available messages for the chosen folder should be displayed on the page.
DO_NOT_COPY_SENT_MESSAGES - Static variable in class org.rakeshv.mail.MailPreferences
A flag that is used to indicate that messages being sent should not be copied to the WebMailBean.sentFolderName.
DO_NOT_COPY_SENT_MESSAGES - Static variable in class org.rakeshv.mail.UserPreferences
A flag that is used to indicate that messages being sent should not be copied to the WebMailBean.sentFolderName.
DO_NULL_CHECK - Static variable in class org.rakeshv.tex.ISOToASCII
Specify that if no match is found for the specified character, in HashMap, return the input character as its String equivalent.
DO_NULL_CHECK - Static variable in class org.rakeshv.tex.ISOToTeX
Specify that you wish to get back the input character as a String equivalent, if no match is found in the HashMap.
doCommand(HttpServletRequest) - Method in class org.rakeshv.mail.WebMailBean
Perform a specialised command.
document - Variable in class org.rakeshv.mail.MailPreferences
The JDOM XML document representation.
document - Variable in class org.rakeshv.xml.addressbook.AddressBook
A reference to the address book XML document.
document - Variable in class org.rakeshv.xml.album.PhotoAlbum
A reference to the album XML document.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.rakeshv.filters.CachingFilter
Hash the request parameters and do a lookup in the CachingFilter.cachedPaths to see if a cached file exists for the parameters.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.rakeshv.filters.CompressionFilter
Check the Accept-Encoding and accept-encoding HTTP headers, and if either of them specified the accepted compression methods (those supported by the java.util.zip classes), then the response is compressed using the desired compression algorithm.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.rakeshv.filters.FilterAdapter
This method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
domain - Variable in class biz.wedoit4u.databeans.CustomerBean
The value in the domain column.
DYNAMIC - Static variable in interface org.rakeshv.utils.DataStructure
A constant to designate the DynamicCache implementation.
DynamicCache<K,V> - Class in org.rakeshv.utils
A Map used to implement a dynamic cache that grows only up to the heap space available to the process.
DynamicCache() - Constructor for class org.rakeshv.utils.DynamicCache
Default constructor.
DynamicCache(int) - Constructor for class org.rakeshv.utils.DynamicCache
Constructs a new instance with the specified initial capacity.
DynamicCache(int, float) - Constructor for class org.rakeshv.utils.DynamicCache
Constructs a new instance with the specified initial capacity and load factor.
DynamicCache(int, float, int) - Constructor for class org.rakeshv.utils.DynamicCache
Constructs an empty DynamicCache instance with the specified initial capacity, load factor and ordering mode.
DynamicCache(Map<K, V>) - Constructor for class org.rakeshv.utils.DynamicCache
Constructs an ordered DynamicCache instance with the same mappings as the specified map.
DynamicCache.Cleaner - Class in org.rakeshv.utils
A TimerTask that is used to schedule clearing of mappings for garbage collected DynamicCache.Value objects.
DynamicCache.Cleaner() - Constructor for class org.rakeshv.utils.DynamicCache.Cleaner
Default constructor.
DynamicCache.Entry<K,V> - Class in org.rakeshv.utils
An implementation of the Map.Entry interface.
DynamicCache.Entry(K, V) - Constructor for class org.rakeshv.utils.DynamicCache.Entry
Initialise a new instance with the specified parameters.
DynamicCache.Value<V> - Class in org.rakeshv.utils
A sub-class of SoftReference used to represent the value stored in the DynamicCache.map.
DynamicCache.Value(K, V, ReferenceQueue<V>) - Constructor for class org.rakeshv.utils.DynamicCache.Value
Create a new instance of the value object.

Rakesh API
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2002-2005 - Rakesh Vidyadharan