A C D E F G I L M N O P Q R S T U V

A

actionExportReslut(Sdata) - Method in class net.methodyne.bellvue.core.Finder
GUI Function to export the search result to a file
add(Object) - Method in class net.methodyne.bellvue.core.View
 
addAll(Sdata, Collection, String) - Method in class net.methodyne.bellvue.store.DataLayer
 
apps - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose

C

classname - Variable in class net.methodyne.bellvue.core.Finder
name of the Bclass with package
clipVector - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose
currentApp - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose

D

DataLayer - class net.methodyne.bellvue.store.DataLayer.
The datastore functions for inserting, update, delete and locking are accessible by this.
DataLayer(String) - Constructor for class net.methodyne.bellvue.store.DataLayer
Creates and initialises a new in memory datastore
delete(Sdata, Object) - Method in class net.methodyne.bellvue.store.DataLayer
Delete
dl - Variable in class net.methodyne.bellvue.core.Sdata
The ubiquitous datalayer for insert, update, delete, locking, etc....
dns - Variable in class net.methodyne.bellvue.core.Sdata
The IP address of a DNS server configured in web.xml

E

errors - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose

F

Finder - class net.methodyne.bellvue.core.Finder.
The Finder is the interface to query the datastore.
Finder(String) - Constructor for class net.methodyne.bellvue.core.Finder
 
FormParser - class net.methodyne.bellvue.core.FormParser.
Parses HTML Form data into a java.util.Properties object with a given total size limit for easy access.
FormParser(HttpServletRequest, int, String) - Constructor for class net.methodyne.bellvue.core.FormParser
Make a new FormParser with the given limit for bytes POSTed to the server.
FormParser(HttpServletRequest, int) - Constructor for class net.methodyne.bellvue.core.FormParser
Make a new FormParser with the given limit for bytes POSTed to the server.
FormParser(HttpServletRequest) - Constructor for class net.methodyne.bellvue.core.FormParser
Make a new FormParser with the default POST limit of 1MB.
f_l - Variable in class net.methodyne.bellvue.core.Finder
used by GUI
fetch(Finder, Sdata) - Method in class net.methodyne.bellvue.store.DataLayer
Retrieve data from the store via the given Finder
fp - Variable in class net.methodyne.bellvue.core.Sdata
parsed form data

G

getExpand(int, String) - Method in class net.methodyne.bellvue.core.View
 
getIndex(int, String) - Method in class net.methodyne.bellvue.core.View
 
getObjectCount() - Method in class net.methodyne.bellvue.store.DataLayer
Count all objects in the Store
getRefObjects(Object, Sdata) - Method in class net.methodyne.bellvue.store.DataLayer
Used to restore the referenced objects in collections or references.
getSessionCount() - Static method in class net.methodyne.bellvue.core.Sdata
Session counter
getState(int) - Method in class net.methodyne.bellvue.core.View
 
getT_o(int, String) - Method in class net.methodyne.bellvue.core.View
 
getTitle() - Method in class net.methodyne.bellvue.core.Finder
Shows a reasonable title to the user in the GUI
getX(int) - Method in class net.methodyne.bellvue.core.View
 

I

id - Variable in class net.methodyne.bellvue.core.Finder
 
index - Variable in class net.methodyne.bellvue.core.Finder
used by GUI
init() - Method in class net.methodyne.bellvue.store.DataLayer
Initialise supporting Hashes

L

lockType(Object, Sdata) - Method in class net.methodyne.bellvue.store.DataLayer
This attempts to put a lock for this object and returns the locktype

M

memStore - Variable in class net.methodyne.bellvue.store.DataLayer
 

N

net.methodyne.bellvue.core - package net.methodyne.bellvue.core
 
net.methodyne.bellvue.store - package net.methodyne.bellvue.store
 

O

olist - Variable in class net.methodyne.bellvue.core.Finder
the Vector holding the matching objects

P

permitted(Sdata, String) - Method in class net.methodyne.bellvue.store.DataLayer
Checks is the user in sd.user is allowed to access the Bclass given by name
put(String, String) - Method in class net.methodyne.bellvue.core.Finder
Adds querys

Q

querys - Variable in class net.methodyne.bellvue.core.Finder
here the "fieldname : query" get collected

R

remove(int, Sdata) - Method in class net.methodyne.bellvue.core.View
 
removeAllElements(Sdata) - Method in class net.methodyne.bellvue.core.View
 
repAll(Sdata, Collection, String) - Method in class net.methodyne.bellvue.store.DataLayer
 
req - Variable in class net.methodyne.bellvue.core.Sdata
From the servlet API
res - Variable in class net.methodyne.bellvue.core.Sdata
From the servlet API
retrieve(Sdata, String, long, boolean) - Method in class net.methodyne.bellvue.store.DataLayer
Retrieves an object without locking it.
retrieve(Sdata, String, long) - Method in class net.methodyne.bellvue.store.DataLayer
Retrieves an object and locks it.
retrieveNext(Sdata, Object) - Method in class net.methodyne.bellvue.store.DataLayer
To enable navigation from one object to the next in store.
retrievePrevious(Sdata, Object) - Method in class net.methodyne.bellvue.store.DataLayer
To enable navigation from one object to the next in store.
run(Sdata) - Method in class net.methodyne.bellvue.core.Finder
Perform a query against the datastore

S

Sdata - class net.methodyne.bellvue.core.Sdata.
The session data for each individual user session
Used to hold the user object, the reference to the DataLayer and the servlet environment...
Sdata() - Constructor for class net.methodyne.bellvue.core.Sdata
 
sctx - Variable in class net.methodyne.bellvue.core.Sdata
From the servlet API
selectedObjectRef - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose
setElementAt(Object, int) - Method in class net.methodyne.bellvue.core.View
 
setExpand(int, String) - Method in class net.methodyne.bellvue.core.View
 
setIndex(int, String, int) - Method in class net.methodyne.bellvue.core.View
 
setT_o(int, String) - Method in class net.methodyne.bellvue.core.View
 
size() - Method in class net.methodyne.bellvue.core.View
 
store(Sdata, Object, boolean) - Method in class net.methodyne.bellvue.store.DataLayer
Used by the bulk object only - do not use this in your application!
store(Sdata, Object) - Method in class net.methodyne.bellvue.store.DataLayer
Store an object and set the lock for the user in sd.user
storeUnlocked(Sdata, Object) - Method in class net.methodyne.bellvue.store.DataLayer
Store an object without setting a lock.
swapObject(Object, int) - Method in class net.methodyne.bellvue.core.View
 

T

t_o - Variable in class net.methodyne.bellvue.core.Finder
used by GUI
takeState() - Method in class net.methodyne.bellvue.store.DataLayer
Dumps the data from memory to disk.
title - Variable in class net.methodyne.bellvue.core.Finder
 

U

unlock(Object, Sdata) - Method in class net.methodyne.bellvue.store.DataLayer
Explicitly unlocks an object.
user - Variable in class net.methodyne.bellvue.core.Sdata
The user

V

View - class net.methodyne.bellvue.core.View.
Created by Methodyne GmbH.
View() - Constructor for class net.methodyne.bellvue.core.View
 
valueBound(HttpSessionBindingEvent) - Method in class net.methodyne.bellvue.core.Sdata
This gets automatically handled by the servlet container
valueUnbound(HttpSessionBindingEvent) - Method in class net.methodyne.bellvue.core.Sdata
This gets automatically handled by the servlet container Called when a sessin ends with an explicit invalidate() or its timeout period has been reached.
view - Variable in class net.methodyne.bellvue.core.Sdata
GUI purpose

A C D E F G I L M N O P Q R S T U V

Copyright © 2003 Methodyne GmbH, Zug Switzerland. All Rights Reserved.