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

E

editCategory(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a categories record.
editCategory(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a categories record.
editCategory(int, int, String, String, String, String, String) - Method in interface biz.wedoit4u.ejb.session.DatabaseAction
Create/edit a record in the categories table.
editCategory(int, int, String, String, String, String, String) - Method in class biz.wedoit4u.ejb.session.DatabaseActionBean
Create/edit a record in the categories table.
editContent(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a contents record.
editContent(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a contents record.
editContent(int, int, String, String, String, String) - Method in interface biz.wedoit4u.ejb.session.DatabaseAction
Create/edit a record in the contents table.
editContent(int, int, String, String, String, String) - Method in class biz.wedoit4u.ejb.session.DatabaseActionBean
Create/edit a record in the contents table.
editCustomer(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a customers record.
editCustomer(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a customers record.
editCustomer(int, String, String, String, String, String, String, String, int) - Method in interface biz.wedoit4u.ejb.session.DatabaseAction
Create/edit a record in the customers table.
editCustomer(int, String, String, String, String, String, String, String, int) - Method in class biz.wedoit4u.ejb.session.DatabaseActionBean
Create/edit a record in the customers table.
editCustomerStyle(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a customer_styles record.
editCustomerType(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a customer_types record.
editCustomerType(int, String, String, int) - Method in class biz.wedoit4u.CMASession
Create/edit a customer_types record.
editCustomerType(int, String, String, int) - Method in interface biz.wedoit4u.ejb.session.DatabaseAction
Create/edit a record in the customer_types table.
editCustomerType(int, String, String, int) - Method in class biz.wedoit4u.ejb.session.DatabaseActionBean
Create/edit a record in the customer_type table.
editCustomerType(HttpServletRequest) - Method in class biz.wedoit4u.PartnerSession
Create/edit a customer_types record.
editPartner(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a partners record.
editPartnerStyle(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a partner_styles record.
editSiteProperty(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a site_properties record.
editSiteProperty(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a site_properties record.
editStyleClass(HttpServletRequest) - Method in class biz.wedoit4u.AdminSession
Create/edit a style_classes record.
editStyleClass(HttpServletRequest) - Method in class biz.wedoit4u.CMASession
Create/edit a style_classes record.
ejbActivate() - Method in class biz.wedoit4u.ejb.entity.EntityBeanAdapter
A container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific EJB object.
ejbActivate() - Method in class biz.wedoit4u.ejb.session.SessionBeanAdapter
The activate method is called when the instance is activated from its "passive" state.
ejbCreate(Customer, String, String) - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Create a new category record with just the required values.
ejbCreate(Customer, String, String, String, String, String) - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Create a new category record with all the column values.
ejbCreate(Category, String) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Create a new record in the content table with just the required columns.
ejbCreate(Category, String, String, String, String) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Create a new record in the content table with all the columns specified.
ejbCreate(Category, String, String, String, String, Date, Date) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Create a new record in the content table with all the columns specified.
ejbCreate(String, String, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Create a new customers record with just the values for the required columns.
ejbCreate(String, String, char, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Create a new customers record with just the values for the required columns.
ejbCreate(String, String, String, String, char, Date, Date, Date, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Create a new customers record with the values specified for all the columns in the table.
ejbCreate(String) - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Create a new customer_types record with just the value for the required column.
ejbCreate(String, String) - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Create a new customer_types record.
ejbCreate(int, int, int, int, int, String, String) - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Create a new site_properties record.
ejbCreate() - Method in class biz.wedoit4u.ejb.session.SessionBeanAdapter
Dummy implementation of a create method.
ejbLoad() - Method in class biz.wedoit4u.ejb.entity.EntityBeanAdapter
A container invokes this method to instruct the instance to synchronize its state by loading it state from the underlying database.
ejbPassivate() - Method in class biz.wedoit4u.ejb.entity.EntityBeanAdapter
A container invokes this method on an instance before the instance becomes disassociated with a specific EJB object.
ejbPassivate() - Method in class biz.wedoit4u.ejb.session.SessionBeanAdapter
The passivate method is called before the instance enters the "passive" state.
ejbPostCreate(Customer, String, String) - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Mandatory matching postCreate method to the CategoryBean.ejbCreate( Customer, String, String ) method.
ejbPostCreate(Customer, String, String, String, String, String) - Method in class biz.wedoit4u.ejb.entity.CategoryBean
Mandatory matching postCreate method to the CategoryBean.ejbCreate( Customer, String, String, String, String, String ) method.
ejbPostCreate(Category, String) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
ejbPostCreate(Category, String, String, String, String) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
ejbPostCreate(Category, String, String, String, String, Date, Date) - Method in class biz.wedoit4u.ejb.entity.ContentBean
Mandatory matching postCreate method to the ContentBean.ejbCreate( Category, String ) method.
ejbPostCreate(String, String, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, CustomerType ) method.
ejbPostCreate(String, String, char, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, char, CustomerType ) method.
ejbPostCreate(String, String, String, String, char, Date, Date, Date, CustomerType) - Method in class biz.wedoit4u.ejb.entity.CustomerBean
Mandatory matching postCreate method to the CustomerBean.ejbCreate( String, String, String, String, char, Date, Date, Date, CustomerType ) method.
ejbPostCreate(String) - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Mandatory matching postCreate method to the CustomerTypeBean.ejbCreate( String ) method.
ejbPostCreate(String, String) - Method in class biz.wedoit4u.ejb.entity.CustomerTypeBean
Mandatory matching postCreate method to the CustomerTypeBean.ejbCreate( String, String ) method.
ejbPostCreate(int, int, int, int, int, String, String) - Method in class biz.wedoit4u.ejb.entity.SitePropertyBean
Mandatory post create method for SitePropertyBean.ejbCreate( int, int, int, int, int, String, String ).
ejbRemove() - Method in class biz.wedoit4u.ejb.entity.EntityBeanAdapter
A container invokes this method before it removes the EJB object that is currently associated with the instance.
ejbRemove() - Method in class biz.wedoit4u.ejb.session.SessionBeanAdapter
A container invokes this method before it ends the life of the session object.
ejbStore() - Method in class biz.wedoit4u.ejb.entity.EntityBeanAdapter
A container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database.
email - Variable in class biz.wedoit4u.databeans.CustomerBean
The value in the email column.
email - Variable in class biz.wedoit4u.databeans.PartnerBean
The value in the email column.
emphasiseText() - Method in class org.rakeshv.utils.Change8Crmp10
Convert all words or phrases that are wrapped in / to \textit{<word or phrase>}
enableCache - Variable in class org.rakeshv.filters.CachingFilter
A flag used to indicate if the cache may be safely used.
END_OF_LINE - Static variable in class org.rakeshv.BaseObject
The end of line characters to use to delimit lines.
endOfLine - Static variable in class org.rakeshv.utils.StringUtilities
The end of line characters to use in the returned String objects.
EntityBeanAdapter - Class in biz.wedoit4u.ejb.entity
A dummy implementation of the EntityBean interface.
EntityBeanAdapter() - Constructor for class biz.wedoit4u.ejb.entity.EntityBeanAdapter
 
EntityBeanJNDILocations - Class in biz.wedoit4u.ejb.entity
This class provides static fields that hold the standard JNDI locations for all the entity beans in this package.
EntityBeanJNDILocations() - Constructor for class biz.wedoit4u.ejb.entity.EntityBeanJNDILocations
Default constructor.
EntityBeanProvider - Class in biz.wedoit4u.ejb.entity
This class provides static accessor methods that provide a convenient means of getting references to the various EJB's developed for the TMS Webservices initiative.
EntityBeanProvider() - Constructor for class biz.wedoit4u.ejb.entity.EntityBeanProvider
Default constructor.
entrySet() - Method in class org.rakeshv.utils.DynamicCache
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class biz.wedoit4u.databeans.CustomerStylesPK
Over-ridden form of the equals method.
equals(Object) - Method in class biz.wedoit4u.databeans.PartnerStylesPK
Over-ridden form of the equals method.
equals(Object) - Method in class biz.wedoit4u.ejb.entity.StyleAttributesPK
Over-ridden form of the equals method.
equals(Object) - Method in class org.rakeshv.utils.DynamicCache.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in class org.rakeshv.utils.DynamicCache
Compares the specified object with this map for equality.
equals(Object) - Method in class org.rakeshv.utils.ObjectCache
Compares the specified object with this instance for equality.
equals(Object) - Method in class org.rakeshv.utils.SharedObject
Compares the specified object with this instance for equality.
equals(Object) - Method in class org.rakeshv.xml.album.Album
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.rakeshv.xml.album.Image
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.rakeshv.xml.album.Photo
Indicates whether some other object is "equal to" this one.
error(String) - Static method in class biz.wedoit4u.Logger
Log the specified error message to the Logger.errorStream.
error(String, Throwable) - Static method in class biz.wedoit4u.Logger
Log the specified error message to the Logger.errorStream.
ERROR_LOG_PROPERTY - Static variable in class biz.wedoit4u.Logger
The property that is used to denote the error log.
errorStream - Static variable in class biz.wedoit4u.Logger
The PrintStream to which error messages are to be written.
errorStream - Variable in class org.rakeshv.net.NNTPSocket
The PrintStream object that is used to display errors.
exception - Variable in exception org.rakeshv.xml.addressbook.AddressException
The exception that lead to this custom exception being thrown.
execute() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL getStatement().
execute(String) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which may return multiple results.
execute(String, int) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which may return multiple results, and signals the driver that any auto-generated keys should be made available for retrieval.
execute(String, int[]) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
execute(String, String[]) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which may return multiple results, and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeBatch() - Method in class org.rakeshv.dbutils.StatementDecorator
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeQuery() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Executes the SQL query in this PreparedStatement object and returns the ResultSet object generated by the query.
executeQuery(String) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which returns a single ResultSet object.
executeUpdate() - Method in class org.rakeshv.dbutils.PreparedStatementDecorator
Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL getStatement().
executeUpdate(String) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL getStatement().
executeUpdate(String, int) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeUpdate(String, int[]) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeUpdate(String, String[]) - Method in class org.rakeshv.dbutils.StatementDecorator
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
expirationDate - Variable in class biz.wedoit4u.databeans.CustomerBean
The value in the expiration_date column.
expirationDate - Variable in class biz.wedoit4u.databeans.PartnerBean
The value in the expiration_date column.
extractAttachment(ServletInputStream, String, String, String) - Method in class org.rakeshv.mail.WriteFormParser
Extracts the contents of the file encoded in the multipart/ form-data request.
extractBoundary() - Method in class org.rakeshv.mail.WriteFormParser
Extracts and returns the boundary token from the HTTP request header (WriteFormParser.request).
extractContentDisposition(String) - Method in class org.rakeshv.mail.WriteFormParser
Extract the contents of the Content-Disposition headers that succeed a boundary delimiter in the request stream.
extractContentType(String) - Method in class org.rakeshv.mail.WriteFormParser
Extract the Content-Type header that succeeds the Content-Disposition header separating a part in the multipart HTTP request.

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