Index

A C D E F G H I L M N P R S T U W 
All Classes All Packages

D

DAOUtil - Class in com.rit.dca.pubpaper.dao
Database Connectivity and Access
DAOUtil() - Constructor for class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_AFFILIATION - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_AUTHOR_PAPERS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_PAPER - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_PAPER_AUTHORS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_PAPER_SUBJECTS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_SINGLE_PAPER_AUTHOR - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_SINGLE_PAPER_SUBJECT - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_SUBJECT - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_SUBJECT_PAPERS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_TYPE - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_USER_PAPERS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
DELETE_USERS - Static variable in class com.rit.dca.pubpaper.dao.DAOUtil
 
deleteAffiliation(int) - Method in class com.rit.dca.pubpaper.dao.AffiliationDAO
Deletes existing affiliation from the database
deleteAuthorPapers(int) - Method in class com.rit.dca.pubpaper.dao.PaperAuthorDAO
Delete an author's paper from the database (only ADMIN)
deletePaper(int) - Method in class com.rit.dca.pubpaper.dao.PaperDAO
Delete a paper using paperId from the database (only ADMIN)
deletePaperAuthors(int) - Method in class com.rit.dca.pubpaper.dao.PaperAuthorDAO
Delete a paper author from the database (only ADMIN)
deletePaperSubjects(int) - Method in class com.rit.dca.pubpaper.dao.PaperSubjectDAO
Delete a paper subject from the database (only ADMIN)
deleteSinglePaperAuthor(int, int) - Method in class com.rit.dca.pubpaper.dao.PaperAuthorDAO
Delete a single paper author from the database (only ADMIN)
deleteSinglePaperSubject(int, int) - Method in class com.rit.dca.pubpaper.dao.PaperSubjectDAO
Delete a single paper subject from the database (only ADMIN)
deleteSubject(int) - Method in class com.rit.dca.pubpaper.dao.SubjectDAO
Delete a subject from the database (only ADMIN)
deleteSubjectPapers(int) - Method in class com.rit.dca.pubpaper.dao.PaperSubjectDAO
Delete a subject's paper from the database (only ADMIN)
deleteType(int) - Method in class com.rit.dca.pubpaper.dao.TypeDAO
Delete a type from the database (only ADMIN)
deleteUserPaper(int) - Method in class com.rit.dca.pubpaper.dao.PaperDAO
Delete a user's paper from the database (only ADMIN)
deleteUsers(int[]) - Method in class com.rit.dca.pubpaper.dao.UserDAO
Delete a particular user (Admin only)
A C D E F G H I L M N P R S T U W 
All Classes All Packages