A B C D E F G H I J L M O R S T U V 

A

ApplicationInitialization - Class in edu.ucar.unidata.wmotables
Done at application initialization
ApplicationInitialization() - Constructor for class edu.ucar.unidata.wmotables.ApplicationInitialization
 
AuthenticationController - Class in edu.ucar.unidata.wmotables.controller
Controller to handle and modify a WMO table.
AuthenticationController() - Constructor for class edu.ucar.unidata.wmotables.controller.AuthenticationController
 

B

BtFileUploadController - Class in edu.ucar.unidata.bufrvalidate
Get a submitted file for BUFR validation, copy to disk, redirect client
BtFileUploadController() - Constructor for class edu.ucar.unidata.bufrvalidate.BtFileUploadController
 
BtMessInfoController - Class in edu.ucar.unidata.bufrvalidate
Class Description.
BtMessInfoController() - Constructor for class edu.ucar.unidata.bufrvalidate.BtMessInfoController
 
BtServlet - Class in edu.ucar.unidata.bufrvalidate
NOT USED - replaced with spring beans
BtServlet() - Constructor for class edu.ucar.unidata.bufrvalidate.BtServlet
 
BtUrlUploadController - Class in edu.ucar.unidata.bufrvalidate
Get a submitted URL for BUFR validation, copy to disk, redirect client
BtUrlUploadController() - Constructor for class edu.ucar.unidata.bufrvalidate.BtUrlUploadController
 
BtValidateController - Class in edu.ucar.unidata.bufrvalidate
 
BtValidateController() - Constructor for class edu.ucar.unidata.bufrvalidate.BtValidateController
 
BtXmlView - Class in edu.ucar.unidata.bufrvalidate
 
BtXmlView() - Constructor for class edu.ucar.unidata.bufrvalidate.BtXmlView
 
BtXsltView - Class in edu.ucar.unidata.bufrvalidate
Create an XML doc out of the list of BUFR messages.
BtXsltView() - Constructor for class edu.ucar.unidata.bufrvalidate.BtXsltView
 

C

checkForNaughtyChars(String) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input against known bad characters.
checkForNaughtyChars(String) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input against known bad characters.
checkForNaughtyStrings(String) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input against known bad strings.
checkForNaughtyStrings(String) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input against known bad strings.
contentPath - Variable in class edu.ucar.unidata.bufrvalidate.BtServlet
 
contextDestroyed(ServletContextEvent) - Method in class edu.ucar.unidata.wmotables.ApplicationInitialization
Shutdown the database if it hasn't already been shutdown.
contextInitialized(ServletContextEvent) - Method in class edu.ucar.unidata.wmotables.ApplicationInitialization
Find the application home (wmotables.home) and make sure it exists.
createDatabase(String, String, ServletContext) - Method in class edu.ucar.unidata.wmotables.ApplicationInitialization
Creates a directory (and parent directories as needed) using the provided file.
createDirectory(File) - Method in class edu.ucar.unidata.wmotables.ApplicationInitialization
Creates a directory (and parent directories as needed) using the provided file.
createTable(String, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request to create a new Table object.
createTable(Table, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a POST request to create a new Table object and persist it.
createTable(Table) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Creates a new table.
createTable(Table) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Creates a new table.
createTable(Table) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Creates a new table.
createTable(Table) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Creates a new table.
createUser(Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a GET request to create a new User object.
createUser(User, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a POST request to create a new User object and persist it.
createUser(User) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Creates a new user.
createUser(User) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Creates a new user.
createUser(User) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Creates a new user.
createUser(User) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Creates a new user.

D

deleteUser(User, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a POST request to delete an existing User object.
deleteUser(int) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Finds and removes the user from the persistence mechanism.
deleteUser(String) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Finds and removes the user from the persistence mechanism.
deleteUser(int) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Finds and removes the user from the persistence mechanism.
deleteUser(String) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Finds and removes the user from the persistence mechanism.
deleteUser(int) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Finds and removes the user from the persistence mechanism.
deleteUser(String) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Finds and removes the user from the persistence mechanism.
deleteUser(int) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Finds and removes the user from the persistence mechanism.
deleteUser(String) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Finds and removes the user from the persistence mechanism.
destroy() - Method in class edu.ucar.unidata.bufrvalidate.BtServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class edu.ucar.unidata.bufrvalidate.BtServlet
GET handles the case where its a remote URL (dods or http)
doPost(HttpServletRequest, HttpServletResponse) - Method in class edu.ucar.unidata.bufrvalidate.BtServlet
POST handles uploaded files
downloadTable(String, HttpServletResponse) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request to download a specific Table.
downloadTableFile(String, Table, HttpServletResponse) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Access the table file on disk and streams it to the response object.
downloadTableFile(String, Table, HttpServletResponse) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Access the table file on disk and streams it to the response object.

E

edu.ucar.unidata.bufrvalidate - package edu.ucar.unidata.bufrvalidate
 
edu.ucar.unidata.wmotables - package edu.ucar.unidata.wmotables
 
edu.ucar.unidata.wmotables.controller - package edu.ucar.unidata.wmotables.controller
 
edu.ucar.unidata.wmotables.domain - package edu.ucar.unidata.wmotables.domain
 
edu.ucar.unidata.wmotables.repository - package edu.ucar.unidata.wmotables.repository
 
edu.ucar.unidata.wmotables.service - package edu.ucar.unidata.wmotables.service
 

F

FileUploadBean - Class in edu.ucar.unidata.bufrvalidate
Model object for uploading a BUFR file
FileUploadBean() - Constructor for class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
FileValidateBean - Class in edu.ucar.unidata.bufrvalidate
 
FileValidateBean() - Constructor for class edu.ucar.unidata.bufrvalidate.FileValidateBean
 

G

getAccessLevel() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the access level of the user.
getAuthName() - Method in class edu.ucar.unidata.wmotables.controller.TableController
Returns the authenticated user name.
getAuthorities(int) - Method in class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
Retrieves the correct ROLE type depending on the access level, where access level is an int.
getCenter() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the table center.
getCenter() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the user's center.
getChecksum() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the table's checksum.
getDateCreated() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns date the table entry was created.
getDateCreated() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns date the user was created.
getDateModified() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns date the table was last modified.
getDateModified() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns date the user's account was last modified.
getDeniedPage() - Method in class edu.ucar.unidata.wmotables.controller.AuthenticationController
Accepts a GET request for the denied page.
getDescription() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the description of the table.
getEmailAddress() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the email address of the user (mutable/unique to each user).
getFile() - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
getFile() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the uploaded file in CommonsMultipartFile format.
getFilename() - Method in class edu.ucar.unidata.bufrvalidate.FileValidateBean
 
getFullName() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the full name of the user.
getLocalVersion() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the local version of the table.
getLoginPage(boolean, Model) - Method in class edu.ucar.unidata.wmotables.controller.AuthenticationController
Accepts a GET request for the login page.
getMasterVersion() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the master version of the table.
getMimeType() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the table's mimeType.
getOriginalName() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the original name of the table as it was when upload to the registry.
getPassword() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the user's password.
getSubCenter() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the table sub center.
getSubCenter() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the user's sub center.
getTableCount() - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Queries the persistence mechanism and returns the number of tables.
getTableCount(int) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Queries the persistence mechanism and returns the number of tables owned by a user.
getTableCount() - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Queries the persistence mechanism and returns the number of tables.
getTableCount(int) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Queries the persistence mechanism and returns the number of tables owned by a user.
getTableCount() - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Queries the persistence mechanism and returns the number of tables.
getTableCount(int) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Queries the persistence mechanism and returns the number of tables owned by a user.
getTableCount() - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Queries the persistence mechanism and returns the number of tables.
getTableCount(int) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Queries the persistence mechanism and returns the number of tables owned by a user.
getTableId() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the id of the wmo table in the database.
getTableList() - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Requests a List of ALL tables from the persistence mechanism.
getTableList(int) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Requests a List of tables owned by a particular user from the persistence mechanism.
getTableList() - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Requests a List of ALL tables from the persistence mechanism.
getTableList(int) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Requests a List of tables owned by a particular user from the persistence mechanism.
getTableList() - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Requests a List of ALL tables from the persistence mechanism.
getTableList(int) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Requests a List of tables owned by a particular user from the persistence mechanism.
getTableList() - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Requests a List of ALL tables from the persistence mechanism.
getTableList(int) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Requests a List of tables owned by a particular user from the persistence mechanism.
getTableType() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the table's tableType.
getTableTypes() - Method in class edu.ucar.unidata.wmotables.controller.TableController
Grabs the tableTypeString and returns as a List.
getTableTypes() - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Grabs the tableTypeString and returns as a List.
getTitle() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the title of the table.
getUrl() - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
getUserCount() - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Queries the persistence mechanism and returns the number of users.
getUserCount() - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Queries the persistence mechanism and returns the number of registries.
getUserCount() - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Queries the persistence mechanism and returns the number of users.
getUserCount() - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Queries the persistence mechanism and returns the number of users.
getUserId() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the id of the User who owns the table.
getUserId() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the id of the user in the database (immutable/unique to each user).
getUserList() - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Requests a List of all users from the persistence mechanism.
getUserList() - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Requests a List of all registries from the persistence mechanism.
getUserList() - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Requests a List of all users from the persistence mechanism.
getUserList() - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Requests a List of all users from the persistence mechanism.
getUsername() - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
getUsername() - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
getUserName() - Method in class edu.ucar.unidata.wmotables.domain.User
Returns the user name of the user (immutable/unique to each user).
getVisibility() - Method in class edu.ucar.unidata.wmotables.domain.Table
Returns the visibility attribute of the table.

H

handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class edu.ucar.unidata.bufrvalidate.BtUrlUploadController
 
handle(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class edu.ucar.unidata.bufrvalidate.BtValidateController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class edu.ucar.unidata.bufrvalidate.BtMessInfoController
 
hideTable(Table, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a POST request to hide a new Table object.

I

init() - Method in class edu.ucar.unidata.bufrvalidate.BtServlet
 
initBinder(WebDataBinder) - Method in class edu.ucar.unidata.wmotables.controller.TableController
 
initBinder(WebDataBinder) - Method in class edu.ucar.unidata.wmotables.controller.UserController
 
isAuthorized(String) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Checks the authenticated user's credentials and roles to determine if the user has permission to perform the required method action.
isXml() - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
isXml() - Method in class edu.ucar.unidata.bufrvalidate.FileValidateBean
 
isXml() - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 

J

JdbcTableDao - Class in edu.ucar.unidata.wmotables.repository
The TableDao implementation.
JdbcTableDao() - Constructor for class edu.ucar.unidata.wmotables.repository.JdbcTableDao
 
JdbcUserDao - Class in edu.ucar.unidata.wmotables.repository
The UserDao implementation.
JdbcUserDao() - Constructor for class edu.ucar.unidata.wmotables.repository.JdbcUserDao
 

L

listAllTables(Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request for a List of all Table objects.
listUsers(Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a GET request for a List of all User objects.
loadUserByUsername(String) - Method in class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
Retrieves a user record containing the user's credentials and access.
log - Variable in class edu.ucar.unidata.bufrvalidate.BtServlet
 
logger - Static variable in class edu.ucar.unidata.wmotables.ApplicationInitialization
 
logger - Static variable in class edu.ucar.unidata.wmotables.controller.AuthenticationController
 
logger - Static variable in class edu.ucar.unidata.wmotables.controller.TableController
 
logger - Static variable in class edu.ucar.unidata.wmotables.controller.UserController
 
logger - Static variable in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
 
logger - Static variable in class edu.ucar.unidata.wmotables.service.TableManagerImpl
 
logger - Static variable in class edu.ucar.unidata.wmotables.service.TableValidator
 
logger - Static variable in class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
 
logger - Static variable in class edu.ucar.unidata.wmotables.service.UserValidator
 
lookupTable(int) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Looks up and retrieves a table from the database using the table id.
lookupTable(String) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Looks up and retrieves a table from the persistence mechanism using the checksum value.
lookupTable(int) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Looks up and retrieves a table from the persistence mechanism using the table id.
lookupTable(String) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Looks up and retrieves a table from the persistence mechanism using the checksum value.
lookupTable(int) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Looks up and retrieves a table from the persistence mechanism using the table id.
lookupTable(String) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Looks up and retrieves a table from the persistence mechanism using the checksum value.
lookupTable(int) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Looks up and retrieves a table from the persistence mechanism using the table id.
lookupTable(String) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Looks up and retrieves a table from the persistence mechanism using the checkSum value.
lookupUser(int) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Looks up and retrieves a user from the persistence mechanism using the userId.
lookupUser(String) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Looks up and retrieves a user from the persistence mechanism using the userName.
lookupUser(int) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Looks up and retrieves a user from the persistence mechanism using the userId.
lookupUser(String) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Looks up and retrieves a user from the persistence mechanism using the userName.
lookupUser(int) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Looks up and retrieves a user from the persistence mechanism using the userId.
lookupUser(String) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Looks up and retrieves a user from the persistence mechanism using the userName.
lookupUser(int) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Looks up and retrieves a user from the persistence mechanism using the userId.
lookupUser(String) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Looks up and retrieves a user from the persistence mechanism using the userName.

M

makeXml(File, String) - Method in class edu.ucar.unidata.bufrvalidate.BtValidateController
 

O

onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class edu.ucar.unidata.bufrvalidate.BtFileUploadController
 

R

renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class edu.ucar.unidata.bufrvalidate.BtXmlView
 
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class edu.ucar.unidata.wmotables.controller.TableController
This method gracefully handles any uncaught exception that are fatal in nature and unresolvable by the user.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class edu.ucar.unidata.wmotables.controller.UserController
This method gracefully handles any uncaught exception that are fatal in nature and unresolvable by the user.

S

setAccessLevel(int) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the access level of the user.
setAuthName(String) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Sets the authenticated user name.
setCache(DiskCache2) - Method in class edu.ucar.unidata.bufrvalidate.BtFileUploadController
 
setCache(DiskCache2) - Method in class edu.ucar.unidata.bufrvalidate.BtMessInfoController
 
setCache(DiskCache2) - Method in class edu.ucar.unidata.bufrvalidate.BtUrlUploadController
 
setCache(DiskCache2) - Method in class edu.ucar.unidata.bufrvalidate.BtValidateController
 
setCenter(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the table center.
setCenter(int) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the user's center.
setChecksum(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the table's checksum.
setDateCreated(Date) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the date the table entry was created.
setDateCreated(Date) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the date the user was created.
setDateModified(Date) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the date the table was last modified.
setDateModified(Date) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the date the user's account was last modified.
setDescription(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the description of the table.
setEmailAddress(String) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the email address of the user (mutable/unique to each user).
setFile(MultipartFile) - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
setFile(CommonsMultipartFile) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the uploaded file as a CommonsMultipartFile file.
setFilename(String) - Method in class edu.ucar.unidata.bufrvalidate.FileValidateBean
 
setFullName(String) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the full name of the user.
setLocalVersion(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the local version of the table.
setMasterVersion(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the master version of the table.
setMimeType(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the table's mimeType.
setOriginalName(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the original name of the table as it was when upload to the registry.
setPassword(String) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the user's password.
setSubCenter(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the table sub enter.
setSubCenter(int) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the user's sub enter.
setTableDao(TableDao) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Sets the data access object which will acquire and persist the data passed to it via the methods of this TableManager.
setTableId(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the id of the wmo table in the database.
setTableType(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the table's tableType.
setTitle(String) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the title of the table.
setUniqueMessageFile(String) - Method in class edu.ucar.unidata.bufrvalidate.BtValidateController
 
setUrl(String) - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
setUserDao(UserDao) - Method in class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
Sets the data access object.
setUserDao(UserDao) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Sets the data access object which will acquire and persist the data passed to it via the methods of this UserManager.
setUserId(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the id of the User who owns the table.
setUserId(int) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the id of the user in the database (immutable/unique to each user).
setUsername(String) - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
setUsername(String) - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
setUserName(String) - Method in class edu.ucar.unidata.wmotables.domain.User
Sets the user name of the user (immutable/unique to each user).
setVisibility(int) - Method in class edu.ucar.unidata.wmotables.domain.Table
Sets the visibility attribute of the table.
setXml(boolean) - Method in class edu.ucar.unidata.bufrvalidate.FileUploadBean
 
setXml(boolean) - Method in class edu.ucar.unidata.bufrvalidate.FileValidateBean
 
setXml(boolean) - Method in class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
supports(Class) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
 
supports(Class) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
 

T

Table - Class in edu.ucar.unidata.wmotables.domain
Object representing an Table.
Table() - Constructor for class edu.ucar.unidata.wmotables.domain.Table
 
TableController - Class in edu.ucar.unidata.wmotables.controller
Controller to handle and modify a WMO table.
TableController() - Constructor for class edu.ucar.unidata.wmotables.controller.TableController
 
TableDao - Interface in edu.ucar.unidata.wmotables.repository
The data access object representing a Table.
TableManager - Interface in edu.ucar.unidata.wmotables.service
Service for processing Table objects.
TableManagerImpl - Class in edu.ucar.unidata.wmotables.service
Service for processing Table objects.
TableManagerImpl() - Constructor for class edu.ucar.unidata.wmotables.service.TableManagerImpl
 
TableValidator - Class in edu.ucar.unidata.wmotables.service
 
TableValidator() - Constructor for class edu.ucar.unidata.wmotables.service.TableValidator
 
toggleTableVisibility(Table) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Toggles the table's visiblity attribute to in the persistence mechanism.
toggleTableVisibility(Table) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Toggles the table's visiblity attribute to in the persistence mechanism.
toggleTableVisibility(Table) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Toggles the table's visiblity attribute to in the persistence mechanism.
toggleTableVisibility(Table) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Toggles the table's visiblity attribute to in the persistence mechanism.

U

updatePassword(User) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Updates the User's Password
updatePassword(User) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Updates the User's Password
updatePassword(User) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Updates the User's Password
updatePassword(User) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Updates the User's Password
updateTable(String, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request to update an existing Table object.
updateTable(Table, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a POST request to update an existing Table object.
updateTable(Table) - Method in class edu.ucar.unidata.wmotables.repository.JdbcTableDao
Saves changes made to an existing table.
updateTable(Table) - Method in interface edu.ucar.unidata.wmotables.repository.TableDao
Saves changes made to an existing table.
updateTable(Table) - Method in interface edu.ucar.unidata.wmotables.service.TableManager
Saves changes made to an existing table.
updateTable(Table) - Method in class edu.ucar.unidata.wmotables.service.TableManagerImpl
Saves changes made to an existing table (meaning changes made to table attributes in the persistence mechanism and NOT the creation/deletion of tables contained within the table).
updateUser(String, Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a GET request to update an existing User object.
updateUser(User, BindingResult, Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a POST request to update an existing User object.
updateUser(User) - Method in class edu.ucar.unidata.wmotables.repository.JdbcUserDao
Saves changes made to an existing user.
updateUser(User) - Method in interface edu.ucar.unidata.wmotables.repository.UserDao
Saves changes made to an existing user.
updateUser(User) - Method in interface edu.ucar.unidata.wmotables.service.UserManager
Saves changes made to an existing user.
updateUser(User) - Method in class edu.ucar.unidata.wmotables.service.UserManagerImpl
Saves changes made to an existing user .
UrlUploadBean - Class in edu.ucar.unidata.bufrvalidate
 
UrlUploadBean() - Constructor for class edu.ucar.unidata.bufrvalidate.UrlUploadBean
 
User - Class in edu.ucar.unidata.wmotables.domain
Object representing a User.
User() - Constructor for class edu.ucar.unidata.wmotables.domain.User
 
UserController - Class in edu.ucar.unidata.wmotables.controller
Controller to handle and modify a User.
UserController() - Constructor for class edu.ucar.unidata.wmotables.controller.UserController
 
UserDao - Interface in edu.ucar.unidata.wmotables.repository
The data access object representing a User.
userDao - Variable in class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
 
UserDetailsServiceImpl - Class in edu.ucar.unidata.wmotables.service
Service for processing User objects with respect to authentication and access control.
UserDetailsServiceImpl() - Constructor for class edu.ucar.unidata.wmotables.service.UserDetailsServiceImpl
 
UserManager - Interface in edu.ucar.unidata.wmotables.service
Service for processing User objects.
UserManagerImpl - Class in edu.ucar.unidata.wmotables.service
Service for processing User objects.
UserManagerImpl() - Constructor for class edu.ucar.unidata.wmotables.service.UserManagerImpl
 
UserValidator - Class in edu.ucar.unidata.wmotables.service
 
UserValidator() - Constructor for class edu.ucar.unidata.wmotables.service.UserValidator
 

V

validate(Object, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input contained in the Table object.
validate(Object, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input contained in the User object.
validateCenter(int, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the center field.
validateCenter(int, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input for the center field.
validateDescription(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the description field.
validateEmailAddress(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input for the emailAddress field.
validateFileSize(CommonsMultipartFile, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the size of the uploaded File.
validateFileType(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the content type of the uploaded File.
validateFullName(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input for the fullName field.
validateInput(String, String, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
A generic utility method to validate user input against known bad characters and strings.
validateInput(String, String, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
A generic utility method to validate user input against known bad characters and strings.
validateLocalVersion(int, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the local version field.
validateSubCenter(int, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the sub center field.
validateSubCenter(int, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input for the sub center field.
validateTableType(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the tableType field.
validateTitle(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.TableValidator
Validates the user input for the title field.
validateUserName(String, Errors) - Method in class edu.ucar.unidata.wmotables.service.UserValidator
Validates the user input for the userName field.
viewTable(String, Model) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request for a specific Table object.
viewTableFile(String, HttpServletResponse) - Method in class edu.ucar.unidata.wmotables.controller.TableController
Accepts a GET request to view a specific Table.
viewUser(String, Model) - Method in class edu.ucar.unidata.wmotables.controller.UserController
Accepts a GET request for a specific User object.
A B C D E F G H I J L M O R S T U V 

Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.