Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A D E F G I L M N O P R S T U

A

addAssetToFavorites(Asset, User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method will take the specified asset and add it to the usersfavorites table in the database along with the username.
addUser(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to add the specified User object to the UserTable of the db.
assetDB - Variable in class org.acs.damsel.srvr.user.UserMgr
 
assets - Variable in class org.acs.damsel.srvr.user.SlideShow
 

D

delay - Variable in class org.acs.damsel.srvr.user.SlideShow
 

E

email - Variable in class org.acs.damsel.srvr.user.User
 

F

firstName - Variable in class org.acs.damsel.srvr.user.User
 

G

getAllUserNames() - Method in class org.acs.damsel.srvr.user.UserMgr
Method to return a vector of Strings containing all the user names stored in the UserTable of the db.
getAssets() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getDelay() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getEmail() - Method in class org.acs.damsel.srvr.user.User
 
getFirstName() - Method in class org.acs.damsel.srvr.user.User
 
getLastName() - Method in class org.acs.damsel.srvr.user.User
 
getMiddleInitial() - Method in class org.acs.damsel.srvr.user.User
 
getName() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getOrganization() - Method in class org.acs.damsel.srvr.user.User
 
getOwnerName() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getPassword() - Method in class org.acs.damsel.srvr.user.User
 
getPermissionID() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getSlideShow(String, String) - Method in class org.acs.damsel.srvr.user.UserMgr
Method will take in a slideShowName and ownerName and fetch a slideShow from the database matching slideShowName.
getSlideShowAssetFileNames(String) - Method in class org.acs.damsel.srvr.user.UserMgr
This method returns a vector of strings containing all of the names of the assets in the specified slideshow
getSlideShowNames(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method returns a vector of strings containing all of the slide shows in the SlideShowTable for the specified User.
getTags() - Method in class org.acs.damsel.srvr.user.SlideShow
 
getUserFromName(String) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to return a User object from the specified username String
getUserInfo() - Method in class org.acs.damsel.srvr.user.UserMgr
Method to return a table containing all the columns in the UsersTable except for the password column.
getUserName() - Method in class org.acs.damsel.srvr.user.User
 
getUsersCollections(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to return a vector of strings containing the names of all of the collections that can be viewed by the specified user.
getUsersFavorites(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method will take in a user object and return the associated assets stored in the usersfavorites table in the db as a CollectionView.
getUsersGroups(String) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to retrieve all of the groups to which the specified user belongs.

I

isAssetInFavorites(Asset, User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method will check if the asset is in the user's myFavorites.
isUserInDB(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to determine if specified User exists in the db.

L

lastName - Variable in class org.acs.damsel.srvr.user.User
 
log - Static variable in class org.acs.damsel.srvr.user.UserMgr
 

M

middleInitial - Variable in class org.acs.damsel.srvr.user.User
 

N

name - Variable in class org.acs.damsel.srvr.user.SlideShow
 

O

org.acs.damsel.srvr.user - package org.acs.damsel.srvr.user
 
organization - Variable in class org.acs.damsel.srvr.user.User
 
ownerName - Variable in class org.acs.damsel.srvr.user.SlideShow
 

P

password - Variable in class org.acs.damsel.srvr.user.User
 
permissionID - Variable in class org.acs.damsel.srvr.user.SlideShow
 

R

removeAssetFromFavorites(Asset, User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method will remove the specified asset belonging to the specified user from the userscollections table in the database.
removeSlideShowAssetFromDB(String, String, String) - Method in class org.acs.damsel.srvr.user.UserMgr
 

S

SlideShow - class org.acs.damsel.srvr.user.SlideShow.
Title: SlideShow
SlideShow() - Constructor for class org.acs.damsel.srvr.user.SlideShow
 
setAssets(CollectionView) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setDelay(String) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setEmail(String) - Method in class org.acs.damsel.srvr.user.User
 
setFirstName(String) - Method in class org.acs.damsel.srvr.user.User
 
setLastName(String) - Method in class org.acs.damsel.srvr.user.User
 
setMiddleInitial(String) - Method in class org.acs.damsel.srvr.user.User
 
setName(String) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setOrganization(String) - Method in class org.acs.damsel.srvr.user.User
 
setOwnerName(String) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setPassword(String) - Method in class org.acs.damsel.srvr.user.User
 
setPermissionID(String) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setTags(Vector) - Method in class org.acs.damsel.srvr.user.SlideShow
 
setUp() - Method in class org.acs.damsel.srvr.user.TestUserMgr
 
setUserName(String) - Method in class org.acs.damsel.srvr.user.User
 

T

TestUserMgr - class org.acs.damsel.srvr.user.TestUserMgr.
 
TestUserMgr() - Constructor for class org.acs.damsel.srvr.user.TestUserMgr
 
tags - Variable in class org.acs.damsel.srvr.user.SlideShow
 
tearDown() - Method in class org.acs.damsel.srvr.user.TestUserMgr
 

U

User - class org.acs.damsel.srvr.user.User.
Title: User
User() - Constructor for class org.acs.damsel.srvr.user.User
Default constructor initializes all String fields as blank Strings
UserMgr - class org.acs.damsel.srvr.user.UserMgr.
Class Name: UserMgr
UserMgr() - Constructor for class org.acs.damsel.srvr.user.UserMgr
 
updateUser(User) - Method in class org.acs.damsel.srvr.user.UserMgr
Method to update all of the field in the userstable for the specified user
userMgr - Variable in class org.acs.damsel.srvr.user.TestUserMgr
 
userName - Variable in class org.acs.damsel.srvr.user.User
 

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