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

G

generateChapterTags(String, String) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate chapter tags, by replacing all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generateChapterTags(String, String, boolean) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate chapter tags, by replacing all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generateChapterTags(String, String, boolean, boolean) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate chapter tags, by replacing all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generatePartTags(String, String) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate part tags, by replace all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generatePartTags(String, String, boolean) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate part tags, by replace all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generatePartTags(String, String, boolean, boolean) - Static method in class org.rakeshv.tex.TransformDocumentParts
Generate part tags, by replace all occurances of the identifier (pattern) specified in the document (contents) with LATEX part commands.
generatePassword(int) - Static method in class org.rakeshv.utils.PasswordGenerator
Generate a random password of the specified length.
generatePassword(int, char[]) - Static method in class org.rakeshv.utils.PasswordGenerator
Generate a random password of the specified length and restricted to the characters specified.
get() - Method in interface org.rakeshv.utils.DataStructure
Return the current Object in the datastructure.
get(Object) - Method in class org.rakeshv.utils.DynamicCache
Returns the value to which this map maps the specified key.
get(Object) - Method in class org.rakeshv.utils.LinkedHashMap
Over-ridden to increment the values of LinkedHashMap.Statistics.totalRequests and if necessary, LinkedHashMap.Statistics.successfulRequests.
get(Object) - Method in class org.rakeshv.utils.ObjectCache
Returns the value to which the ObjectCache.cache maps the specified key.
get() - Method in class org.rakeshv.utils.SimpleFIFO
Return the current Object in the SimpleFIFO.fifo.
get() - Method in class org.rakeshv.utils.SimpleLRU
Return the current Object in the SimpleLRU.lru.
getAccessCount() - Method in class org.rakeshv.Statistics
Returns Statistics.accessCount.
getActivationDate() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the activation_date column.
getActivationDate() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the activation_date column.
getActive() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the active column.
getActive() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the active column.
getAddress() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.address.
getAddressBook() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.addressBook.
getAddresses() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.addresses.
getAlbums() - Method in class org.rakeshv.xml.album.PhotoAlbum
Return the value/reference of the PhotoAlbum.albums.
getAllCategories() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of reference to the Category entity beans that represent all the records in the customer_id table.
getAllContents() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of Content entity bean instances that represent all the records in the contents table.
getAllCustomers() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of references to all the entity bean instances that represent all the records in the customers table.
getAllCustomerTypes() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a collection of all the CustomerType entity bean instances that represent all the rows in the customer_type table.
getAllSiteProperties() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of entity beans of type SiteProperty that represent all the records in the site_properties table.
getAltText() - Method in class org.rakeshv.xml.album.Image
Returns Image.altText.
getArray(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC ARRAY parameter as an Array object in the Java programming language.
getArray(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC ARRAY parameter as an Array object in the Java programming language.
getArticleBody(String, int) - Method in class org.rakeshv.net.NNTPSocket
Get the body of the specified article from the specified newsgroup.
getArticleBody() - Method in class org.rakeshv.net.NNTPSocket
Get the body of the current article from the current newsgroup.
getArticleBody(int) - Method in class org.rakeshv.net.NNTPSocket
Get the body of the specified article from the current newsgroup.
getArticleHead(String, int) - Method in class org.rakeshv.net.NNTPSocket
Get the head of the specified article from the specified newsgroup.
getArticleHead() - Method in class org.rakeshv.net.NNTPSocket
Get the head of the current article from the current newsgroup.
getArticleHead(int) - Method in class org.rakeshv.net.NNTPSocket
Get the head of the specified article from the current newsgroup.
getASCIIEquivalent(char) - Static method in class org.rakeshv.tex.ISOToASCII
Returns the ASCII equivalent for the specified char.
getASCIIEquivalent(char, boolean) - Static method in class org.rakeshv.tex.ISOToASCII
Returns the ASCII equivalent for the specified char.
getAttachmentRootDirectory() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the attachmentRootDirectory element value.
getAttachmentRootDirectory() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.attachmentRootDirectory.
getAttachments() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.attachments.
getAutoCommit() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves the current auto-commit mode for this Connection object.
getBcc() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.bcc.
getBigDecimal(int, int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Deprecated. use getBigDecimal(int parameterIndex) or getBigDecimal(String parameterName)
getBigDecimal(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBigDecimal(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC NUMERIC parameter as a java.math.BigDecimal object with as many digits to the right of the decimal point as the value contains.
getBlob(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC BLOB parameter as a Blob object in the Java programming language.
getBlob(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC BLOB parameter as a Blob object in the Java programming language.
getBody() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the picture column.
getBody() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the body column.
getBody() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.body.
getBoolean(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC BIT parameter as a boolean in the Java programming language.
getBoolean(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC BIT parameter as a boolean in the Java programming language.
getBottomRail() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.bottomRail.
getBottomRail() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the bottom_rail column.
getBottomRail() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the bottom_rail column.
getBrief() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the brief column.
getBrief() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value in the brief column.
getBrief() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the brief column.
getBrief() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the picture column.
getByte(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC TINYINT parameter as a byte in the Java programming language.
getByte(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC TINYINT parameter as a byte in the Java programming language.
getBytes(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getBytes(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC BINARY or VARBINARY parameter as an array of byte values in the Java programming language.
getCatalog() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves this Connection object's current catalog name.
getCategories() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return a Set of entity bean instances that represent associated records in the categories table.
getCategories() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return a Set of entity bean instances that represent associated records in the categories table.
getCategories() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Fetch the home object for the Category entity bean.
getCategory() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the category_id column as a reference to the Category entity bean instance representing the value.
getCategory() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the category_id column as a reference to the Category entity bean instance representing the value.
getCategory(int) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the Category entity bean identified by the primary key value specified.
getCategoryBeans(Collection) - Method in class biz.wedoit4u.Session
Iterate through the Collection of entity bean instances of type Category and create an array of java beans.
getCategoryByCustomer(Customer) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of reference to the Category entity beans that belong to the specified customer_id.
getCategoryId() - Method in class biz.wedoit4u.CDASession
Returns CDASession.categoryId.
getCategoryId() - Method in class biz.wedoit4u.databeans.CategoryBean
Returns the value in category_id column.
getCategoryId() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the category_id column.
getCategoryId() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value in category_id column.
getCategoryList() - Method in class biz.wedoit4u.AdminSession
Return an Array of java bean instances of type CategoryBean that represents all the records in the categories table.
getCategoryList(int) - Method in class biz.wedoit4u.Session
Return an Array of java bean instances of type CategoryBean that represents all the records in the categories table that are associated with the specified customer_id.
getCc() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.cc.
getCharacterEncoding() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.characterEncoding.
getCity() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.city.
getClob(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC CLOB parameter as a Clob object in the Java programming language.
getClob(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC CLOB parameter as a Clob object in the Java programming language.
getClosed() - Method in class org.rakeshv.filters.CachingResponseStream
Returns CachingResponseStream.closed.
getClosed() - Method in class org.rakeshv.filters.CompressionResponseStream
Returns CompressionResponseStream.closed.
getCollection(Collection) - Static method in class biz.wedoit4u.databeans.CategoryBean
Return a Collection of bean instances from the specified Collection of primary key values.
getCollection(Collection) - Static method in class biz.wedoit4u.databeans.ContentBean
Return a Collection of bean instances from the specified Collection of primary key values.
getCollection(Collection) - Static method in class biz.wedoit4u.databeans.CustomerBean
Return a Collection of bean instances from the specified Collection of primary key values.
getCommand() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.command.
getCommonname() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.commonname.
getCompressionType() - Method in class org.rakeshv.filters.CompressionResponseStream
Returns CompressionResponseStream.compressionType.
getCompressionType() - Method in class org.rakeshv.filters.CompressionResponseWrapper
Returns CompressionResponseWrapper.compressionType.
getConnection() - Static method in class biz.wedoit4u.databeans.DatabaseHelper
Fetch a Connection from the DatabaseHelper.dataSource obtained from the DatabaseHelper.WEDOIT4U_JNDI_LOCATION in the application server context.
getConnection() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Returns ConnectionDecorator.connection.
getConnection() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the Connection object that produced this Statement object.
getConnectionProtocol() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the connectionProtocol element value.
getContent(int) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the Content entity bean identified by the primary key value specified.
getContent() - Method in class org.rakeshv.utils.LaTeXAccents
Returns LaTeXAccents.content.
getContentBean(int) - Method in class biz.wedoit4u.CDASession
Return the ContentBean instance identified by the contentId primary key value specified.
getContentBeans(Collection) - Method in class biz.wedoit4u.Session
Iterate through the Collection of entity bean instances of type Content and create an array of java beans.
getContentByCategory(Category) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of Content entity bean instances that are associated with the specified Category.
getContentId(String) - Method in class biz.wedoit4u.CDASession
Parse the content id out of the specified string value.
getContentId() - Method in class biz.wedoit4u.databeans.ContentBean
Returns ContentBean.contentId.
getContentId() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the content_id column.
getContentId() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the content_id column.
getContentList() - Method in class biz.wedoit4u.Session
Return an Array of java bean instances of type ContentBean that represents all the records in the contents table.
getContentList(int) - Method in class biz.wedoit4u.Session
Return an Array of java bean instances of type ContentBean that represents all the records in the contents table that are associated with the specified category_id.
getContents() - Method in interface biz.wedoit4u.ejb.entity.Category
Return a Set of Content entity bean instances that are associated with this category.
getContents() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Return a Set of Content entity bean instances that are associated with this category.
getContents() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Fetch the home object for the Contents entity bean.
getContents(String) - Method in class org.rakeshv.utils.Change8Crmp10
Read the contents of the specified file, and pass it back as a String.
getContentType() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.contentType.
getCopySentMessages() - Method in class org.rakeshv.mail.MailPreferences
Return the value/reference of the MailPreferences.copySentMessages.
getCopySentMessages() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the copySentMessages element value.
getCountry() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.country.
getCreationDate() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the creation_date column.
getCreationDate() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the creation_date column.
getCreationDate() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the creation_date column.
getCreationDate() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the creation_date column.
getCritical() - Method in exception biz.wedoit4u.CMAException
Returns CMAException.critical.
getCritical() - Method in exception org.rakeshv.mail.MailException
Returns MailException.critical.
getCSSContents() - Method in class biz.wedoit4u.CDASession
Return the CSS properties for the customer as a String.
getCssContents() - Method in class biz.wedoit4u.CSSGenerator
Returns CSSGenerator.cssContents.
getCurrentArticleID() - Method in class org.rakeshv.net.NNTPSocket
The article-id of the current article
getCustomer() - Method in interface biz.wedoit4u.ejb.entity.Category
Return a reference to the Customer entity bean instance that is represented by the value in the customer_id column.
getCustomer() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns a reference to the Customer entity bean instance that represents the value in the customer_id column.
getCustomer(int) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the Customer entity bean.
getCustomer(String) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the Customer entity bean.
getCustomerBeans(Collection) - Method in class biz.wedoit4u.AdminSession
Iterate through the Collection of entity bean instances of type Customer and create an array of java beans.
getCustomerBeans(Collection) - Method in class biz.wedoit4u.CMASession
Iterate through the Collection of entity bean instances of type Customer and create an array of java beans.
getCustomerByCustomerType(CustomerType) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a Collection of entity bean instances that represent all the records in the customers table, that belong to the specified CustomerType.
getCustomerId() - Method in class biz.wedoit4u.CDASession
Returns the value of CustomerBean.customerId.
getCustomerId() - Method in class biz.wedoit4u.databeans.CustomerBean
Returns CustomerBean.customerId.
getCustomerId() - Method in class biz.wedoit4u.databeans.CustomerStyleBean
Returns CustomerStyleBean.customerId.
getCustomerId() - Method in class biz.wedoit4u.databeans.SitePropertyBean
Returns SitePropertyBean.customerId.
getCustomerId() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the customer_id column.
getCustomerId() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the customer_id column.
getCustomerId() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the site_properties_id column.
getCustomerId() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the site_properties_id column.
getCustomerList() - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type CustomerBean.
getCustomerList(int) - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type CustomerBean that are associated with the specified customer_type_id.
getCustomers() - Method in interface biz.wedoit4u.ejb.entity.CustomerType
Return a Set of references to the Customer entity beans that belong to this customer_type.
getCustomers() - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Return a Set of references to the Customer entity beans that belong to this customer_type.
getCustomers() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Fetch the home object for the Customer entity bean.
getCustomerStyleList(int) - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type CustomerStyleBean that are associated with the specified customer_id.
getCustomerType() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the customer_type_id column as a reference to the CustomerType entity bean representing that value.
getCustomerType() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return a reference to the CustomerType entity bean instance referenced by the customer_type_id foreign key column.
getCustomerType(int) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the CustomerType entity bean.
getCustomerType(String) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the CustomerType entity bean identified by the type value.
getCustomerTypeId() - Method in class biz.wedoit4u.databeans.CustomerTypeBean
Returns CustomerTypeBean.customerTypeId.
getCustomerTypeId() - Method in interface biz.wedoit4u.ejb.entity.CustomerType
Return the value in the customer_type_id column.
getCustomerTypeId() - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Return the value in the customer_type_id column.
getCustomerTypeList() - Method in class biz.wedoit4u.AdminSession
Return an Array of java bean instances of type CustomerTypeBean.
getCustomerTypeList(int) - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type CustomerTypeBean.
getCustomerTypes() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Fetch the home object for the CustomerType entity bean.
getDatabaseAction() - Static method in class biz.wedoit4u.ejb.session.SessionBeanProvider
Returns a reference to a DatabaseAction session bean.
getDatabaseActionHome() - Static method in class biz.wedoit4u.ejb.session.SessionBeanProvider
Return a reference to the DatabaseActionHome object.
getDate(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDate(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC DATE parameter as a java.sql.Date object, using the given Calendar object to construct the date.
getDateFormatter() - Static method in class biz.wedoit4u.ejb.session.SessionBeanProvider
Returns a reference to a DateFormatter session bean.
getDateFormatterHome() - Static method in class biz.wedoit4u.ejb.session.SessionBeanProvider
Return a reference to the DateFormatterHome object.
getDateTime(Date) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Formats the specified Date object in ISO 8601 date-time format (yyyy-MM-dd'T'HH-mm-ss).
getDateTime(String) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Parses the specified String object in ISO 8601 date-time format (yyyy-MM-dd'T'HH-mm-ss) into a Java Date.
getDateTime(Date) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Formats the specified Date object in ISO 8601 date-time format (yyyy-MM-dd'T'HH-mm-ss'Z').
getDateTime(String) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Parses the specified String object in ISO 8601 date-time format (yyyy-MM-dd'T'HH-mm-ss'Z') into a Java Date.
getDay(Date) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Formats the specified Date object in ISO 8601 day format (yyyy-MM-dd).
getDay(String) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Parses the specified String in ISO 8601 day format (yyyy-MM-dd) into a Java Date.
getDay(Date) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Formats the specified Date object in ISO 8601 day format (yyyy-MM-dd).
getDay(String) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Parses the specified String in ISO 8601 day format (yyyy-MM-dd) into a Java Date.
getDaysToKeepDeletedMessages() - Method in class org.rakeshv.mail.MailPreferences
Return the value/reference of the MailPreferences.daysToKeepDeletedMessages.
getDaysToKeepDeletedMessages() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the daysToKeepDeletedMessages element value.
getDaysToKeepSentMessages() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the daysToKeepSentMessages element value.
getDelayInterval() - Method in class org.rakeshv.gui.SlideShow
Return the current value for delayInterval.
getDeleteAction() - Method in class org.rakeshv.mail.MailPreferences
Return the value/reference of the MailPreferences.deleteAction.
getDeleteAction() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the deleteAction element value.
getDeletedImage() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the deletedImage element value.
getDeletedIndicator() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.deletedIndicator.
getDescription() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the description column.
getDescription() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value of the description column.
getDescription() - Method in interface biz.wedoit4u.ejb.entity.CustomerType
Return the value in the description column.
getDescription() - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Return the value in the description column.
getDescription() - Method in class org.rakeshv.xml.addressbook.Group
Return the value/reference of the Group.description.
getDescription() - Method in class org.rakeshv.xml.album.Album
Returns Album.description.
getDescription() - Method in class org.rakeshv.xml.album.Photo
Returns Photo.description.
getDomain() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the domain column.
getDomain() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the domain column.
getDomain() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the collection of domain element values.
getDouble(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC DOUBLE parameter as a double in the Java programming language.
getDouble(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC DOUBLE parameter as a double in the Java programming language.
getEmail() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the email column.
getEmail() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the email column.
getException() - Method in exception org.rakeshv.xml.addressbook.AddressException
Return the value/reference of the AddressException.exception.
getExpirationDate() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the expiration_date column.
getExpirationDate() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the expiration_date column.
getFaxNumber() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.faxNumber.
getFetchDirection() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the direction for fetching rows from database tables that is the default for result sets generated from this Statement object.
getFetchSize() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the number of result set rows that is the default fetch size for ResultSet objects generated from this Statement object.
getFileLocation() - Method in class org.rakeshv.xml.album.Image
Returns Image.fileLocation.
getFileName() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.fileName.
getFileName() - Method in class org.rakeshv.mail.ServerPreferences
Returns ServerPreferences.fileName.
getFileName() - Method in class org.rakeshv.mail.UserPreferences
Returns UserPreferences.fileName.
getFileName() - Method in class org.rakeshv.xml.album.PhotoAlbum
Returns PhotoAlbum.fileName.
getFirstArticleID(String) - Method in class org.rakeshv.net.NNTPSocket
Get the article-id for the first article in the newsgroup.
getFirstArticleID() - Method in class org.rakeshv.net.NNTPSocket
Get the article-id for the first article in the current newsgroup.
getFloat(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC FLOAT parameter as a float in the Java programming language.
getFloat(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC FLOAT parameter as a float in the Java programming language.
getFlush() - Method in class org.rakeshv.io.LoggingInputStream
Returns LoggingInputStream.flush.
getFlush() - Method in class org.rakeshv.io.LoggingReader
Returns LoggingReader.flush.
getFolderName() - Method in class org.rakeshv.mail.WebMailBean
Get the current folder's name.
getFolderNames() - Method in class org.rakeshv.mail.WebMailBean
Get the names of all the cached folders.
getFooter() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.footer.
getFooter() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the footer column.
getFooter() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the footer column.
getFormattedDate(Date) - Method in class biz.wedoit4u.AdminSession
Return a String representation of the specified Date object.
getFormattedDate(Date) - Method in class biz.wedoit4u.CMASession
Return a String representation of the specified Date object.
getForward() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.forward.
getFrom() - Method in class org.rakeshv.mail.WebMailBean
The FROM address is userWebMailBean.address.
getFrom() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.from.
getFullArticle(String, int) - Method in class org.rakeshv.net.NNTPSocket
Get the head and body of the specified article from the specified newsgroup.
getFullArticle() - Method in class org.rakeshv.net.NNTPSocket
Get the head and body of the current article from the current newsgroup.
getFullArticle(int) - Method in class org.rakeshv.net.NNTPSocket
Get the head and body of the specified article from the current newsgroup.
getFullImage() - Method in class org.rakeshv.xml.album.Photo
Returns Photo.fullImage.
getGeneratedKeys() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGivenname() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.givenname.
getGroups() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.groups.
getGroups() - Method in class org.rakeshv.xml.addressbook.AddressBook
Return the value/reference of the AddressBook.groups.
getHeader() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.header.
getHeader() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the header column.
getHeader() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the header column.
getHeaders() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.headers.
getHeight() - Method in class org.rakeshv.xml.album.Image
Returns Image.height.
getHoldability() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHomePhone() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.homePhone.
getHost() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the host element value.
getHost() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.host.
getHTMLStackTrace(Throwable) - Static method in class biz.wedoit4u.Logger
Utility method that prints out the entire stack trace for the specified instance of Throwable in HTML .
getHttpSession() - Method in class biz.wedoit4u.PartnerSession
Returns PartnerSession.httpSession.
getInboxFolder() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the inboxFolder element value.
getInboxFolder() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.inboxFolder.
getInputStream() - Method in class org.rakeshv.io.LoggingInputStream
Returns LoggingInputStream.inputStream.
getInstance(int) - Static method in class biz.wedoit4u.databeans.CategoryBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance(int) - Static method in class biz.wedoit4u.databeans.ContentBean
Fetch the bean instance uniquely identified by the primary key value specified from the system cache.
getInstance(int) - Static method in class biz.wedoit4u.databeans.CustomerBean
Fetch the instance of the bean from the system cache indentified by the primary key column CustomerBean.customerId.
getInstance(String, String) - Static method in class biz.wedoit4u.databeans.CustomerBean
Return the bean instance identified by the CustomerBean.username and CustomerBean.password values specified.
getInstance(CustomerStylesPK) - Static method in class biz.wedoit4u.databeans.CustomerStyleBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance(int) - Static method in class biz.wedoit4u.databeans.CustomerTypeBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance(int) - Static method in class biz.wedoit4u.databeans.PartnerBean
Fetch the instance of the bean from the system cache indentified by the primary key column PartnerBean.partnerId.
getInstance(String, String) - Static method in class biz.wedoit4u.databeans.PartnerBean
Return the bean instance identified by the PartnerBean.username and PartnerBean.password values specified.
getInstance(PartnerStylesPK) - Static method in class biz.wedoit4u.databeans.PartnerStyleBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance(int) - Static method in class biz.wedoit4u.databeans.SitePropertyBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance(int) - Static method in class biz.wedoit4u.databeans.StyleClassBean
Fetch the instance of the bean identified by the primary key value specified.
getInstance() - Static method in class org.rakeshv.utils.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class org.rakeshv.utils.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(Locale) - Static method in class org.rakeshv.utils.Calendar
Gets a calendar using the default time zone and specified locale.
getInstance(TimeZone, Locale) - Static method in class org.rakeshv.utils.Calendar
Gets a calendar with the specified time zone and locale.
getInt(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC INTEGER parameter as an int in the Java programming language.
getInt(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC INTEGER parameter as an int in the Java programming language.
getIntFromByte(byte[]) - Static method in class org.rakeshv.utils.PasswordGenerator
Convert a byte value returned by the random number generator (PasswordGenerator.random) to an integer that may be used to index into the allowable characters array.
getKey() - Method in class org.rakeshv.utils.DynamicCache.Entry
Returns the key corresponding to this entry.
getLastAccess() - Method in class org.rakeshv.Statistics
Returns Statistics.lastAccess as a Date object.
getLastArticleID(String) - Method in class org.rakeshv.net.NNTPSocket
Get the article-id for the last article in the newsgroup.
getLastArticleID() - Method in class org.rakeshv.net.NNTPSocket
Get the article-id for the last article in the current newsgroup.
getLeftRail() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.leftRail.
getLeftRail() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the left_rail column.
getLeftRail() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the left_rail column.
getLocale() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.locale.
getLoggedOn() - Method in class biz.wedoit4u.CDASession
Returns CDASession.loggedOn.
getLoggedOn() - Method in class biz.wedoit4u.PartnerSession
Returns PartnerSession.loggedOn.
getLong(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC BIGINT parameter as a long in the Java programming language.
getLong(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC BIGINT parameter as a long in the Java programming language.
getLongName() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the long_name column.
getLongName() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value in the long_name column.
getMail() - Method in class org.rakeshv.xml.addressbook.Member
Return the value/reference of the Member.mail.
getMail() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.mail.
getMailPreferences() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.mailPreferences.
getMailServerPreferences() - Method in class org.rakeshv.mail.ServerPreferences
Returns ServerPreferences.mailServerPreferences.
getMailTransportProtocol() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the mailTransportProtocol element value.
getMailTransportProtocol() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.mailTransportProtocol.
getMailUserPreferences() - Method in class org.rakeshv.mail.UserPreferences
Returns UserPreferences.mailUserPreferences.
getMaxEntries() - Method in class org.rakeshv.utils.DynamicCache
Returns the total number of entries in the cache.
getMaxEntries() - Method in class org.rakeshv.utils.LinkedHashMap
Returns LinkedHashMap.maxEntries.
getMaxEntries() - Method in interface org.rakeshv.utils.Map
Returns the maximum number of entries that may be held in the map.
getMaxFieldSize() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxRows() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMembers() - Method in class org.rakeshv.xml.addressbook.Group
Return the value/reference of the Group.members.
getMenuName() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the menu_name column.
getMenuName() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value in the menu_name column.
getMessageCount() - Method in class org.rakeshv.mail.WebMailBean
Return the number of messages in the current folder.
getMessageFlag() - Method in class org.rakeshv.mail.WebMailBean
Get the Flags for the message.
getMessageFrom() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's first from address or reply-to address as a string.
getMessageNumber() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's number.
getMessageReplyTo() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's reply-to address as a string.
getMessageReplyToAll() - Method in class org.rakeshv.mail.WebMailBean
Get the addresses of all the addressees in the message.
getMessageSentDate() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's sent date as a string.
getMessageSize() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's size as an abbreviated string.
getMessagesPerPage() - Method in class org.rakeshv.mail.MailPreferences
Return the value/reference of the MailPreferences.messagesPerPage.
getMessagesPerPage() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the messagesPerPage element value.
getMessageSubject() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's subject.
getMessageText() - Method in class org.rakeshv.mail.WebMailBean
Get the text for the message.
getMessageTo() - Method in class org.rakeshv.mail.WebMailBean
Get the current message's first to address as a string.
getMetaData() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves a DatabaseMetaData object that contains metadata about the database to which this Connection object represents a connection.
getMetaData() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Retrieves a ResultSetMetaData object that contains information about the columns of the ResultSet object that will be returned when this PreparedStatement object is executed.
getMobilePhone() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.mobilePhone.
getModificationDate() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the modification_date column.
getModificationDate() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the modification_date column.
getMoreResults() - Method in class org.rakeshv.dbutils.StatementDecorator
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method getResultSet.
getMoreResults(int) - Method in class org.rakeshv.dbutils.StatementDecorator
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName() - Method in class org.rakeshv.xml.album.Album
Returns Album.name.
getNewImage() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the newImage element value.
getNewIndicator() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.newIndicator.
getNewsGroupDetails(String) - Method in class org.rakeshv.net.NNTPSocket
Get the details about the specified news group.
getNewsGroupName() - Method in class org.rakeshv.net.NNTPSocket
The current newsgroup that is being accessed.
getNewsGroups(boolean) - Method in class org.rakeshv.net.NNTPSocket
Get a listing of all the news groups from the NNTP server.
getNewsGroups(String, boolean, boolean) - Method in class org.rakeshv.net.NNTPSocket
Gets news groups matching the String passed in.
getNextSequenceValue(String) - Static method in class biz.wedoit4u.databeans.DatabaseHelper
Return the next value of the specified sequence.
getNickname() - Method in class org.rakeshv.xml.addressbook.Group
Return the value/reference of the Group.nickname.
getNickname() - Method in class org.rakeshv.xml.addressbook.Member
Return the value/reference of the Member.nickname.
getNickname() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.nickname.
getNNTPPort() - Method in class org.rakeshv.net.NNTPSocket
Get the NNTP port that we connect to.
getNNTPServer() - Method in class org.rakeshv.net.NNTPSocket
Get the DNS name of the NNTP server.
getNNTPSocket() - Method in class org.rakeshv.net.NNTPSocket
Return a reference to this class.
getObject(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated parameter as an Object in the Java programming language.
getObject(int, Map<String, Class<?>>) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getObject(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a parameter as an Object in the Java programming language.
getObject(String, Map<String, Class<?>>) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Returns an object representing the value of OUT parameter i and uses map for the custom mapping of the parameter value.
getOfficePhone() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.officePhone.
getOtherFolderNames() - Method in class org.rakeshv.mail.WebMailBean
Get the names of all the folders except for the current one.
getOutputStream() - Method in class org.rakeshv.filters.CachingResponseWrapper
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class org.rakeshv.filters.CompressionResponseWrapper
Returns a ServletOutputStream suitable for writing binary data in the response.
getOutputStream() - Method in class org.rakeshv.io.LoggingInputStream
Returns LoggingInputStream.outputStream.
getOutputStreams() - Method in class org.rakeshv.io.TeeOutputStream
Returns TeeOutputStream.outputStreams.
getPageNumber() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.pageNumber.
getPagerNumber() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.pagerNumber.
getParameterMetaData() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Retrieves the number, types and properties of this PreparedStatement object's parameters.
getPartnerId() - Method in class biz.wedoit4u.databeans.CustomerTypeBean
Returns CustomerTypeBean.partnerId.
getPartnerId() - Method in class biz.wedoit4u.databeans.PartnerBean
Returns PartnerBean.partnerId.
getPartnerId() - Method in class biz.wedoit4u.databeans.PartnerStyleBean
Returns PartnerStyleBean.partnerId.
getPartnerId() - Method in class biz.wedoit4u.PartnerSession
Returns PartnerSession.partnerId.
getPartnerList() - Method in class biz.wedoit4u.AdminSession
Return an Array of java bean instances of type PartnerBean.
getPartnerStyleList() - Method in class biz.wedoit4u.PartnerSession
Return an Array of java bean instances of type PartnerStyleBean that are associated with the specified partner_id.
getPassword() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the password column.
getPassword() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the password column.
getPersons() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.persons.
getPersons() - Method in class org.rakeshv.xml.addressbook.AddressBook
Return the value/reference of the AddressBook.persons.
getPhotoId() - Method in class org.rakeshv.xml.album.Photo
Returns Photo.photoId.
getPhotos() - Method in class org.rakeshv.xml.album.Album
Returns Album.photos.
getPicture() - Method in interface biz.wedoit4u.ejb.entity.Category
Return the value in the picture column.
getPicture() - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Returns the value in the picture column.
getPicture() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the picture column.
getPicture() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the picture column.
getPort() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the port element value.
getPort() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.port.
getPostalCode() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.postalCode.
getQueryTimeout() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the number of seconds the driver will wait for a Statement object to execute.
getReader() - Method in class org.rakeshv.io.LoggingReader
Returns LoggingReader.reader.
getReadImage() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the readImage element value.
getReadIndicator() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.readIndicator.
getRef(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRef(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC REF(<structured-type>) parameter as a Ref object in the Java programming language.
getRepliedImage() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the repliedImage element value.
getRepliedIndicator() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.repliedIndicator.
getReply() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.reply.
getReplyText() - Method in class org.rakeshv.mail.WebMailBean
Get the text for the message to use to display in the reply.
getReplyTo() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the replyTo element value.
getResultSet() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the current result as a ResultSet object.
getResultSetConcurrency() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetType() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the result set type for ResultSet objects generated by this Statement object.
getRightRail() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.rightRail.
getRightRail() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the right_rail column.
getRightRail() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the right_rail column.
getSentFolder() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the sentFolder element value.
getSentFolder() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.sentFolderName.
getSharedObject(T) - Method in class org.rakeshv.utils.SharedObject
Return the shared instance for the specified object.
getShort(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC SMALLINT parameter as a short in the Java programming language.
getShort(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC SMALLINT parameter as a short in the Java programming language.
getSiteProperties() - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Fetch the home object for the SiteProperty entity bean.
getSiteProperty(int) - Static method in class biz.wedoit4u.ejb.entity.EntityBeanProvider
Return a reference to the SiteProperty entity bean.
getSitePropertyList() - Method in class biz.wedoit4u.AdminSession
Return an Array of java bean instances of type SitePropertyBean.
getSitePropertyList() - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type SitePropertyBean.
getSQLTimestamp(Date) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Formats the specified Date object in SQL timestamp format (yyyy-MM-dd HH-mm-ss).
getSQLTimestamp(String) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Parses the specified String object in SQL timestamp format (yyyy-MM-dd HH-mm-ss) into a Java Date.
getSQLTimestamp(Date) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Formats the specified Date object in SQL timestamp format (yyyy-MM-dd HH-mm-ss).
getSQLTimestamp(String) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Parses the specified String object in SQL timestamp format (yyyy-MM-dd HH-mm-ss) into a Java Date.
getStackTrace(Throwable) - Static method in class biz.wedoit4u.Logger
Utility method that prints out the entire stack trace for the specified instance of Throwable.
getState() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.state.
getStatement() - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Returns statement.
getStatement() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Returns the PreparedStatementDecorator.statement object this class decorates.
getStatement() - Method in class org.rakeshv.dbutils.StatementDecorator
The abstract method that returns the decorated Statement interface or its sub-class.
getStatistics() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Returns ConnectionDecorator.statistics.
getStatistics() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Returns PreparedStatementDecorator.statistics.
getStatistics() - Method in class org.rakeshv.utils.DynamicCache
Returns DynamicCache.statistics.
getStatistics() - Method in class org.rakeshv.utils.LinkedHashMap
Returns LinkedHashMap.statistics.
getStatistics() - Method in interface org.rakeshv.utils.Map
Returns statistics about cache access.
getStatistics() - Method in class org.rakeshv.utils.ObjectCache
Returns a LinkedHashMap.Statistics instance that contains information about cache usage.
getStopRequested() - Method in class org.rakeshv.gui.SlideShow
Get the current value of the stopRequested flag.
getStreet1() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.street1.
getStreet2() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.street2.
getStreet3() - Method in class org.rakeshv.xml.addressbook.Address
Return the value/reference of the Address.street3.
getString(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getString(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC CHAR, VARCHAR, or LONGVARCHAR parameter as a String in the Java programming language.
getStyleClassId() - Method in class biz.wedoit4u.databeans.CustomerStyleBean
Returns CustomerStyleBean.styleClassId.
getStyleClassId() - Method in class biz.wedoit4u.databeans.PartnerStyleBean
Returns PartnerStyleBean.styleClassId.
getStyleClassId() - Method in class biz.wedoit4u.databeans.StyleClassBean
Returns StyleClassBean.styleClassId.
getStyleClassList() - Method in class biz.wedoit4u.AdminSession
Return an Array of java bean instances of type StyleClassBean.
getStyleClassList() - Method in class biz.wedoit4u.CMASession
Return an Array of java bean instances of type StyleClassBean.
getSubject() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.subject.
getSuccessfulRequests() - Method in class org.rakeshv.utils.LinkedHashMap.Statistics
Returns LinkedHashMap.Statistics.successfulRequests.
getSuccessfulRequests() - Method in interface org.rakeshv.utils.Map.Statistics
Returns the total number of successful requests for values from the cache based upon a key.
getSurname() - Method in class org.rakeshv.xml.addressbook.Person
Return the value/reference of the Person.surname.
getTeXEquivalent(char) - Static method in class org.rakeshv.tex.ISOToTeX
Returns the LATEX equivalent for the specified char.
getTeXEquivalent(char, boolean) - Static method in class org.rakeshv.tex.ISOToTeX
Returns the LATEX equivalent for the specified char.
getThumbnail() - Method in class org.rakeshv.xml.album.Photo
Returns Photo.thumbnail.
getTime(Date) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Formats the specified Date object in ISO 8601 time format (HH:mm:ss).
getTime(String) - Method in interface biz.wedoit4u.ejb.session.DateFormatter
Parses the specified String object in ISO 8601 time format (HH:mm:ss) into a Java Date.
getTime(Date) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Formats the specified Date object in ISO 8601 time format (HH:mm:ss).
getTime(String) - Method in class biz.wedoit4u.ejb.session.DateFormatterBean
Parses the specified String object in ISO 8601 time format (HH:mm:ss) into a Java Date.
getTime(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTime(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC TIME parameter as a java.sql.Time object, using the given Calendar object to construct the time.
getTimestamp(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTimestamp(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC TIMESTAMP parameter as a java.sql.Timestamp object, using the given Calendar object to construct the Timestamp object.
getTitle() - Method in interface biz.wedoit4u.ejb.entity.Content
Return the value in the title column.
getTitle() - Method in class biz.wedoit4u.ejb.entity.ContentBean
Return the value in the title column.
getTitle() - Method in class org.rakeshv.xml.album.Photo
Returns Photo.title.
getTo() - Method in class org.rakeshv.mail.WriteFormParser
Returns WriteFormParser.to.
getTopRail() - Method in class biz.wedoit4u.CDASession
Returns the value of SitePropertyBean.topRail.
getTopRail() - Method in interface biz.wedoit4u.ejb.entity.SiteProperty
Return the value in the top_rail column.
getTopRail() - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Return the value in the top_rail column.
getTotalItems() - Method in class org.rakeshv.utils.ObjectCache
Returns ObjectCache.totalItems.
getTotalItems() - Method in class org.rakeshv.utils.SharedObject
Returns SharedObject.totalItems.
getTotalRemoved() - Method in class org.rakeshv.utils.LinkedHashMap.Statistics
Returns LinkedHashMap.Statistics.totalRemoved.
getTotalRemoved() - Method in interface org.rakeshv.utils.Map.Statistics
Returns the total number of Map.Entry items that were evicted from the cache after it reached its maximum configured size.
getTotalRequests() - Method in class org.rakeshv.utils.LinkedHashMap.Statistics
Returns LinkedHashMap.Statistics.totalRequests.
getTotalRequests() - Method in interface org.rakeshv.utils.Map.Statistics
Returns the total number of requests that have been made for values from the cache based upon a key.
getTransactionIsolation() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves this Connection object's current transaction isolation level.
getTrashFolder() - Method in class org.rakeshv.mail.UserPreferences
Wrapper method that returns the trashFolder element value.
getTrashFolder() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.trashFolderName.
getType() - Method in interface biz.wedoit4u.ejb.entity.CustomerType
Return the value in the type column.
getType() - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Return the value in the type column.
getType() - Method in class org.rakeshv.utils.SharedObject
Returns SharedObject.type.
getTypeMap() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves the Map object associated with this Connection object.
getUniqueNumber() - Method in class biz.wedoit4u.Session
Return a unique number that can be used to generate unique URL's.
getUpdateCount() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getURL(int) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of the designated JDBC DATALINK parameter as a java.net.URL object.
getURL(String) - Method in class org.rakeshv.dbutils.CallableStatementDecorator
Retrieves the value of a JDBC DATALINK parameter as a java.net.URL object.
getUser() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.user.
getUsername() - Method in interface biz.wedoit4u.ejb.entity.Customer
Return the value in the username column.
getUsername() - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Return the value in the username column.
getValidResponse() - Method in class org.rakeshv.filters.CachingFilter.FileProperties
Returns CachingFilter.FileProperties.validResponse.
getValue() - Method in class org.rakeshv.utils.DynamicCache.Entry
Returns the value corresponding to this entry.
getWarnings() - Method in class org.rakeshv.dbutils.ConnectionDecorator
Retrieves the first warning reported by calls on this Connection object.
getWarnings() - Method in class org.rakeshv.dbutils.StatementDecorator
Retrieves the first warning reported by calls on this Statement object.
getWebserverAttachmentPath() - Method in class org.rakeshv.mail.ServerPreferences
Wrapper method that returns the webserverAttachmentPath element value.
getWebserverAttachmentPath() - Method in class org.rakeshv.mail.WebMailBean
Return the value/reference of the WebMailBean.webserverAttachmentPath.
getWidth() - Method in class org.rakeshv.xml.album.Image
Returns Image.width.
getWriter() - Method in class org.rakeshv.filters.CachingResponseWrapper
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class org.rakeshv.filters.CompressionResponseWrapper
Returns a PrintWriter object that can send character text to the client.
getWriter() - Method in class org.rakeshv.io.LoggingReader
Returns LoggingReader.writer.
getWriters() - Method in class org.rakeshv.io.TeeWriter
Returns TeeWriter.writers.
givenname - Variable in class org.rakeshv.xml.addressbook.Person
The givenname of the person.
Group - Class in org.rakeshv.xml.addressbook
A bean that represents a email group entry in the address book XML file.
Group() - Constructor for class org.rakeshv.xml.addressbook.Group
Default constructor.
Group(String) - Constructor for class org.rakeshv.xml.addressbook.Group
Create a new instance of the class with the specified Group.nickname.
Group(String, List) - Constructor for class org.rakeshv.xml.addressbook.Group
Create a new instance of the class with the specified Group.nickname and the specified list of Group.members.
Group(String, String, List) - Constructor for class org.rakeshv.xml.addressbook.Group
Create a new instance of the class with the specified Group.nickname, Group.description and the specified list of Group.members.
groups - Variable in class org.rakeshv.mail.WriteFormParser
A List to hold groups from the addressbook that were selected in the groups select list in the write form.
groups - Variable in class org.rakeshv.xml.addressbook.AddressBook
The map of Group records.
groupsElement - Variable in class org.rakeshv.xml.addressbook.AddressBook
A reference to the element that contains all the group entries (groups).
GZIP_COMPRESSION - Static variable in class org.rakeshv.filters.CompressionFilter
A constant that is used to denote that gzip compression is to be used.

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