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

A

Account - class com.knowgate.billing.Account.
Billing Accounts Support for Application Service Providers
ACCOUNT_CANCELLED - Static variable in class com.knowgate.acl.ACL
 
ACCOUNT_DEACTIVATED - Static variable in class com.knowgate.acl.ACL
 
Account() - Constructor for class com.knowgate.billing.Account
 
ACL - class com.knowgate.acl.ACL.
Top Level User Authentication and Access Control List Functions.
acl_mask - Static variable in class com.knowgate.dataobjs.DB
 
ACL() - Constructor for class com.knowgate.acl.ACL
Default Constructor
ACLDomain - class com.knowgate.acl.ACLDomain.
Security Domain Management Functions
ACLDomain() - Constructor for class com.knowgate.acl.ACLDomain
Default constructor
ACLDomain(JDCConnection, int) - Constructor for class com.knowgate.acl.ACLDomain
Constructs ACLDomain and load attributes from k_domains table
ACLGroup - class com.knowgate.acl.ACLGroup.
Security Role Groups
ACLGroup() - Constructor for class com.knowgate.acl.ACLGroup
Default constructor.
ACLGroup(String) - Constructor for class com.knowgate.acl.ACLGroup
Construct object and set gu_acl_group field.
ACLUser - class com.knowgate.acl.ACLUser.
Object mapping for k_users table registers
ACLUser() - Constructor for class com.knowgate.acl.ACLUser
Default constructor.
ACLUser(JDCConnection, String) - Constructor for class com.knowgate.acl.ACLUser
Constructs ACLUser and load attributes from k_users table
ACLUser(String) - Constructor for class com.knowgate.acl.ACLUser
Constructs ACLUser and set GUID Does not load any fields from database.
activate(JDCConnection, String) - Method in class com.knowgate.hipergate.Order
Activate an Order For a given WorkArea only one order can be active at a time.
activate(JDCConnection, String, String) - Static method in class com.knowgate.forums.Subscription
Activate a Subscription Set k_newsgroup_subscriptions.id_status=1
ACTIVE - Static variable in class com.knowgate.forums.Subscription
 
activeAtom() - Method in class com.knowgate.scheduler.SingleThreadExecutor
 
activeAtom() - Method in class com.knowgate.scheduler.WorkerThread
 
activeCompanies(JDCConnection) - Method in class com.knowgate.crm.DistributionList
Get GUIDs for all active companies
activeContacts(JDCConnection) - Method in class com.knowgate.crm.DistributionList
Get GUIDs for all active contacts
activeJob() - Method in class com.knowgate.scheduler.SingleThreadExecutor
 
activeJob() - Method in class com.knowgate.scheduler.WorkerThread
 
activeMembers(JDCConnection) - Method in class com.knowgate.crm.DistributionList
Get e-mail address for all active members
add(JDCConnection, DBPersist) - Method in class com.knowgate.hipergate.RecentlyUsed
Add item to the list If list has reached its maximum allowed size then the oldest item is removed before inserting the new one
addACLUser(JDCConnection, String) - Method in class com.knowgate.acl.ACLGroup
Add User to Group.
addACLUsers(JDCConnection, String) - Method in class com.knowgate.acl.ACLGroup
Add Users to Group.
addAddress(JDCConnection, String) - Method in class com.knowgate.crm.Company
Add an Address to this Company
addBlock(String, String, String) - Method in class com.knowgate.dataxslt.PageSet
Add block at the end of a Page
addCookie(Cookie) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
addDateHeader(String, long) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
addHeader(String, String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
addIntHeader(String, int) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
addNode(String, String) - Method in class com.knowgate.dataxslt.XMLDocument
Add a piece of XML text after a given node identifier by an XPath expression.
addNodeAndSave(String, String) - Method in class com.knowgate.dataxslt.XMLDocument
Add a piece of XML text after a given node and save document.
addObject(Connection, String, int, int, int) - Method in class com.knowgate.hipergate.Category
Add object to Category.
addProduct(JDCConnection, String, float) - Method in class com.knowgate.hipergate.Order
Add Product Order Line for Product from Catalog
addProduct(JDCConnection, String, String, BigDecimal, float, BigDecimal, float, short, String, String) - Method in class com.knowgate.hipergate.Order
Add Product Order Line This method may be used to add order lines for products not present at k_products table.
addProduct(JDCConnection, String, String, float, String, String) - Method in class com.knowgate.hipergate.Order
Add Product Order Line for Product from Catalog This method takes into account pr_sale, pr_list, dt_start and dt_end fields.
Address - class com.knowgate.hipergate.Address.
Address A generic postal address object for being associated to any other objects that may require address information.
Address() - Constructor for class com.knowgate.hipergate.Address
Create empty Address
Address(JDCConnection, String) - Constructor for class com.knowgate.hipergate.Address
Load Address from database
addresses() - Method in class com.knowgate.dataxslt.PageSet
Get Addresses for this PageSet
addToACLGroups(JDCConnection, String) - Method in class com.knowgate.acl.ACLUser
Add User to Groups.
addToCategory(JDCConnection, String, int) - Method in class com.knowgate.hipergate.Product
Add Product to Category Insert Product GUID into table k_x_cat_objs.
ageOut(LRUCachePolicy.LRUCacheEntry) - Method in class com.knowgate.cache.LRUCachePolicy
Callback method called when the cache algorithm ages out of the cache the given entry.
AllVals - Variable in class com.knowgate.dataobjs.DBPersist
 
alt() - Method in class com.knowgate.dataxslt.Image
 
analyze(String) - Static method in class com.knowgate.dataobjs.DBAudit
 
append(JDCConnection, String) - Method in class com.knowgate.crm.DistributionList
Append members of a list to this DistributionList.
archive(JDCConnection) - Method in class com.knowgate.scheduler.Atom
Move Atom from k_job_atoms table to k_job_atoms_archived
ASCIIEncode(String) - Static method in class com.knowgate.misc.Gadgets
Convert an ASCII-8 String to an ASCII-7 String
asHex() - Method in class com.knowgate.misc.MD5
Returns 32-character hex representation of this objects hash
asHex(byte[]) - Static method in class com.knowgate.misc.MD5
Turns array of bytes into string representing each byte as unsigned hex number.
Atom - class com.knowgate.scheduler.Atom.
Job Atom Atoms hold single transaction units for Jobs.
Atom(ResultSet, ResultSetMetaData) - Constructor for class com.knowgate.scheduler.Atom
Load Atom from an open ResultSet When loading an Atom standard alises are created for several database fields.
AtomConsumer - class com.knowgate.scheduler.AtomConsumer.
Atom queue consumer
AtomConsumer(JDCConnection, AtomQueue) - Constructor for class com.knowgate.scheduler.AtomConsumer
Create Atom Queue Consumer
AtomFeeder - class com.knowgate.scheduler.AtomFeeder.
Feeds atoms to RAM based AtomQueue
AtomFeeder() - Constructor for class com.knowgate.scheduler.AtomFeeder
 
AtomQueue - class com.knowgate.scheduler.AtomQueue.
Memory FIFO Queue for job atoms pending of processing
atomQueue() - Method in class com.knowgate.scheduler.SchedulerDaemon
 
AtomQueue() - Constructor for class com.knowgate.scheduler.AtomQueue
Create an empty queue with a maximum of 1000 atoms
AtomQueue(int) - Constructor for class com.knowgate.scheduler.AtomQueue
Create an empty queue
Attachment - class com.knowgate.crm.Attachment.
Contact Attachment Copyright: Copyright (c) KnowGate 2003
Attachment() - Constructor for class com.knowgate.crm.Attachment
 
AttributedExpireableCache - class com.knowgate.cache.AttributedExpireableCache.
AttributedExpireableCache.java Created: Tue Apr 25 14:57:22 2000
AttributedExpireableCache(int) - Constructor for class com.knowgate.cache.AttributedExpireableCache
 
AttributedExpireableCache(int, float) - Constructor for class com.knowgate.cache.AttributedExpireableCache
 
attributes - Variable in class com.knowgate.cache.AttributedExpireableCache
 
autenticate(JDCConnection, String, String, int) - Static method in class com.knowgate.acl.ACL
Checks whether or not password is valid for given user.
author - Static variable in class com.knowgate.dataobjs.DB
 
available() - Method in class com.oreilly.servlet.multipart.PartInputStream
Returns the number of bytes that can be read from this input stream without blocking.

B

b - Variable in class com.knowgate.dfs.StreamConnector
 
BankAccount - class com.knowgate.hipergate.BankAccount.
Bank Account
BankAccount() - Constructor for class com.knowgate.hipergate.BankAccount
 
Base64Decoder - class com.knowgate.misc.Base64Decoder.
A class to decode Base64 streams and strings.
Base64Decoder(InputStream) - Constructor for class com.knowgate.misc.Base64Decoder
Constructs a new Base64 decoder that reads input from the given InputStream.
Base64Encoder - class com.knowgate.misc.Base64Encoder.
A class to encode Base64 streams and strings.
Base64Encoder(OutputStream) - Constructor for class com.knowgate.misc.Base64Encoder
Constructs a new Base64 encoder that writes output to the given OutputStream.
bCache - Static variable in class com.knowgate.dataxslt.MicrositeFactory
 
bcc(String) - Method in class com.oreilly.servlet.MailMessage
Sets the bcc address.
between(InputStream, OutputStream) - Method in class com.knowgate.dfs.StreamPipe
Establish connection between input and output streams with default buffer size and no auto-flush.
between(InputStream, OutputStream, int) - Method in class com.knowgate.dfs.StreamPipe
Establish connection between input and output streams with specified size of buffer used for data transfer and no auto-flush.
between(InputStream, OutputStream, int, boolean) - Method in class com.knowgate.dfs.StreamPipe
Establish connection between input and output streams with specified size of buffer used for data transfer.
bi_attribs - Static variable in class com.knowgate.dataobjs.DB
 
bin_file - Static variable in class com.knowgate.dataobjs.DB
 
bind() - Method in class com.oreilly.servlet.RemoteDaemonHttpServlet
Binds the servlet to the registry.
bind() - Method in class com.oreilly.servlet.RemoteHttpServlet
Binds the servlet to the registry.
blackList(JDCConnection) - Method in class com.knowgate.crm.DistributionList
Get associated Black List GUID The Black List is that witch tp_list=BLACK_LIST AND gu_query=this.gu_list
Block - class com.knowgate.dataxslt.Block.
Page Block This class represents a <block></block> section of a PageSet XML definition file.
block(JDCConnection, String) - Method in class com.knowgate.crm.ListMember
Block Member Add member to Black List associated to Base List.
Block(Node) - Constructor for class com.knowgate.dataxslt.Block
 
blockIds() - Method in class com.knowgate.dataxslt.Page
Get a list of Block identifiers in source order
blocks() - Method in class com.knowgate.dataxslt.Page
Get Page blocks.
blocks(String, String, String) - Method in class com.knowgate.dataxslt.Page
Get Page blocks matching a given criteria.
bo_active - Static variable in class com.knowgate.dataobjs.DB
 
bo_answered - Static variable in class com.knowgate.dataobjs.DB
 
bo_available - Static variable in class com.knowgate.dataobjs.DB
 
bo_binaries - Static variable in class com.knowgate.dataobjs.DB
 
bo_change_pwd - Static variable in class com.knowgate.dataobjs.DB
 
bo_deleted - Static variable in class com.knowgate.dataobjs.DB
 
bo_draft - Static variable in class com.knowgate.dataobjs.DB
 
bo_flagged - Static variable in class com.knowgate.dataobjs.DB
 
bo_mainterm - Static variable in class com.knowgate.dataobjs.DB
 
bo_private - Static variable in class com.knowgate.dataobjs.DB
 
bo_readed - Static variable in class com.knowgate.dataobjs.DB
 
bo_recent - Static variable in class com.knowgate.dataobjs.DB
 
bo_searchable - Static variable in class com.knowgate.dataobjs.DB
 
bo_seen - Static variable in class com.knowgate.dataobjs.DB
 
bo_spam - Static variable in class com.knowgate.dataobjs.DB
 
BROWSE_BOTTOMUP - Static variable in class com.knowgate.hipergate.Category
 
BROWSE_DOWN - Static variable in class com.knowgate.hipergate.Category
 
BROWSE_TOPDOWN - Static variable in class com.knowgate.hipergate.Category
 
BROWSE_UP - Static variable in class com.knowgate.hipergate.Category
 
browse(JDCConnection, int, int) - Method in class com.knowgate.hipergate.Category
Get a list of all parents or childs of a Category.
bSynchronous - Variable in class com.knowgate.dfs.StreamPipe
 
buffer - Variable in class com.knowgate.dfs.PipeThread
 
buffer - Variable in class com.knowgate.misc.MD5State
64-byte buffer (512 bits) for storing to-be-hashed characters
BufferedServletInputStream - class com.oreilly.servlet.multipart.BufferedServletInputStream.
A BufferedServletInputStream wraps a ServletInputStream in order to provide input buffering and to avoid calling the the readLine method of the wrapped ServletInputStream.
BufferedServletInputStream(ServletInputStream) - Constructor for class com.oreilly.servlet.multipart.BufferedServletInputStream
Creates a BufferedServletInputStream that wraps the provided ServletInputStream.
BufferSize - Variable in class com.knowgate.dataxslt.FastStreamReplacer
 
Bug - class com.knowgate.projtrack.Bug.
Bug or Project Incidence
Bug() - Constructor for class com.knowgate.projtrack.Bug
Create empty bug
Bug(JDCConnection, String) - Constructor for class com.knowgate.projtrack.Bug
Load Bug from database.
BugsProcessor(Connection, MimeMessage, Properties) - Static method in class com.knowgate.hipergate.InetMailAgent
 
buildPageForEdit(String, String, String, String, String, String, String, Properties, Properties) - Method in class com.knowgate.dataxslt.PageSet
 
buildSite(String, String, Properties, Properties) - Method in class com.knowgate.dataxslt.PageSet
Generate XSL Transformation output for PageSet.
buildSiteForEdit(String, String, String, String, String, String, Properties, Properties) - Method in class com.knowgate.dataxslt.PageSet
Generate XSL Transformation output with editing layers for PageSet.
by_content - Static variable in class com.knowgate.dataobjs.DB
 
ByteArrayDataSource - class com.knowgate.dfs.ByteArrayDataSource.
A simple DataSource for demonstration purposes.
ByteArrayDataSource(byte[], String) - Constructor for class com.knowgate.dfs.ByteArrayDataSource
 
ByteArrayDataSource(InputStream, String) - Constructor for class com.knowgate.dfs.ByteArrayDataSource
 
ByteArrayDataSource(String, String) - Constructor for class com.knowgate.dfs.ByteArrayDataSource
 
bytes - Variable in class com.knowgate.misc.ByteStore
 
ByteStore - class com.knowgate.misc.ByteStore.
 
ByteStore(byte[], String) - Constructor for class com.knowgate.misc.ByteStore
 

C

cache - Variable in class com.knowgate.cache.ExpireableCache
 
cache - Variable in class com.oreilly.servlet.CacheServletOutputStream
 
cache() - Static method in class com.knowgate.dataxslt.MicrositeFactory
 
cache(boolean) - Static method in class com.knowgate.dataxslt.MicrositeFactory
Turns Microsite caching on/off
CacheHttpServlet - class com.oreilly.servlet.CacheHttpServlet.
A superclass for HTTP servlets Use it when the servlet must have its output cached and automatically resent as appropriate according to the servlet's getLastModified() method.
CacheHttpServlet() - Constructor for class com.oreilly.servlet.CacheHttpServlet
 
CacheHttpServletResponse - class com.oreilly.servlet.CacheHttpServletResponse.
 
CacheHttpServletResponse(HttpServletResponse) - Constructor for class com.oreilly.servlet.CacheHttpServletResponse
 
cacheLastMod - Variable in class com.oreilly.servlet.CacheHttpServlet
 
cacheMiss() - Method in class com.knowgate.cache.LRUCachePolicy
Callback method called when a cache miss happens.
cachePathInfo - Variable in class com.oreilly.servlet.CacheHttpServlet
 
cacheQueryString - Variable in class com.oreilly.servlet.CacheHttpServlet
 
cacheResponse - Variable in class com.oreilly.servlet.CacheHttpServlet
 
CacheServletOutputStream - class com.oreilly.servlet.CacheServletOutputStream.
 
CacheServletOutputStream(ServletOutputStream) - Constructor for class com.oreilly.servlet.CacheServletOutputStream
 
cacheServletPath - Variable in class com.oreilly.servlet.CacheHttpServlet
 
Calendar - class com.knowgate.misc.Calendar.
Calendar localization functions
Calendar() - Constructor for class com.knowgate.misc.Calendar
 
call(JDCConnection) - Method in class com.knowgate.dataobjs.DBSubset
Execute a stored procedure returning a ResultSet
call(JDCConnection, int) - Method in class com.knowgate.dataobjs.DBSubset
Execute a stored procedure returning a ResultSet
call(JDCConnection, Object[]) - Method in class com.knowgate.dataobjs.DBSubset
Execute a stored procedure returning a ResultSet
call(JDCConnection, Object[], int) - Method in class com.knowgate.dataobjs.DBSubset
Execute a stored procedure returning a ResultSet
call(String, int, String, Exception, Object) - Method in class com.knowgate.scheduler.WorkerThreadCallback
Provide information about thread execution milestones
capacity - Variable in class com.knowgate.cache.ExpireableCache
 
capacity() - Method in class com.knowgate.dataobjs.DBSubsetCache
Número máximo de entradas que admite el cache
capacityChanged(int) - Method in class com.knowgate.cache.LRUCachePolicy.LRUList
Callback that signals that the capacity of the cache is changed.
cat_prod_score - Static variable in class com.knowgate.dataobjs.DB
 
catalog() - Method in class com.knowgate.dataxslt.PageSet
GUID of Catalog associated to this PageSet
Categories - class com.knowgate.hipergate.Categories.
Singleton manager for Categories Tree
Categories() - Constructor for class com.knowgate.hipergate.Categories
 
CategoriesBeanInfo - class com.knowgate.hipergate.CategoriesBeanInfo.
 
CategoriesBeanInfo() - Constructor for class com.knowgate.hipergate.CategoriesBeanInfo
 
Category - class com.knowgate.hipergate.Category.
Categories from k_categories database table
Category() - Constructor for class com.knowgate.hipergate.Category
Create empty Category
Category(JDCConnection, String) - Constructor for class com.knowgate.hipergate.Category
Load Category from database
Category(String) - Constructor for class com.knowgate.hipergate.Category
Create Category and set gu_category.
Category(String, String) - Constructor for class com.knowgate.hipergate.Category
 
CategoryLabel - class com.knowgate.hipergate.CategoryLabel.
Category Translated Labels
CategoryLabel() - Constructor for class com.knowgate.hipergate.CategoryLabel
Create empty label
CategoryLabel(String, String) - Constructor for class com.knowgate.hipergate.CategoryLabel
Load label from database
cc - Variable in class com.oreilly.servlet.MailMessage
 
cc(String) - Method in class com.oreilly.servlet.MailMessage
Sets the cc address.
change_pwd - Static variable in class com.knowgate.dataobjs.DB
 
characters(char[], int, int) - Method in class com.knowgate.dataobjs.DBSaxHandler
Characters.
charSet() - Method in class com.knowgate.misc.CSVParser
 
charSet(String) - Method in class com.knowgate.misc.CSVParser
 
chdir(String) - Method in class com.knowgate.dfs.FTPWorkerThread
 
CHECK_INVALID_EMAIL - Static variable in class com.knowgate.crm.DirectList
 
CHECK_INVALID_FORMAT - Static variable in class com.knowgate.crm.DirectList
 
CHECK_INVALID_NAME - Static variable in class com.knowgate.crm.DirectList
 
CHECK_INVALID_SALUTATION - Static variable in class com.knowgate.crm.DirectList
 
CHECK_INVALID_SURNAME - Static variable in class com.knowgate.crm.DirectList
 
CHECK_NAME_TOO_LONG - Static variable in class com.knowgate.crm.DirectList
 
CHECK_OK - Static variable in class com.knowgate.crm.DirectList
 
CHECK_SALUTATION_TOO_LONG - Static variable in class com.knowgate.crm.DirectList
 
CHECK_SURNAME_TOO_LONG - Static variable in class com.knowgate.crm.DirectList
 
checkEMail(String) - Static method in class com.knowgate.misc.Gadgets
Check that an e-mail address is syntactically valid.
checkStatus(JDCConnection, String) - Static method in class com.knowgate.billing.Account
Get User Account Status.
chomp(String, char) - Static method in class com.knowgate.misc.Gadgets
Ensure that a String ends with a given character
chomp(String, String) - Static method in class com.knowgate.misc.Gadgets
Ensure that a String ends with a given substring
CHR - Static variable in class com.knowgate.dataobjs.DBBind.Functions
Get character from ASCII code CHAR([0..255])
ClassId - Static variable in class com.knowgate.acl.ACLDomain
 
ClassId - Static variable in class com.knowgate.acl.ACLUser
 
ClassId - Static variable in class com.knowgate.acl.ACLGroup
 
ClassId - Static variable in class com.knowgate.addrbook.Room
 
ClassId - Static variable in class com.knowgate.addrbook.ToDo
 
ClassId - Static variable in class com.knowgate.addrbook.Fellow
 
ClassId - Static variable in class com.knowgate.addrbook.Meeting
 
ClassId - Static variable in class com.knowgate.billing.Account
 
ClassId - Static variable in class com.knowgate.crm.Company
 
ClassId - Static variable in class com.knowgate.crm.Note
 
ClassId - Static variable in class com.knowgate.crm.Attachment
 
ClassId - Static variable in class com.knowgate.crm.DirectList
 
ClassId - Static variable in class com.knowgate.crm.PhoneCall
 
ClassId - Static variable in class com.knowgate.crm.SalesObjectives
 
ClassId - Static variable in class com.knowgate.crm.ListMember
 
ClassId - Static variable in class com.knowgate.crm.Contact
 
ClassId - Static variable in class com.knowgate.crm.DistributionList
 
ClassId - Static variable in class com.knowgate.crm.SalesMan
 
ClassId - Static variable in class com.knowgate.crm.Oportunity
 
ClassId - Static variable in class com.knowgate.dataxslt.PageSet
 
ClassId - Static variable in class com.knowgate.dataxslt.Microsite
 
ClassId - Static variable in class com.knowgate.dataxslt.db.PageSetDB
 
ClassId - Static variable in class com.knowgate.dataxslt.db.MicrositeDB
 
ClassId - Static variable in class com.knowgate.forums.NewsMessage
 
ClassId - Static variable in class com.knowgate.forums.NewsGroup
 
ClassId - Static variable in class com.knowgate.hipergate.BankAccount
 
ClassId - Static variable in class com.knowgate.hipergate.ProductKeyword
 
ClassId - Static variable in class com.knowgate.hipergate.Shop
 
ClassId - Static variable in class com.knowgate.hipergate.Term
 
ClassId - Static variable in class com.knowgate.hipergate.ProductAttribute
 
ClassId - Static variable in class com.knowgate.hipergate.MetaAttribute
 
ClassId - Static variable in class com.knowgate.hipergate.Address
 
ClassId - Static variable in class com.knowgate.hipergate.CategoryLabel
 
ClassId - Static variable in class com.knowgate.hipergate.Product
 
ClassId - Static variable in class com.knowgate.hipergate.ProductLocation
 
ClassId - Static variable in class com.knowgate.hipergate.Order
 
ClassId - Static variable in class com.knowgate.hipergate.Category
 
ClassId - Static variable in class com.knowgate.hipergate.Image
 
ClassId - Static variable in class com.knowgate.projtrack.Duty
 
ClassId - Static variable in class com.knowgate.projtrack.Project
 
ClassId - Static variable in class com.knowgate.projtrack.Bug
 
ClassId - Static variable in class com.knowgate.workareas.WorkArea
 
clear() - Method in class com.knowgate.cache.LRUCachePolicy.LRUList
 
clear() - Method in class com.knowgate.dataobjs.DBSubsetCache
Limpia todo el cache
clear() - Method in class com.knowgate.dataobjs.DBPersist
Clears internal values.
clear() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Clear internal operation log
clear(Connection, Object[]) - Method in class com.knowgate.dataobjs.DBSubset
 
clear(JDCConnection, Object) - Method in class com.knowgate.hipergate.RecentlyUsed
Clear recently used list
clear(String) - Method in class com.knowgate.dataobjs.DBSubsetCache
Elimina todas las entradas del cache asociadas a una tabla
clearACLGroups(JDCConnection) - Method in class com.knowgate.acl.ACLUser
Remove user from all security role groups
clearACLUsers(JDCConnection) - Method in class com.knowgate.acl.ACLGroup
Remove all users from this group.
clearAttendants(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
Remove all attendants to Meeting Delete registers from k_x_meeting_fellow and k_x_meeting_contact tables
clearCache() - Method in class com.knowgate.hipergate.Categories
Clear root categories cache.
clearRooms(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
Remove all Rooms and other booked Resources for Meeting Delete registers from k_x_meeting_room
clearWarnings() - Method in class com.knowgate.jdc.JDCConnection
 
clone(DBPersist) - Method in class com.knowgate.addrbook.Fellow
Create a fellow from a ACLUser or from another fellow The fellow is internally stored at this object but NOT persisted to database.
clone(JDCConnection) - Method in class com.knowgate.crm.DistributionList
Clone this DistributionList.
clone(JDCConnection) - Method in class com.knowgate.projtrack.Project
Clone Project When a project is cloned all its subprojects, duites and bugs are also cloned.
cloneWorkArea(String, String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Create a clone of a WorkArea WorkAreas are cloned by following instructions contained in com/knowgate/hipergate/datamodel/scripts/dbms/workarea_clon.xml file.
close() - Method in class com.knowgate.dataobjs.DBBind
Close DBBind Close connections from pool.
close() - Method in class com.knowgate.jdc.JDCConnectionPool
Close all connections and stop connection reaper
close() - Method in class com.knowgate.jdc.JDCConnection
 
close() - Method in class com.knowgate.misc.Base64Encoder
Closes the stream, this MUST be called to ensure proper padding is written to the end of the output stream.
close() - Method in class com.knowgate.scheduler.AtomConsumer
 
close() - Method in class com.oreilly.servlet.multipart.PartInputStream
Closes this input stream and releases any system resources associated with the stream.
close(String) - Method in class com.knowgate.jdc.JDCConnection
 
closeConnections() - Method in class com.knowgate.jdc.JDCConnectionPool
Close all connections from the pool regardless of their current state
closeStaledConnections() - Method in class com.knowgate.jdc.JDCConnectionPool
Close connections from the pool not used for a longer time
columnCount() - Method in class com.knowgate.dataobjs.DBTable
 
com.knowgate.acl - package com.knowgate.acl
Role Based Security Management Functions for DataBase Access.
com.knowgate.addrbook - package com.knowgate.addrbook
Address Book & Meetings Management
com.knowgate.billing - package com.knowgate.billing
Billing Support for hosted services
com.knowgate.cache - package com.knowgate.cache
Distributed Cache Peer The distributed cache is used for keeping a local copy of frecuently accesed data at the web or apllication server reducing database accesses.
com.knowgate.cache.server - package com.knowgate.cache.server
 
com.knowgate.crm - package com.knowgate.crm
Customer Relationships and Distribution Lists Management This package contains objects for representing Cient Companies, Individual Customers, Sales Opotunities Pipeline and e-mail Distribution Lists.
com.knowgate.dataobjs - package com.knowgate.dataobjs
Java to Relational Database Persistence Objects
com.knowgate.dataxslt - package com.knowgate.dataxslt
XSL Transformations This package contains classes for applying XSL stylesheets to XML documents

com.knowgate.dataxslt.db - package com.knowgate.dataxslt.db
Microsites & PageSets Database Persistence This package contains classes for storing database references to Microsite and PageSet files
com.knowgate.debug - package com.knowgate.debug
Debug Traces to File
com.knowgate.dfs - package com.knowgate.dfs
Distributed File System
com.knowgate.forums - package com.knowgate.forums
Discussion Forums
com.knowgate.hipergate - package com.knowgate.hipergate
Categories, Products, Thesauri and Shop
com.knowgate.hipergate.datamodel - package com.knowgate.hipergate.datamodel
DataModel Manager Create and drop database parts The datamodel module contains classes, scripts, sql/ddl definitions and XML resource files for creating and droping the hipergate datamodel in a database independent way.
com.knowgate.http - package com.knowgate.http
Servlets for sending binary files and LONGVARBINARY fields
com.knowgate.jdc - package com.knowgate.jdc
Database Connection Pool
com.knowgate.misc - package com.knowgate.misc
Miscellaneous Utilities Calendar formating, Comma Separated Files Parser, Enviroment Variables Retrieval and other Gadgets.
com.knowgate.ole - package com.knowgate.ole
Wrapper for Jakarta POI com.knowgate.projtrack - package com.knowgate.projtrack
Project, Duty & Bug Tracking
com.knowgate.scheduler - package com.knowgate.scheduler
Job Scheduler Job Scheduler is a general purpose multi-thread atom processor

UML
com.knowgate.scheduler.jobs - package com.knowgate.scheduler.jobs
Job Implementations Classes implementing the com.knowgate.Scheduler.Job interface.
com.knowgate.workareas - package com.knowgate.workareas
Work Areas
com.oreilly.servlet - package com.oreilly.servlet
 
com.oreilly.servlet.multipart - package com.oreilly.servlet.multipart
 
commit() - Method in class com.knowgate.jdc.JDCConnection
 
Company - class com.knowgate.crm.Company.
Company Copyright: Copyright (c) KnowGate 2003
company() - Method in class com.knowgate.dataxslt.PageSet
GUID of Company associated to this PageSet
Company() - Constructor for class com.knowgate.crm.Company
Create Empty Company.
Company(String) - Constructor for class com.knowgate.crm.Company
Create Company and set gu_company field.
composeError(String, SAXParseException) - Method in class com.knowgate.dataobjs.DBSaxHandler
Compose the error message.
composeSQL() - Method in class com.knowgate.hipergate.QueryByForm
Compose SQL WHERE clause by concatenating single clauses for each field <basefilter> clause is not included in returned String.
CONCAT - Static variable in class com.knowgate.dataobjs.DBBind.Functions
String concatenation Str1 CONCAT Str2
concurrentMeetings(int) - Method in class com.knowgate.addrbook.DayPlan
Get count of concurrent meetings at a given slice
connect() - Method in class com.oreilly.servlet.MailMessage
 
connect(PipedInputStream) - Method in class com.knowgate.dfs.FTPWorkerThread
 
connect(PipedOutputStream) - Method in class com.knowgate.dfs.FTPWorkerThread
 
connect(String, String, String, String, String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Connect to database Connection autocommit is set to ON.
connectionPool() - Method in class com.knowgate.dataobjs.DBBind
Get connection pool used by this database binding
ConnectionReaper - class com.knowgate.jdc.ConnectionReaper.
Connection Reaper Connection pool reaper thread.
ConnectionReaper(JDCConnectionPool) - Constructor for class com.knowgate.jdc.ConnectionReaper
Constructor
Contact - class com.knowgate.crm.Contact.
Contact Copyright: Copyright (c) KnowGate 2003
contact_person - Static variable in class com.knowgate.dataobjs.DB
 
Contact() - Constructor for class com.knowgate.crm.Contact
Create Empty Contact.
Contact(JDCConnection, String) - Constructor for class com.knowgate.crm.Contact
Create Contact and load fields from database.
Contact(String) - Constructor for class com.knowgate.crm.Contact
Create Contact and set gu_contact field.
Container - class com.knowgate.dataxslt.Container.
Microsite Container
CONTAINER_FILE - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_FTP - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_HTTP - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_HTTPS - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_JDBC - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_LOTUS - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_ODBC - Static variable in class com.knowgate.hipergate.ProductLocation
 
CONTAINER_WARE - Static variable in class com.knowgate.hipergate.ProductLocation
 
container() - Method in class com.knowgate.dataxslt.Page
GUID of Container that describes this Page structure
container(int) - Method in class com.knowgate.dataxslt.Microsite
 
Container(Node) - Constructor for class com.knowgate.dataxslt.Container
 
container(String) - Method in class com.knowgate.dataxslt.Microsite
 
containers() - Method in class com.knowgate.dataxslt.Microsite
 
contains(JDCConnection, String) - Method in class com.knowgate.crm.DistributionList
Find out if list contains a particular member Member is searched at k_x_list_members table either at gu_company and gu_contact or tx_email.
containsHeader(String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
content_encoding - Variable in class com.knowgate.misc.ByteStore
 
content_type - Variable in class com.knowgate.misc.ByteStore
 
contents - Variable in class com.knowgate.misc.Queue
 
convert(String, String, String) - Static method in class com.knowgate.dfs.FileSystem
Convert a text file from one character set to another The input file is overwritten.
CookieNotFoundException - exception com.oreilly.servlet.CookieNotFoundException.
Thrown to indicate a cookie does not exist.
CookieNotFoundException() - Constructor for class com.oreilly.servlet.CookieNotFoundException
Constructs a new CookieNotFoundException with no detail message.
CookieNotFoundException(String) - Constructor for class com.oreilly.servlet.CookieNotFoundException
Constructs a new CookieNotFoundException with the specified detail message.
CookieParser - class com.oreilly.servlet.CookieParser.
A class to simplify cookie retrieval.
CookieParser(HttpServletRequest) - Constructor for class com.oreilly.servlet.CookieParser
Constructs a new CookieParser to handle the cookies of the given request.
Cookies - class com.knowgate.http.Cookies.
 
Cookies() - Constructor for class com.knowgate.http.Cookies
 
coord_x - Static variable in class com.knowgate.dataobjs.DB
 
coord_y - Static variable in class com.knowgate.dataobjs.DB
 
copy(String, String) - Method in class com.knowgate.dfs.FileSystem
Copy a file This method is able to copy a file from local or network disk location to and FTP location or viceversa.
cost(JDCConnection) - Method in class com.knowgate.projtrack.Project
Compute total project cost Total project cost is the sum of costs of all duties from the project
This method call stored procedure k_sp_prj_cost
count - Variable in class com.knowgate.misc.MD5State
64-bit character count (could be true Java long?)
countMessages(JDCConnection) - Method in class com.knowgate.forums.NewsGroup
Count messages for this NewsGroup
countMessages(JDCConnection, short) - Method in class com.knowgate.forums.NewsGroup
Count messages for this NewsGroup in a given status
create() - Method in interface com.knowgate.cache.server.DistributedCacheCoordinatorHome
 
create(JDCConnection, Object[]) - Static method in class com.knowgate.acl.ACLUser
Deprecated. Use standard put/store methods instead.
create(JDCConnection, Object[]) - Static method in class com.knowgate.hipergate.CategoryLabel
Single Step label Create and Store
create(JDCConnection, Object[]) - Static method in class com.knowgate.hipergate.Category
Create new Category with translated labels.
create(String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Create a functional module
createAll() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Create all modules The created modules will be (in order): kernel, lookups, security, jobs, categories, thesauri, products, addrbook, forums, crm, projtrack, lists, webbuilder, shops, billing
createCacheEntry(Object, Object, long) - Method in class com.knowgate.cache.LRUCachePolicy
Factory method for cache entries
createDefaultDatabase() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Create a default database ready for use All modules for the full suite will be created at the new database.
createDomain(String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Create New Domain Internally executes scripts/domain_create.js Java BeanShell Script contained inside JAR file under com/knowgate/hipergate/datamodel.
createList() - Method in class com.knowgate.cache.LRUCachePolicy
Factory method for the linked list used by this cache implementation.
createMap(String[], String[]) - Static method in class com.knowgate.dataxslt.FastStreamReplacer
Create a HashMap for a couple of String Arrays This method is just a convenient shortcut for creating input HashMap for replace methods from this class
createPageSet(String, HashMap) - Method in class com.knowgate.dataxslt.Microsite
 
createRootTerm(JDCConnection, String, String, String, String, String, int, String) - Static method in class com.knowgate.hipergate.Thesauri
Create Root Term
createStatement() - Method in class com.knowgate.jdc.JDCConnection
 
createStatement(int, int) - Method in class com.knowgate.jdc.JDCConnection
 
createStatement(int, int, int) - Method in class com.knowgate.jdc.JDCConnection
 
createSynonym(JDCConnection, String, String, String, String) - Static method in class com.knowgate.hipergate.Thesauri
 
createTerm(JDCConnection, String, String, String, String, String, String, int) - Static method in class com.knowgate.hipergate.Thesauri
Create Term
createThumbBitmap(int, int, float) - Method in class com.knowgate.hipergate.Image
Resample image.
createThumbFile(String, int, int, float) - Method in class com.knowgate.hipergate.Image
Resample image.
CSVParser - class com.knowgate.misc.CSVParser.
Delimited Text Parser Parses a delimited text file into a memory array
CSVParser() - Constructor for class com.knowgate.misc.CSVParser
 
CSVParser(String) - Constructor for class com.knowgate.misc.CSVParser
Create CSV Parser and set encoding to be used

D

d - Variable in class com.knowgate.misc.JavaScriptCleaner
 
Daemon - class com.oreilly.servlet.Daemon.
 
Daemon(DaemonHttpServlet) - Constructor for class com.oreilly.servlet.Daemon
 
DaemonHttpServlet - class com.oreilly.servlet.DaemonHttpServlet.
A superclass for HTTP servlets that wish to accept raw socket connections.
DaemonHttpServlet() - Constructor for class com.oreilly.servlet.DaemonHttpServlet
 
DayPlan - class com.knowgate.addrbook.DayPlan.
A bidimensional array with daily scheduled meeting in quarters of an hour.
DayPlan() - Constructor for class com.knowgate.addrbook.DayPlan
 
daysLeft(JDCConnection, String) - Static method in class com.knowgate.billing.Account
Get number of days left until account automatically expires.
DB - class com.knowgate.dataobjs.DB.
Static final variables for table and field names
DB() - Constructor for class com.knowgate.dataobjs.DB
 
DBAudit - class com.knowgate.dataobjs.DBAudit.
Keeps an operations log at a file or database table.
DBAudit() - Constructor for class com.knowgate.dataobjs.DBAudit
 
DBBeanInfo - class com.knowgate.dataobjs.DBBeanInfo.
 
DBBeanInfo() - Constructor for class com.knowgate.dataobjs.DBBeanInfo
 
DBBind - class com.knowgate.dataobjs.DBBind.
Singleton object for database binding.
DBBind.Functions - class com.knowgate.dataobjs.DBBind.Functions.
Aliases for common SQL functions in different database dialects.
DBBind.Functions() - Constructor for class com.knowgate.dataobjs.DBBind.Functions
 
DBBind() - Constructor for class com.knowgate.dataobjs.DBBind
Create DBBind.
DBBind(String) - Constructor for class com.knowgate.dataobjs.DBBind
Create DBBind.
DBBindBeanInfo - class com.knowgate.dataobjs.DBBindBeanInfo.
 
DBBindBeanInfo() - Constructor for class com.knowgate.dataobjs.DBBindBeanInfo
 
DBColumn - class com.knowgate.dataobjs.DBColumn.
Object representing metadata for a database table column.
DBColumn(String, String, short, String, int, int, int, int) - Constructor for class com.knowgate.dataobjs.DBColumn
 
DBDemo - class com.knowgate.dataobjs.DBDemo.
Just a wrapper of DBBind for loading database connection properties from "demo" instead of "hipergate" profile.
DBDemo() - Constructor for class com.knowgate.dataobjs.DBDemo
 
DBDevel - class com.knowgate.dataobjs.DBDevel.
Just a wrapper of DBBind for loading database connection properties from "devel" instead of "hipergate" profile.
DBDevel() - Constructor for class com.knowgate.dataobjs.DBDevel
 
DBException - exception com.knowgate.dataobjs.DBException.
Database Exception Wrapper
DBException() - Constructor for class com.knowgate.dataobjs.DBException
 
DBException(String) - Constructor for class com.knowgate.dataobjs.DBException
 
DBKeySet - class com.knowgate.dataobjs.DBKeySet.
Load a primary keys set from the database into a java.util.TreeSet
DBKeySet(String, String, String, int) - Constructor for class com.knowgate.dataobjs.DBKeySet
 
DBLanguages - class com.knowgate.hipergate.DBLanguages.
Display static tables as HTML elements like <SELECT>.
DBLanguages() - Constructor for class com.knowgate.hipergate.DBLanguages
 
DBLanguagesBeanInfo - class com.knowgate.hipergate.DBLanguagesBeanInfo.
 
DBLanguagesBeanInfo() - Constructor for class com.knowgate.hipergate.DBLanguagesBeanInfo
 
DBMS_GENERIC - Static variable in class com.knowgate.dataobjs.DBBind
 
DBMS_GENERIC - Static variable in class com.knowgate.jdc.JDCConnection
 
DBMS_MSSQL - Static variable in class com.knowgate.dataobjs.DBBind
 
DBMS_MSSQL - Static variable in class com.knowgate.jdc.JDCConnection
 
DBMS_MYSQL - Static variable in class com.knowgate.dataobjs.DBBind
 
DBMS_MYSQL - Static variable in class com.knowgate.jdc.JDCConnection
 
DBMS_ORACLE - Static variable in class com.knowgate.dataobjs.DBBind
 
DBMS_ORACLE - Static variable in class com.knowgate.jdc.JDCConnection
 
DBMS_POSTGRESQL - Static variable in class com.knowgate.dataobjs.DBBind
 
DBMS_POSTGRESQL - Static variable in class com.knowgate.jdc.JDCConnection
 
DBPersist - class com.knowgate.dataobjs.DBPersist.
Core class for persisting Java objects as registers in a RDMS.
DBPersist(String, String) - Constructor for class com.knowgate.dataobjs.DBPersist
 
DBPortal - class com.knowgate.dataobjs.DBPortal.
Just a wrapper of DBBind for loading database connection properties from "portal" instead of "hipergate" profile.
DBPortal() - Constructor for class com.knowgate.dataobjs.DBPortal
 
DBReal - class com.knowgate.dataobjs.DBReal.
Just a wrapper of DBBind for loading database connection properties from "real" instead of "hipergate" profile.
DBReal() - Constructor for class com.knowgate.dataobjs.DBReal
 
DBSaxHandler - class com.knowgate.dataobjs.DBSaxHandler.
SAX Parser Event Handler for loading XML formated data into a DBPersist object.
DBSaxHandler(DBPersist) - Constructor for class com.knowgate.dataobjs.DBSaxHandler
Deprecated. Use DBSaxHandler(DBPersist oPersist, JDCConnection) instead
DBSaxHandler(DBPersist, JDCConnection) - Constructor for class com.knowgate.dataobjs.DBSaxHandler
 
DBSubset - class com.knowgate.dataobjs.DBSubset.
A bidimensional array representing data readed from a database table.
DBSubset(String, String, String, int) - Constructor for class com.knowgate.dataobjs.DBSubset
Contructs a DBSubset.
DBSubsetCache - class com.knowgate.dataobjs.DBSubsetCache.
Descripción: Cache local de objetos DBSubset Copyright: Copyright (c) KnowGate 2003
DBSubsetCache.DBCacheEntry - class com.knowgate.dataobjs.DBSubsetCache.DBCacheEntry.
 
DBSubsetCache.DBCacheEntry(DBSubset, String, int) - Constructor for class com.knowgate.dataobjs.DBSubsetCache.DBCacheEntry
 
DBSubsetCache(int) - Constructor for class com.knowgate.dataobjs.DBSubsetCache
 
DBSubsetCacheReaper - class com.knowgate.dataobjs.DBSubsetCacheReaper.
 
DBSubsetCacheReaper(DBSubsetCache) - Constructor for class com.knowgate.dataobjs.DBSubsetCacheReaper
 
DBTable - class com.knowgate.dataobjs.DBTable.
A database table as a Java Object
DBTable(String, String, String, int) - Constructor for class com.knowgate.dataobjs.DBTable
 
DBTest - class com.knowgate.dataobjs.DBTest.
Just a wrapper of DBBind for loading database connection properties from "test" instead of "hipergate" profile.
DBTest() - Constructor for class com.knowgate.dataobjs.DBTest
 
de_acl_group - Static variable in class com.knowgate.dataobjs.DB
 
de_bank_acc - Static variable in class com.knowgate.dataobjs.DB
 
de_category - Static variable in class com.knowgate.dataobjs.DB
 
de_company - Static variable in class com.knowgate.dataobjs.DB
 
de_duty - Static variable in class com.knowgate.dataobjs.DB
 
de_list - Static variable in class com.knowgate.dataobjs.DB
 
de_meeting - Static variable in class com.knowgate.dataobjs.DB
 
de_mimemsg - Static variable in class com.knowgate.dataobjs.DB
 
de_newsgrp - Static variable in class com.knowgate.dataobjs.DB
 
de_order - Static variable in class com.knowgate.dataobjs.DB
 
de_part - Static variable in class com.knowgate.dataobjs.DB
 
de_prod_locat - Static variable in class com.knowgate.dataobjs.DB
 
de_prod_type - Static variable in class com.knowgate.dataobjs.DB
 
de_product - Static variable in class com.knowgate.dataobjs.DB
 
de_project - Static variable in class com.knowgate.dataobjs.DB
 
de_term - Static variable in class com.knowgate.dataobjs.DB
 
de_title - Static variable in class com.knowgate.dataobjs.DB
 
deactivate(JDCConnection, String, String) - Static method in class com.knowgate.forums.Subscription
Deactivate a Subscription Set k_newsgroup_subscriptions.id_status=0
debug(String) - Method in class com.knowgate.debug.DebugFile
This method is just an alias for DebugFile.writeln
debug(String, Exception) - Method in class com.knowgate.debug.DebugFile
 
DebugFile - class com.knowgate.debug.DebugFile.
Write execution traces to a flat text file
DebugFile() - Constructor for class com.knowgate.debug.DebugFile
 
dechomp(String, char) - Static method in class com.knowgate.misc.Gadgets
Ensure that a String does not end with a given character
dechomp(String, String) - Static method in class com.knowgate.misc.Gadgets
Ensure that a String does not end with a given substring
decIdent() - Static method in class com.knowgate.debug.DebugFile
Decrement identation level
decipher(byte[]) - Method in class com.knowgate.misc.TEA
Decipher two bytess.
decipher(int[]) - Method in class com.knowgate.misc.TEA
Decipher two ints.
decode(byte[], int) - Method in class com.knowgate.misc.TEA
Convert a byte array to ints and then decode.
decode(int[]) - Method in class com.knowgate.misc.TEA
Decode an integer array.
decode(String) - Static method in class com.knowgate.misc.Base64Decoder
Returns the decoded form of the given encoded string, as a String.
decodeToBytes(String) - Static method in class com.knowgate.misc.Base64Decoder
Returns the decoded form of the given encoded string, as bytes.
decrease(int) - Method in class com.knowgate.cache.ExpireableCache.MyHeap
Lower an element in the heap structure Note that the cur_pos is actually one larger than the position in the array!
decrease(int) - Method in class com.knowgate.misc.StringHeap
Lower an element in the heap structure Note that the cur_pos is actually one larger than the position in the array!
DEFAULT_DYNAMIC_VALIDATION - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_MEMORY_USAGE - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_NAMESPACE_PREFIXES - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_NAMESPACES - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_PARSER_NAME - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_PORT - Variable in class com.oreilly.servlet.DaemonHttpServlet
The default listening port (1313)
DEFAULT_PROFILES_DIR - Static variable in class com.knowgate.misc.Environment
 
DEFAULT_REPETITION - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_SCHEMA_VALIDATION - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_TAGGINESS - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
DEFAULT_VALIDATION - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 
defaultBufferSize - Variable in class com.knowgate.dfs.StreamPipe
Default size of buffer used to transfer data from the input stream to the output stream.
DefaultFileRenamePolicy - class com.oreilly.servlet.multipart.DefaultFileRenamePolicy.
Implements a renaming policy that adds increasing integers to the body of any file that collides.
DefaultFileRenamePolicy() - Constructor for class com.oreilly.servlet.multipart.DefaultFileRenamePolicy
 
delegate - Variable in class com.oreilly.servlet.CacheServletOutputStream
 
delete(JDCConnection) - Method in class com.knowgate.acl.ACLDomain
 
delete(JDCConnection) - Method in class com.knowgate.acl.ACLUser
 
delete(JDCConnection) - Method in class com.knowgate.addrbook.Room
 
delete(JDCConnection) - Method in class com.knowgate.addrbook.Fellow
 
delete(JDCConnection) - Method in class com.knowgate.addrbook.FellowTitle
 
delete(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
 
delete(JDCConnection) - Method in class com.knowgate.crm.Company
Delete Company
delete(JDCConnection) - Method in class com.knowgate.crm.Note
Delete Note k_contact.nu_notes fields is decremented by 1
delete(JDCConnection) - Method in class com.knowgate.crm.Attachment
Delete Attachment The associated Product and physical files are automatically deleted as well.
delete(JDCConnection) - Method in class com.knowgate.crm.ListMember
Remove Member from all DistributionList.
delete(JDCConnection) - Method in class com.knowgate.crm.Contact
Delete Contact.
delete(JDCConnection) - Method in class com.knowgate.crm.DistributionList
 
delete(JDCConnection) - Method in class com.knowgate.crm.SalesMan
Delete SalesMan.
delete(JDCConnection) - Method in class com.knowgate.crm.Oportunity
 
delete(JDCConnection) - Method in class com.knowgate.dataobjs.DBPersist
Delete a register from database The deleted register will be the one matching this DBPersist primary key, as set at constructor or load() method.
delete(JDCConnection) - Method in class com.knowgate.dataxslt.db.PageSetDB
 
delete(JDCConnection) - Method in class com.knowgate.forums.NewsMessage
Delete NewsMessage.
delete(JDCConnection) - Method in class com.knowgate.forums.NewsGroup
Delete this NewsGroup and all its messages
delete(JDCConnection) - Method in class com.knowgate.hipergate.BankAccount
Delete Bank Account Associations of the bank account with companies and contacts are erased before deleting it.
delete(JDCConnection) - Method in class com.knowgate.hipergate.Shop
Delete Shop including all its orders, categories and products.
delete(JDCConnection) - Method in class com.knowgate.hipergate.Term
Delete a Term and all its synonyms
delete(JDCConnection) - Method in class com.knowgate.hipergate.MetaAttribute
Delete meta-Attribute definition and data.
delete(JDCConnection) - Method in class com.knowgate.hipergate.Address
Delete Address Registers at k_x_company_addr and k_x_contact_addr are deleted on cascade
delete(JDCConnection) - Method in class com.knowgate.hipergate.Product
Delete Product Images and Productlocations are deleted first, including disk files.
delete(JDCConnection) - Method in class com.knowgate.hipergate.ProductLocation
Delete Productocation If ProductLocation URL point to a file that does not exist then an SQLException will be raised.
delete(JDCConnection) - Method in class com.knowgate.hipergate.Order
Delete Order
delete(JDCConnection) - Method in class com.knowgate.hipergate.Category
Delete Category and all its childs.
delete(JDCConnection) - Method in class com.knowgate.hipergate.Image
Delete Image from database and from disk.
delete(JDCConnection) - Method in class com.knowgate.projtrack.Duty
Delete Duty Calls k_sp_del_duty stored procedure.
delete(JDCConnection) - Method in class com.knowgate.projtrack.Project
Delete Project.
delete(JDCConnection) - Method in class com.knowgate.projtrack.Bug
Delete Bug.
delete(JDCConnection) - Method in class com.knowgate.scheduler.Job
Delete Job
delete(JDCConnection) - Method in class com.knowgate.workareas.WorkArea
Delete a WorkArea and all its associated data.
delete(JDCConnection, int) - Static method in class com.knowgate.acl.ACLDomain
Fully delete a domain and ALL its associated data This method will perform the following actions
1.
delete(JDCConnection, String) - Static method in class com.knowgate.acl.ACLUser
Delete User Categories owned by this user are also deleted, but other data and references for user are not checked.
delete(JDCConnection, String) - Static method in class com.knowgate.acl.ACLGroup
Delete Group Call k_sp_del_group stored procedure
delete(JDCConnection, String) - Static method in class com.knowgate.addrbook.Fellow
Delete Fellow Calls k_sp_del_fellow stored procedure
delete(JDCConnection, String) - Static method in class com.knowgate.addrbook.Meeting
Delete Meeting Calls k_sp_del_meeting stored procedure
delete(JDCConnection, String) - Static method in class com.knowgate.crm.Company
Delete Company.
delete(JDCConnection, String) - Method in class com.knowgate.crm.ListMember
Remove Member from a DistributionList.
delete(JDCConnection, String) - Static method in class com.knowgate.crm.Contact
Delete Contact.
delete(JDCConnection, String) - Static method in class com.knowgate.crm.DistributionList
Delete Distribution List Call k_sp_del_list stored procedure.
delete(JDCConnection, String) - Static method in class com.knowgate.crm.SalesMan
 
delete(JDCConnection, String) - Static method in class com.knowgate.crm.Oportunity
Delete Oportunity Call k_sp_del_oportunity stored procedure
delete(JDCConnection, String) - Static method in class com.knowgate.dataxslt.db.PageSetDB
 
delete(JDCConnection, String) - Static method in class com.knowgate.forums.NewsMessage
Delete NewsMessage.
delete(JDCConnection, String) - Static method in class com.knowgate.forums.NewsGroup
Delete NewsGroup and all its messages.
delete(JDCConnection, String) - Static method in class com.knowgate.hipergate.Term
Delete a Term and all its synonyms
delete(JDCConnection, String) - Static method in class com.knowgate.hipergate.Order
 
delete(JDCConnection, String) - Static method in class com.knowgate.hipergate.QueryByForm
Delete QBF instance from database.
delete(JDCConnection, String) - Static method in class com.knowgate.hipergate.Category
Delete Category and all its childs.
delete(JDCConnection, String) - Static method in class com.knowgate.hipergate.Thesauri
Delete a Term and all its childs
delete(JDCConnection, String) - Static method in class com.knowgate.projtrack.Duty
Delete Duty Calls k_sp_del_duty stored procedure.
delete(JDCConnection, String) - Static method in class com.knowgate.projtrack.Project
Delete Project.
delete(JDCConnection, String) - Static method in class com.knowgate.projtrack.Bug
Delete Bug.
delete(JDCConnection, String) - Static method in class com.knowgate.scheduler.Job
Delete Job Call k_sp_del_job stored procedure
delete(JDCConnection, String) - Static method in class com.knowgate.workareas.WorkArea
Delete a WorkArea and all its associated data.
delete(JDCConnection, String, Properties) - Static method in class com.knowgate.workareas.WorkArea
Delete a WorkArea, its associated data and working directories.
delete(JDCConnection, String, String) - Static method in class com.knowgate.addrbook.Room
Delete Room Calls k_sp_del_room stored procedure
delete(String) - Method in class com.knowgate.dfs.FileSystem
Delete o file or directory Can recursively delete local or FTP directories
delete(String, String) - Method in class com.knowgate.dfs.FileSystem
Mark an URI for deffered deletion Because web servers often cache and lock files as they are accessed, it is sometimes not possible to delete recently accessed files inmediately.
delete(String, String, Connection, String) - Method in class com.knowgate.hipergate.FileHandler
 
deleteRegister(JDCConnection, HashMap) - Method in class com.knowgate.dataobjs.DBTable
Delete a single register from this table at the database
demote() - Method in class com.knowgate.cache.LRUCachePolicy.LRUList
Demotes from the cache the least used entry.
description - Variable in class com.knowgate.misc.ByteStore
 
destroy() - Method in class com.knowgate.cache.LRUCachePolicy
Destroys the cache that is now unusable.
destroy() - Method in class com.oreilly.servlet.MultipartFilter
 
destroy() - Method in class com.oreilly.servlet.RemoteDaemonHttpServlet
Halts the servlet's RMI operations and halts the thread listening for socket connections.
destroy() - Method in class com.oreilly.servlet.RemoteHttpServlet
Halts the servlet's RMI operations.
destroy() - Method in class com.oreilly.servlet.DaemonHttpServlet
Halts the thread listening for socket connections.
df_before - Static variable in class com.knowgate.dataobjs.DB
 
dimensions() - Method in class com.knowgate.hipergate.Image
Get image dimensions.
direct_phone - Static variable in class com.knowgate.dataobjs.DB
 
DirectList - class com.knowgate.crm.DirectList.
DirectList A subclass of DistributionList with methods for loading List Members from text files.
DirectList() - Constructor for class com.knowgate.crm.DirectList
 
disconnect() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Disconnect from database
disconnect() - Method in class com.oreilly.servlet.MailMessage
 
DistributedCacheCoordinator - interface com.knowgate.cache.server.DistributedCacheCoordinator.
 
DistributedCacheCoordinatorBean - class com.knowgate.cache.server.DistributedCacheCoordinatorBean.
 
DistributedCacheCoordinatorBean() - Constructor for class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
DistributedCacheCoordinatorBeanInfo - class com.knowgate.cache.server.DistributedCacheCoordinatorBeanInfo.
 
DistributedCacheCoordinatorBeanInfo() - Constructor for class com.knowgate.cache.server.DistributedCacheCoordinatorBeanInfo
 
DistributedCacheCoordinatorHome - interface com.knowgate.cache.server.DistributedCacheCoordinatorHome.
 
DistributedCachePeer - class com.knowgate.cache.DistributedCachePeer.
Distributed Cache Local Peer Each distributed cache peer holds its own local copy of cached data.
DistributedCachePeer() - Constructor for class com.knowgate.cache.DistributedCachePeer
Create a local cache peer.
DistributionList - class com.knowgate.crm.DistributionList.
DistributionList
DistributionList() - Constructor for class com.knowgate.crm.DistributionList
 
DistributionList(JDCConnection, String) - Constructor for class com.knowgate.crm.DistributionList
 
dm_height - Static variable in class com.knowgate.dataobjs.DB
 
dm_width - Static variable in class com.knowgate.dataobjs.DB
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.oreilly.servlet.MultipartFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.knowgate.http.HttpVCardServlet
Send Fellow vCard to HttpServletResponse OutputStream
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.knowgate.http.HttpBinaryServlet
Send disk binary file held in a Product to HttpServletResponse OutputStream
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.knowgate.http.HttpQueryServlet
Get Query By Form results throught response output stream.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.knowgate.http.HttpBLOBServlet
Send LONGVARBINARY database field to HttpServletResponse OutputStream
DOMAIN_NOT_FOUND - Static variable in class com.knowgate.acl.ACL
 
drop(String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Drop a functional module
dropAll() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Drop all modules The created modules will be (in order): billing, shops, webbuilder, lists, projtrack, crm, forums, addrbook, products, thesauri, categories, jobs, security, lookups, kernel
dropDomain(String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Drop Domain Drop a Domain, all its WorkAreas and associated data.
dropWorkArea(String, Properties) - Method in class com.knowgate.hipergate.datamodel.ModelManager
Drop WorkArea THIS METHOD DROPS ALL WORKAREA DATA.
dt_birth - Static variable in class com.knowgate.dataobjs.DB
 
dt_closed - Static variable in class com.knowgate.dataobjs.DB
 
dt_created - Static variable in class com.knowgate.dataobjs.DB
 
dt_end - Static variable in class com.knowgate.dataobjs.DB
 
dt_execution - Static variable in class com.knowgate.dataobjs.DB
 
dt_expire - Static variable in class com.knowgate.dataobjs.DB
 
dt_finished - Static variable in class com.knowgate.dataobjs.DB
 
dt_founded - Static variable in class com.knowgate.dataobjs.DB
 
dt_last_update - Static variable in class com.knowgate.dataobjs.DB
 
dt_last_visit - Static variable in class com.knowgate.dataobjs.DB
 
dt_modified - Static variable in class com.knowgate.dataobjs.DB
 
dt_next_action - Static variable in class com.knowgate.dataobjs.DB
 
dt_payment - Static variable in class com.knowgate.dataobjs.DB
 
dt_published - Static variable in class com.knowgate.dataobjs.DB
 
dt_readed - Static variable in class com.knowgate.dataobjs.DB
 
dt_received - Static variable in class com.knowgate.dataobjs.DB
 
dt_sent - Static variable in class com.knowgate.dataobjs.DB
 
dt_since - Static variable in class com.knowgate.dataobjs.DB
 
dt_start - Static variable in class com.knowgate.dataobjs.DB
 
dt_uploaded - Static variable in class com.knowgate.dataobjs.DB
 
dt_verified - Static variable in class com.knowgate.dataobjs.DB
 
DummyJob - class com.knowgate.scheduler.jobs.DummyJob.
Just a do nothing Job for testing purposes
DummyJob() - Constructor for class com.knowgate.scheduler.jobs.DummyJob
 
DUMP_TO_FILE - Static variable in class com.knowgate.debug.DebugFile
 
DUMP_TO_STDOUT - Static variable in class com.knowgate.debug.DebugFile
 
dumpStatistics() - Method in class com.knowgate.jdc.JDCConnectionPool
Human readable usage statistics
dumpTo - Static variable in class com.knowgate.debug.DebugFile
 
Duty - class com.knowgate.projtrack.Duty.
 
Duty() - Constructor for class com.knowgate.projtrack.Duty
Create empty Duty
Duty(JDCConnection, String) - Constructor for class com.knowgate.projtrack.Duty
Load Duty from database
DYNAMIC_VALIDATION_FEATURE_ID - Static variable in class com.knowgate.dataobjs.DBSaxHandler
 

E

ejbActivate() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
ejbCreate() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
ejbPassivate() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
ejbRemove() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
email - Static variable in class com.knowgate.dataobjs.DB
 
email_alt - Static variable in class com.knowgate.dataobjs.DB
 
EmailSender - class com.knowgate.scheduler.jobs.EmailSender.
Add database fields to a document template and send it to a mail recipient Mails are send using Sun JavaMail
EmailSender() - Constructor for class com.knowgate.scheduler.jobs.EmailSender
 
encipher(byte[]) - Method in class com.knowgate.misc.TEA
Encipher two bytess.
encipher(int[]) - Method in class com.knowgate.misc.TEA
Encipher two ints.
encode(byte[]) - Static method in class com.knowgate.misc.Base64Encoder
Returns the encoded form of the given unencoded string.
encode(byte[], int) - Method in class com.knowgate.misc.TEA
Byte wrapper for encoding.
encode(String) - Static method in class com.knowgate.misc.Base64Encoder
Returns the encoded form of the given unencoded string.
encodeRedirectUrl(String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
Deprecated.  
encodeRedirectURL(String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
encodeUrl(String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
Deprecated.  
encodeURL(String) - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
encoding - Variable in class com.oreilly.servlet.MultipartRequest
 
encript(String, int) - Static method in class com.knowgate.acl.ACL
Encrypt String
endedLastResponse - Variable in class com.oreilly.servlet.MultipartResponse
 
endResponse() - Method in class com.oreilly.servlet.MultipartResponse
Ends a single response.
entryAdded(LRUCachePolicy.LRUCacheEntry) - Method in class com.knowgate.cache.LRUCachePolicy.LRUList
Callback that signals that the given entry has been added to the cache.
entryRemoved(LRUCachePolicy.LRUCacheEntry) - Method in class com.knowgate.cache.LRUCachePolicy.LRUList
Callback that signals that the given entry has been removed from the cache.
envinfo() - Static method in class com.knowgate.debug.DebugFile
 
Environment - class com.knowgate.misc.Environment.
Reads and keeps in memory properties from .cnf initialization files.
eof() - Method in class com.knowgate.dataobjs.DBSubset
 
eraseLocations(JDCConnection) - Method in class com.knowgate.hipergate.Product
Delete ProductLocations including disk files.
error(SAXParseException) - Method in class com.knowgate.dataobjs.DBSaxHandler
Error.
error(SAXParseException) - Method in class com.knowgate.dataxslt.SAXValidate
 
ErrorHandler - class com.knowgate.debug.ErrorHandler.
ErrorHandler.java Created: Tue Feb 2 12:24:40 1999
ErrorHandler(Throwable) - Constructor for class com.knowgate.debug.ErrorHandler
 
errorLine() - Method in class com.knowgate.crm.DirectList
 
errorLine() - Method in class com.knowgate.misc.CSVParser
 
escape(Date, String) - Static method in class com.knowgate.dataobjs.DBBind
Format Date in ODBC escape sequence style
executeSQLScript(String, String) - Method in class com.knowgate.hipergate.datamodel.ModelManager
 
exists(JDCConnection) - Method in class com.knowgate.dataobjs.DBPersist
Find out whether or not a particular register exists at database
exists(JDCConnection, String, String) - Static method in class com.knowgate.dataobjs.DBBind
Checks if an object exists at database Checking is done directly against database catalog tables, if current user does not have enought priviledges for reading database catalog tables methos may fail or return a wrong result.
exists(String, String) - Method in class com.knowgate.jdc.JDCConnection
Checks if an object exists at database Checking is done directly against database catalog tables, if current user does not have enought priviledges for reading database catalog tables methos may fail or return a wrong result.
existsFile() - Method in class com.knowgate.dataxslt.db.PageSetDB
 
existsFile() - Method in class com.knowgate.dataxslt.db.MicrositeDB
 
existsRegister(JDCConnection, HashMap) - Method in class com.knowgate.dataobjs.DBTable
Checks if register exists at this table
existsRegister(JDCConnection, String) - Method in class com.knowgate.dataobjs.DBTable
Checks if register exists at this table
existsRegister(JDCConnection, String, Object[]) - Method in class com.knowgate.dataobjs.DBTable
Checks if register exists at this table
expand(Connection) - Method in class com.knowgate.hipergate.Category
Expand all Category childs.
expand(JDCConnection) - Method in class com.knowgate.projtrack.Project
Expand Project childs.
expand(JDCConnection, String) - Static method in class com.knowgate.hipergate.Categories
Expand Category Childs into k_cat_expand table
expandCategories(JDCConnection) - Method in class com.knowgate.hipergate.Shop
 
expire_factor - Variable in class com.knowgate.cache.ExpireableCache
 
expire(String) - Method in class com.knowgate.cache.DistributedCachePeer
Removes an Object from the cache and notify other cache peers that the objects with the given token should no longer be considered valid.
expire(String) - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
expire(String) - Method in interface com.knowgate.cache.server.DistributedCacheCoordinator
 
expire(String) - Method in class com.knowgate.dataobjs.DBSubsetCache
Elimina una entrada del cache
ExpireableCache - class com.knowgate.cache.ExpireableCache.
This class represents a cache that automatically expires objects when a certain fillness factor is reached.
ExpireableCache.MyHeap - class com.knowgate.cache.ExpireableCache.MyHeap.
Implement a simple heap that just returns the smallest long variable/Object key pair.
ExpireableCache.MyHeap(int) - Constructor for class com.knowgate.cache.ExpireableCache.MyHeap
 
ExpireableCache(int) - Constructor for class com.knowgate.cache.ExpireableCache
 
ExpireableCache(int, float, long) - Constructor for class com.knowgate.cache.ExpireableCache
 
expireAll() - Method in class com.knowgate.cache.DistributedCachePeer
Remove all objects from local cache and expire then and cache coordinator.
expireLease() - Method in class com.knowgate.jdc.JDCConnection
 
expireOver() - Method in class com.knowgate.cache.ExpireableCache
 
ext_phone - Static variable in class com.knowgate.dataobjs.DB
 

F

FastStreamReplacer - class com.knowgate.dataxslt.FastStreamReplacer.
Search and Replace a set of substrings with another substrings.
FastStreamReplacer() - Constructor for class com.knowgate.dataxslt.FastStreamReplacer
 
FastStreamReplacer(int) - Constructor for class com.knowgate.dataxslt.FastStreamReplacer
 
fatalError(SAXParseException) - Method in class com.knowgate.dataobjs.DBSaxHandler
Fatal error.
fax_phone - Static variable in class com.knowgate.dataobjs.DB
 
FaxSender - class com.knowgate.scheduler.jobs.FaxSender.
Title: FaxSender 1.0 Description: Copyright: Copyright (c) KnowGate 2003 Company: KnowGate
FaxSender() - Constructor for class com.knowgate.scheduler.jobs.FaxSender
 
fCharacters - Variable in class com.knowgate.dataobjs.DBSaxHandler
Number of characters.
feedQueue(JDCConnection, AtomQueue) - Method in class com.knowgate.scheduler.AtomFeeder
Feed RAM queue with pending Atoms from k_job_atoms table
fElements - Variable in class com.knowgate.dataobjs.DBSaxHandler
Number of elements.
Fellow - class com.knowgate.addrbook.Fellow.
Enterprise Fellow
Fellow() - Constructor for class com.knowgate.addrbook.Fellow
 
Fellow(JDCConnection, String) - Constructor for class com.knowgate.addrbook.Fellow
Construct object and load fields from database.
Fellow(String) - Constructor for class com.knowgate.addrbook.Fellow
Construct object and set gu_fellow field.
FellowTitle - class com.knowgate.addrbook.FellowTitle.
 
FellowTitle() - Constructor for class com.knowgate.addrbook.FellowTitle
 
FellowTitle(String, String) - Constructor for class com.knowgate.addrbook.FellowTitle
 
file_name - Static variable in class com.knowgate.dataobjs.DB
 
file() - Method in class com.knowgate.dfs.FileSystem
 
FileDumper - class com.knowgate.scheduler.jobs.FileDumper.
Simple processor for PageSets with disk output
FileDumper() - Constructor for class com.knowgate.scheduler.jobs.FileDumper
 
FileHandler - class com.knowgate.hipergate.FileHandler.
Class used for creating references to files at k_prod_locats database table
FileHandler() - Constructor for class com.knowgate.hipergate.FileHandler
 
filelen(String) - Method in class com.knowgate.dfs.FileSystem
Get file length Currently only local and network files length can be queried
FilePart - class com.oreilly.servlet.multipart.FilePart.
A FilePart is an upload part which represents a INPUT TYPE="file" form parameter.
FilePart(String, ServletInputStream, String, String, String, String) - Constructor for class com.oreilly.servlet.multipart.FilePart
Construct a file part; this is called by the parser.
filePath() - Method in class com.knowgate.dataxslt.Page
 
filePath(JDCConnection, String) - Static method in class com.knowgate.dataxslt.db.PageSetDB
Get relative path to XML data file Relative path is readed from field path_data of table k_pagesets.
filePath(JDCConnection, String) - Static method in class com.knowgate.dataxslt.db.MicrositeDB
Get relative path to XML metadata file Relative path is readed from field path_metadata of table k_microsites.
filePath(String) - Method in class com.knowgate.dataxslt.Page
Set path to final document generated after XSL transformation of Page.
FileRenamePolicy - interface com.oreilly.servlet.multipart.FileRenamePolicy.
An interface to provide a pluggable file renaming policy, particularly useful to handle naming conflicts with an existing file.
files - Variable in class com.oreilly.servlet.MultipartRequest
 
FileSystem - class com.knowgate.dfs.FileSystem.
Abstract FileSystem object for encasulating NFS and FTP file transfer.
FileSystem() - Constructor for class com.knowgate.dfs.FileSystem
Create new File System Operation mode will be Pure Java by default User and Password fro FTP access wil be readed from hipergate.cnf file
FileSystem(int) - Constructor for class com.knowgate.dfs.FileSystem
Create new File System Operation mode may be set for faster file access throught direct usage of operating system atomic calls.
FileSystem(int, String, String) - Constructor for class com.knowgate.dfs.FileSystem
Create new File System
FileSystem(Properties) - Constructor for class com.knowgate.dfs.FileSystem
 
FileSystem(String, String) - Constructor for class com.knowgate.dfs.FileSystem
Create new File System Operation mode will be Pure Java by default
FileSystemWorkArea - class com.knowgate.workareas.FileSystemWorkArea.
 
FileSystemWorkArea(Properties) - Constructor for class com.knowgate.workareas.FileSystemWorkArea
 
fill(char, int) - Static method in class com.knowgate.misc.Gadgets
Fill String with a given character
Final() - Method in class com.knowgate.misc.MD5
Returns array of bytes (16 bytes) representing hash as of the current state of this object.
finalize() - Method in class com.knowgate.dataobjs.DBAudit
 
finals - Variable in class com.knowgate.misc.MD5
If Final() has been called, finals is set to the current finals state.
find(int, Object) - Method in class com.knowgate.dataobjs.DBSubset
Find a value in a given column Value is searched by brute force from the begining to the end of the column.
finish() - Method in class com.oreilly.servlet.MultipartResponse
Finishes the multipart response.
flush - Variable in class com.knowgate.dfs.PipeThread
 
flush() - Method in class com.knowgate.cache.LRUCachePolicy
 
flush() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBean
 
flush() - Method in interface com.knowgate.cache.server.DistributedCacheCoordinator
 
flushBuffer() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
flushHeaders() - Method in class com.oreilly.servlet.MailMessage
 
forDomain(JDCConnection, int) - Method in class com.knowgate.hipergate.Categories
Get root category for a given Domain The root Category for a Domain will be the one such that nm_category=nm_domain
Forums - class com.knowgate.forums.Forums.
Forums Model Class
Forums() - Constructor for class com.knowgate.forums.Forums
 
ForumsProcessor(Connection, MimeMessage, Properties) - Static method in class com.knowgate.hipergate.InetMailAgent
 
FREE - Static variable in class com.knowgate.forums.NewsGroup
 
from - Variable in class com.oreilly.servlet.MailMessage
 
from(String) - Method in class com.oreilly.servlet.MailMessage
Sets the from address.
FTPPublisher - class com.knowgate.scheduler.jobs.FTPPublisher.
Publishes Files via FTP
FTPPublisher() - Constructor for class com.knowgate.scheduler.jobs.FTPPublisher
 
FTPWorkerThread - class com.knowgate.dfs.FTPWorkerThread.
 
FTPWorkerThread(String, String, String) - Constructor for class com.knowgate.dfs.FTPWorkerThread
 
full_name - Static variable in class com.knowgate.dataobjs.DB
 

G

Gadgets - class com.knowgate.misc.Gadgets.
Miscellaneous functions and utilities.
Gadgets() - Constructor for class com.knowgate.misc.Gadgets
 
generateUUID() - Static method in class com.knowgate.misc.Gadgets
Generate an universal unique identifier
get(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded field
get(Object) - Method in class com.knowgate.cache.LRUCachePolicy
 
get(Object) - Method in class com.knowgate.cache.ExpireableCache
 
get(String) - Method in class com.knowgate.cache.DistributedCachePeer
Get an object from the cache peer.
get(String) - Method in class com.knowgate.dataobjs.DBSubsetCache
Obtiene un DBSubset del cache
get(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a field name
get(String) - Method in class com.knowgate.dfs.FTPWorkerThread
 
get(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded field by name
getACLGroups(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get Groups with permissions over this Category.
getACLUsers(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get Users with direct permissions over this Category.
getAction() - Method in class com.knowgate.hipergate.QueryByForm
 
getActiveOrder(JDCConnection, String) - Static method in class com.knowgate.hipergate.Order
 
getAddresses(JDCConnection) - Method in class com.knowgate.acl.ACLUser
Get Addresses associated with user at k_x_addr_user table.
getAddresses(JDCConnection) - Method in class com.knowgate.crm.Company
Get Company Addresses
getAddresses(JDCConnection) - Method in class com.knowgate.crm.Contact
Get Contact Addresses
getAllChilds(JDCConnection) - Method in class com.knowgate.projtrack.Project
Get all Project Childs as a DBSubset.
getAllConnections() - Method in class com.knowgate.jdc.JDCConnectionPool
Get an array with references to all pooled connections
getAttributes(Object) - Method in class com.knowgate.cache.AttributedExpireableCache
 
getAutoCommit() - Method in class com.knowgate.jdc.JDCConnection
 
getBaseFilter(HttpServletRequest) - Method in class com.knowgate.hipergate.QueryByForm
Get query base filter instantiated for given HttpServletRequest parameters.
getBaseObject() - Method in class com.knowgate.hipergate.QueryByForm
 
getBeanDescriptor() - Method in class com.knowgate.dataobjs.DBBeanInfo
 
getBeanDescriptor() - Method in class com.knowgate.dataobjs.DBBindBeanInfo
 
getBeanDescriptor() - Method in class com.knowgate.hipergate.DBLanguagesBeanInfo
 
getBeanDescriptor() - Method in class com.knowgate.hipergate.CategoriesBeanInfo
 
getBinaryFromIS(InputStream, int, String) - Static method in class com.knowgate.misc.ByteStore
Create a ByteStore out of an InputStream
getBoolean(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Boolean field
getBoolean(String) - Method in class com.knowgate.cache.DistributedCachePeer
 
getBooleanCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a boolean
getBooleanCookie(String, boolean) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a boolean, with a default.
getBooleanParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a boolean, with true indicated by "true", "on", or "yes" in any letter case, false indicated by "false", "off", or "no" in any letter case.
getBooleanParameter(String, boolean) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a boolean, with a default.
getBuffer() - Method in class com.oreilly.servlet.CacheServletOutputStream
 
getBufferSize() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
getBundle() - Method in class com.oreilly.servlet.LocaleNegotiator
Gets the chosen bundle.
getByteCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a byte
getByteCookie(String, byte) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a byte, with a default.
getByteParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a byte
getByteParameter(String, byte) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a byte, with a default.
getBytes() - Method in class com.knowgate.misc.ByteStore
 
getCapacity() - Method in class com.knowgate.cache.ExpireableCache
 
getCatalog() - Method in class com.knowgate.dataobjs.DBTable
 
getCatalog() - Method in class com.knowgate.jdc.JDCConnection
 
getCharacterEncoding() - Method in class com.oreilly.servlet.MultipartRequest
 
getCharacterEncoding() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
getCharCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a char
getCharCookie(String, char) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a char, with a default.
getCharParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a char
getCharParameter(String, char) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a char, with a default.
getCharset() - Method in class com.oreilly.servlet.LocaleNegotiator
Gets the chosen charset.
getCharset(Locale) - Static method in class com.oreilly.servlet.LocaleToCharsetMap
Gets the preferred charset for the given locale, or null if the locale is not recognized.
getCharsetForLocale(Locale, String) - Method in class com.oreilly.servlet.LocaleNegotiator
Gets the best charset for a given locale, selecting from a charset list.
getChilds(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get first level childs as a DBSubset.
getChilds(JDCConnection, int) - Method in class com.knowgate.hipergate.Term
Get child terms for this term.
getChildsNamed(JDCConnection, String, String, int) - Method in class com.knowgate.hipergate.Categories
Get first level childs for a given category.
getColumnByName(String) - Method in class com.knowgate.dataobjs.DBTable
Get DBColumn by name
getColumnCount() - Method in class com.knowgate.dataobjs.DBSubset
 
getColumnDelimiter() - Method in class com.knowgate.dataobjs.DBSubset
 
getColumnPosition(String) - Method in class com.knowgate.crm.DirectList
 
getColumnPosition(String) - Method in class com.knowgate.dataobjs.DBSubset
 
getColumnPosition(String) - Method in class com.knowgate.misc.CSVParser
 
getColumns() - Method in class com.knowgate.dataobjs.DBTable
 
getColumns() - Method in class com.knowgate.hipergate.QueryByForm
 
getColumnsStr() - Method in class com.knowgate.dataobjs.DBTable
 
getConnection() - Method in class com.knowgate.hipergate.datamodel.ModelManager
Get reference to opened database connection
getConnection() - Method in class com.knowgate.jdc.JDCConnection
 
getConnection() - Method in class com.knowgate.scheduler.AtomConsumer
 
getConnection(String) - Method in class com.knowgate.dataobjs.DBBind
Get a JDCConnection instance from connection pool
getConnection(String) - Method in class com.knowgate.jdc.JDCConnectionPool
Get a connection from the pool
getContacts(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
External Enterprise Contacts Attending to this meeting Retrieves Contacts from k_x_meeting_contact table.
getContainer() - Method in class com.knowgate.dataxslt.Page
Reference to Container object that describes this Page structure
getContainerType() - Method in class com.knowgate.hipergate.ProductLocation
Get numeric identifier for container type.
getContentEncoding() - Method in class com.knowgate.misc.ByteStore
 
getContentType() - Method in class com.knowgate.dfs.ByteArrayDataSource
 
getContentType() - Method in class com.knowgate.misc.ByteStore
 
getContentType() - Method in class com.oreilly.servlet.UploadedFile
 
getContentType() - Method in class com.oreilly.servlet.multipart.FilePart
Returns the content type of the file data contained within.
getContentType(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns the content type of the specified file (as supplied by the client browser), or null if the file was not included in the upload.
getContentType(String) - Method in class com.oreilly.servlet.MultipartWrapper
 
getCookie(HttpServletRequest, String, String) - Static method in class com.knowgate.http.Cookies
 
getDatabaseBinding() - Method in class com.knowgate.jdc.JDCConnectionPool
Get the DBbind object owner of this conenction pool
getDataBaseProduct() - Method in class com.knowgate.jdc.JDCConnection
 
getDatabaseProductName() - Method in class com.knowgate.dataobjs.DBBind
Get the name of Database Management System Connected
getDataModelVersion(JDCConnection) - Static method in class com.knowgate.dataobjs.DBBind
Get datamodel version
getDataModelVersionNumber(JDCConnection) - Static method in class com.knowgate.dataobjs.DBBind
Get datamodel version number
GETDATE - Static variable in class com.knowgate.dataobjs.DBBind.Functions
Get System Date
getDate(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field
getDate(String) - Method in class com.knowgate.crm.ListMember
 
getDate(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a DATE field
getDate(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field
getDateFormated(int, int, String) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field formated with a used defind formar
getDateFormated(String, String) - Method in class com.knowgate.crm.ListMember
 
getDateFormated(String, String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a DATE, DATETIME or TIMESTAMP field formated a String
getDateShort(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field formated as a short Date "yyyy-MM-dd"
getDateTime(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field formated as a DateTime "yyyy-MM-dd hh:mm:ss"
getDateTime24(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value for a Date field formated as a DateTime "yyyy-MM-dd HH:mm:ss"
getDBSubset(String) - Method in class com.knowgate.cache.DistributedCachePeer
 
getDBTable(String) - Method in class com.knowgate.dataobjs.DBBind
Get DBTable object by name
getDecimal(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a BigDecimal If column is NULL then null value is returned.
getDecimal(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a DECIMAL or NUMERIC field
getDecimalDigits() - Method in class com.knowgate.dataobjs.DBColumn
 
getDelimiter() - Method in class com.knowgate.misc.CSVParser
 
getDescription() - Method in class com.knowgate.misc.ByteStore
 
getDocument() - Method in class com.knowgate.hipergate.QueryByForm
 
getDouble(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a double
getDoubleCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a double
getDoubleCookie(String, double) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a double, with a default.
getDoubleParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a double
getDoubleParameter(String, double) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a double, with a default.
getEmailFromId(JDCConnection, String) - Static method in class com.knowgate.acl.ACLUser
Get User main e-mail from its GUID.
getEncoding() - Method in class com.knowgate.hipergate.datamodel.ModelManager
 
getEntry(String) - Method in class com.knowgate.dataobjs.DBSubsetCache
Obtiene una entrada del cache
getEnvVar(String) - Static method in class com.knowgate.misc.Environment
Get value for an environment variable.
getEnvVar(String, String) - Static method in class com.knowgate.misc.Environment
Get value for an environment variable.
getErrorMessage(short) - Static method in class com.knowgate.acl.ACL
 
getExceptionCode() - Method in class com.knowgate.dataobjs.DBException
 
getFellows(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
Get Fellows attending to this Meeting Retrieves Fellows from k_x_meeting_fellow table.
getField(int, int) - Method in class com.knowgate.crm.DirectList
Get value for a field at a given row and column.
getField(int, int) - Method in class com.knowgate.misc.CSVParser
Get value for a field at a given row and column.
getField(String, int) - Method in class com.knowgate.crm.DirectList
Get value for a field at a given row and column.
getField(String, int) - Method in class com.knowgate.misc.CSVParser
Get value for a field at a given row and column.
getFields() - Method in class com.knowgate.hipergate.QueryByForm
 
getFile() - Method in class com.oreilly.servlet.UploadedFile
 
getFile(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns a File object for the specified file saved on the server's filesystem, or null if the file was not included in the upload.
getFile(String) - Method in class com.oreilly.servlet.MultipartWrapper
 
getFileCount() - Method in class com.oreilly.servlet.MultipartRequest
 
getFileName() - Method in class com.oreilly.servlet.multipart.FilePart
Returns the name that the file was stored with on the remote system, or null if the user didn't enter a file to be uploaded.
getFileNames() - Method in class com.oreilly.servlet.MultipartRequest
Returns the names of all the uploaded files as an Enumeration of Strings.
getFileNames() - Method in class com.oreilly.servlet.MultipartWrapper
 
getFilePath() - Method in class com.oreilly.servlet.multipart.FilePart
Returns the full path and name of the file on the remote system, or null if the user didn't enter a file to be uploaded.
getFilesystemName() - Method in class com.oreilly.servlet.UploadedFile
 
getFilesystemName(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns the filesystem name of the specified file, or null if the file was not included in the upload.
getFilesystemName(String) - Method in class com.oreilly.servlet.MultipartWrapper
 
getFirstLocation(JDCConnection) - Method in class com.knowgate.hipergate.Product
Get First ProductLocation for this Product.
getFloat(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a float
getFloat(int, int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a float
getFloat(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a FLOAT or NUMBER([1..38],m) field
getFloat(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a Short
getFloat(String, int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a float
getFloatCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a float
getFloatCookie(String, float) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a float, with a default.
getFloatParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a float
getFloatParameter(String, float) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a float, with a default.
getGroups(JDCConnection) - Method in class com.knowgate.acl.ACLUser
Get security role groups to witch this user belongs looking a k_x_group_user table.
getHits() - Method in class com.knowgate.cache.ExpireableCache
 
getHoldability() - Method in class com.knowgate.jdc.JDCConnection
 
getHour() - Method in class com.knowgate.addrbook.Meeting
 
getHourEnd() - Method in class com.knowgate.addrbook.Meeting
 
getHTMLCountrySelect(JDCConnection, String) - Method in class com.knowgate.hipergate.DBLanguages
Get an HTML ComboBox with a list of all languages at k_lu_countries.
getHTMLSelectLookUp(DistributedCachePeer, JDCConnection, String, String, String, String) - Static method in class com.knowgate.hipergate.DBLanguages
Get an HTML ComboBox options with translated labels for a standard hipergate lookup table.
getHTMLSelectLookUp(JDCConnection, String, String, String, String) - Static method in class com.knowgate.hipergate.DBLanguages
Get an HTML ComboBox options with translated labels for a standard hipergate lookup table.
getIcon(int) - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBeanInfo
 
getIcon(int) - Method in class com.knowgate.dataobjs.DBBeanInfo
 
getIcon(int) - Method in class com.knowgate.dataobjs.DBBindBeanInfo
 
getIcon(int) - Method in class com.knowgate.hipergate.DBLanguagesBeanInfo
 
getIcon(int) - Method in class com.knowgate.hipergate.CategoriesBeanInfo
 
getIdFromEmail(JDCConnection, String) - Static method in class com.knowgate.acl.ACLUser
Get User Unique Id. from its main e-mail address.
getIdFromName(JDCConnection, int, String) - Static method in class com.knowgate.acl.ACLGroup
Get Group Unique Id. from its name.
getIdFromName(JDCConnection, int, String) - Static method in class com.knowgate.workareas.WorkArea
 
getIdFromName(JDCConnection, String) - Static method in class com.knowgate.acl.ACLDomain
Gets domain identifier given its name Calls k_get_domain_id stored procedure and gets id_domaingiven nm_domain
getIdFromName(JDCConnection, String) - Static method in class com.knowgate.hipergate.Category
Get Category GUID given its internal name.
getIdFromNick(JDCConnection, int, String) - Static method in class com.knowgate.acl.ACLUser
Get User Unique Id. from its nickname.
getImageCodec() - Method in class com.knowgate.hipergate.Image
 
getImages(JDCConnection) - Method in class com.knowgate.hipergate.Product
Get Images associated to this Product
getImageType() - Method in class com.knowgate.hipergate.Image
Get image file extension in lowercase.
getImagingLibrary() - Method in class com.knowgate.hipergate.Image
Get active imaging library.
getInputPipe() - Method in class com.knowgate.dfs.FTPWorkerThread
 
getInputStream() - Method in class com.knowgate.dfs.ByteArrayDataSource
Return an InputStream for the data.
getInputStream() - Method in class com.oreilly.servlet.multipart.FilePart
Returns an input stream which contains the contents of the file supplied.
getInstance(String) - Static method in class com.knowgate.dataxslt.MicrositeFactory
Get a Microsite from an XML file If Microsite is cached then cached instance is returned.
getInstance(String, boolean) - Static method in class com.knowgate.dataxslt.MicrositeFactory
Get a Microsite from an XML file If Microsite is cached then cached instance is returned.
getInt(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a int
getInt(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a INTEGER or NUMBER([1..11]) field
getInt(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a Short
getIntCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a int
getIntCookie(String, int) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a int, with a default.
getInteger(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into an Integer
getInteger(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a INTEGER or NUMBER([1..11]) field
getInteger(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into an Integer
getIntParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a int
getIntParameter(String, int) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a int, with a default.
getIsRoot(Connection) - Method in class com.knowgate.hipergate.Category
 
getItemMap() - Method in class com.knowgate.dataobjs.DBPersist
 
getItems() - Method in class com.knowgate.dataobjs.DBPersist
 
getJavaVersion() - Static method in class com.oreilly.servlet.VersionDetector
Determines the JDK version number.
getKey(int) - Method in class com.knowgate.dataobjs.DBSubsetCache
 
getLabel(Connection, String) - Method in class com.knowgate.hipergate.Category
Get translated label for a category.
getLastUse() - Method in class com.knowgate.jdc.JDCConnection
 
getLine(int) - Method in class com.knowgate.crm.DirectList
Get line from a parsed file.
getLine(int) - Method in class com.knowgate.misc.CSVParser
Get line from a parsed file.
getLineCount() - Method in class com.knowgate.crm.DirectList
 
getLineCount() - Method in class com.knowgate.misc.CSVParser
 
getLines(JDCConnection) - Method in class com.knowgate.hipergate.Order
Get Order Lines as a DBSubset
getLocale() - Method in class com.oreilly.servlet.LocaleNegotiator
Gets the chosen locale.
getLocale() - Method in class com.oreilly.servlet.MultipartRequest
 
getLocale() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
getLocalizedMaskName(int, String) - Static method in class com.knowgate.acl.ACL
Gets permissions mask descriptive name for given language
getLocations(JDCConnection) - Method in class com.knowgate.hipergate.Product
Get Product Locations Location semantics depend upon what Product is used for.
getLongCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a long
getLongCookie(String, long) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a long, with a default.
getLongParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a long
getLongParameter(String, long) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a long, with a default.
getLookUpMap(JDCConnection, String, String, String, String) - Method in class com.knowgate.hipergate.DBLanguages
Get a Map of lookup values and their corresponding translated labels for a language.
getLookUpTranslation(JDCConnection, String, String, String, String, String) - Static method in class com.knowgate.hipergate.DBLanguages
Get a translated label for a lookup value.
getMailFolder(JDCConnection, String) - Method in class com.knowgate.acl.ACLUser
Get GUID of user mail folder category The Inbox category is where messages downloaded from the mail server are cached by default.
getMailRoot(JDCConnection) - Method in class com.knowgate.acl.ACLUser
Get GUID of user mail root category The user mail root category is always named DOMAIN_nickname_mail at nm_category field of k_categories.
getMaxBatchSize() - Method in class com.knowgate.scheduler.AtomFeeder
 
getMaxPoolSize() - Method in class com.knowgate.jdc.JDCConnectionPool
Absolute maximum allowed for concurrent opened connections.
getMaxRows() - Method in class com.knowgate.dataobjs.DBSubset
 
getMeeting(int, int) - Method in class com.knowgate.addrbook.DayPlan
Get meeting information Each meeting is asoociated with one or more day slices by having a list at the slice that point to every meeting taking place on the slice.
getMetaData() - Method in class com.knowgate.jdc.JDCConnection
 
getMethod() - Method in class com.knowgate.hipergate.QueryByForm
 
getMethodDescriptors() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBeanInfo
 
getMethodDescriptors() - Method in class com.knowgate.dataobjs.DBBeanInfo
 
getMethodDescriptors() - Method in class com.knowgate.dataobjs.DBBindBeanInfo
 
getMethodDescriptors() - Method in class com.knowgate.hipergate.DBLanguagesBeanInfo
 
getMethodDescriptors() - Method in class com.knowgate.hipergate.CategoriesBeanInfo
 
getMicrositeGUID(String) - Static method in class com.knowgate.dataxslt.PageSet
Get base Microsite GUID from a PageSet XML file.
getMicrositeGUID(String) - Static method in class com.knowgate.dataxslt.Microsite
 
getMinute() - Method in class com.knowgate.addrbook.Meeting
 
getMinuteEnd() - Method in class com.knowgate.addrbook.Meeting
 
getMisses() - Method in class com.knowgate.cache.ExpireableCache
 
getMissingParameters(String[]) - Method in class com.oreilly.servlet.ParameterParser
Determines which of the required parameters were missing from the request.
getName() - Method in class com.knowgate.dataobjs.DBColumn
 
getName() - Method in class com.knowgate.dataobjs.DBTable
 
getName() - Method in class com.knowgate.dfs.ByteArrayDataSource
 
getName() - Method in class com.knowgate.jdc.JDCConnection
 
getName() - Method in class com.knowgate.misc.ByteStore
 
getName() - Method in class com.oreilly.servlet.multipart.Part
Returns the name of the form element that this Part corresponds to.
getNames(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get Category translated labels as a DBSubset.
getNode() - Method in class com.knowgate.dataxslt.Block
 
getObjects(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get objects contained at Category.
getOriginalFileName() - Method in class com.oreilly.servlet.UploadedFile
 
getOriginalFileName(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns the original filesystem name of the specified file (before any renaming policy was applied), or null if the file was not included in the upload.
getOutputPipe() - Method in class com.knowgate.dfs.FTPWorkerThread
 
getOutputStream() - Method in class com.knowgate.dfs.ByteArrayDataSource
 
getOutputStream() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
getParameter(String) - Method in class com.knowgate.scheduler.Job
Get parameter extracted from tx_parameter field
getParameter(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns the value of the named parameter as a String, or null if the parameter was not sent or was sent without a value.
getParameter(String) - Method in class com.oreilly.servlet.MultipartWrapper
 
getParameterMap() - Method in class com.oreilly.servlet.MultipartWrapper
 
getParameterNames() - Method in class com.oreilly.servlet.MultipartRequest
Returns the names of all the parameters as an Enumeration of Strings.
getParameterNames() - Method in class com.oreilly.servlet.MultipartWrapper
 
getParameterValues(String) - Method in class com.oreilly.servlet.MultipartRequest
Returns the values of the named parameter as a String array, or null if the parameter was not sent.
getParameterValues(String) - Method in class com.oreilly.servlet.MultipartWrapper
 
getParent(JDCConnection) - Method in class com.knowgate.hipergate.Term
Get Term Parent GUID
getParents(JDCConnection) - Method in class com.knowgate.hipergate.Category
Get inmediate parents as a DBSubset.
getPaseSet() - Method in class com.knowgate.dataxslt.Page
Reference to PageSet object that contains this Page
getPath() - Method in class com.knowgate.hipergate.ProductLocation
Get Path to URL or file
getPath(Connection) - Method in class com.knowgate.hipergate.Category
Compose a path to Category by concatenating all parents names.
getPath(JDCConnection, String) - Static method in class com.knowgate.workareas.WorkArea
 
getPgFromId(JDCConnection, String) - Static method in class com.knowgate.projtrack.Bug
Get Bug Numeric Identifier from Global Unique Identifier.
getPhoto(Connection) - Method in class com.knowgate.addrbook.Fellow
Get Fellow Photo as a byte array
getPool() - Method in class com.knowgate.jdc.JDCConnection
 
getPoolSize() - Method in class com.knowgate.jdc.JDCConnectionPool
Get prefered open connections limit Additional connections beyond PoolSize may be opened but they will closed inmediately after use and not pooled.
getPosition() - Method in class com.knowgate.dataobjs.DBColumn
 
getPosition(JDCConnection, String) - Method in class com.knowgate.hipergate.Product
get position of Product inside a Category.
getPrecision() - Method in class com.knowgate.dataobjs.DBColumn
 
getPrimaryKey() - Method in class com.knowgate.dataobjs.DBTable
 
getPrintStream() - Method in class com.oreilly.servlet.MailMessage
Returns a PrintStream that can be used to write the body of the message.
getProductType() - Method in class com.knowgate.hipergate.ProductLocation
Get product type from file path.
getProfile(String) - Static method in class com.knowgate.misc.Environment
Get a Properties collection from a .CNF file Property files must be in the directory pointed by a operating system environment variable names KNOWGATE_PROFILES.
getProfileName() - Method in class com.knowgate.dataobjs.DBBind
Get Name of profile used for initializing DBBind Profile Name is the properties file name ("hipergate.cnf") without extension.
getProfilePath(String, String) - Static method in class com.knowgate.misc.Environment
Get a property from a .CNF file representing a file path.
getProfilesSet() - Static method in class com.knowgate.misc.Environment
Get a Set with all loaded profiles names
getProfileVar(String, String) - Static method in class com.knowgate.misc.Environment
Get a single property from a .CNF file.
getProfileVar(String, String, String) - Static method in class com.knowgate.misc.Environment
Get a single property from a .CNF file.
getProfileVarSet(String) - Static method in class com.knowgate.misc.Environment
Get names of all properties in a profile
getProperties() - Method in class com.knowgate.scheduler.WorkerThreadPool
Get Environment properties collection from hipergate.cnf
getProperties() - Method in class com.knowgate.scheduler.Job
Get Environment Properties Collection
getProperty(String) - Method in class com.knowgate.scheduler.WorkerThreadPool
Get Environment property
getProperty(String) - Method in class com.knowgate.scheduler.Job
Get Environment Property Environment properties are readed from hipergate.cnf.
getProperty(String) - Method in class com.knowgate.scheduler.WorkerThread
Get Environment property from hipergate.cnf
getPropertyDescriptors() - Method in class com.knowgate.cache.server.DistributedCacheCoordinatorBeanInfo
 
getQueryTimeout() - Method in class com.knowgate.dataobjs.DBSubset
 
getRC4key() - Static method in class com.knowgate.acl.ACL
Get RC4 default key for encryption
getReady() - Method in class com.oreilly.servlet.MailMessage
 
getRegistryName() - Method in class com.oreilly.servlet.RemoteDaemonHttpServlet
Returns the name under which the servlet should be bound in the registry.
getRegistryName() - Method in class com.oreilly.servlet.RemoteHttpServlet
Returns the name under which the servlet should be bound in the registry.
getRegistryPort() - Method in class com.oreilly.servlet.RemoteDaemonHttpServlet
Returns the port where the registry should be running.
getRegistryPort() - Method in class com.oreilly.servlet.RemoteHttpServlet
Returns the port where the registry should be running.
getResource(ServletContext, String) - Static method in class com.oreilly.servlet.ServletUtils
Gets a reference to the given resource within the given context, making sure not to serve the contents of WEB-INF, META-INF, or to display .jsp file source.
getResourceAsString(String, String) - Static method in class com.knowgate.hipergate.datamodel.ModelManager
Get an embedded resource file as a String
getResult() - Method in class com.knowgate.dfs.StreamConnector
 
getRooms(JDCConnection) - Method in class com.knowgate.addrbook.Meeting
Get Rooms and other Resources reserved for thsi meeting<.
getRoots(JDCConnection) - Method in class com.knowgate.hipergate.Categories
Get root categories as a DBSubset.
getRootsCount() - Method in class com.knowgate.hipergate.Categories
Get root categories count.
getRootsNamed(JDCConnection, String, int) - Method in class com.knowgate.hipergate.Categories
Get Root Caetgories and their names as a DBSubset Categories not having any translation at k_cat_labels will not be retrieved.
getRowCount() - Method in class com.knowgate.dataobjs.DBSubset
 
getRowDelimiter() - Method in class com.knowgate.dataobjs.DBSubset
 
getSchema() - Method in class com.knowgate.dataobjs.DBTable
 
getSchemaName() - Method in class com.knowgate.jdc.JDCConnection
 
getServlet(String, ServletRequest, ServletContext) - Static method in class com.oreilly.servlet.ServletUtils
Gets a reference to the named servlet, attempting to load it through an HTTP request if necessary.
getServletPath() - Method in class com.oreilly.servlet.MultipartRequest
Returns the part of this request's URL that calls the servlet.
getServletVersion() - Static method in class com.oreilly.servlet.VersionDetector
Determines the Servlet API version number.
getShort(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get pre-loaded value and tries to convert it into a Short
getShort(String) - Method in class com.knowgate.crm.ListMember
 
getShort(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a SMALLINT field
getShortCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a short
getShortCookie(String, short) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a short, with a default.
getShortParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a short
getShortParameter(String, short) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a short, with a default.
getSize() - Method in class com.knowgate.misc.ByteStore
 
getSocketPort() - Method in class com.oreilly.servlet.DaemonHttpServlet
Returns the socket port on which the servlet will listen.
getSortable() - Method in class com.knowgate.hipergate.QueryByForm
 
getSqlType() - Method in class com.knowgate.dataobjs.DBColumn
 
getSqlTypeName() - Method in class com.knowgate.dataobjs.DBColumn
 
getStackTraceAsString(Throwable) - Static method in class com.oreilly.servlet.ServletUtils
Gets an exception's stack trace as a String
getString(int, int) - Method in class com.knowgate.dataobjs.DBSubset
Get toString() form of pre-loaded value
getString(String) - Method in class com.knowgate.cache.DistributedCachePeer
 
getString(String) - Method in class com.knowgate.crm.ListMember
 
getString(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a CHAR, VARCHAR or LONGVARCHAR field
getString(String, int) - Method in class com.knowgate.dataobjs.DBSubset
Get toString() form of pre-loaded value
getStringCookie(String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a String
getStringCookie(String, String) - Method in class com.oreilly.servlet.CookieParser
Gets the named cookie value as a String, with a default.
getStringNull(int, int, String) - Method in class com.knowgate.dataobjs.DBSubset
Get toString() form of pre-loaded value
getStringNull(String, int, String) - Method in class com.knowgate.dataobjs.DBSubset
Get toString() form of pre-loaded value
getStringNull(String, String) - Method in class com.knowgate.crm.ListMember
 
getStringNull(String, String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a CHAR, VARCHAR or LONGVARCHAR field replacing null with a default value.
getStringParameter(String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a String
getStringParameter(String, String) - Method in class com.oreilly.servlet.ParameterParser
Gets the named parameter value as a String, with a default.
getStringValue() - Method in class com.oreilly.servlet.multipart.ParamPart
Returns the value of the parameter in as a string (using the parser-specified encoding to convert from bytes) or the empty string if the user entered no value for this parameter.
getStringValue(String) - Method in class com.oreilly.servlet.multipart.ParamPart
Returns the value of the parameter in the supplied encoding or empty string if the user entered no value for this parameter.
getSummaryInformation() - Method in class com.knowgate.ole.OLEListener
 
getSummaryInformation() - Method in class com.knowgate.ole.OLEDocument
 
getTable() - Method in class com.knowgate.dataobjs.DBPersist
Deprecated. Use getTable(JDCConnection) instead
getTable(JDCConnection) - Method in class com.knowgate.dataobjs.DBPersist
Get DBTable object witch holds this DBPersist registers.
getTable(String) - Static method in class com.knowgate.dataobjs.DBBind
Deprecated. Use getDBTable instead
getTableName() - Method in class com.knowgate.dataobjs.DBColumn
 
getTableName() - Method in class com.knowgate.dataobjs.DBPersist
Get base table name
getTempDir() - Static method in class com.knowgate.misc.Environment
Get temporary directory
getTerm(JDCConnection, int, int, int) - Static method in class com.knowgate.hipergate.Thesauri
Get Term GUID given its numeric identifier and level
getTextQualifier() - Method in class com.knowgate.dataobjs.DBSubset
 
getThumb(String, ServletOutputStream, String, String, String) - Static method in class com.knowgate.misc.Thumbnail
Deprecated.  
getTime() - Static method in class com.knowgate.dataobjs.DBBind
 
getTimeout() - Method in class com.knowgate.jdc.JDCConnectionPool
Get staled connection threshold The default value is 600000ms (10 mins.)
getTimestamp(String) - Method in class com.knowgate.dataobjs.DBPersist
Get value for a DATETIME or TIMESTAMP field
getTitle() - Method in class com.knowgate.dataxslt.Page
 
getTitle(String) - Method in class com.knowgate.hipergate.QueryByForm
 
getTransactionIsolation() - Method in class com.knowgate.jdc.JDCConnection
 
getTypeMap() - Method in class com.knowgate.jdc.JDCConnection
 
getUIdFromName(JDCConnection, Integer, String, String) - Static method in class com.knowgate.dataobjs.DBPersist
Internal method for being called by inherited classes Searches an object instance GUID from its unique name
getURL() - Method in class com.knowgate.hipergate.ProductLocation
Get URL for ProductLocation
getUsage() - Method in class com.knowgate.cache.ExpireableCache
 
getUserAccountType(JDCConnection, String) - Static method in class com.knowgate.billing.Account
Get User Account Type In the standard version there are 3 account types:
'C' for Corporate Accounts, those having its own domain and a variable number or Users.
getUserAppMask(JDCConnection, String) - Method in class com.knowgate.workareas.WorkArea
 
getUserAppMask(JDCConnection, String, String) - Static method in class com.knowgate.workareas.WorkArea
 
getUserIdFromNick(JDCConnection, String, int) - Static method in class com.knowgate.acl.ACL
Get user unique id given its nickname.
getUserPermissions(Connection, String) - Method in class com.knowgate.hipergate.Category
Get User permissions for Category Calls k_sp_cat_usr_perm stored procedure.
getUsers(JDCConnection) - Method in class com.knowgate.workareas.WorkArea
 
getValue() - Method in class com.oreilly.servlet.multipart.ParamPart
Returns the value of the parameter as an array of bytes or a zero length array if the user entered no value for this parameter.
getWarnings() - Method in class com.knowgate.jdc.JDCConnection
 
getWriter() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
GROUP_DIGEST - Static variable in class com.knowgate.forums.Subscription
 
GROUP_NONE - Static variable in class com.knowgate.forums.Subscription
 
gu_acl_group - Static variable in class com.knowgate.dataobjs.DB
 
gu_address - Static variable in class com.knowgate.dataobjs.DB
 
gu_admins - Static variable in class com.knowgate.dataobjs.DB
 
gu_attachment - Static variable in class com.knowgate.dataobjs.DB
 
gu_bill_addr - Static variable in class com.knowgate.dataobjs.DB
 
gu_billing_addr - Static variable in class com.knowgate.dataobjs.DB
 
gu_block - Static variable in class com.knowgate.dataobjs.DB
 
gu_bug - Static variable in class com.knowgate.dataobjs.DB
 
gu_bug_ref - Static variable in class com.knowgate.dataobjs.DB
 
gu_category - Static variable in class com.knowgate.dataobjs.DB
 
gu_child_cat - Static variable in class com.knowgate.dataobjs.DB
 
gu_company - Static variable in class com.knowgate.dataobjs.DB
 
gu_contact - Static variable in class com.knowgate.dataobjs.DB
 
gu_contact_addr - Static variable in class com.knowgate.dataobjs.DB
 
gu_duty - Static variable in class com.knowgate.dataobjs.DB
 
gu_fellow - Static variable in class com.knowgate.dataobjs.DB
 
gu_geozone - Static variable in class com.knowgate.dataobjs.DB
 
gu_guests - Static variable in class com.knowgate.dataobjs.DB
 
gu_image - Static variable in class com.knowgate.dataobjs.DB
 
gu_job - Static variable in class com.knowgate.dataobjs.DB
 
gu_job_group - Static variable in class com.knowgate.dataobjs.DB
 
gu_list - Static variable in class com.knowgate.dataobjs.DB
 
gu_location - Static variable in class com.knowgate.dataobjs.DB
 
gu_meeting - Static variable in class com.knowgate.dataobjs.DB
 
gu_member - Static variable in class com.knowgate.dataobjs.DB
 
gu_microsite - Static variable in class com.knowgate.dataobjs.DB
 
gu_mimemsg - Static variable in class com.knowgate.dataobjs.DB
 
gu_msg - Static variable in class com.knowgate.dataobjs.DB
 
gu_newsgrp - Static variable in class com.knowgate.dataobjs.DB
 
gu_note - Static variable in class com.knowgate.dataobjs.DB
 
gu_object - Static variable in class com.knowgate.dataobjs.DB
 
gu_oportunity - Static variable in class com.knowgate.dataobjs.DB
 
gu_order - Static variable in class com.knowgate.dataobjs.DB
 
gu_other - Static variable in class com.knowgate.dataobjs.DB
 
gu_owner - Static variable in class com.knowgate.dataobjs.DB
 
gu_page - Static variable in class com.knowgate.dataobjs.DB
 
gu_pageset - Static variable in class com.knowgate.dataobjs.DB
 
gu_paragraph - Static variable in class com.knowgate.dataobjs.DB
 
gu_parent - Static variable in class com.knowgate.dataobjs.DB
 
gu_parent_cat - Static variable in class com.knowgate.dataobjs.DB
 
gu_parent_msg - Static variable in class com.knowgate.dataobjs.DB
 
gu_phonecall - Static variable in class com.knowgate.dataobjs.DB
 
gu_powusers - Static variable in class com.knowgate.dataobjs.DB
 
gu_product - Static variable in class com.knowgate.dataobjs.DB
 
gu_project - Static variable in class com.knowgate.dataobjs.DB
 
gu_query - Static variable in class com.knowgate.dataobjs.DB
 
gu_root_cat - Static variable in class com.knowgate.dataobjs.DB
 
gu_rootcat - Static variable in class com.knowgate.dataobjs.DB
 
gu_rootprj - Static variable in class com.knowgate.dataobjs.DB
 
gu_rootterm - Static variable in class com.knowgate.dataobjs.DB
 
gu_sales_man - Static variable in class com.knowgate.dataobjs.DB
 
gu_ship_addr - Static variable in class com.knowgate.dataobjs.DB
 
gu_shop - Static variable in class com.knowgate.dataobjs.DB
 
gu_synonym - Static variable in class com.knowgate.dataobjs.DB
 
gu_term - Static variable in class com.knowgate.dataobjs.DB
 
gu_thread_msg - Static variable in class com.knowgate.dataobjs.DB
 
gu_to_do - Static variable in class com.knowgate.dataobjs.DB
 
gu_user - Static variable in class com.knowgate.dataobjs.DB
 
gu_users - Static variable in class com.knowgate.dataobjs.DB
 
gu_validator - Static variable in class com.knowgate.dataobjs.DB
 
gu_workarea - Static variable in class com.knowgate.dataobjs.DB
 
gu_writer - Static variable in class com.knowgate.dataobjs.DB
 
guid() - Method in class com.knowgate.dataxslt.PageSet
Get PageSet <guid> value
guid() - Method in class com.knowgate.dataxslt.Microsite
 
guid() - Method in class com.knowgate.dataxslt.Page
Value of attribute guid for this Page at PageSet XML file
guid() - Method in class com.knowgate.dataxslt.Container
 

H

halt() - Method in class com.knowgate.scheduler.SingleThreadExecutor
Halt thread execution commiting all operations in course before stopping If a thread is dead-locked by any reason halting it will not cause any effect.
halt() - Method in class com.knowgate.scheduler.WorkerThread
Halt thread execution commiting all operations in course before stopping If a thread is dead-locked by any reason halting it will not cause any effect.
haltAll() - Method in class com.knowgate.scheduler.WorkerThreadPool
Halt all pooled threads commiting any pending operations before stoping If a thread is dead-locked by any reason halting it will not cause any effect.
handleClient(Socket) - Method in class com.oreilly.servlet.DaemonHttpServlet
Handles a new socket connection.
hashCode() - Method in class com.knowgate.dataobjs.DBTable
 
hasPhoto(JDCConnection) - Method in class com.knowgate.addrbook.Fellow
 
headers - Variable in class com.oreilly.servlet.HttpMessage
 
headers - Variable in class com.oreilly.servlet.MailMessage
 
height() - Method in class com.knowgate.dataxslt.Image
 
HEX_DIGITS - Static variable in class com.knowgate.misc.Gadgets
 
hit() - Method in class com.knowgate.cache.ExpireableCache
 
hits - Variable in class com.knowgate.cache.ExpireableCache
 
home_phone - Static variable in class com.knowgate.dataobjs.DB
 
host - Variable in class com.oreilly.servlet.MailMessage
 
host() - Method in class com.knowgate.dfs.FileSystem
 
HTMLDencode(String) - Static method in class com.knowgate.misc.Gadgets
 
HTMLEncode(String) - Static method in class com.knowgate.misc.Gadgets
Return text enconded as HTML.
HttpBinaryServlet - class com.knowgate.http.HttpBinaryServlet.
Send Disk Binary File To HttpServletResponse OutputStream
HttpBinaryServlet() - Constructor for class com.knowgate.http.HttpBinaryServlet
 
HttpBLOBServlet - class com.knowgate.http.HttpBLOBServlet.
Send LONGVARBINARY database field to HttpServletResponse OutputStream
HttpBLOBServlet() - Constructor for class com.knowgate.http.HttpBLOBServlet
 
HttpDataObjsServlet - class com.knowgate.http.HttpDataObjsServlet.
 
HttpDataObjsServlet() - Constructor for class com.knowgate.http.HttpDataObjsServlet
 
HttpMessage - class com.oreilly.servlet.HttpMessage.
A class to simplify HTTP applet-server communication.
HttpMessage(URL) - Constructor for class com.oreilly.servlet.HttpMessage
Constructs a new HttpMessage that can be used to communicate with the servlet at the specified URL.
HttpQueryServlet - class com.knowgate.http.HttpQueryServlet.
Get Query By Form results
HttpQueryServlet() - Constructor for class com.knowgate.http.HttpQueryServlet
 
HttpsMessage - class com.oreilly.servlet.HttpsMessage.
A class to simplify HTTP/HTTPS client-server communication.
HttpsMessage(String) - Constructor for class com.oreilly.servlet.HttpsMessage
Constructs a new HttpsMessage that can be used to communicate with the servlet at the specified URL using HTTPS.
HttpVCardServlet - class com.knowgate.http.HttpVCardServlet.
Get RFC 2426 vCard from Fellow or Contact
HttpVCardServlet() - Constructor for class com.knowgate.http.HttpVCardServlet
 

I

id_account - Static variable in class com.knowgate.dataobjs.DB
 
id_app - Static variable in class com.knowgate.dataobjs.DB
 
id_boss - Static variable in class com.knowgate.dataobjs.DB
 
id_class - Static variable in class com.knowgate.dataobjs.DB
 
id_client - Static variable in class com.knowgate.dataobjs.DB
 
id_command - Static variable in class com.knowgate.dataobjs.DB
 
id_company - Static variable in class com.knowgate.dataobjs.DB
 
id_compression - Static variable in class com.knowgate.dataobjs.DB
 
id_cont_type - Static variable in class com.knowgate.dataobjs.DB
 
id_content - Static variable in class com.knowgate.dataobjs.DB
 
id_country - Static variable in class com.knowgate.dataobjs.DB
 
id_currency - Static variable in class com.knowgate.dataobjs.DB
 
id_dept - Static variable in class com.knowgate.dataobjs.DB
 
id_disposition - Static variable in class com.knowgate.dataobjs.DB
 
id_doc_status - Static variable in class com.knowgate.dataobjs.DB
 
id_domain - Static variable in class com.knowgate.dataobjs.DB
 
id_encoding - Static variable in class com.knowgate.dataobjs.DB
 
id_format - Static variable in class com.knowgate.dataobjs.DB
 
id_gender - Static variable in class com.knowgate.dataobjs.DB
 
id_img_type - Static variable in class com.knowgate.dataobjs.DB
 
id_key - Static variable in class com.knowgate.dataobjs.DB
 
id_language - Static variable in class com.knowgate.dataobjs.DB
 
id_legal - Static variable in class com.knowgate.dataobjs.DB
 
id_message - Static variable in class com.knowgate.dataobjs.DB
 
id_msg_type - Static variable in class com.knowgate.dataobjs.DB
 
id_objetive - Static variable in class com.knowgate.dataobjs.DB
 
id_parent - Static variable in class com.knowgate.dataobjs.DB
 
id_part - Static variable in class com.knowgate.dataobjs.DB
 
id_pay_status - Static variable in class com.knowgate.dataobjs.DB
 
id_priority - Static variable in class com.knowgate.dataobjs.DB
 
id_prod_type - Static variable in class com.knowgate.dataobjs.DB
 
id_ref - Static variable in class com.knowgate.dataobjs.DB
 
id_sales_group - Static variable in class com.knowgate.dataobjs.DB
 
id_scope - Static variable in class com.knowgate.dataobjs.DB
 
id_section - Static variable in class com.knowgate.dataobjs.DB
 
id_sector - Static variable in class com.knowgate.dataobjs.DB
 
id_ship_method - Static variable in class com.knowgate.dataobjs.DB
 
id_state - Static variable in class com.knowgate.dataobjs.DB
 
id_status - Static variable in class com.knowgate.dataobjs.DB
 
id_term - Static variable in class com.knowgate.dataobjs.DB
 
id_title - Static variable in class com.knowgate.dataobjs.DB
 
id_type - Static variable in class com.knowgate.dataobjs.DB
 
id() - Method in class com.knowgate.dataxslt.Paragraph
 
id() - Method in class com.knowgate.dataxslt.Block
 
id() - Method in class com.knowgate.dataxslt.Image
 
id() - Method in class com.knowgate.dataxslt.MetaBlock
 
id(String) - Method in class com.knowgate.dataxslt.Block
 
iDBMS - Static variable in class com.knowgate.dataobjs.DBBind.Functions
 
IdClass - Static variable in class com.knowgate.jdc.JDCConnection
 
iIndex - Variable in class com.knowgate.dataobjs.DBSubsetCache.DBCacheEntry
 
im_cost - Static variable in class com.knowgate.dataobjs.DB
 
im_credit_limit - Static variable in class com.knowgate.dataobjs.DB
 
im_discount - Static variable in class com.knowgate.dataobjs.DB
 
im_revenue - Static variable in class com.knowgate.dataobjs.DB
 
im_salary_max - Static variable in class com.knowgate.dataobjs.DB
 
im_salary_min - Static variable in class com.knowgate.dataobjs.DB
 
im_shipping - Static variable in class com.knowgate.dataobjs.DB
 
im_subtotal - Static variable in class com.knowgate.dataobjs.DB
 
im_taxes - Static variable in class com.knowgate.dataobjs.DB
 
im_total - Static variable in class com.knowgate.dataobjs.DB
 
Image - class com.knowgate.dataxslt.Image.
Image element into a Block of a PageSet.
Image - class com.knowgate.hipergate.Image.
Simple imaging transformations
Image() - Constructor for class com.knowgate.hipergate.Image
Create empty image, use AWT imaging routines.
Image(Image, String, int) - Constructor for class com.knowgate.hipergate.Image
Load Image directly from a Java AWT abstract Image
Image(int) - Constructor for class com.knowgate.hipergate.Image
Create empty image.
Image(JDCConnection, File, String) - Constructor for class com.knowgate.hipergate.Image
Load Image properties from database using file path as key.
Image(JDCConnection, String) - Constructor for class com.knowgate.hipergate.Image
Load image properties from database.
Image(Node) - Constructor for class com.knowgate.dataxslt.Image
 
images() - Method in class com.knowgate.dataxslt.Block
 
in - Variable in class com.knowgate.dfs.StreamConnector
 
in - Variable in class com.knowgate.dfs.PipeThread
 
in - Variable in class com.oreilly.servlet.MailMessage
 
incIdent() - Static method in class com.knowgate.debug.DebugFile
Increment identation level
increase(int) - Method in class com.knowgate.cache.ExpireableCache.MyHeap
Lift an element in the heap structure Note that the cur_pos is actually one larger than the position in the array!
increase(int) - Method in class com.knowgate.misc.StringHeap
Lift an element in the heap structure Note that the cur_pos is actually one larger than the position in the array!
indexOfIgnoreCase(String, String) - Static method in class com.knowgate.misc.Gadgets
 
InetMailAgent - class com.knowgate.hipergate.InetMailAgent.
 
InetMailAgent() - Constructor for class com.knowgate.hipergate.InetMailAgent
 
inheritPermissions(JDCConnection, String, short, short) - Method in class com.knowgate.hipergate.Category
Inherits permissions from another Category.
init() - Method in class com.knowgate.http.HttpVCardServlet
Initialize Servlet Parameters Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
init() - Method in class com.knowgate.http.HttpBinaryServlet
Initialize Servlet Parameters Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
init() - Method in class com.knowgate.http.HttpQueryServlet
Initialize Servlet Parameters Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
init() - Method in class com.knowgate.http.HttpBLOBServlet
Initialize Servlet Parameters Take Database Driver, Conenction URL and User from /WEB-INF/web.xml.
Init() - Method in class com.knowgate.misc.MD5
Initialize MD5 internal state (object can be reused just by calling Init() after every Final()
init(FilterConfig) - Method in class com.oreilly.servlet.MultipartFilter
 
init(ServletConfig) - Method in class com.oreilly.servlet.RemoteDaemonHttpServlet
Begins the servlet's RMI operations and begins a thread listening for socket connections.
init(ServletConfig) - Method in class com.oreilly.servlet.RemoteHttpServlet
Begins the servlet's RMI operations.
init(ServletConfig) - Method in class com.oreilly.servlet.DaemonHttpServlet
Begins a thread listening for socket connections.
initialize(String) - Method in class com.knowgate.dataobjs.DBBind
 
insert(Object, long) - Method in class com.knowgate.cache.ExpireableCache.MyHeap
Insert a key/value pair Reorganize Heap afterwards
insert(Object, Object, long) - Method in class com.knowgate.cache.LRUCachePolicy
 
insert(String) - Method in class com.knowgate.misc.StringHeap
Insert a key/value pair Reorganize Heap afterwards
instantiate(JDCConnection, String, Properties) - Static method in class com.knowgate.scheduler.Job
Create an instance of a Job subclass The new object class name will be readed form k_jobs.nm_class field.
INTERNAL_ERROR - Static variable in class com.knowgate.acl.ACL
 
inUse() - Method in class com.knowgate.jdc.JDCConnection
 
INVALID_PASSWORD - Static variable in class com.knowgate.acl.ACL
 
iPendingAtoms - Variable in class com.knowgate.scheduler.Job
 
iReplacements - Variable in class com.knowgate.dataxslt.FastStreamReplacer
 
is_compound - Static variable in class com.knowgate.dataobjs.DB
 
is_tax_included - Static variable in class com.knowgate.dataobjs.DB
 
isAdmin(JDCConnection, String, String) - Static method in class com.knowgate.workareas.WorkArea
 
isBlocked(JDCConnection) - Method in class com.knowgate.crm.ListMember
Get whether or not a List Member is Blocked Blocked Members are those present on the associated black list.
isChildOf(Connection, String) - Method in class com.knowgate.hipergate.Category
Get whether or not this category descends at any level from another one.
isClosed() - Method in class com.knowgate.jdc.JDCConnection
 
isCommitted() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
isDomainAdmin(JDCConnection) - Method in class com.knowgate.acl.ACLUser
Find out is this user has administrator.
isEmpty() - Method in class com.knowgate.misc.Queue
 
isEmpty() - Method in class com.knowgate.misc.StringHeap
 
isFile() - Method in class com.oreilly.servlet.multipart.FilePart
Returns true to indicate this part is a file.
isFile() - Method in class com.oreilly.servlet.multipart.Part
Returns true if this Part is a FilePart.
isGuest(JDCConnection, String, String) - Static method in class com.knowgate.workareas.WorkArea
 
ISNULL - Static variable in class com.knowgate.dataobjs.DBBind.Functions
ISNULL(value, default) Get value or default if value is null
isNull(int, int) - Method in class com.knowgate.dataobjs.DBSubset
 
isNull(String) - Method in class com.knowgate.crm.ListMember
 
isNull(String) - Method in class com.knowgate.dataobjs.DBPersist
Test is a readed field was null.
isNull(String, int) - Method in class com.knowgate.dataobjs.DBSubset
 
isNullable() - Method in class com.knowgate.dataobjs.DBColumn
 
isParam() - Method in class com.oreilly.servlet.multipart.ParamPart
Returns true to indicate this part is a parameter.
isParam() - Method in class com.oreilly.servlet.multipart.Part
Returns true if this Part is a ParamPart.
isParentOf(Connection, String) - Method in class com.knowgate.hipergate.Category
Get whether or not this category is parent at any level of another one.
isPowerUser(JDCConnection, String, String) - Static method in class com.knowgate.workareas.WorkArea
 
isReadOnly() - Method in class com.knowgate.jdc.JDCConnection
 
isResponseOK(String, int[]) - Method in class com.oreilly.servlet.MailMessage
 
isSubscriber(JDCConnection, String) - Method in class com.knowgate.forums.NewsGroup
Get whether or not a user is subcribed this news group
isTrial(JDCConnection, String) - Static method in class com.knowgate.billing.Account
Find out whether or not and Account is in Trial Mode.
isUser(JDCConnection, String, String) - Static method in class com.knowgate.workareas.WorkArea
 
isValid() - Method in class com.oreilly.servlet.CacheHttpServletResponse
 
iterator() - Method in class com.knowgate.dataobjs.DBPersist
 
iTimesUsed - Variable in class com.knowgate.dataobjs.DBSubsetCache.DBCacheEntry
 
iTopIndex - Variable in class com.knowgate.dataobjs.DBSubsetCache
 
iUsed - Variable in class com.knowgate.dataobjs.DBSubsetCache
 
ix_address - Static variable in class com.knowgate.dataobjs.DB
 

J

JavaScriptCleaner - class com.knowgate.misc.JavaScriptCleaner.
JavaScriptCleaner.java This class removes hopefully all of the possible malicious code from HTML messages like