- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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.