Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

GenericDAO<T> - Interface in com.rosivanyshyn.db.dao
Generic DAO interface.
GenericDAOImpl<T> - Class in com.rosivanyshyn.db.dao.implMySQL
Generic DAO interface implementation.
GenericDAOImpl() - Constructor for class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
GenericDAOImpl.DBStatementOperations<T> - Interface in com.rosivanyshyn.db.dao.implMySQL
Substitute Values in DB Queries through statement
GenericDAOImpl.ExtractEntity<T> - Interface in com.rosivanyshyn.db.dao.implMySQL
Extract entity from ResultSet in JavaBean
GenericDAOImpl.SetGeneratedValuesToEntity<T> - Interface in com.rosivanyshyn.db.dao.implMySQL
Receive getGeneratedKeys from preparedStatement
and update current entity for which them was generated.
get(AccountRole) - Method in class com.rosivanyshyn.controller.security.filter.access.map.AccessMapHolder
 
get(String) - Static method in enum class com.rosivanyshyn.controller.other.apartment.SortingFields
Get enum value from string
get(String) - Static method in enum class com.rosivanyshyn.db.dao.constant.AccountRole
Get enum value from string
get(Connection, Long) - Method in interface com.rosivanyshyn.db.dao.GenericDAO
Get object from respective table by id.
get(Connection, Long) - Method in class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
GET_ACCOUNT_DETAILS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_ALL_BOOKINGS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_ALL_ORDERS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_APARTMENT_DETAILS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_APARTMENTS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_BOOKINGS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_ORDERS_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
GET_RESPONSE_TO_ORDER_CONTROLLER - Static variable in class com.rosivanyshyn.controller.dispatcher.ControllerConstant
 
getAccountDAO() - Method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
 
GetAccountDetailsController - Class in com.rosivanyshyn.controller.other.account
Get Account Details Controller class.
GetAccountDetailsController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.account.GetAccountDetailsController
 
getAction() - Method in class com.rosivanyshyn.controller.security.filter.access.parser.impl.HttpRequestParserImpl
 
getAction() - Method in interface com.rosivanyshyn.controller.security.filter.access.parser.RequestParser
 
getAll(Connection) - Method in interface com.rosivanyshyn.db.dao.GenericDAO
Get all objects from respective table.
getAll(Connection) - Method in class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
GetAllBookingController - Class in com.rosivanyshyn.controller.other.booking
Delete Booking Controller class.
GetAllBookingController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.booking.GetAllBookingController
 
GetAllOrdersController - Class in com.rosivanyshyn.controller.other.order
Get All Orders Controller class.
GetAllOrdersController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.order.GetAllOrdersController
 
getApartmentDAO() - Method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
 
GetApartmentDetailsController - Class in com.rosivanyshyn.controller.other.apartment
Get Apartment Details Controller class.
GetApartmentDetailsController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.apartment.GetApartmentDetailsController
 
getBookingDAO() - Method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
 
getBookingsDatesFromDB(Long) - Method in interface com.rosivanyshyn.service.BookingService
Get all booking dates of related apartment
getBookingsDatesFromDB(Long) - Method in class com.rosivanyshyn.service.impl.BookingServiceImpl
 
getByField(Connection, String, Object) - Method in interface com.rosivanyshyn.db.dao.GenericDAO
Find entity from respective table by field and value.
getByField(Connection, String, Object) - Method in class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
getConnection() - Method in interface com.rosivanyshyn.db.manager.DBManager
Get configured database connection with exception handling
getConnection() - Method in class com.rosivanyshyn.db.manager.MySQLDBManagerImpl
 
getConstraint() - Method in class com.rosivanyshyn.controller.security.filter.access.xml.Security
 
getController(String) - Method in class com.rosivanyshyn.controller.dispatcher.ControllerFactory
 
GetCreateBookingFormController - Class in com.rosivanyshyn.controller.other.booking
Get Create Booking Form Controller class.
GetCreateBookingFormController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.booking.GetCreateBookingFormController
 
GetCreateOrderFormController - Class in com.rosivanyshyn.controller.other.order
Get Create Order Form Controller class.
GetCreateOrderFormController() - Constructor for class com.rosivanyshyn.controller.other.order.GetCreateOrderFormController
 
GetCreateResponseToOrderController - Class in com.rosivanyshyn.controller.other.responseToOrder
Get Create Response To Order Controller class.
GetCreateResponseToOrderController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.responseToOrder.GetCreateResponseToOrderController
 
getFew(Connection, int, int) - Method in interface com.rosivanyshyn.db.dao.GenericDAO
Get few objects from respective table.
getFew(Connection, int, int) - Method in class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
GetFewApartmentsController - Class in com.rosivanyshyn.controller.other.apartment
Get Few Apartments Controller class.
GetFewApartmentsController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.apartment.GetFewApartmentsController
 
GetFewBookingController - Class in com.rosivanyshyn.controller.other.booking
Get Few Booking Controller class.
GetFewBookingController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.booking.GetFewBookingController
 
GetFewOrdersController - Class in com.rosivanyshyn.controller.other.order
Get Few Orders Controller class.
GetFewOrdersController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.order.GetFewOrdersController
 
getField() - Method in enum class com.rosivanyshyn.controller.other.apartment.SortingFields
 
getInstance() - Static method in class com.rosivanyshyn.controller.context.AppContext
 
getInstance() - Static method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
Get singleton instance of the factory
getInstance() - Static method in class com.rosivanyshyn.db.manager.MySQLDBManagerImpl
Return instance of manager
getInstance(MySqlDAOFactory, DBManager) - Static method in class com.rosivanyshyn.service.factory.MySQLServiceFactory
 
getLanguageNamesList() - Static method in class com.rosivanyshyn.utils.LanguageUtil
 
getOperation() - Method in enum class com.rosivanyshyn.utils.MySQLQueryBuilder.LogicalOperation
 
getOrderDAO() - Method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
 
getQuery() - Method in class com.rosivanyshyn.controller.security.filter.access.parser.impl.HttpRequestParserImpl
 
getQuery() - Method in interface com.rosivanyshyn.controller.security.filter.access.parser.RequestParser
 
getQuery() - Method in class com.rosivanyshyn.utils.MySQLQueryBuilder
Build the query from all the previous added parts.
getResolveAction() - Method in class com.rosivanyshyn.controller.dispatcher.viewresolve.ViewResolver
 
getResourceBundles(String) - Static method in class com.rosivanyshyn.utils.LanguageUtil
 
getResponseApartments(Connection, Long) - Method in class com.rosivanyshyn.db.dao.implMySQL.ResponseToOrderDAOImpl
Get apartments references attached to RTO
getResponseApartments(Connection, Long) - Method in interface com.rosivanyshyn.db.dao.ResponseToOrderDAO
Get all attached to response-to-order(RTO) apartments by RTO id.
GetResponseToOrderController - Class in com.rosivanyshyn.controller.other.responseToOrder
Get Response To Order Controller class.
GetResponseToOrderController(AppContext) - Constructor for class com.rosivanyshyn.controller.other.responseToOrder.GetResponseToOrderController
 
getResponseToOrderDAO() - Method in class com.rosivanyshyn.db.dao.factory.MySqlDAOFactory
 
getRole() - Method in class com.rosivanyshyn.controller.security.filter.access.xml.Constraint
 
getRole() - Method in enum class com.rosivanyshyn.db.dao.constant.AccountRole
 
getRoles(Node) - Method in class com.rosivanyshyn.controller.security.filter.access.xml.parser.DOMParser
 
getRowsNumber() - Method in interface com.rosivanyshyn.service.ApartmentService
Get last statement rows count
getRowsNumber() - Method in interface com.rosivanyshyn.service.BookingService
Get last statement rows count
getRowsNumber() - Method in class com.rosivanyshyn.service.impl.ApartmentServiceImpl
 
getRowsNumber() - Method in class com.rosivanyshyn.service.impl.BookingServiceImpl
 
getRowsNumber() - Method in class com.rosivanyshyn.service.impl.OrderServiceImpl
 
getRowsNumber() - Method in interface com.rosivanyshyn.service.OrderService
Get last statement rows count
getSecurity() - Method in class com.rosivanyshyn.controller.security.filter.access.xml.parser.DOMParser
 
getUniqueApartmentsWhichAreBookedWithDynamicQuery(Connection, String, Object...) - Method in interface com.rosivanyshyn.db.dao.ApartmentDAO
Get a list of unique booked apartments and apply to them query-builder part (Sorting, limits, etc.)
getUniqueApartmentsWhichAreBookedWithDynamicQuery(Connection, String, Object...) - Method in class com.rosivanyshyn.db.dao.implMySQL.ApartmentDAOImpl
 
getUniqueApartmentsWhichAreFree(Connection, String, Object...) - Method in interface com.rosivanyshyn.db.dao.ApartmentDAO
Get a list of unique free (not booked in the future), available (state is true) apartments
getUniqueApartmentsWhichAreFree(Connection, String, Object...) - Method in class com.rosivanyshyn.db.dao.implMySQL.ApartmentDAOImpl
 
getUrlList() - Method in class com.rosivanyshyn.controller.security.filter.access.map.AccessMap
 
getUrlPattern() - Method in class com.rosivanyshyn.controller.security.filter.access.xml.Constraint
 
getView() - Method in class com.rosivanyshyn.controller.dispatcher.viewresolve.ViewResolver
 
getWithDynamicQuery(Connection, String, Object...) - Method in interface com.rosivanyshyn.db.dao.GenericDAO
Get objects from respective table by using query builder string part
getWithDynamicQuery(Connection, String, Object...) - Method in class com.rosivanyshyn.db.dao.implMySQL.GenericDAOImpl
 
GREATER - Enum constant in enum class com.rosivanyshyn.utils.MySQLQueryBuilder.LogicalOperation
 
GREATER_OR_EQUAL - Enum constant in enum class com.rosivanyshyn.utils.MySQLQueryBuilder.LogicalOperation
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form