A C D E F G I L N R S T U

A

addData(Integer, String, String, String, String) - Method in class de.apage4u.database.bean.DataBaseBean
Adds a Data to the database, if possible.
addData(Integer, String, String, String, String) - Method in interface de.apage4u.database.interfaces.DataBase
Adds a Data to the collection, if possible
artist - Variable in class de.apage4u.database.bean.DataBean
 

C

create() - Method in interface de.apage4u.database.interfaces.DataBaseHome
Creates an instance of the `DataBaseBean' class on the server, and returns a remote reference to a DataBase interface on the client.
create(Integer) - Method in interface de.apage4u.database.interfaces.DataHome
Create a new Data instance

D

Data - interface de.apage4u.database.interfaces.Data.
This interface defines the remote interface for the Data Bean
DataBase - interface de.apage4u.database.interfaces.DataBase.
This interface defines the remote interface for the `DataBase' EJB, a data set.
DataBaseBean - class de.apage4u.database.bean.DataBaseBean.
This class contains the implementation for the `addData' method exposed by this Bean.
DataBaseBean() - Constructor for class de.apage4u.database.bean.DataBaseBean
 
DataBaseHome - interface de.apage4u.database.interfaces.DataBaseHome.
This interface defines the home interface for the `DataBase' EJB.
DataBean - class de.apage4u.database.bean.DataBean.
This class contains the implementation for the methods specified in the home and remote interfaces for the "Data" EJB
DataBean() - Constructor for class de.apage4u.database.bean.DataBean
 
DataExistsException - exception de.apage4u.database.interfaces.DataExistsException.
This exception is thrown if the client tries to add a Data to the collection whose ID already exists in the database
DataExistsException(String) - Constructor for class de.apage4u.database.interfaces.DataExistsException
 
DataExistsException() - Constructor for class de.apage4u.database.interfaces.DataExistsException
 
DataHome - interface de.apage4u.database.interfaces.DataHome.
This interface defines the home interface for the Data Bean
DeleteTag - class de.apage4u.database.tags.DeleteTag.
Deletes one or all data sets.
DeleteTag() - Constructor for class de.apage4u.database.tags.DeleteTag
Constructor.
de.apage4u.database.bean - package de.apage4u.database.bean
 
de.apage4u.database.interfaces - package de.apage4u.database.interfaces
 
de.apage4u.database.tags - package de.apage4u.database.tags
 
de.apage4u.database.utils - package de.apage4u.database.utils
 
deleteAll() - Method in class de.apage4u.database.bean.DataBaseBean
Deletes all Datas from the database
deleteAll() - Method in interface de.apage4u.database.interfaces.DataBase
Deletes all Datas from the database
doStartTag() - Method in class de.apage4u.database.tags.DeleteTag
Entering the tag executes this method.
doStartTag() - Method in class de.apage4u.database.tags.InsertTag
Entering the tag executes this method.
doStartTag() - Method in class de.apage4u.database.tags.ListTag
Entering the tag executes this method.

E

ejbActivate() - Method in class de.apage4u.database.bean.DataBaseBean
 
ejbActivate() - Method in class de.apage4u.database.bean.DataBean
 
ejbCreate() - Method in class de.apage4u.database.bean.DataBaseBean
 
ejbCreate(Integer) - Method in class de.apage4u.database.bean.DataBean
Create an instance of a Data.
ejbLoad() - Method in class de.apage4u.database.bean.DataBean
 
ejbPassivate() - Method in class de.apage4u.database.bean.DataBaseBean
 
ejbPassivate() - Method in class de.apage4u.database.bean.DataBean
 
ejbPostCreate(Integer) - Method in class de.apage4u.database.bean.DataBean
Called when the object has been instantiated; does nothing in this example
ejbRemove() - Method in class de.apage4u.database.bean.DataBaseBean
 
ejbRemove() - Method in class de.apage4u.database.bean.DataBean
 
ejbStore() - Method in class de.apage4u.database.bean.DataBean
 

F

FileLineReader - class de.apage4u.database.utils.FileLineReader.
Convenience class for reading text files a line at a time
FileLineReader(String) - Constructor for class de.apage4u.database.utils.FileLineReader
Constructs a new FileLineReader open on the specified filename
findAll() - Method in class de.apage4u.database.bean.DataBaseBean
Returns an array of all Datas in the collection
findAll() - Method in interface de.apage4u.database.interfaces.DataBase
 
findAll() - Method in interface de.apage4u.database.interfaces.DataHome
Get all Data instances.
findByPrimaryKey(Integer) - Method in interface de.apage4u.database.interfaces.DataHome
Find the Data with the specified ID.
findByType(String) - Method in interface de.apage4u.database.interfaces.DataHome
Finds the Data whose "type" attribute matches that specified.

G

getArtist() - Method in class de.apage4u.database.bean.DataBean
 
getArtist() - Method in interface de.apage4u.database.interfaces.Data
 
getId() - Method in class de.apage4u.database.bean.DataBean
 
getId() - Method in interface de.apage4u.database.interfaces.Data
 
getNotes() - Method in class de.apage4u.database.bean.DataBean
 
getNotes() - Method in interface de.apage4u.database.interfaces.Data
 
getTitle() - Method in class de.apage4u.database.bean.DataBean
 
getTitle() - Method in interface de.apage4u.database.interfaces.Data
 
getType() - Method in class de.apage4u.database.bean.DataBean
 
getType() - Method in interface de.apage4u.database.interfaces.Data
 

I

InsertTag - class de.apage4u.database.tags.InsertTag.
Inserts one data set or a file containing some data.
InsertTag() - Constructor for class de.apage4u.database.tags.InsertTag
Constructor.
id - Variable in class de.apage4u.database.bean.DataBean
 

L

ListTag - class de.apage4u.database.tags.ListTag.
Prints all Data Objects on the server as a html tabel.
ListTag() - Constructor for class de.apage4u.database.tags.ListTag
Constructor.
lookupInAnyField(String) - Method in class de.apage4u.database.bean.DataBaseBean
Returns an array of all Datas in the collection that have the specified string in any part of any field.
lookupInAnyField(String) - Method in interface de.apage4u.database.interfaces.DataBase
 

N

notes - Variable in class de.apage4u.database.bean.DataBean
 

R

release() - Method in class de.apage4u.database.tags.DeleteTag
Method called to release all resources
release() - Method in class de.apage4u.database.tags.InsertTag
Method called to release all resources
release() - Method in class de.apage4u.database.tags.ListTag
Method called to release all resources

S

setAll(String) - Method in class de.apage4u.database.tags.DeleteTag
Method used by the JSP container to set the attribut.
setArtist(String) - Method in class de.apage4u.database.bean.DataBean
 
setArtist(String) - Method in interface de.apage4u.database.interfaces.Data
 
setArtist(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.
setEntityContext(EntityContext) - Method in class de.apage4u.database.bean.DataBean
 
setFileString(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.
setId(Integer) - Method in class de.apage4u.database.bean.DataBean
 
setId(Integer) - Method in interface de.apage4u.database.interfaces.Data
 
setId(String) - Method in class de.apage4u.database.tags.DeleteTag
Method used by the JSP container to set the attribut.
setId(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.
setNotes(String) - Method in class de.apage4u.database.bean.DataBean
 
setNotes(String) - Method in interface de.apage4u.database.interfaces.Data
 
setNotes(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.
setSearchString(String) - Method in class de.apage4u.database.tags.ListTag
Method used by the JSP container to set the attribut.
setSessionContext(SessionContext) - Method in class de.apage4u.database.bean.DataBaseBean
 
setTitle(String) - Method in class de.apage4u.database.bean.DataBean
 
setTitle(String) - Method in interface de.apage4u.database.interfaces.Data
 
setTitle(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.
setType(String) - Method in class de.apage4u.database.bean.DataBean
 
setType(String) - Method in interface de.apage4u.database.interfaces.Data
 
setType(String) - Method in class de.apage4u.database.tags.InsertTag
Method used by the JSP container to set the attribut.

T

TokenizerWithBlanks - class de.apage4u.database.utils.TokenizerWithBlanks.
This simple class has one method that tokenizes a string, but allows tokens to be blanks.
TokenizerWithBlanks() - Constructor for class de.apage4u.database.utils.TokenizerWithBlanks
 
title - Variable in class de.apage4u.database.bean.DataBean
 
toString() - Method in class de.apage4u.database.interfaces.DataExistsException
 
tokenize(String, char) - Static method in class de.apage4u.database.utils.TokenizerWithBlanks
Tokenize the string `s' with the specified delimiter, returning the tokens as an array of strings
type - Variable in class de.apage4u.database.bean.DataBean
 

U

unsetEntityContext() - Method in class de.apage4u.database.bean.DataBean
 

A C D E F G I L N R S T U

Copyright © 2004 www.apage4u.de. All Rights Reserved.