A B C D F G I S

A

addAlbumFKRelationship(Metadata, boolean) - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Adds a relationship between the Band and Album table.
addAlbumTable(Metadata, boolean) - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Adds Album table metadata
addBandNameFilter(Metadata) - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Adds a filter on the NAME field of the Band table.
addBandTable(Metadata, boolean) - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Adds Band table metadata, which includes columns and primary key definitions.
ALBUM_BANDNAME_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
ALBUM_NAME_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
ALBUM_OCC_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
ALBUM_TRACKS_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
ALBUM_YEAR_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
AlbumCatalogJDBCSDOService - Class in com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog
AlbumCatalogJDBCSDOService provides methods to retrieve and commit Datagraphs from and to the Album Catalog relational database.
AlbumCatalogJDBCSDOService() - Constructor for class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
 
AlbumCatalogMetadata - Class in com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog
AlbumCatalogMetadata provides relational metadata for the Album Catalog database.
AlbumCatalogMetadata() - Constructor for class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
AlbumCatalogServlet - Class in com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog
AlbumCatalogServlet is the controller servlet of the sample:

B

BAND_GENRE_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
BAND_NAME_FIELD - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
BANDALBUM_REL - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 
BANDTABLE - Static variable in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
 

C

com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog - package com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog
 
commitAlbumGraph(DataObject) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Commits Datagraph containing album DataObjects to the database.
commitBandGraph(DataObject) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Commits Datagraph containing band DataObject to the database.
commitBandWithAlbumsGraph(DataObject) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Commits Datagraph containing Band and Album dataobjects the database.

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogServlet
 

F

findAlbum(String) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs to find an album using the parameter passed in and return the results as a Datagraph.
findAlbumsByBandAndYear(String, String) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs to find albums by band name and year passed in and returns the results as a Datagraph.
findBand(String) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs to find bands using the parameter passed in and return the results as a Datagraph Note that this method uses JDBCMediator Metadata APIs (from the AlbumCatalogMetadata class) to describe the query.

G

getAlbumMetadata() - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Returns metadata for the Album table.
getBandAndAlbumMetadata(boolean, boolean) - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Returns metadata for the Band and Album table with a relationship between the two tables.
getBandMetadata() - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogMetadata
Returns metadata for the Band table.
getEmptyAlbumGraph() - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs to create an empty Datagraph with relational metadata for the Album table.
getEmptyBandGraph() - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs create an empty Datagraph with relational metadata for the Band table.
getEmptyGraph(Metadata) - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
Uses JDBC Mediator APIs to create an empty Datagraph for relational metadata passed in.

I

init() - Method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogServlet
 

S

soleInstance() - Static method in class com.ibm.websphere.samples.technologysamples.sdo.AlbumCatalog.AlbumCatalogJDBCSDOService
 

A B C D F G I S