Skip navigation links
C D E F G P T U V 

C

close() - Method in class com.nordstrom.common.jdbc.DatabaseUtils.ResultPackage
 
com.nordstrom.common.base - package com.nordstrom.common.base
 
com.nordstrom.common.file - package com.nordstrom.common.file
 
com.nordstrom.common.jdbc - package com.nordstrom.common.jdbc
 

D

DatabaseUtils - Class in com.nordstrom.common.jdbc
This utility class provides facilities that enable you to define collections of Oracle database queries and execute them easily.
DatabaseUtils.QueryAPI - Interface in com.nordstrom.common.jdbc
This interface defines the API supported by database query collections
DatabaseUtils.ResultPackage - Class in com.nordstrom.common.jdbc
This class defines a package of database objects associated with a query.

E

executeOracleQuery(Class<?>, String, String, Object...) - Static method in class com.nordstrom.common.jdbc.DatabaseUtils
Execute the specified query with the supplied arguments, returning a result of the indicated type.

F

fromObject(Object) - Static method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Get the reports directory constant for the specified test class object.

G

getArgCount() - Method in interface com.nordstrom.common.jdbc.DatabaseUtils.QueryAPI
Get the count of arguments for this query object.
getArgNames() - Method in interface com.nordstrom.common.jdbc.DatabaseUtils.QueryAPI
Get the argument name for this query object
getBaseDir() - Static method in class com.nordstrom.common.file.PathUtils
Get project base directory.
getConnection() - Method in interface com.nordstrom.common.jdbc.DatabaseUtils.QueryAPI
Get the database connection string for this query object.
getEnum() - Method in interface com.nordstrom.common.jdbc.DatabaseUtils.QueryAPI
Get the implementing enumerated constant for this query object.
getFolder() - Method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Get the name of the folder associated with this constant.
getInt(DatabaseUtils.QueryAPI, Object...) - Static method in class com.nordstrom.common.jdbc.DatabaseUtils
Execute the specified query object with supplied arguments as a 'query' operation
getNextPath(Path, String, String) - Static method in class com.nordstrom.common.file.PathUtils
Get the next available path in sequence for the specified base name and extension in the specified folder.
getPath() - Method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Get the resolved Maven-derived path associated with this constant.
getPathForObject(Object) - Static method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Get reports directory path for the specified test class object.
getQueryStr() - Method in interface com.nordstrom.common.jdbc.DatabaseUtils.QueryAPI
Get the query string for this query object.
getRegEx() - Method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Get the regular expression that matches class names for this constant.
getResultPackage(DatabaseUtils.QueryAPI, Object...) - Static method in class com.nordstrom.common.jdbc.DatabaseUtils
Execute the specified query object with supplied arguments as a 'query' operation
getResultSet() - Method in class com.nordstrom.common.jdbc.DatabaseUtils.ResultPackage
Get the result set object of this package.
getString(DatabaseUtils.QueryAPI, Object...) - Static method in class com.nordstrom.common.jdbc.DatabaseUtils
Execute the specified query object with supplied arguments as a 'query' operation

P

PathUtils - Class in com.nordstrom.common.file
This utility class provides a getNextPath method to acquire the next file path in sequence for the specified base name and extension in the indicated target folder.
PathUtils.ReportsDirectory - Enum in com.nordstrom.common.file
This enumeration contains methods to help build proxy subclass names and select reports directories.

T

throwUnchecked(Throwable) - Static method in class com.nordstrom.common.base.UncheckedThrow
This method throws the specified checked exception, using generic type erasure to enable client methods to propagate checked exceptions without being required to declare them.

U

UncheckedThrow - Class in com.nordstrom.common.base
This utility class uses type erasure to enable client code to throw checked exceptions as unchecked.
update(DatabaseUtils.QueryAPI, Object...) - Static method in class com.nordstrom.common.jdbc.DatabaseUtils
Execute the specified query object with supplied arguments as an 'update' operation

V

valueOf(String) - Static method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nordstrom.common.file.PathUtils.ReportsDirectory
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G P T U V 
Skip navigation links

Copyright © 2017. All rights reserved.