Escenic Analysis Engine 2.7.0.148640 API documentation
A C D E F G H I L M O P Q R S T U V 

A

accessed() - Method in class com.escenic.analysis.common.cache.CacheItem
 
addMostPopularElement(MostPopularElement) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Add an most popular element, MostPopularElement, to the list of elements.
addObject(Object, Object) - Method in class com.escenic.analysis.common.cache.LruCache
 
addObject(Object, Object, long) - Method in class com.escenic.analysis.common.cache.LruCache
 
addTimeslot(Object) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Adds a TimeDistributedTimeslot to the list of timeslots
AdminServlet - Class in com.escenic.analysis.common.servlet
 
AdminServlet() - Constructor for class com.escenic.analysis.common.servlet.AdminServlet
 
ArrayUtil - Class in com.escenic.analysis.common.util
Created by IntelliJ IDEA.
ArrayUtil() - Constructor for class com.escenic.analysis.common.util.ArrayUtil
 

C

CacheItem - Class in com.escenic.analysis.common.cache
This class represents one item in a Cache object.
CacheItem(Object, Object) - Constructor for class com.escenic.analysis.common.cache.CacheItem
 
CacheItem(Object, Object, long) - Constructor for class com.escenic.analysis.common.cache.CacheItem
 
clone() - Method in interface com.escenic.analysis.common.queue.Cloneable
 
Cloneable - Interface in com.escenic.analysis.common.queue
 
com.escenic.analysis.common - package com.escenic.analysis.common
 
com.escenic.analysis.common.cache - package com.escenic.analysis.common.cache
 
com.escenic.analysis.common.db - package com.escenic.analysis.common.db
 
com.escenic.analysis.common.queue - package com.escenic.analysis.common.queue
 
com.escenic.analysis.common.servlet - package com.escenic.analysis.common.servlet
 
com.escenic.analysis.common.util - package com.escenic.analysis.common.util
 
com.escenic.analysis.qs.client.pageview - package com.escenic.analysis.qs.client.pageview
 
Constants - Class in com.escenic.analysis.common
This class contains common constants used by the EAE application.
Constants() - Constructor for class com.escenic.analysis.common.Constants
 
convertCsvStringToStringArray(String) - Static method in class com.escenic.analysis.common.util.StringUtil
 
convertDateToString(Date) - Static method in class com.escenic.analysis.common.util.DateUtil
Converts a java.util.Date object to String using the format com.escenic.analysis.common.Constants.DATETIME_FORMAT
convertStringArrayToIntegerArray(String[]) - Static method in class com.escenic.analysis.common.util.StringUtil
 
convertStringToDate(String) - Static method in class com.escenic.analysis.common.util.DateUtil
Converts a String with date format com.escenic.analysis.common.Constants.DATETIME_FORMAT to a java.util.Date
convertStringToIntArray(String) - Static method in class com.escenic.analysis.common.util.StringUtil
 

D

DATETIME_FORMAT - Static variable in class com.escenic.analysis.common.Constants
Holds the standard String date format used by EAE, 'yyyy-MM-dd HH:mm'.
DateUtil - Class in com.escenic.analysis.common.util
A collection of date utility methods
DateUtil() - Constructor for class com.escenic.analysis.common.util.DateUtil
 
DB_MSSQL - Static variable in class com.escenic.analysis.common.Constants
 
DB_MYSQL - Static variable in class com.escenic.analysis.common.Constants
 
DB_ORACLE - Static variable in class com.escenic.analysis.common.Constants
 
DB_POSTGRESQL - Static variable in class com.escenic.analysis.common.Constants
 
DB_SYBASE - Static variable in class com.escenic.analysis.common.Constants
 
DbManager - Class in com.escenic.analysis.common.db
 
DbManager() - Constructor for class com.escenic.analysis.common.db.DbManager
 
dequeue() - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
destroy() - Method in class com.escenic.analysis.common.servlet.AdminServlet
 

E

EaeTxException - Exception in com.escenic.analysis.common.db
 
EaeTxException() - Constructor for exception com.escenic.analysis.common.db.EaeTxException
 
EaeTxException(String) - Constructor for exception com.escenic.analysis.common.db.EaeTxException
 
enqueue(Object) - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
escapeHtml(String) - Static method in class com.escenic.analysis.common.util.StringUtil
 
escapeXml(String) - Static method in class com.escenic.analysis.common.util.StringUtil
Escapes special XML characters in a String.
executeTx(TxHandler) - Method in class com.escenic.analysis.common.db.DbManager
 

F

flushCache() - Method in class com.escenic.analysis.common.cache.LruCache
This method will flush all objects from the cache.

G

getAccessedTimes() - Method in class com.escenic.analysis.common.cache.CacheItem
 
getBlocking() - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
getContextUrl(HttpServletRequest) - Static method in class com.escenic.analysis.common.util.UrlUtil
Returns a context URL, i.e. http://server:port/context, built using the HttpServletRequest object; 'http://' + request.getServerName() + ':' + request.getServerPort() + request.getContextPath()
getDate() - Static method in class com.escenic.analysis.common.util.DateUtil
Returns the current java.util.Date with millisecond and second fields set to 0.
getDistinctMetaCount() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
getDistinctMetaCount() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
getDistinctMetaCount() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the number of distinct meta values.
getEaeQsUrl() - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Returns the Query Service URL.
getExpireTime() - Method in class com.escenic.analysis.common.cache.CacheItem
 
getFrom() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
Returns the start time for this timeslot
getGrow() - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
getId() - Method in class com.escenic.analysis.common.cache.CacheItem
Get the id
getLastAccess() - Method in class com.escenic.analysis.common.cache.CacheItem
Get the time this CacheItem was last accessed.
getLastUpdate() - Method in class com.escenic.analysis.common.cache.CacheItem
Get the time this CacheItem was last updated.
getListPageviews() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns the total number of page views for all elements in the most popular list.
getMaxSize() - Method in class com.escenic.analysis.common.cache.LruCache
Get the max number of cached objects
getMode() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns the query mode.
getMode() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the query mode
getMode() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the query mode
getMostPopular(int, int, int, boolean, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopular(Date, Date, int, boolean, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopular(String, String, int, boolean, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopular(int, int, int, boolean, String[], int[], int[], String[], String[], int, boolean) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopular(Date, Date, int, boolean, String[], int[], int[], String[], String[], int, boolean) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopular(String, String, int, boolean, String[], int[], int[], String[], String[], int, boolean) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a most popular query.
getMostPopularElements() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns a Collection of MostPopularElement objects representing the most popular list
getObject() - Method in class com.escenic.analysis.common.cache.CacheItem
Get the object
getObject(Object) - Method in class com.escenic.analysis.common.cache.LruCache
Get an object from the cache.
getObjId() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
Returns the object ID
getObjId() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the object ID if this was set in the query, else it returns -1;
getObjId() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the object ID if this was set in the query, else it returns -1;
getPageviews() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
Returns the number of pageviews
getPageviews() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
Returns the number of pageviews
getPageviews() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the number of page views.
getPubId() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
getResponseTime() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns the response time for the query execution in milliseconds
getResponseTime() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the response time for the query execution in milliseconds
getResponseTime() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the response time for the query execution in milliseconds
getServletInfo() - Method in class com.escenic.analysis.common.servlet.AdminServlet
 
getSize() - Method in class com.escenic.analysis.common.cache.LruCache
 
getSize() - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
getThrowCount() - Method in class com.escenic.analysis.common.cache.LruCache
 
getTimeDistributed(Date, Date, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeDistributed(String, String, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeDistributed(int, int, int, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeDistributed(int, Date, Date, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeDistributed(int, String, String, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeDistributed(int, int, int, int, int, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Executes a time distributed query.
getTimeslots() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns a Collection of TimeDistributedTimeslot objects representing the time distributed list
getTitle() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
Returns the title
getTitle() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the title of the object if an object ID was submitted in the query.
getTitle() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the title of the object if an object ID was submitted in the query.
getTo() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
Returns the en time for this timeslot
getTotal(Date, Date, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Returns the total number of page views.
getTotal(String, String, String[], int[], int[], String[], String[], int) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Returns the total number of page views.
getTotalDistinctMetaCount() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns the total distinct meta count, the unique number of meta field values.
getTotalDistinctMetaCount() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the total distinct meta count.
getTotalPageviews() - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
Returns the total number of page views for both elements in the most popular list and those not in the list.
getTotalPageviews() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the total number of page views.
getTotalTime() - Method in class com.escenic.analysis.common.util.StopWatch
Returns the total time elapsed in milliseconds.
getType() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
Returns the type
getTypeName() - Method in enum com.escenic.analysis.common.util.ObjectType
 
getUrl() - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
Returns the URL
getUrl() - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
Returns the URL of the object if an object ID was submitted in the query.
getUrl() - Method in class com.escenic.analysis.qs.client.pageview.Total
Returns the URL of the object if an object ID was submitted in the query.
getWaitingThreads() - Method in class com.escenic.analysis.common.queue.SimpleQueue
 

H

handleTx(Connection) - Method in interface com.escenic.analysis.common.db.TxHandler
 

I

init(ServletConfig) - Method in class com.escenic.analysis.common.servlet.AdminServlet
 
isEmpty(String) - Static method in class com.escenic.analysis.common.util.StringUtil
Returns true if a String is empty, else it returns true.
isExpired() - Method in class com.escenic.analysis.common.cache.CacheItem
 
isNumeric(String) - Static method in class com.escenic.analysis.common.util.StringUtil
Returns true if a String is numeric, else it returns false.

L

LruCache - Class in com.escenic.analysis.common.cache
This class represents a simple LRU cache implementation.
LruCache() - Constructor for class com.escenic.analysis.common.cache.LruCache
 

M

mergeIntArrays(int[], int[]) - Static method in class com.escenic.analysis.common.util.ArrayUtil
 
MostPopular - Class in com.escenic.analysis.qs.client.pageview
MostPopular holds the results and meta information from a most popular query.
MostPopular() - Constructor for class com.escenic.analysis.qs.client.pageview.MostPopular
 
MostPopularElement - Class in com.escenic.analysis.qs.client.pageview
MostPopularElement represents an element in the list of most popular elements.
MostPopularElement() - Constructor for class com.escenic.analysis.qs.client.pageview.MostPopularElement
 

O

ObjectType - Enum in com.escenic.analysis.common.util
 

P

PageviewQueryManager - Class in com.escenic.analysis.qs.client.pageview
PageviewQueryManager contains all the page view query methods.
PageviewQueryManager(String) - Constructor for class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Contructor.

Q

QUERY_MODE_PAGEVIEW_MOST_POPULAR - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_MOST_POPULAR_ALL_ORDER_BY_DISTINCT_META_COUNT - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_MOST_POPULAR_ALL_ORDER_BY_PAGEVIEWS - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_MOST_POPULAR_DISTINCT_META_COUNT - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TIME_DISTRIBUTED - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TIME_DISTRIBUTED_ALL - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TIME_DISTRIBUTED_DISTINCT_META_COUNT - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TOTAL - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TOTAL_ALL - Static variable in class com.escenic.analysis.common.Constants
 
QUERY_MODE_PAGEVIEW_TOTAL_DISTINCT_META_COUNT - Static variable in class com.escenic.analysis.common.Constants
 

R

replaceString(String, String, String) - Static method in class com.escenic.analysis.common.util.StringUtil
Replaces a part of a String

S

service(HttpServletRequest, HttpServletResponse) - Method in class com.escenic.analysis.common.servlet.AdminServlet
 
setBlocking(boolean) - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
setDataSourceName(String) - Method in class com.escenic.analysis.common.db.DbManager
 
setDistinctMetaCount(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setDistinctMetaCount(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
setDistinctMetaCount(int) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setEaeQsUrl(String) - Method in class com.escenic.analysis.qs.client.pageview.PageviewQueryManager
Sets the Query Service URL, i.e.
setExpireTime(long) - Method in class com.escenic.analysis.common.cache.CacheItem
 
setFrom(Date) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
setGrow(boolean) - Method in class com.escenic.analysis.common.queue.SimpleQueue
 
setLastAccess(long) - Method in class com.escenic.analysis.common.cache.CacheItem
Set the time this CacheItem was last accessed.
setLastUpdate(long) - Method in class com.escenic.analysis.common.cache.CacheItem
Set the time this CacheItem was last updated.
setListPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
 
setMaxSize(int) - Method in class com.escenic.analysis.common.cache.LruCache
Set the max number of cached objects
setMode(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
 
setMode(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setMode(int) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setObjId(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setObjId(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setObjId(int) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
setPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setPubId(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setResponseTime(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
 
setResponseTime(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setResponseTime(int) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setThrowCount(int) - Method in class com.escenic.analysis.common.cache.LruCache
 
setTimeslots(Collection) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setTitle(String) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setTitle(String) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setTitle(String) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
setTo(Date) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
setTotalDistinctMetaCount(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
 
setTotalDistinctMetaCount(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setTotalPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.MostPopular
 
setTotalPageviews(int) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setType(String) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setUrl(String) - Method in class com.escenic.analysis.qs.client.pageview.MostPopularElement
 
setUrl(String) - Method in class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
setUrl(String) - Method in class com.escenic.analysis.qs.client.pageview.Total
 
SimpleQueue - Class in com.escenic.analysis.common.queue
 
SimpleQueue() - Constructor for class com.escenic.analysis.common.queue.SimpleQueue
 
SimpleQueue(int, Object) - Constructor for class com.escenic.analysis.common.queue.SimpleQueue
 
split(String, String) - Static method in class com.escenic.analysis.common.util.StringUtil
Splits a String
start() - Method in class com.escenic.analysis.common.util.StopWatch
Starts the stop watch timer
stop() - Method in class com.escenic.analysis.common.util.StopWatch
Stops the stop watch timer
StopWatch - Class in com.escenic.analysis.common.util
A timer utility
StopWatch() - Constructor for class com.escenic.analysis.common.util.StopWatch
 
StringUtil - Class in com.escenic.analysis.common.util
Provides a set of String utility methods.
StringUtil() - Constructor for class com.escenic.analysis.common.util.StringUtil
 

T

throwOutCachedItems() - Method in class com.escenic.analysis.common.cache.LruCache
 
TimeDistributed - Class in com.escenic.analysis.qs.client.pageview
TimeDistributed holds the results and meta information from a time distributed query.
TimeDistributed() - Constructor for class com.escenic.analysis.qs.client.pageview.TimeDistributed
 
TimeDistributedTimeslot - Class in com.escenic.analysis.qs.client.pageview
TimeDistributedTimeslot represents an element in the list of time distributed pageview timeslots.
TimeDistributedTimeslot() - Constructor for class com.escenic.analysis.qs.client.pageview.TimeDistributedTimeslot
 
toString() - Method in class com.escenic.analysis.common.cache.LruCache
 
Total - Class in com.escenic.analysis.qs.client.pageview
Total holds the results and meta information from a total query.
Total() - Constructor for class com.escenic.analysis.qs.client.pageview.Total
 
TxHandler - Interface in com.escenic.analysis.common.db
 

U

unescapeXml(String) - Static method in class com.escenic.analysis.common.util.StringUtil
Unescapes special XML characters in a String.
UrlUtil - Class in com.escenic.analysis.common.util
A collection of URL utility methods
UrlUtil() - Constructor for class com.escenic.analysis.common.util.UrlUtil
 

V

valueOf(String) - Static method in enum com.escenic.analysis.common.util.ObjectType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.escenic.analysis.common.util.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M O P Q R S T U V 
Escenic Analysis Engine 2.7.0.148640 API documentation

© 1998- 2014 Escenic
Contact Escenic Support for bug submission or feature requests. For further API reference and developer documentation, see Technet. The Technet documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Escenic A/S, Sommerrogt. 13-15 Solli, 0255 Oslo, Norway.