- QTYBRK - Static variable in class com.dpslink.flash.db.DBO
-
The quantity price break object class.
- QTYONORD - Static variable in class com.dpslink.flash.db.DBO
-
The quantity on-order object class.
- qualifyKey(String) - Method in class com.dpslink.flash.imports.Import
-
Returns the given property key prefixed with "Import." and the import
object's class name sans the "Import" suffix ("Import.ivClassPrefix.key").
- qualifyMsgId(String) - Static method in class com.dpslink.flash.db.util.SyncCustomersTask.SyncLogWriter
-
Returns the given message id with "MSG.SyncCustomersTask." prefixed to it.
- qualifyMsgId(String) - Static method in class com.dpslink.flash.db.util.SyncNotificationContactsTask.SyncLogWriter
-
Returns the given message id with "MSG.SyncNotificationContactsTask."
prefixed to it.
- qualifyMsgId(String) - Static method in class com.dpslink.flash.db.util.SyncProductsTask.SyncLogWriter
-
Returns the given message id with "MSG.SyncProductsTask." prefixed to it.
- qualifyMsgId(String) - Static method in class com.dpslink.flash.db.util.SyncUsersTask.SyncLogWriter
-
Returns the given message id with "MSG.SyncUsersTask." prefixed to it.
- qualifyMsgId(String) - Method in class com.dpslink.flash.imports.Import
-
Returns the given message id prefixed with the import object's class name
sans the "Import" suffix ("ivClassPrefix.msgid").
- qualifyMsgId(String) - Static method in class com.dpslink.flash.imports.ImportLogWriter
-
Returns the given message id with "MSG.Import." prefixed to it.
- qualifyURL(BaseServlet.Context, String) - Method in class com.dpslink.base.servlet.BaseServlet
-
Fully qualifies a static HTML URL or a servlet URL based on the current
request method (GET or POST).
- qualifyURL(BaseServlet.Context, String, boolean) - Method in class com.dpslink.base.servlet.BaseServlet
-
Fully qualifies a static HTML URL or a servlet URL based on the given post
parameter flag.
- qualifyURL2(BaseServlet.Context, String) - Method in class com.dpslink.base.servlet.BaseServlet
-
Requalifies a static HTML URL or a servlet URL based on the current
protocol.
- qualifyURL3(BaseServlet.Context, String, boolean) - Method in class com.dpslink.base.servlet.BaseServlet
-
Requalifies a static HTML URL based on the given post parameter flag.
- quantity - Variable in class com.dpslink.flash.servlet.ClientRequest.OrderLine
-
The quantity.
- quantity - Variable in class com.dpslink.flash.servlet.ProductDetails.Context
-
The submitted quantity.
- quantity - Variable in class com.dpslink.flash.servlet.QuickOrder.Context
-
The submitted quantity value.
- quantityInput(int) - Static method in class com.dpslink.flash.util.FlashTemplateFormatter
-
Returns a formatted quantity input string.
- quantityInput0(int) - Static method in class com.dpslink.flash.util.FlashTemplateFormatter
-
Returns a formatted quantity input string.
- QuantityOnOrder - Class in com.dpslink.flash.db
-
Defines the fields and methods for product quantity on order objects.
- QuantityOnOrder() - Constructor for class com.dpslink.flash.db.QuantityOnOrder
-
Constructs a QuantityOnOrder
object with all field values set
to null
.
- quantityOutput(int) - Static method in class com.dpslink.flash.util.FlashTemplateFormatter
-
Returns a formatted quantity output string.
- quantityOutput0(int) - Static method in class com.dpslink.flash.util.FlashTemplateFormatter
-
Returns a formatted quantity output string.
- QuantityPriceBreak - Class in com.dpslink.flash.db
-
Defines the fields and methods for product quantity price break objects.
- QuantityPriceBreak() - Constructor for class com.dpslink.flash.db.QuantityPriceBreak
-
Constructs a QuantityPriceBreak
object with all field values set
to null
.
- querySearchService(String) - Method in class com.dpslink.flash.db.search.ProductSearch2
-
Communicates with the AS/400 webserver search service.
- queueSiteActivity(OrderRequestAPI.Context, boolean) - Method in class com.dpslink.flash.servlet.OrderRequestAPI
-
Queues the session's activity for logging to the site activity history.
- quickAttributes - Variable in class com.dpslink.flash.servlet.ProductSearch.Context
-
The submitted quick mode attribute values.
- QuickOrder - Class in com.dpslink.flash.servlet
-
Writes and processes the store's quick order page.
- QuickOrder() - Constructor for class com.dpslink.flash.servlet.QuickOrder
-
- QuickOrder.Context - Class in com.dpslink.flash.servlet
-
Inner class used to store servlet context information.
- QuickOrder.SearchResult - Class in com.dpslink.flash.servlet
-
Inner class that defines auto complete search result data that is sent
to the browser.
- quote(String) - Static method in class com.dpslink.base.util.StringEncoder
-
Returns the given string enclosed within double quotes.
- quote(String, boolean) - Static method in class com.dpslink.base.util.StringEncoder
-
Returns the given string enclosed within double quotes and optionally
escapes the string prior to quoting.
- quoteUnsafeWord(String) - Static method in class com.dpslink.base.jdbc.JDBCUtil
-
Returns a quoted upper case word for a given word.
- quoteUnsafeWords(String) - Static method in class com.dpslink.base.jdbc.JDBCUtil
-
Returns quoted upper case words for a given set of comma delimited words.
- quoteUnsafeWords(String[]) - Static method in class com.dpslink.base.jdbc.JDBCUtil
-
Returns quoted upper case words for a given array of words.