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

F

faxNumber - Variable in class org.rakeshv.xml.addressbook.Person
The fax number of the person.
fetchCacheFile(CachingFilter.FileProperties) - Method in class org.rakeshv.filters.CachingFilter
Fetch a file handle to the cache file represented by fileName .
fetchFileCache(String) - Method in class org.rakeshv.filters.CachingFilter
Fetch the Map that stores the request parameters and the associated file names from CachingFilter.cachedPaths.
fetchFileProperties(Map, Map, String) - Method in class org.rakeshv.filters.CachingFilter
Fetch the file name that for the cache file that represents the current request.
fetchTotalItemsProperty(String) - Static method in class org.rakeshv.utils.SharedObject
Fetch the system property for SharedObject.totalItems.
FIFO - Static variable in interface org.rakeshv.utils.DataStructure
A constant to designate the FIFO implementation.
FIFO<K,V> - Class in org.rakeshv.utils
A First Iin First Out implementation using a LinkedHashMap.
FIFO() - Constructor for class org.rakeshv.utils.FIFO
Default constructor.
FIFO(int) - Constructor for class org.rakeshv.utils.FIFO
Constructs an empty insertion-ordered instance with the specified initial capacity and a default load factor of LinkedHashMap.DEFAULT_LOAD_FACTOR.
FIFO(int, float) - Constructor for class org.rakeshv.utils.FIFO
Constructs an empty insertion-ordered instance with the specified initial capacity and load factor.
FIFO(Map<K, V>) - Constructor for class org.rakeshv.utils.FIFO
Constructs an insertion-ordered FIFO instance with the same mappings as the specified map.
fifo - Variable in class org.rakeshv.utils.SimpleFIFO
An array that is used to implement a FIFO.
FIFO_CACHE - Static variable in class org.rakeshv.utils.LinkedHashMap
Flag to indicate insertion-order policy.
FIFO_IMPLEMENTATION - Static variable in interface org.rakeshv.utils.DataStructure
Deprecated. Use DataStructure.FIFO
fileLocation - Variable in class org.rakeshv.xml.album.Image
The fileLocation attribute for an image.
fileName - Variable in class org.rakeshv.filters.CachingFilter.FileProperties
The fully qualified name of the cache file.
fileName - Variable in class org.rakeshv.mail.MailPreferences
The fully qualified name of the file that contains the mail preferences.
fileName - Variable in class org.rakeshv.mail.ServerPreferences
The fully qualified path to the file that contains the preferences.
fileName - Variable in class org.rakeshv.mail.UserPreferences
The fully qualified path to the file that contains the preferences.
fileName - Variable in class org.rakeshv.xml.addressbook.AddressBook
The fully qualified name of the address book XML file.
fileName - Variable in class org.rakeshv.xml.album.PhotoAlbum
The fully qualified name of the album XML file.
fileProperties - Variable in class org.rakeshv.filters.CachingResponseWrapper
The CachingFilter.FileProperties that is to be modified if the content properties for the response are modified by objects down the filter chain.
FileUtilities - Class in org.rakeshv.io
A utility class that provides static methods for common IO operations.
FileUtilities() - Constructor for class org.rakeshv.io.FileUtilities
Default constructor.
filled - Variable in class org.rakeshv.utils.SimpleFIFO
A flag to indicate that the fifo has been filled.
filled - Variable in class org.rakeshv.utils.SimpleLRU
A flag to indicate that the lru has been filled.
FilterAdapter - Class in org.rakeshv.filters
A Filter class that implements the Filter interface, and provides default implementations for all the methods.
FilterAdapter() - Constructor for class org.rakeshv.filters.FilterAdapter
 
filterConfig - Variable in class org.rakeshv.filters.CompressionFilter
A reference to the Servlet container's Filter configuration.
filterConfig - Variable in class org.rakeshv.filters.FilterAdapter
A reference to the Servlet container's Filter configuration.
FIND_BY_CATEGORY - Static variable in class biz.wedoit4u.databeans.ContentHelper
The statement that is executed to fetch all the records from the contents table that are associated with the specified category_id.
FIND_BY_CUSTOMER - Static variable in class biz.wedoit4u.databeans.CategoryHelper
The statement that is executed to fetch all the records from the categories table that belong to the specified customer_id.
FIND_BY_CUSTOMER - Static variable in class biz.wedoit4u.databeans.CustomerStyleHelper
The statement that is executed to fetch all the records from the customer_styles table for the specified customer_id.
FIND_BY_CUSTOMER - Static variable in class biz.wedoit4u.databeans.PartnerStyleHelper
The statement that is executed to fetch all the records from the partner_styles table for the specified partner_id.
FIND_BY_CUSTOMER_TYPE - Static variable in class biz.wedoit4u.databeans.CustomerHelper
The statement that is executed to fetch all the records in the customer table that belong to a specific customer_type_id.
FIND_BY_USERNAME_AND_PASSWORD - Static variable in class biz.wedoit4u.databeans.CustomerHelper
The statement that is executed to fetch the matching record from the customer table for the specified username value.
FIND_BY_USERNAME_AND_PASSWORD - Static variable in class biz.wedoit4u.databeans.PartnerHelper
The statement that is executed to fetch the matching record from the partner table for the specified username value.
findAll() - Static method in class biz.wedoit4u.databeans.CategoryBean
Return a Collection of bean instances that represent all the records in the categories table.
findAll() - Static method in class biz.wedoit4u.databeans.CategoryHelper
Return a Collection of Integer values that represent all the primary key values in the categories table.
findAll() - Static method in class biz.wedoit4u.databeans.ContentBean
Return a Collection of bean instances that represent all the records in the categories table.
findAll() - Static method in class biz.wedoit4u.databeans.ContentHelper
Return a Collection of Integer values that represent all the primary key values in the contents table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerBean
Return a Collection of bean instances that represent all the records in the customers table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerHelper
Return a Collection of Integer values that represent all the primary key values in the customers table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerStyleBean
Return a Collection of bean instances that represent all the records in the customer_styles table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerStyleHelper
Return a Collection of CustomerStylesPK objects that represent all the records in the customer_styles table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerTypeBean
Return a Collection of bean instances that represent all the records in the customer_types table.
findAll() - Static method in class biz.wedoit4u.databeans.CustomerTypeHelper
Return a Collection of Integer values that represent all the primary key values in the customer_types table.
findAll() - Static method in class biz.wedoit4u.databeans.PartnerBean
Return a Collection of bean instances that represent all the records in the partners table.
findAll() - Static method in class biz.wedoit4u.databeans.PartnerHelper
Return a Collection of Integer values that represent all the primary key values in the partners table.
findAll() - Static method in class biz.wedoit4u.databeans.PartnerStyleBean
Return a Collection of bean instances that represent all the records in the style_attributes table.
findAll() - Static method in class biz.wedoit4u.databeans.PartnerStyleHelper
Return a Collection of PartnerStylesPK objects that represent all the records in the partner_styles table.
findAll() - Static method in class biz.wedoit4u.databeans.SitePropertyBean
Return a Collection of bean instances that represent all the records in the site_properties table.
findAll() - Static method in class biz.wedoit4u.databeans.SitePropertyHelper
Return a Collection of Integer values that represent all the primary key values in the site_properties table.
findAll() - Static method in class biz.wedoit4u.databeans.StyleClassBean
Return a Collection of bean instances that represent all the records in the style_classes table.
findAll() - Static method in class biz.wedoit4u.databeans.StyleClassHelper
Return a Collection of Integer values that represent all the primary key values in the style_classes table.
findAll() - Method in interface biz.wedoit4u.ejb.entity.Categories
Return a Collection of entity bean instances that represent all the records in the categories table.
findAll() - Method in interface biz.wedoit4u.ejb.entity.Contents
Return a Collection of all the entity bean instances that represent all the records in the contents table.
findAll() - Method in interface biz.wedoit4u.ejb.entity.Customers
Return a Collection of entity bean instances that represent all the records in the customers table.
findAll() - Method in interface biz.wedoit4u.ejb.entity.CustomerTypes
Return all the entity beans that represent all the rows in the customer_types table.
findAll() - Method in interface biz.wedoit4u.ejb.entity.SiteProperties
Return a Collection of entity bean instances that represent all the records in the database.
findByCategory(int) - Static method in class biz.wedoit4u.databeans.ContentBean
Return a Collection of bean instances that represent all the records in the categories table that are associated with the specified category_id.
findByCategory(int) - Static method in class biz.wedoit4u.databeans.ContentHelper
Return a Collection of Integer values that represent all the primary key values in the contents table that are associated with the specified category_id.
findByCategory(Category) - Method in interface biz.wedoit4u.ejb.entity.Contents
Return the entity bean intances that are associated with the specified category_id.
findByCustomer(int) - Static method in class biz.wedoit4u.databeans.CategoryBean
Return a Collection of bean instances that represent all the records in the categories table that are associated with the specified customer_id.
findByCustomer(int) - Static method in class biz.wedoit4u.databeans.CategoryHelper
Return a Collection of Integer values that represent all the primary key values in the categories table that are associated with the specified customer_id.
findByCustomer(int) - Static method in class biz.wedoit4u.databeans.CustomerStyleBean
Return a Collection of bean instances that represent all the records in the customer_styles table that are associated with the specified customer_id.
findByCustomer(int) - Static method in class biz.wedoit4u.databeans.CustomerStyleHelper
Return a Collection of CustomerStylesPK objects that represent all the records in the customer_styles table that are associated with the specified customer_id.
findByCustomer(Customer) - Method in interface biz.wedoit4u.ejb.entity.Categories
Return a Collection of entity bean instances that match the customer_id specified.
findByCustomerType(int) - Static method in class biz.wedoit4u.databeans.CustomerBean
Return a Collection of bean instances that represent all the records in the customers table that are associated with the specified customer_type_id.
findByCustomerType(int) - Static method in class biz.wedoit4u.databeans.CustomerHelper
Select specified records from the customers table that belong to the specified customer_type_id.
findByCustomerType(CustomerType) - Method in interface biz.wedoit4u.ejb.entity.Customers
Return a Collection of entity bean instances that represent all the records in the customers table, that belong to the specified CustomerType.
findByPartner(int) - Static method in class biz.wedoit4u.databeans.CustomerTypeBean
Return a Collection of bean instances that represent all the records in the customer_types table that belong to the specified partner.
findByPartner(int) - Static method in class biz.wedoit4u.databeans.CustomerTypeHelper
Return a Collection of Integer values that represent all the primary key values in the customer_types table that belong to the specified partner.
findByPartner(int) - Static method in class biz.wedoit4u.databeans.PartnerStyleBean
Return a Collection of bean instances that represent all the records in the style_attributes table that are associated with the specified partner_id.
findByPartner(int) - Static method in class biz.wedoit4u.databeans.PartnerStyleHelper
Return a Collection of PartnerStylesPK objects that represent all the records in the partner_styles table that are associated with the specified partner_id.
findByPrimaryKey(int) - Method in interface biz.wedoit4u.ejb.entity.Categories
Return the entity bean instance that represents the record in the categories table identified by the primary key column (category_id).
findByPrimaryKey(int) - Method in interface biz.wedoit4u.ejb.entity.Contents
Return the entity bean instance identified by the primary key value specified.
findByPrimaryKey(int) - Method in interface biz.wedoit4u.ejb.entity.Customers
Return the entity bean instance identified by the primary key value specified.
findByPrimaryKey(int) - Method in interface biz.wedoit4u.ejb.entity.CustomerTypes
Return the entity bean instance identified by the primary key value specified.
findByPrimaryKey(int) - Method in interface biz.wedoit4u.ejb.entity.SiteProperties
Return the entity bean instance identified by the primary key value specified.
findByType(String) - Method in interface biz.wedoit4u.ejb.entity.CustomerTypes
Return the entity bean instance identified by the unique type value specified.
findByUsername(String) - Method in interface biz.wedoit4u.ejb.entity.Customers
Find the entity bean instance that is identified by the username specified.
findByUsernameAndPassword(String, String) - Static method in class biz.wedoit4u.databeans.CustomerHelper
Select the record from the customers table that has the specified username and password values.
findByUsernameAndPassword(String, String) - Static method in class biz.wedoit4u.databeans.PartnerHelper
Select the record from the partners table that has the specified username and password values.
findFolder(String) - Method in class org.rakeshv.mail.WebMailBean
Finds a folder based on name out of cached array of folders.
findMessages(String[]) - Method in class org.rakeshv.mail.WebMailBean
Turn an array of message numbers as strings into an array of messages from the current folder.
finish() - Method in class org.rakeshv.filters.CompressionResponseStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - Method in class org.rakeshv.filters.CompressionResponseWrapper
Finishes writing compressed data to the CompressionResponseStream output stream without closing the underlying stream.
flush() - Method in class org.rakeshv.filters.CachingResponseStream
Flushes the underlying servlet output stream.
flush() - Method in class org.rakeshv.filters.CompressionResponseStream
Flushes the underlying servlet output stream.
flush - Variable in class org.rakeshv.io.LoggingInputStream
A flag used to indicate that the LoggingInputStream.outputStream must be flushed prior to closing this input stream.
flush() - Method in class org.rakeshv.io.LoggingInputStream
Flushes the LoggingInputStream.outputStream.
flush - Variable in class org.rakeshv.io.LoggingReader
A flag used to indicate that the LoggingReader.writer must be flushed prior to closing this reader.
flush() - Method in class org.rakeshv.io.LoggingReader
Flushes the LoggingReader.writer.
flush() - Method in class org.rakeshv.io.TeeOutputStream
Flushes all the configured output streams and forces any buffered output bytes to be written out.
flush() - Method in class org.rakeshv.io.TeeWriter
Flush the stream.
flushBuffer() - Method in class org.rakeshv.filters.CachingResponseWrapper
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class org.rakeshv.filters.CompressionResponseWrapper
Forces any content in the buffer to be written to the client.
folder - Variable in class org.rakeshv.mail.SendHandler
The Folder which the user is viewing at present.
folderNames - Variable in class org.rakeshv.mail.WebMailBean
The names of the mail folders available to the user.
folders - Variable in class org.rakeshv.mail.WebMailBean
The mail folders that are available to the user.
fontFamily - Variable in class biz.wedoit4u.databeans.CustomerStyleBean
The value in the font_family column.
fontFamily - Variable in class biz.wedoit4u.databeans.PartnerStyleBean
The value in the font_family column.
fontSize - Variable in class biz.wedoit4u.databeans.CustomerStyleBean
The value in the font_size column.
fontSize - Variable in class biz.wedoit4u.databeans.PartnerStyleBean
The value in the font_size column.
fontWeight - Variable in class biz.wedoit4u.databeans.CustomerStyleBean
The value in the font_weight column.
fontWeight - Variable in class biz.wedoit4u.databeans.PartnerStyleBean
The value in the font_weight column.
FOOTER - Static variable in class biz.wedoit4u.databeans.SitePropertyBean
The default value to be used for the footer column.
footer - Variable in class biz.wedoit4u.databeans.SitePropertyBean
The value in the footer column.
formParser - Variable in class org.rakeshv.mail.SendHandler
The WriteFormParser class that is used to parse out the form parts and elements from the HttpRequest.
forward - Variable in class org.rakeshv.mail.WriteFormParser
The message number in the IMAP store which is to be forwarded along with any additional text and attachments.
fourBytesToInt(byte[], int) - Static method in class org.rakeshv.utils.JCrypt
 
framesList - Variable in class org.rakeshv.applications.ImagePlayer
A List that holds references to all the SlideShow JInternalFrames spawned by the application.
from - Variable in class org.rakeshv.mail.WriteFormParser
A String object that holds the email address of the person who is composing the message.
fromFile(String) - Static method in class org.rakeshv.utils.StringUtilities
Return the contents of the specified file as a String using the system default encoding.
fromFile(String, String) - Static method in class org.rakeshv.utils.StringUtilities
Return the contents of the specified file as a String using the character encoding specified.
fromUrl(String) - Static method in class org.rakeshv.utils.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties) - Static method in class org.rakeshv.utils.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, String, String) - Static method in class org.rakeshv.utils.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromUrl(String, Properties, String, String) - Static method in class org.rakeshv.utils.StringUtilities
Return the response body from the specified HTTP URL as a String using the encoding specified by the web server.
fromXML(String) - Static method in class org.rakeshv.utils.StringUtilities
Replace escaped XML/HTML special characters (&, <, ...) in the String specified with their original equivalents.
fullImage - Variable in class org.rakeshv.xml.album.Photo
The fullImage element value that is stored as an instance of the Image java bean.
FullScreen - Class in org.rakeshv.applications
A simple programme that tests the new full screen support and the new ImageIO classes introduced in J2SE 1.4.
FullScreen(BufferedImage) - Constructor for class org.rakeshv.applications.FullScreen
The constructor just adds a MouseListener that closes the application upon a mouse click event.

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