ZenMagick 0.9.8

_ A B C D E F G H I J L M N O P Q R S T U V W Y Z

_

_zm_l10n_lookup() - Function in package org.zenmagick.store.locale
The actual l10n workhorse.
_zm_order() - Class in package org.zenmagick.misc
Dummie classes used for faking a zen-cart environment where required.
_ZM_ZEN_DIR_FS_BOXES() - Global in package org.zenmagick.misc

A

absolute() - Method in class org.zenmagick.mvc.utils.ZMToolboxNet
Convert a given relative url into an absolute one.
absolute() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Convert a given relative href/URL into an absolute one based on the current context.
add() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Generic add a message.
addAlias() - Method in class org.zenmagick.mvc.validation.ZMValidator
Add an alias to share rules between different forms.
addAll() - Method in class org.zenmagick.core.ZMSettings
Add a map of settings.
addAll() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Add a group of messages.
addAttribute() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Add an item attribute.
addCategoryPath() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Add the given category path to the crumbtrail.
addChild() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Add a child category.
addConfigValue() - Method in class org.zenmagick.store.services.plugins.Plugin
Add a configuration value.
addCrumb() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Add a single crumb.
addCustomFields() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Add a field list of custom fields for the given table.
addField() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Add a form field to this payment type.
addFields() - Method in class org.zenmagick.mvc.forms.ZMFormData
Limit populating this form bean to the given fields.
addFilter() - Method in class org.zenmagick.core.services.database.ZMQueryPager
Add a filter clause.
addFilter() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Add a filter to this result list.
addGlobal() - Method in class org.zenmagick.core.ZMLoader
Add a file to be loaded in global context.
addHandler() - Method in class org.zenmagick.mvc.ZMSacsManager
Add a ZMSacsHandler.
addManufacturer() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Add manufacturer to the crumbtrail.
addMenuItem() - Method in class org.zenmagick.store.services.plugins.Plugin
Add plugin maintenance screen to navigation.
addPath() - Method in class org.zenmagick.core.ZMLoader
Add a given path to the loaders path.
addProduct() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Add a product in the given quantity.
addProduct() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Add product to the crumbtrail.
addProduct() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Convenience function to open a form to add a given product to the shopping cart.
addProductJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxShoppingCartController
Add product to cart.
addProvider() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Add an authentication provider (class).
addRule() - Method in class org.zenmagick.mvc.validation.ZMRuleSet
Add a new ZMRule.
addRule() - Method in class org.zenmagick.mvc.validation.ZMValidator
Add a new rule for the given rule set id.
addRules() - Method in class org.zenmagick.mvc.validation.ZMValidator
Add a list of new rules for the given rule set id.
addRules() - Method in class org.zenmagick.mvc.validation.ZMRuleSet
Add a list of ZMRules.
addSorter() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Add a sorter to this result list.
addTables() - Method in class org.zenmagick.store.mvc.FormData
Set the name(s) of the tables to be used to populate custom fields.
addTax() - Method in class org.zenmagick.store.model.ZMTaxRate
Add tax to the given amount.
addValue() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Add an attribute value.
adjustQty() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Adjust the quantity based on the quantity settings.
ajax() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Create an Ajax URL for the given controller and method.
append() - Method in class org.zenmagick.core.ZMSettings
Append configuration value.
applyPatch() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Apply the patch to the given lines.
asBoolean() - Method in class org.zenmagick.store.utils.ZMTools
Evaluate a string value as boolean.
asBoolean() - Method in class org.zenmagick.core.utils.ZMLangUtils
Evaluate a string value as boolean.
asUrl() - Method in class org.zenmagick.mvc.view.ZMSavant
Resolve the given (relative) resource filename into a url.
attach() - Method in class org.zenmagick.core.services.misc.ZMEvents
Attach a subscriber to this event source.
attachMethod() - Method in class org.zenmagick.core.ZMObject
Attach a dynamic method to objects.
authorize() - Method in class org.zenmagick.mvc.ZMSacsManager
Authorize the current request.

B

backLink() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Create a full back link.
beginTransaction() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
beginTransaction() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
beginTransaction() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
beginTransaction() - Method in class org.zenmagick.core.services.database.ZMDatabase
Start a transaction.
bindObject() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
Bind object to a given SQL query.
bindValueList() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
Bind a list of values to a given SQL query.
buildAttributeValueLabel() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Format an attribute value label.
buildCrumbtrail() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Helper to format a given ZMCrumbtrail.
buildQuantityDiscounts() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Build quantity discounts details.
buildQuery() - Method in class org.zenmagick.store.utils.ZMProductFinder
Build the search SQL.
buildResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Actual method to generate the viewable results.
buildTableMapping() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Generate a database mapping for the given table.
buildTree() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Create tree data.

C

calculate() - Method in class org.zenmagick.store.services.plugins.types.ZMOrderTotalPlugin
Evaluate the given cart and return resulting order totals.
calculateAttributePrice() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Calculate the attribute price for the given item.
calculateDiscount() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Calculate discount for either product or the given amount (for example to calculate discounts on attributes).
calculateOneTimeCharge() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Calculate optional one time charges.
calculatePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Calculate the (best) price.
calculateProductPrice() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Calculate the product price for the given item.
calculateTax() - Method in class org.zenmagick.store.model.ZMTaxRate
Caclulate tax for the given amount.
categoryTree() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Build a nested unordered list from the given categories.
checkAuthorization() - Method in class org.zenmagick.store.utils.ZMEventFixes
Check authorization for the current account.
checkCart() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
Custom cart checker
checkCartStatus() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Check whether the cart is ready for checkout or not.
checked() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Makes a checkbox or radio button checked.
checkStock() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Check stock.
clean() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Clean up temp stuff.
clean() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Clean up all temp.
clear() - Method in class org.zenmagick.store.services.ZMTokens
Clear all expired token.
clear() - Method in class org.zenmagick.core.services.cache.ZMCache
Clear the cache.
clear() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
clear() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Clear all crumbs.
clear() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
clear() - Method in class org.zenmagick.mvc.ZMUrlManager
Clear all mappings.
clear() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
clear() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
clear() - Method in class org.zenmagick.store.mvc.Session
Clear the session.
clear() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Clear all messages.
clearCart() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Clear a cart.
clearMessages() - Method in class org.zenmagick.store.mvc.Session
Clear all session messages.
clearValues() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Clear all values.
close() - Method in class org.zenmagick.mvc.ZMSessionHandler
Close session handling.
close() - Method in class org.zenmagick.mvc.ZMSession
Close session rather than wait for the end of request handling.
commit() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
commit() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
commit() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
commit() - Method in class org.zenmagick.core.services.database.ZMDatabase
Commits statements in a transaction.
compare() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
{@inheritDoc}
compare() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Compare the given value with the widget value.
comparePlugins() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Compare plugins.
comparePlugins() - Method in class org.zenmagick.store.service.Plugins
{@inheritDoc}
compareStoreUrl() - Method in class org.zenmagick.store.utils.ZMTools
Compare URLs.
compress() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Compress accoding to the current settings.
compressFiles() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Compress all prepared files.
compressToSingleFile() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Compress all files into a single file
configureLocale() - Method in class org.zenmagick.store.utils.ZMEventFixes
Set locale based on browser settings.
convertFrom() - Method in class org.zenmagick.store.model.ZMCurrency
Convert from this currency into default currency.
convertTo() - Method in class org.zenmagick.store.model.ZMCurrency
Convert from default currency into this currency.
createAccount() - Method in class org.zenmagick.store.services.account.ZMAccounts
Create a new account.
createAddress() - Method in class org.zenmagick.store.services.account.ZMAddresses
Create a new address.
createBoxes() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Create zen-cart dummy sideboxes plus default boxes for the default theme.
createCategory() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Create a new category.
createConfigValue() - Method in class org.zenmagick.store.services.ZMConfig
Create config value.
createCoupon() - Method in class org.zenmagick.store.services.ZMCoupons
Create a new coupon.
createCouponCode() - Method in class org.zenmagick.store.services.ZMCoupons
Create a new coupon code.
createCouponTracker() - Method in class org.zenmagick.store.services.ZMCoupons
Create a new coupon tracker record.
createModel() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
createModel() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
createModel() - Method in class org.zenmagick.core.services.database.ZMDatabase
Create a single row using the given model and mapping.
createModel() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
createOrderStatusHistory() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Create new order status history entry.
createReview() - Method in class org.zenmagick.store.services.ZMReviews
Create a new review.
createToken() - Method in class org.zenmagick.store.services.ZMTokens
Generate a random token.
creditCoupon() - Method in class org.zenmagick.store.services.ZMCoupons
Credit coupon for account.
cssFile() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Add the given CSS file to the final contents.
cssFile() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Add the given CSS file to the final contents.

D

DATE_RSS() - Global in package org.zenmagick.misc
decode() - Method in class org.zenmagick.mvc.utils.ZMToolboxNet
Decode a HTML encoded URL.
deleteAddressForId() - Method in class org.zenmagick.store.services.account.ZMAddresses
Delte an address.
destroy() - Method in class org.zenmagick.mvc.ZMSessionHandler
Destroy session.
destroy() - Method in class org.zenmagick.mvc.ZMSession
Destroy the current session.
detach() - Method in class org.zenmagick.core.services.misc.ZMEvents
Detach a subscriber.
dispatch() - Method in class org.zenmagick.mvc.ZMDispatcher
Dispatch a request.
doGetBasePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Calculate the base price.
doGetSalePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Calculate the discount price.
dropInclude() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Decide whether a drop an include/require line or not.
dump() - Method in class org.zenmagick.core.services.misc.ZMLogging
Simple dump function.

E

emailExists() - Method in class org.zenmagick.store.services.account.ZMAccounts
Checks if a given email address exists.
emailRegexp() - Method in class org.zenmagick.mvc.validation.rules.ZMEmailRule
Build email regexp.
encode() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Encode a given string to valid HTML.
encode() - Method in class org.zenmagick.mvc.utils.ZMToolboxHtml
Encode a given string to valid HTML.
encode() - Method in class org.zenmagick.mvc.utils.ZMToolboxNet
Encode a given URL to valid HTML.
encodeXML() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Encode XML control characters.
encryptPassword() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Encrypt a given password.
encryptPassword() - Method in class org.zenmagick.core.services.authentication.ZMAuthentication
Encrypt a given password.
encryptPassword() - Method in class org.zenmagick.core.services.authentication.provider.ZMSha1Authentication
{@inheritDoc}
encryptPassword() - Method in class org.zenmagick.core.services.authentication.provider.ZMPhPassAuthentication
{@inheritDoc}
encryptPassword() - Method in class org.zenmagick.store.provider.ZMZenCartAuthentication
{@inheritDoc}
endsWith() - Method in class org.zenmagick.core.utils.ZMLangUtils
Check if the given string ends with the provided string.
endsWith() - Method in class org.zenmagick.store.utils.ZMTools
Check if the given string ends with the provided string.
ensureAccessMethod() - Method in class org.zenmagick.mvc.ZMSacsManager
Ensure the page is accessed using proper security.
ensureMapping() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Handle mixed mapping values.
error() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Add an error message.
errorHandler() - Method in class org.zenmagick.core.services.misc.ZMLogging
PHP error handler callback.
estimateShippingJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxShoppingCartController
Estimate shipping.
evaluate() - Method in class org.zenmagick.mvc.ZMSacsHandler
Evaluate the given credentials in the context of the request.
evaluate() - Method in class org.zenmagick.store.mvc.ZMZenCartUserSacsHandler
{@inheritDoc}
event2method() - Method in class org.zenmagick.core.services.misc.ZMEvents
Convert the event id to a method name.
Events() - Class in package org.zenmagick.store.services
Event service.
exceptionHandler() - Method in class org.zenmagick.core.services.misc.ZMLogging
PHP exception handler callback.
exclude() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMCategoryFilter
Return true if the given object is to be excluded.
exclude() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMManufacturerFilter
Return true if the given object is to be excluded.
exclude() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Return true if the given object is to be excluded.
exclude() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMOrderStatusIdFilter
Return true if the given object is to be excluded.
execute() - Method in class org.zenmagick.store.utils.ZMProductFinder
Execute a product search for the given criteria.
executePatch() - Method in class org.zenmagick.store.utils.ZMDbUtils
Execute a SQL patch.
exists() - Method in class org.zenmagick.mvc.view.ZMSavant
Check if the given resource file exists.
exists() - Method in class org.zenmagick.core.ZMSettings
Check if a given setting exists.
extractBaseProductId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Extract the base product id from a given cart item id.
ezpage() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Build an ez-page URL.
ezpageLink() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Create a full HTML <a> tag pointig to an ezpage.

F

fetch() - Method in class org.zenmagick.mvc.view.ZMSavant
{@inheritDoc} Adds a hook for flexible caching.
fetch() - Method in class org.zenmagick.mvc.view.ZMFunctionView
{@inheritDoc}
fetch() - Method in class org.zenmagick.mvc.view.ZMSavantView
{@inheritDoc}
fetch() - Method in class org.zenmagick.mvc.view.ZMView
Fetch/generate the contents of the given template.
fetch() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
{@inheritDoc}
fetch() - Method in class org.zenmagick.mvc.view.ZMForwardView
{@inheritDoc}
fetch() - Method in class org.zenmagick.store.view.ZMRedirectView
{@inheritDoc}
fieldLength() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create size and maxlength attributes for input fields.
fieldMessages() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Show form field specific error messages.
filter() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Filter the given list using the filters exclude($obj) method.
finaliseCoupon() - Method in class org.zenmagick.store.services.ZMCoupons
Finalise a coupon.
finaliseFiles() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Empty callback to make final adjustments to the file list before compressing to a single file.
finalizeDependencies() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Finalise dependencies.
findController() - Method in class org.zenmagick.mvc.ZMUrlManager
Find and instantiate a controller object for the given request id.
findIncludes() - Method in class org.zenmagick.core.ZMLoader
Scan (recursively) for .php files.
findMapping() - Method in class org.zenmagick.mvc.ZMUrlManager
Find a mapping for the given requestId (and viewId).
findView() - Method in class org.zenmagick.mvc.controller.ZMController
Lookup the appropriate view for the given name.
findView() - Method in class org.zenmagick.mvc.ZMUrlManager
Find and instantiate a view object for the given request id (and view id).
finish() - Method in class org.zenmagick.store.Runtime
Finish execution.
fireEvent() - Method in class org.zenmagick.core.services.misc.ZMEvents
Fire event.
fixCategoryPath() - Method in class org.zenmagick.store.utils.ZMEventFixes
Fix category path.
flattenDirStructure() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Flatten the directory structure.
flattenObject() - Method in class org.zenmagick.mvc.controller.ZMAjaxController
Flattens any given object.
fmod_round() - Method in class org.zenmagick.store.utils.ZMTools
fmod variant that can handle values < 1.
format() - Method in class org.zenmagick.store.model.ZMCurrency
Format the given amount according to this currency's rate and formatting rules.
formatAddress() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Format an address according to the countries address format.
formatCrumbtrail() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
formatLog() - Method in class org.zenmagick.core.services.misc.ZMLogging
Format error handler log line.
formatMoney() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Format the given amount according to the current currency.
FormData() - Class in package org.zenmagick.store.mvc
Form data container.
ForwardView() - Class in package org.zenmagick.store.mvc.views
Forward view.
freeProductsCount() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Checks for free products in the cart.
freeShippingCount() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Checks for free shipping.
furl() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
ZenMagick implementation of zen-cart's zen_href_link function.

G

gc() - Method in class org.zenmagick.mvc.ZMSessionHandler
Garbage collection callback.
generate() - Method in class org.zenmagick.mvc.view.ZMFunctionView
{@inheritDoc}
generate() - Method in class org.zenmagick.mvc.view.ZMForwardView
{@inheritDoc}
generate() - Method in class org.zenmagick.store.mvc.views.ZMEmailView
{@inheritDoc}
generate() - Method in class org.zenmagick.store.view.ZMRedirectView
{@inheritDoc}
generate() - Method in class org.zenmagick.store.mvc.views.ForwardView
{@inheritDoc}
generate() - Method in class org.zenmagick.mvc.view.SavantView
{@inheritDoc}
generate() - Method in class org.zenmagick.mvc.view.ZMView
Shortcut to generate the contents for the currenty set template.
generate() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
{@inheritDoc}
generateSimpleConfigForm() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
Create a simple plugin config form.
get() - Method in class org.zenmagick.core.ZMSettings
Get the value for the given setting name.
get() - Method in class org.zenmagick.store.mvc.Session
Temp.
get() - Method in class org.zenmagick.store.services.plugins.Plugin

Here, the $default parameter is always ingnored.

get() - Method in class org.zenmagick.core.ZMObject
Support to access property values by name.
getAccount() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the account for this order.
getAccount() - Method in class org.zenmagick.store.model.forms.ZMRegistrationForm
Get a populated ZMAccount instance.
getAccount() - Method in class org.zenmagick.store.mvc.Request
Get the account.
getAccount() - Method in class org.zenmagick.store.model.forms.ZMAccountForm
Get a populated ZMAccount instance.
getAccountForEmailAddress() - Method in class org.zenmagick.store.services.account.ZMAccounts
Get account for the given email address.
getAccountForId() - Method in class org.zenmagick.store.services.account.ZMAccounts
Get account for the given account id.
getAccountId() - Method in class org.zenmagick.store.mvc.Request
Get the account id.
getAccountId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the cart owner's account id.
getAccountId() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the account id.
getAccountId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Get the account id.
getAccountId() - Method in class org.zenmagick.store.mvc.Session
Get the account id.
getAccountId() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the account id.
getAccountsForEmailAddress() - Method in class org.zenmagick.store.services.account.ZMAccounts
Get all accounts (guest and registered) for the given email address.
getAdditionalImages() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get additional product images.
getAdditionalImages() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Look up additional product images.
getAddress() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Get current address (if any)
getAddress() - Method in class org.zenmagick.store.model.forms.ZMRegistrationForm
Get a populated ZMAddress instance.
getAddressesForAccountId() - Method in class org.zenmagick.store.services.account.ZMAddresses
Get all addresses for the given account id.
getAddressForId() - Method in class org.zenmagick.store.services.account.ZMAddresses
Get the address for the given id.
getAddressFormat() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the address format.
getAddressFormatForId() - Method in class org.zenmagick.store.services.account.ZMAddresses
Get the address format for the given address format id.
getAddressFormatId() - Method in class org.zenmagick.store.model.ZMCountry
Get the address format id.
getAddressFormatId() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the address format id.
getAddressLine1() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the address line.
getAll() - Method in class org.zenmagick.core.ZMSettings
Get a map of all settings.
getAllBanners() - Method in class org.zenmagick.store.services.ZMBanners
Get all banner according to zen-cart configuration.
getAllOrders() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders.
getAllOrdersQueryDetails() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders.
getAllPlugins() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Get all plugins.
getAllProducts() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get all products.
getAllProductsQueryDetails() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get all products.
getAllResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get all available results.
getAllReviews() - Method in class org.zenmagick.store.services.ZMReviews
Get all published reviews.
getAltText() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the alt text.
getAltUrl() - Method in class org.zenmagick.store.model.ZMEZPage
getAltUrlExternal() - Method in class org.zenmagick.store.model.ZMEZPage
getAmount() - Method in class org.zenmagick.store.model.ZMCouponQueue
Get the amount.
getAmount() - Method in class org.zenmagick.store.model.ZMCoupon
Get the amount.
getAmount() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Get the order total amount.
getAmount() - Method in class org.zenmagick.store.model.ZMGVRedeem
Get the amount.
getAmount() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Get the amount.
getAmount() - Method in class org.zenmagick.store.model.ZMGVReceiver
Get the amount.
getApplicationPath() - Method in class org.zenmagick.core.ZMRuntime
Get the full application path (if set).
getArgs() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
Get the method parameter.
getArgs() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the query parameter.
getAttachedMethods() - Method in class org.zenmagick.core.ZMObject
Get all attached methods for this instance.
getAttribute() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the parent attribute.
getAttributeNames() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Get the list of supported attributes.
getAttributes() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the item attributes.
getAttributes() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product attributes.
getAttributes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get selected attributes for this cart item.
getAttributesForProduct() - Method in class org.zenmagick.store.services.catalog.ZMAttributes
Load attributes for the given product and language.
getAttributeString() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Get the formatted attribute string.
getAuthor() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review author.
getAuthor() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the theme author.
getAuthorization() - Method in class org.zenmagick.store.model.account.ZMAccount
Get authorization.
getAverageRating() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the average rating.
getAverageRatingForProductId() - Method in class org.zenmagick.store.services.ZMReviews
Get the average rating for the given product id.
getBannerForId() - Method in class org.zenmagick.store.services.ZMBanners
Get a banner for the given id.
getBannerForSet() - Method in class org.zenmagick.store.services.ZMBanners
Get a random, single banner for the given symbolic banner group set (yes!) name.
getBannersForGroupName() - Method in class org.zenmagick.store.services.ZMBanners
Get one (random) or more banner based on the given banner group(s).
getBasePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the base price; this is the lowest possible product price.
getBaseURL() - Method in class org.zenmagick.store.Runtime
Get the store base URL.
getBean() - Method in class org.zenmagick.core.utils.ZMBeanUtils
Build an object based on the bean definition.
getBestSellers() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get best seller products.
getBillingAddress() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the selected billing address.
getBillingAddress() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the billing address.
getBoxContents() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Get the contents for the given box id.
getBoxesDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the path of the boxes directory.
getBoxIndex() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Get the index from the given box id.
getBoxNames() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Get the ids/names of the boxes supported by this plugin.
getCache() - Method in class org.zenmagick.core.services.cache.ZMCaches
Get a cache instance for the given group and configuration.
getCaches() - Method in class org.zenmagick.core.services.cache.ZMCaches
Get a list of all active caches.
getCalculatedPrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the calculated price.
getCalculatedPrice() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the calculated price.
getCatalogManagerRedirectView() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Create a catalog manager redirect view.
getCategories() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get all categories.
getCategories() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCouponRestrictions
Returns the category restrictions.
getCategory() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCategoryCouponRestriction
Returns the category.
getCategory() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get the item category.
getCategoryForId() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get a category for the given id.
getCategoryId() - Method in class org.zenmagick.store.mvc.Request
Get the current category id.
getCategoryId() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the category.
getCategoryPath() - Method in class org.zenmagick.store.mvc.Request
Get the current category path.
getCategoryPathArray() - Method in class org.zenmagick.store.mvc.Request
Get the category path arry.
getCategoryTree() - Method in class org.zenmagick.store.services.catalog.ZMCategories
This returns, in fact, not a real tree, but a list of all top level categories.
getChannel() - Method in class org.zenmagick.store.model.rss.ZMRss
Get channel information.
getChannel() - Method in class org.zenmagick.store.model.rss.ZMRssFeed
Get the channel.
getChapterFeed() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Generate RSS feed for EZPages chapter.
getCheckboxHiddenValueName() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
Build the hidden value element name used for checkbox rendering.
getChildIds() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get a list of all child category ids.
getChildren() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the child categories of this category.
getCity() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the city.
getClassFile() - Method in class org.zenmagick.core.ZMLoader
Get the class file for the given class name.
getClassId() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the tax class id.
getClassInfo() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Get class info.
getClassPath() - Method in class org.zenmagick.core.ZMLoader
Get the class path.
getClickCount() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the click counter.
getClientAddress() - Method in class org.zenmagick.store.mvc.Session
Get the client ip address.
getClientHostname() - Method in class org.zenmagick.store.mvc.Session
Get the client host name.
getCode() - Method in class org.zenmagick.store.model.account.ZMZone
Get the code.
getCode() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon code.
getCode() - Method in class org.zenmagick.store.model.ZMLanguage
Get the language code.
getCode() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency code.
getComment() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get optional customer comment.
getComment() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute comment.
getComment() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the comment.
getCompanyName() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the company name.
getConfig() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
getConfig() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
getConfig() - Method in class org.zenmagick.core.services.database.ZMDatabase
Get the configuration settings for this instance.
getConfig() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
getConfigGroups() - Method in class org.zenmagick.store.services.ZMConfig
Get all configuration groups.
getConfigPath() - Method in class org.zenmagick.store.services.plugins.Plugin
Get a plugin config file path.
getConfigValues() - Method in class org.zenmagick.store.services.ZMConfig
Get all config values for a given key pattern.
getConfigValues() - Method in class org.zenmagick.store.services.plugins.Plugin
Get all the config values.
getContentDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the path of the content directory.
getContentsJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxShoppingCartController
Get cart content.
getContentType() - Method in class org.zenmagick.mvc.view.ZMView
Get the content type for this view.
getContext() - Method in class org.zenmagick.store.Runtime
The application context.
getContext() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the context flags.
getContext() - Method in class org.zenmagick.mvc.ZMRequest
Get the URL context for this request.
getContext() - Method in class org.zenmagick.store.mvc.Request
{@inheritDoc}
getController() - Method in class org.zenmagick.mvc.ZMRequest
Get the controller for this request.
getCost() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Get the shipping cost.
getCountCol() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the count column SQL.
getCountries() - Method in class org.zenmagick.store.services.account.ZMCountries
Get a list of all countries.
getCountry() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the country.
getCountryForId() - Method in class org.zenmagick.store.services.account.ZMCountries
Get country for the given id.
getCountryForName() - Method in class org.zenmagick.store.services.account.ZMCountries
Get country for the given name.
getCountryId() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the countryId.
getCountryId() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the country for tax calculations (if required).
getCountryId() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the country id.
getCountryId() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Get the country id.
getCountryListJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxCountryController
Generates a JSON list of all countries.
getCouponCode() - Method in class org.zenmagick.store.model.ZMGVRedeem
Get the coupon code.
getCouponForCode() - Method in class org.zenmagick.store.services.ZMCoupons
Coupon lookup for the given code.
getCouponForId() - Method in class org.zenmagick.store.services.ZMCoupons
Coupon lookup for the given id.
getCouponQueueEntryForId() - Method in class org.zenmagick.store.services.ZMCoupons
Get a coupon queue entry.
getCreditTypes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get list of available credit types; eg promo codes, etc.
getCrumb() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Get the crumb for the given index.
getCrumbs() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Get a list of all crumbs.
getCurrencies() - Method in class org.zenmagick.store.services.locale.ZMCurrencies
Get all currencies.
getCurrency() - Method in class org.zenmagick.store.Runtime
Get the current currency.
getCurrencyCode() - Method in class org.zenmagick.store.mvc.Request
Get the currency code.
getCurrencyCode() - Method in class org.zenmagick.store.mvc.Session
Get currency code.
getCurrencyForCode() - Method in class org.zenmagick.store.services.locale.ZMCurrencies
Get the currency for the given code.
getCustomFieldInfo() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Get field info map about custom fields for the given table.
getData() - Method in class org.zenmagick.mvc.ZMSession
Get the current session data.
getDatabase() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the database.
getDatabase() - Method in class org.zenmagick.core.ZMRuntime
Get the database (provider).
getDatabases() - Method in class org.zenmagick.core.ZMRuntime
Get a list of all used databases.
getDateAdded() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the date the product was added.
getDateAdded() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the date it was added.
getDateAdded() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Get the date the group was added.
getDateAdded() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the date the review was added.
getDateAvailable() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the available date.
getDateFrom() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the from date.
getDateTo() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the to date.
getDB() - Method in class org.zenmagick.store.Runtime
Get the database dao.
getDecimalPlaces() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency decimal places.
getDecimalPoint() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency decimal point.
getDefaultAddressId() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the default address id (primary address).
getDefaultCategory() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the default category.
getDefaultCategoryForProductId() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get the default category for the given product id.
getDefaultImage() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product default image.
getDefaultImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the default image.
getDefaultLanguage() - Method in class org.zenmagick.store.Runtime
Get the default language.
getDefaultLayout() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the default layout.
getDefaultMsg() - Method in class org.zenmagick.mvc.validation.ZMRule
Get the default error message.
getDefaultProvider() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Get the default provider.
getDescription() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the description.
getDescription() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get the item description.
getDescription() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the description.
getDescription() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the description.
getDescription() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the theme description.
getDescription() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channel description.
getDescription() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Returns/echo'es the description meta tag value value for the current request.
getDescription() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon description.
getDescription() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the category description.
getDescription() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the tax descrption.
getDescription() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Get the description.
getDescription() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Get the description.
getDirectory() - Method in class org.zenmagick.store.model.ZMLanguage
Get the language directory name.
getDiscount() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Get the discount.
getDiscountAmount() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the discount amount.
getDiscountPercent() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the discount as percent value.
getDiscountType() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the discount type.
getDiscountTypeFrom() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the discount type from.
getDob() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the date of birth.
getDownloadCount() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the download count.
getDownloadsForOrderId() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get downloads for order.
getEmail() - Method in class org.zenmagick.store.model.ZMContactInfo
Get the contact email address.
getEmail() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the email address.
getEmail() - Method in class org.zenmagick.store.model.ZMGVReceiver
Get the receiver email.
getEmailFormat() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the preferred email format.
getEncoding() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channel encoding.
getEncoding() - Method in class org.zenmagick.mvc.view.ZMView
Get the content encoding.
getError() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Get the payment error (if any).
getError() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the errors.
getErrorMsg() - Method in class org.zenmagick.mvc.validation.rules.ZMFieldMatchRule
Return an appropriate error message.
getErrorMsg() - Method in class org.zenmagick.store.mvc.validation.ZMMaxFieldLengthRule
Return an appropriate error message.
getErrorMsg() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Return an appropriate error message.
getErrorMsg() - Method in class org.zenmagick.store.mvc.validation.ZMDateRule
Return an appropriate error message.
getErrorMsg() - Method in class org.zenmagick.mvc.validation.ZMRule
Return an appropriate error message.
getErrorMsg() - Method in class org.zenmagick.store.mvc.validation.ZMMinRule
Return an appropriate error message.
getErrorPage() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the error page.
getErrors() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Get errors.
getErrors() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Get the errors.
getEventLog() - Method in class org.zenmagick.core.services.misc.ZMEvents
Get the event log.
getExecutionTime() - Method in class org.zenmagick.core.ZMRuntime
Get the currently elapsed page execution time.
getExecutionTime() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
Get the elapsed time since $start.
getExecutionTime() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
Get the elapsed time since $start.
getExecutionTime() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
Get the elapsed time since $start.
getExpiryDate() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon expiry date.
getExtraDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the path of the extra directory.
getFax() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the fax number.
getFeaturedProducts() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get random featured products.
getFieldLength() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Get the field length of a particular column.
getFields() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Get the payment form fields.
getFileLines() - Method in class org.zenmagick.core.utils.ZMFileUtils
Load the given file line by line.
getFilename() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the file name.
getFileSize() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the download filesize.
getFilters() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get all filter.
getFilterSQL() - Method in class org.zenmagick.core.services.database.ZMQueryPager
Get the filter conditions.
getFinalOneTimePriceForQty() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the final one time attribute price.
getFinalPriceForQty() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the final attribute price without discount.
getFirstName() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the first name.
getFirstName() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the first name.
getFooterSort() - Method in class org.zenmagick.store.model.ZMEZPage
getFormat() - Method in class org.zenmagick.store.mvc.validation.ZMDateRule
Get the format string.
getFormat() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the format.
getFormattedParameter() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the parameter formatted as key="value" .
getFormData() - Method in class org.zenmagick.mvc.controller.ZMController
Get the form data object (if any) for this request.
getFromEmail() - Method in class org.zenmagick.store.model.ZMEmailMessage
Get the sender email address.
getFromName() - Method in class org.zenmagick.store.model.ZMEmailMessage
Get the sender name.
getFullName() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the full name.
getFullName() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the formatted full name.
getGender() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the gender.
getGender() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the gender.
getGlobal() - Method in class org.zenmagick.store.services.plugins.Plugin
Get optional files to be loaded in global scope.
getGlobal() - Method in class org.zenmagick.core.ZMLoader
Get files to be loaded in global context.
getGroup() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the group.
getGroups() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Get a list of available plugin groups.
getHandlerForType() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get a handler for the given type.
getHandlerTypes() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get all handler types.
getHeaderSort() - Method in class org.zenmagick.store.model.ZMEZPage
getHostname() - Method in class org.zenmagick.mvc.ZMRequest
Get the hostname for this request.
getHTML() - Method in class org.zenmagick.store.model.checkout.ZMPaymentField
Get the field HTML.
getHtmlText() - Method in class org.zenmagick.store.model.ZMEZPage
getIcon() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the icon.
getIcon() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Get the icon.
getId() - Method in class org.zenmagick.mvc.ZMSession
Get the session id.
getId() - Method in class org.zenmagick.store.model.ZMConfigGroup
Get the id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Get the discount id.
getId() - Method in class org.zenmagick.store.model.ZMIdNamePair
Get the id.
getId() - Method in class org.zenmagick.store.model.ZMLanguage
Get the language id.
getId() - Method in class org.zenmagick.store.model.ZMEZPage
getId() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Get the payment type id.
getId() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Get the shipping provider id.
getId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Get the coupon queue id.
getId() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the shipping provider id.
getId() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Get the shipping method id.
getId() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the tax rate idendtifier
getId() - Method in class org.zenmagick.store.model.ZMToken
Get the id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the manufacturer id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the attribute value id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the id.
getId() - Method in class org.zenmagick.store.model.account.ZMZone
Get the id.
getId() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Get the group id.
getId() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the account id.
getId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product id.
getId() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the address id.
getId() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon id.
getId() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency id.
getId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns the sorters unique id.
getId() - Method in class org.zenmagick.store.model.ZMCountry
Get the country id.
getId() - Method in class org.zenmagick.mvc.resultlist.options.ZMSortOption
Get the option id.
getId() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the order item id.
getId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the order status (history) id.
getId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns the filters unique form field name.
getId() - Method in class org.zenmagick.mvc.controller.ZMController
Get the controller id.
getId() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Get the order total id.
getId() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the id.
getId() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order id.
getId() - Method in class org.zenmagick.mvc.resultlist.options.ZMFilterOption
Get the option id.
getId() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the id.
getId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the cart item id (the sku).
getId() - Method in class org.zenmagick.store.model.layout.ZMBanner
Get the banner id.
getId() - Method in class org.zenmagick.mvc.validation.ZMRuleSet
Get the rule set id.
getId() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the download id.
getImage() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the attribute value image (if any).
getImage() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the manufacturer image.
getImage() - Method in class org.zenmagick.store.model.ZMLanguage
Get the language image.
getImage() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
getImage() - Method in class org.zenmagick.store.model.layout.ZMBanner
Get the banner image.
getImage() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the category image (if any).
getImage() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product image.
getImageHeight() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channels image height.
getImageInfo() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the categories image ino instance (if any).
getImageInfo() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the manufacturer image info.
getImageInfo() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product image info.
getImageInfo() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
getImageLink() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channels image link.
getImageTitle() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channels image title.
getImageWidth() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channels image width.
getImplementations() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Get instances of all registered providers.
getInstallationPath() - Method in class org.zenmagick.core.ZMRuntime
Get the full ZenMagick installation path.
getInstructions() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Get the optional payment instructions.
getIsoCode2() - Method in class org.zenmagick.store.model.ZMCountry
Get the country ISO code 2.
getIsoCode3() - Method in class org.zenmagick.store.model.ZMCountry
Get the country ISO code 3.
getItemPrice() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the item price.
getItems() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the items in the cart.
getItems() - Method in class org.zenmagick.store.model.rss.ZMRssFeed
Get the feed items.
getItems() - Method in class org.zenmagick.store.model.rss.ZMRss
Get feed items.
getItemTotal() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the item/line total.
getJSName() - Method in class org.zenmagick.mvc.validation.ZMRule
Get the form field name this rule is validating.
getKey() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the key.
getKeywords() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Get the keywords.
getKeywords() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Returns/echo'es the keywords meta tag value for the current request.
getKeywords() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the keyword(s).
getLabel() - Method in class org.zenmagick.store.model.checkout.ZMPaymentField
Get the field name/label.
getLangDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the path of the lang directory.
getLanguage() - Method in class org.zenmagick.store.Runtime
Get the language.
getLanguage() - Method in class org.zenmagick.store.mvc.Session
Get the language.
getLanguageCode() - Method in class org.zenmagick.store.mvc.Request
Get the language code.
getLanguageForCode() - Method in class org.zenmagick.store.services.locale.ZMLanguages
Get language for the given code.
getLanguageForId() - Method in class org.zenmagick.store.services.locale.ZMLanguages
Get language for the given id.
getLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the language id.
getLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the lanugage id.
getLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the language id.
getLanguageId() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the language id.
getLanguageId() - Method in class org.zenmagick.store.mvc.Session
Get the language id.
getLanguages() - Method in class org.zenmagick.store.services.locale.ZMLanguages
Get all languages.
getLargeImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the large image.
getLastBuildDate() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channels last build date.
getLastClick() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the date of the last click.
getLastCrumb() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Get the last crumbs name.
getLastModified() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Get the last modified date.
getLastName() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the last name.
getLastName() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the last name.
getLayout() - Method in class org.zenmagick.store.mvc.views.ZMEmailView
{@inheritDoc}
getLayout() - Method in class org.zenmagick.mvc.view.SavantView
Return the layout name.
getLayout() - Method in class org.zenmagick.store.mvc.views.ZMAdminView
{@inheritDoc}
getLayoutFor() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the layout filename for the given page.
getLeftColBoxNames() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Get the box names for the left column.
getLines() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Get the file content as single lines.
getLink() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channel link.
getLink() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get the item link.
getLoaderPolicy() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get this plugin's loader policy.
getManufacturer() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the manufacturer.
getManufacturerForId() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Get manufacturer for id.
getManufacturerForProduct() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Get the manufacturer for the given product.
getManufacturerId() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the manufacturer.
getManufacturerId() - Method in class org.zenmagick.store.mvc.Request
Get the manufacturer id.
getManufacturerId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the manufacturer id.
getManufacturers() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Get all manufacturers.
getMappedType() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
Optional mappings.
getMapping() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Get a table map.
getMapping() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the query mapping.
getMappingValue() - Method in class org.zenmagick.mvc.ZMSacsManager
Get mapping value.
getMasterCategoryId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the master category id.
getMax() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Get the maximum length.
getMaxDays() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the max number of days the download is available.
getMaxFieldLength() - Method in class org.zenmagick.store.mvc.validation.ZMMaxFieldLengthRule
Get the field length.
getMaxOrderQty() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the max quantity per order.
getMediumImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the medium image.
getMessage() - Method in class org.zenmagick.store.model.ZMContactInfo
Get the message.
getMessage() - Method in class org.zenmagick.store.model.ZMGVReceiver
Get the message.
getMessage() - Method in class org.zenmagick.store.model.ZMEmailMessage
Get the message.
getMessages() - Method in class org.zenmagick.store.mvc.Session
Get all session messages.
getMessages() - Method in class org.zenmagick.store.services.plugins.Plugin
Get optional installation messages.
getMessages() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Get all messages.
getMessages() - Method in class org.zenmagick.mvc.validation.ZMValidator
If a validation was not successful, corresponding error messages will be available here.
getMetaData() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
getMetaData() - Method in class org.zenmagick.core.services.database.ZMDatabase
Get meta data.
getMetaData() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
getMetaData() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
getMetaTagDetails() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get meta tag details if available.
getMetaTagDetails() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get meta tag details if available.
getMetaTagDetailsForId() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get meta tag details for the given id and language.
getMetaTagDetailsForId() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get meta tag details for the given id and language.
getMethod() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
Get the method name.
getMethod() - Method in class org.zenmagick.mvc.ZMRequest
Get the request method.
getMin() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Get the minimum length.
getMinOrderAmount() - Method in class org.zenmagick.store.model.ZMCoupon
Get the minimum order amount.
getMinOrderQty() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the min quantity per order.
getModel() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the model.
getModel() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the model.
getModel() - Method in class org.zenmagick.store.mvc.Request
Get the request model number.
getModelClass() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the query model class.
getMsg() - Method in class org.zenmagick.mvc.validation.ZMRule
Get the custom error message.
getName() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the item name.
getName() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the name.
getName() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns the sorter name.
getName() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the order status name.
getName() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns the filter name.
getName() - Method in class org.zenmagick.mvc.resultlist.options.ZMSortOption
Get the option name.
getName() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the category name.
getName() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product name.
getName() - Method in class org.zenmagick.mvc.validation.ZMRule
Get the parameter name this rule is validating.
getName() - Method in class org.zenmagick.mvc.resultlist.options.ZMFilterOption
Get the option name.
getName() - Method in class org.zenmagick.store.model.ZMLanguage
Get the language name.
getName() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the attribute value name.
getName() - Method in class org.zenmagick.store.mvc.Session
Get the session name.
getName() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
getName() - Method in class org.zenmagick.store.model.ZMConfigGroup
Get the name.
getName() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Get the name.
getName() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Get the name.
getName() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the manufacturer name.
getName() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute name.
getName() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency name.
getName() - Method in class org.zenmagick.store.mvc.ZMZenCartUserSacsHandler
{@inheritDoc}
getName() - Method in class org.zenmagick.mvc.ZMSacsHandler
Get the unique handler name.
getName() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the shipping provider name.
getName() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Get the shipping provider name.
getName() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon name.
getName() - Method in class org.zenmagick.store.model.ZMCountry
Get the country name.
getName() - Method in class org.zenmagick.store.model.checkout.ZMPaymentType
Get the payment name.
getName() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the name.
getName() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Get the order total name.
getName() - Method in class org.zenmagick.store.model.ZMContactInfo
Get the contact name.
getName() - Method in class org.zenmagick.store.model.account.ZMZone
Get the name.
getName() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the theme name.
getName() - Method in class org.zenmagick.store.model.ZMGVReceiver
Get the receiver name.
getName() - Method in class org.zenmagick.store.model.ZMIdNamePair
Get the name.
getName() - Method in class org.zenmagick.store.mvc.tools.ZMCrumb
Get the name.
getName() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Get the shipping method name.
getName() - Method in class org.zenmagick.mvc.ZMSession
Get the session name.
getNewProducts() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get random new products.
getNewToken() - Method in class org.zenmagick.store.services.ZMTokens
Get a new token for the given resource.
getNextPageNumber() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the next page number.
getNickName() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the nick name.
getNumberOfPages() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the calculated number of pages.
getNumberOfResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Count all results.
getOffers() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product offers.
getOneTimeCharge() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get optional one time charges for this item.
getOneTimePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the final one time price.
getOptions() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMCategoryFilter
Returns a list of all available filter values.
getOptions() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMManufacturerFilter
Returns a list of all available filter values.
getOptions() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns a list of all available filter values.
getOptions() - Method in class org.zenmagick.store.mvc.widgets.ZMorderStatusSelectFormWidget
Get the options map.
getOptions() - Method in class org.zenmagick.store.mvc.widgets.ZMCountrySelectFormWidget
Get the options map.
getOptions() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
Get the options map.
getOptions() - Method in class org.zenmagick.store.mvc.widgets.ZMManufacturerSelectFormWidget
Get the options map.
getOptions() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMOrderSorter
Returns one or more ZMSortOptions supported by this sorter.
getOptions() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns one or more ZMSortOptions supported by this sorter.
getOptions() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMProductSorter
Returns one or more ZMSortOptions supported by this sorter.
getOrderDate() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order date.
getOrderDate() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the order date.
getOrderForId() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get order for the given id.
getOrderFormContent() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Returns the order form elements.
getOrderFormURL() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Returns the URL for the actual order form.
getOrderId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Get the order id.
getOrderId() - Method in class org.zenmagick.store.mvc.Request
Get the current order id.
getOrderId() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the order id.
getOrderId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the order id.
getOrderItemId() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the order item id.
getOrderItems() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order items.
getOrderItems() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get order items.
getOrdersForAccountId() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders for the given account id.
getOrdersForAccountIdQueryDetails() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders for the given account id.
getOrdersForStatusId() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders for a given order status.
getOrdersForStatusIdQueryDetails() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get all orders for a given order status.
getOrderStatusHistory() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order status history.
getOrderStatusHistoryForId() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get order status history for order id.
getOrderStatusId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Get the order status id.
getOrderStatusId() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order status [id].
getOrderStatusList() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get a list of all order stati.
getOrderTotal() - Method in class org.zenmagick.store.model.order.ZMOrder
Get order total for the given name.
getOrderTotals() - Method in class org.zenmagick.store.model.order.ZMOrder
Get all order totals.
getOrderTotals() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get order totals.
getOther() - Method in class org.zenmagick.mvc.validation.rules.ZMFieldMatchRule
Get the other field name.
getPageBase() - Method in class org.zenmagick.store.mvc.Request
Get the page base url.
getPageEventHandler() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get an event handler for a page.
getPageForId() - Method in class org.zenmagick.store.services.ZMEZPages
Get page for id.
getPageIndex() - Method in class org.zenmagick.store.mvc.Request
Get the current page index (if available).
getPageNumber() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the page number (1-based).
getPagesForChapterId() - Method in class org.zenmagick.store.services.ZMEZPages
Get all pages for for a given chapter.
getPagesForFooter() - Method in class org.zenmagick.store.services.ZMEZPages
Get all footer pages.
getPagesForHeader() - Method in class org.zenmagick.store.services.ZMEZPages
Get all header pages.
getPagesForSidebar() - Method in class org.zenmagick.store.services.ZMEZPages
Get all sidebar pages.
getPagination() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the configured pagination.
getParameter() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Get the parameter.
getParameter() - Method in class org.zenmagick.mvc.ZMRequest
Generic access method for request parameter.
getParameterMap() - Method in class org.zenmagick.mvc.ZMRequest
Get the complete parameter map.
getParent() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the parent category (if any).
getParentId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the parent category id (if any).
getPassword() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the password.
getPath() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the category path.
getPathArray() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the category path array.
getPaymentMethodId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the id of the selected payment method.
getPaymentsJavaScript() - Method in class org.zenmagick.store.services.checkout.ZMPayments
Generate the JavaScript for the payment form validation.
getPaymentsJavaScript() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Generate the JavaScript for the payment form validation.
getPaymentType() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the payment type.
getPaymentType() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the selected payment type.
getPaymentTypes() - Method in class org.zenmagick.store.services.checkout.ZMPayments
Get the available payment types.
getPaymentTypes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get a list of the available payment types.
getPhone() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the phone number.
getPlugin() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
Get the plugin.
getPlugin() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Get the plugin.
getPluginAdminView() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Create a configured admin view.
getPluginBasePath() - Method in class org.zenmagick.core.ZMRuntime
Return the plugin base directory.
getPluginContext() - Method in class org.zenmagick.store.Runtime
Get the context for plugins.
getPluginDirectory() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the plugin directory.
getPluginForId() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Get the plugin for the given id.
getPluginIdsForGroup() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Generate a full list of plugin ids for the given group.
getPluginPathPrefix() - Method in class org.zenmagick.store.Runtime
Return the base path for plugin URIs.
getPluginsForGroup() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Get all plugins for the given group.
getPostcode() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Get the postcode.
getPostcode() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the postcode.
getPreviousPageNumber() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the previous page number.
getPrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the calculated product price.
getPrice() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Get the calculated discount price.
getPrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the final (and discounted) value price.
getPriceFactorCharge() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the price factor charge.
getPriceFrom() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Set the price from.
getPriceGroup() - Method in class org.zenmagick.store.model.account.ZMAccount
Get a price group.
getPriceGroupForId() - Method in class org.zenmagick.store.services.catalog.ZMGroupPricing
Get a price group for the given id.
getPriceGroupId() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the price group id.
getPriceGroups() - Method in class org.zenmagick.store.services.catalog.ZMGroupPricing
Get all price groups.
getPricePrefix() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the price prefix.
getPriceSorter() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product price sorter.
getPriceTo() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the price to.
getProduct() - Method in class org.zenmagick.store.model.checkout.coupons.ZMProductCouponRestriction
Returns the product.
getProduct() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the product this item is associated with.
getProduct() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the product this item is associated to.
getProduct() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsWriteController
Get the product.
getProductAssociationsForCategoryId() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get associated products for the given category.
getProductAssociationsForProductId() - Method in class org.zenmagick.store.provider.ZMSimilarOrderProductAssociationHandler
{@inheritDoc}
getProductAssociationsForProductId() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get product associations for the given product, type and parameter.
getProductAssociationsForProductId() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociationHandler
Get product associations for the given product, type and parameter.
getProductAssociationsForShoppingCart() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get associated products for the given shopping cart.
getProductAssociationsForType() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get product associations for the given type and parameter.
getProductForId() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get a product for the given product id.
getProductForIdJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxCatalogController
Get product information for the given product id.
getProductForModel() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get a product for the given model name.
getProductId() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the product id.
getProductId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review product id.
getProductId() - Method in class org.zenmagick.store.model.catalog.ZMProductAssociation
Get the (source) product id of this association.
getProductId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the plain product id of this item.
getProductId() - Method in class org.zenmagick.store.mvc.Request
Get the product id.
getProductId() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the order item product id.
getProductId() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Get the product id.
getProductId() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the product id.
getProductIds() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMCategoryFilter
getProductIdsForCategoryId() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get list of all active product ids for a given category.
getProductImage() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review product image.
getProductImageInfo() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review product image info.
getProductName() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review product name.
getProductPrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product price.
getProductPrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the product price.
getProducts() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCouponRestrictions
Returns the product restrictions.
getProductsFeed() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Generate RSS feed for products.
getProductsForCategoryId() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get all (active) products for the given category id.
getProductsForCategoryIdJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxCatalogController
Get products for the given category id.
getProductsForCategoryIdQueryDetails() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get all (active) products for the given category id.
getProductsForIds() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Load a list of products.
getProductsForManufacturerId() - Method in class org.zenmagick.store.services.catalog.ZMProducts
getProductsForSQL() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Execute the given SQL and return the resulting product.
getProductTemplate() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Find the product template for a given product.
getProductTypeIds() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get the allowed product types (ids) for the given category id.
getProductTypeIds() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get a list of allowed product types.
getProductTypeSetting() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Test if a given product type option is enabled for a given product.
getProperties() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get all properties.
getProperties() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get all properties.
getProperty() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Custom get method for properties that do not have a dedicated access method.
getProperty() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Custom get method for properties that do not have a dedicated access method.
getPropertyMap() - Method in class org.zenmagick.core.utils.ZMBeanUtils
Get the property mapping for a given class/object.
getPropertyNames() - Method in class org.zenmagick.core.ZMObject
Get a list of all properties.
getProvider() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Get the shipping provider.
getPubDate() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get the item publish date.
getQty() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
getQty() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the quantity.
getQty() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the cart quantity for the given product.
getQtyBoxStatus() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the quantity box status.
getQtyOrderUnits() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the quantity units.
getQtyPrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get one time charge (if any) for the given range and quantity.
getQuantity() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Get the upper quantity [excl.].
getQuantity() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the number of items in the cart.
getQuantity() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the quantity.
getQuantityDiscounts() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get quantity discounts, if any.
getQueryDetails() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMOrderSorter
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.store.services.checkout.ZMOrders
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMProductSorter
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMCategoryFilter
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.store.services.catalog.ZMProducts
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMManufacturerFilter
{@inheritDoc}
getQueryDetails() - Method in class org.zenmagick.core.services.database.ZMSQLAware
Get query details.
getQueryDetails() - Method in class org.zenmagick.store.mvc.resultlist.filter.ZMOrderStatusIdFilter
{@inheritDoc}
getQueryString() - Method in class org.zenmagick.mvc.ZMRequest
Get the full query string.
getRandomReviews() - Method in class org.zenmagick.store.services.ZMReviews
Get a random review.
getRate() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the tax rate.
getRate() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency rate.
getRating() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the rating.
getRecipient() - Method in class org.zenmagick.store.model.ZMContactInfo
Get the recipient.
getRedirectView() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Create a plugin admin redirect view.
getRedirectViewForId() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Create a configured redirect view.
getRef() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Get the message reference.
getReferral() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the referral.
getRegexp() - Method in class org.zenmagick.mvc.validation.rules.ZMRegexpRule
Get the regular expression.
getReleased() - Method in class org.zenmagick.store.model.ZMCouponQueue
Get the release flag value.
getRequest() - Method in class org.zenmagick.toolbox.ZMToolboxTool
Get the request.
getRequestId() - Method in class org.zenmagick.store.mvc.Request
{@inheritDoc}
getRequestId() - Method in class org.zenmagick.mvc.ZMRequest
Get the request id.
getResource() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
getResource() - Method in class org.zenmagick.core.services.database.ZMDatabase
Get the underlying, implementation specific resource used to access the database.
getResource() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
getResource() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
getResourcePath() - Method in class org.zenmagick.mvc.view.ZMSavantView
Get the array of locations to search for resources.
getRestrictions() - Method in class org.zenmagick.store.model.ZMCoupon
Get coupon restrictions.
getRestrictionsForCouponId() - Method in class org.zenmagick.store.services.ZMCoupons
Load coupon restrictions for the given coupon id.
getResultClass() - Method in class org.zenmagick.mvc.resultlist.ZMResultSource
Get the class name of the results.
getResultClass() - Method in class org.zenmagick.store.mvc.resultlist.sources.ZMSearchResultSource
{@inheritDoc}
getResultClass() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
{@inheritDoc}
getResultClass() - Method in class org.zenmagick.mvc.resultlist.sources.ZMArrayResultSource
{@inheritDoc}
getResults() - Method in class org.zenmagick.store.mvc.resultlist.sources.ZMSearchResultSource
{@inheritDoc}
getResults() - Method in class org.zenmagick.mvc.resultlist.sources.ZMArrayResultSource
{@inheritDoc}
getResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultSource
Get the results.
getResults() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
{@inheritDoc}
getResults() - Method in class org.zenmagick.core.services.database.ZMQueryPager
Get results.
getResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get the results for the current page.
getReverseId() - Method in class org.zenmagick.mvc.resultlist.options.ZMSortOption
Get the reverse option id.
getReviewCount() - Method in class org.zenmagick.store.services.ZMReviews
Get the number of reviews for the given product (id).
getReviewCount() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the number of reviews for this product.
getReviewForId() - Method in class org.zenmagick.store.services.ZMReviews
Get the review for the given review id.
getReviewId() - Method in class org.zenmagick.store.mvc.Request
Get the current review id.
getReviewsFeed() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Generate RSS feed for reviews.
getReviewsForProductId() - Method in class org.zenmagick.store.services.ZMReviews
Get all reviews for the given product id.
getRightColBoxNames() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Get the box names for the right column.
getRootDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the full filename for the themes root directory.
getRules() - Method in class org.zenmagick.mvc.validation.ZMRuleSet
Get the validation rules.
getRuleSet() - Method in class org.zenmagick.mvc.validation.ZMValidator
Get a ZMRuleSet for the given id/name.
getSaleDiscountTypeInfo() - Method in class org.zenmagick.store.services.catalog.ZMSaleMaker
Get sale discount type info.
getSalePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the discount price.
getSavant() - Method in class org.zenmagick.mvc.view.ZMSavantView
Get a preconfigured Savant3 instance.
getSelectedPaymentType() - Method in class org.zenmagick.store.services.checkout.ZMPayments
Get the selected payment type.
getSelectedValues() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns a list of active filter values.
getSession() - Method in class org.zenmagick.mvc.ZMRequest
Get the current session.
getSetFunction() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the set function.
getShippingAddress() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the current shipping address.
getShippingAddress() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the shipping address.
getShippingId() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Get the shipping id.
getShippingMethod() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the selected shipping method.
getShippingMethodCount() - Method in class org.zenmagick.store.services.checkout.ZMShipping
getShippingMethodForId() - Method in class org.zenmagick.store.services.checkout.ZMShipping
getShippingMethodId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the selected shipping method id.
getShippingMethods() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Get available shipping methods for the given address.
getShippingMethods() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the available shipping methods.
getShippingMethodsJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxCheckoutController
Get all available shipping methods.
getShippingProvider() - Method in class org.zenmagick.store.services.checkout.ZMShipping
getShippingProviders() - Method in class org.zenmagick.store.services.checkout.ZMShippingProviders
Get a list of shipping providers.
getShippingProvidersForAddress() - Method in class org.zenmagick.store.services.checkout.ZMShippingProviders
Get a list of all shipping providers for the given address.
getShoppingCart() - Method in class org.zenmagick.store.mvc.Request
Get the current shopping cart.
getSidebarSort() - Method in class org.zenmagick.store.model.ZMEZPage
getSize() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the size of the cart.
getSorters() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Get all configured sorter.
getSortId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns the sorters sort id.
getSortId() - Method in class org.zenmagick.store.mvc.Request
Get the current sort id.
getSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute sort order.
getSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the srt order.
getSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the attribute value sort order.
getSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Get the sort order.
getSortOrder() - Method in class org.zenmagick.store.services.plugins.Plugin
Get the sort order.
getSpecialPrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product special price.
getSpecialPrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the special price.
getSpecials() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get random products marked as specials.
getSql() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Get the sql.
getStartDate() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon start date.
getState() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the state.
getStateId() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Get the state id.
getStatic() - Method in class org.zenmagick.core.ZMLoader
Returns a list of all the static code in this loaders path.
getStaticPageList() - Method in class org.zenmagick.store.services.themes.ZMTheme
Get a list of available static pages.
getStats() - Method in class org.zenmagick.core.ZMLoader
Get loader stats.
getStats() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
getStats() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
getStats() - Method in class org.zenmagick.core.services.database.ZMDatabase
Get some stats about database usage.
getStats() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
getStats() - Method in class org.zenmagick.store.mvc.widgets.ZMReservedQtyWidget
Get stats.
getStatus() - Method in class org.zenmagick.store.model.order.ZMDownload
Get the status of the corresponding order.
getStatus() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product status.
getStatusName() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order status name [read only]
getSticky() - Method in class org.zenmagick.store.mvc.Request
{@inheritDoc}
getSticky() - Method in class org.zenmagick.mvc.ZMRequest
Check if a sticky url exists that should be loaded (after a login).
getStringValue() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
{@inheritDoc}
getStringValue() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Get a stringified version of the value suitable for storing.
getSubPageName() - Method in class org.zenmagick.store.mvc.Request
Get the sub page name; this is the contents name for static pages.
getSubscribedProductIds() - Method in class org.zenmagick.store.services.account.ZMAccounts
Get subscribed product ids.
getSubscribedProducts() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the subscribed product ids.
getSubTotal() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the cart subtotal.
getSubtotal() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Get the subtotal.
getSuburb() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the suburb.
getSymbolLeft() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency symbox (left).
getSymbolRight() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency symbox (right).
getTableNames() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Get a list of all available tables.
getTax() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Get the tax.
getTaxAddress() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the tax address for this cart.
getTaxClassId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
getTaxClassId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the tax class id.
getTaxDescription() - Method in class org.zenmagick.store.services.ZMTaxRates
Get the tax description for the give tax details.
getTaxRate() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Get the tax rate for this item.
getTaxRate() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the tax rate.
getTaxRate() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the tax rate.
getTaxRate() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Get the tax rate for the product.
getTaxRate() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Get the tax rate.
getTaxRate() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Get the shipping tax rate.
getTaxRateForClassId() - Method in class org.zenmagick.store.services.ZMTaxRates
Get tax for the given parameter.
getTaxRateForDescription() - Method in class org.zenmagick.store.services.ZMTaxRates
Get the tax rate for the given description.
getTemplate() - Method in class org.zenmagick.mvc.view.ZMView
Get the template name.
getTemplatePath() - Method in class org.zenmagick.store.mvc.views.ZMPluginView
{@inheritDoc}
getTemplatePath() - Method in class org.zenmagick.store.mvc.views.ZMAdminView
{@inheritDoc}
getTemplatePath() - Method in class org.zenmagick.mvc.view.SavantView

To allow theme inheritance, both the default and active theme's content folders are returned.

getTemplatePath() - Method in class org.zenmagick.mvc.ZMRequest
Get the template path.
getTemplatePath() - Method in class org.zenmagick.mvc.view.ZMSavantView
Get the array of locations to search for templates.
getText() - Method in class org.zenmagick.store.model.layout.ZMBanner
Get the banner text.
getText() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the review text.
getText() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Get the message text.
getTheme() - Method in class org.zenmagick.store.Runtime
Get the current theme.
getThemeForId() - Method in class org.zenmagick.store.services.themes.ZMThemes
Get ZMTheme instance for the given theme Id.
getThemeId() - Method in class org.zenmagick.store.services.themes.ZMTheme
Get this themes id.
getThemeId() - Method in class org.zenmagick.store.Runtime
Get the effective theme id.
getThemeId() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the theme id.
getThemeInfo() - Method in class org.zenmagick.store.services.themes.ZMTheme
Get the ZMThemeInfo for this theme.
getThemeInfoForId() - Method in class org.zenmagick.store.services.themes.ZMThemes
Get ZMThemeInfo instance for the current (or given) theme Id.
getThemeInfoList() - Method in class org.zenmagick.store.services.themes.ZMThemes
Get a list of all available themes.
getThemesDir() - Method in class org.zenmagick.store.Runtime
Return the directory containing all themes.
getThemesPathPrefix() - Method in class org.zenmagick.store.Runtime
Return the base path for theme URIs.
getThousandsPoint() - Method in class org.zenmagick.store.model.ZMCurrency
Get the currency thousands point.
getTitle() - Method in class org.zenmagick.store.model.ZMEZPage
getTitle() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Get the title.
getTitle() - Method in class org.zenmagick.store.model.layout.ZMBanner
Get the banner title.
getTitle() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Returns/echo'es the page title.
getTitle() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Get the title.
getTitle() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Simple title generator based on the page name.
getTitle() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Get the title.
getTitle() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Get the item title.
getTitle() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Get the channel title.
getTocChapter() - Method in class org.zenmagick.store.model.ZMEZPage
getTocSort() - Method in class org.zenmagick.store.model.ZMEZPage
getToEmail() - Method in class org.zenmagick.store.model.ZMEmailMessage
Get the recipient email address.
getToken() - Method in class org.zenmagick.mvc.ZMSession
Get the session token.
getToken() - Method in class org.zenmagick.store.mvc.Session
Get the session security token.
getTokenForHash() - Method in class org.zenmagick.store.services.ZMTokens
Get a token for the given hash.
getTokenForResource() - Method in class org.zenmagick.store.services.ZMTokens
Get all token for a given resource.
getToName() - Method in class org.zenmagick.store.model.ZMEmailMessage
Get the receiver name.
getToolbox() - Method in class org.zenmagick.toolbox.ZMToolboxTool
Get the toolbox.
getToolbox() - Method in class org.zenmagick.mvc.ZMRequest
Get the toolbox for this request.
getTools() - Method in class org.zenmagick.mvc.utils.ZMToolbox
Get a map of all tools.
getTotal() - Method in class org.zenmagick.store.model.order.ZMOrder
Get the order total.
getTotal() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the cart total.
getTotalNumberOfResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultSource
Total number of results.
getTotalNumberOfResults() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
{@inheritDoc}
getTotalNumberOfResults() - Method in class org.zenmagick.mvc.resultlist.sources.ZMArrayResultSource
{@inheritDoc}
getTotalNumberOfResults() - Method in class org.zenmagick.core.services.database.ZMQueryPager
Get total number of results.
getTotalNumberOfResults() - Method in class org.zenmagick.store.mvc.resultlist.sources.ZMSearchResultSource
{@inheritDoc}
getTotals() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the order totals.
getType() - Method in class org.zenmagick.store.mvc.Session
Returns the current session type.
getType() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociationHandler
Get the type this handler handles.
getType() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the account type.
getType() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Get the message type.
getType() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute type.
getType() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Get the order total type.
getType() - Method in class org.zenmagick.store.model.ZMCoupon
Get the coupon type.
getType() - Method in class org.zenmagick.store.provider.ZMSimilarOrderProductAssociationHandler
{@inheritDoc}
getTypeSetting() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product type config values for this product.
getUrl() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product url.
getUrl() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Get the manufacturer url.
getUrl() - Method in class org.zenmagick.store.model.layout.ZMBanner
Get the banner URL.
getURL() - Method in class org.zenmagick.store.mvc.tools.ZMCrumb
Get the url (if any).
getUseFunction() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the use function.
getUsesPerCoupon() - Method in class org.zenmagick.store.model.ZMCoupon
Get the uses per coupon.
getUsesPerUser() - Method in class org.zenmagick.store.model.ZMCoupon
Get the uses per coupon.
getValue() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Get the value.
getValue() - Method in class org.zenmagick.store.mvc.Session
Get a session value.
getValue() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Get the discount value (amount, percent, etc).
getValue() - Method in class org.zenmagick.mvc.ZMSession
Get a session value.
getValue() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Get the order total value.
getValue() - Method in class org.zenmagick.store.model.ZMConfigValue
Get the value.
getValue() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
Overload to evaluate as boolean.
getValue() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns the filter value.
getValuePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the value price.
getValues() - Method in class org.zenmagick.mvc.validation.rules.ZMListRule
Get values.
getValues() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Get the attribute values.
getVars() - Method in class org.zenmagick.mvc.view.ZMView
Get all available variables in this view.
getVersion() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Get the version.
getVersion() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the theme version.
getView() - Method in class org.zenmagick.mvc.controller.ZMController
Get the current view.
getViewCount() - Method in class org.zenmagick.store.model.catalog.ZMReview
Get the view counter.
getViewDir() - Method in class org.zenmagick.mvc.view.SavantView
Get the views dir.
getViewForFkt() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxAdmin
Get a view for the given function value.
getViewId() - Method in class org.zenmagick.mvc.view.ZMView
Get the view id.
getViewsDir() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Get the views directory.
getViewsDir() - Method in class org.zenmagick.store.services.themes.ZMTheme
Return the path of the views directory.
getVoucherBalance() - Method in class org.zenmagick.store.model.account.ZMAccount
Get the voucher balance.
getVoucherBalanceForAccountId() - Method in class org.zenmagick.store.services.ZMCoupons
Get the coupon/voucher balance for the given account.
getWeight() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Get the carts weight.
getWeight() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Get the product weight.
getWeight() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the attribute weight.
getWeightPrefix() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Get the weight prefix.
getZCAddress() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Get a zen-cart style address (array).
getZCShoppingCart() - Method in class org.zenmagick.store.mvc.Session
Get the current shopping cart.
getZCThemeId() - Method in class org.zenmagick.store.services.themes.ZMThemes
Get the configured zen-cart theme id (aka the template directory name).
getZenModules() - Method in class org.zenmagick.store.services.checkout.ZMPayments
Get the zen-cart payment modules.
getZoneCode() - Method in class org.zenmagick.store.services.account.ZMCountries
Get the zone code for the given country and zone id.
getZoneId() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the zone for tax calculations (if required).
getZoneId() - Method in class org.zenmagick.store.model.account.ZMAddress
Get the zone id.
getZoneId() - Method in class org.zenmagick.store.model.ZMTaxRate
Get the zone id.
getZonesForCountryId() - Method in class org.zenmagick.store.services.account.ZMCountries
Get all zones for the given country id.
getZonesForCountryIdJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxCountryController
Generates a JSON list of all zones for the requested country id.

H

handleCrumbtrail() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsWriteController
Handle crumbtrail.
handleCrumbtrail() - Method in class org.zenmagick.store.mvc.controller.ZMTellAFriendController
Handle crumbtrail.
handleRequest() - Method in class org.zenmagick.mvc.ZMDispatcher
Handle a request.
hasAttributes() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Checks if the item has associated attributes.
hasAttributes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Check if this cart item has attributes or not.
hasAttributes() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Check if this product has attributes or not.
hasBillingAddress() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Checks if the cart has a billing address.
hasCategories() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCouponRestrictions
Checks if there are categories.
hasChildren() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Checks if this category has children.
hasComment() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Checks if a comment exists for this status.
hasContents() - Method in class org.zenmagick.store.model.rss.ZMRss
Returns true if contents is available.
hasDefaultLayout() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Check if the theme has a default layout.
hasError() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Checks if errors are logged for this provider.
hasErrors() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Check for errors.
hasErrors() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Checks if errors are logged for this provider.
hasFilters() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Check if any filter are active.
hasIcon() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Checks if an icon exists for this provider.
hasIcon() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Checks if an icon exists for this provider.
hasImage() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Check if a manufacturer image exists.
hasImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Check if there is an image.
hasImage() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Checks if the channel has an image.
hasImage() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if this value has an associated image.
hasLargeImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Check if there is a large image.
hasLayout() - Method in class org.zenmagick.store.services.themes.ZMTheme
Check if a layout is configured for the given page.
hasMediumImage() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Check if there is a medium image.
hasMessage() - Method in class org.zenmagick.store.model.ZMEmailMessage
Check if there is a message.
hasMessage() - Method in class org.zenmagick.store.model.ZMGVReceiver
Check if there is a message.
hasMessages() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Checks if there are any messages available.
hasNextPage() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Check if a next page is available.
hasOneTimeCharge() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Check if this item has a one time charge attached.
hasOutOfStockItems() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Check for out of stock items.
hasPageEventHandler() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Check if a event handler exists for the given event and page.
hasParent() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Checks if the catgory has a parent.
hasPreviousPage() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Check if a previous page is available.
hasProducts() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCouponRestrictions
Checks if there are products.
hasProductSubscriptions() - Method in class org.zenmagick.store.model.account.ZMAccount
Checks if the user has product subscriptions.
hasRestrictions() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCouponRestrictions
Checks if there are restrictions.
hasResults() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Checks if there are results available.
hasReviews() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if reviews exist for this product.
hasRuleSet() - Method in class org.zenmagick.mvc.validation.ZMValidator
Check if a ZMRuleSet exists for the given id.
hasSetFunction() - Method in class org.zenmagick.store.model.ZMConfigValue
Check if a set function is set or not.
hasShippingAddress() - Method in class org.zenmagick.store.model.order.ZMOrder
Checks if the order has a shipping address.
hasShippingAddress() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Checks if the cart has a shipping address.
hasShippingMethods() - Method in class org.zenmagick.store.model.checkout.ZMShippingProvider
Checks if shipping methods are available from this provider.
hasShippingProvider() - Method in class org.zenmagick.store.services.checkout.ZMShipping
hasSorters() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Check if any sorter are configured.
hidden() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create hidden elements from the given map or query args.
hiddenCartFields() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create all required hidden form fields for a given shoppin cart item.
hiddenList() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create a group of hidden form fields with a common name (ie.
hrefTarget() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Create a HTML target or onclick attribute for a HTML <a> tag.

I

idpSelect() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create a id/name pair based select box.
ifModifiedSince() - Method in class org.zenmagick.store.utils.ZMTools
Helper for conditional get support.
ignoreFile() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Decide whether a ignore a file completely or not.
image() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Creates a HTML <img> tag for the given ZMImageInfo.
image() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Create an absolute image path/URL for the given image.
inArray() - Method in class org.zenmagick.store.utils.ZMTools
Check if the given value exists in the array or comma separated list.
inArray() - Method in class org.zenmagick.core.utils.ZMLangUtils
Check if the given value exists in the array or comma separated list.
init() - Method in class org.zenmagick.core.services.cache.ZMCache
Init the instance.
init() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
init() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Init this plugin.
init() - Method in class org.zenmagick.store.services.plugins.Plugin
Init this plugin.
init() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
init() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
init() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
initMetaTags() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Set up all required internal structures.
initPluginForId() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Convenience method to init a single plugin.
initPluginsForGroups() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Init all plugins for the given group(s).
initPluginsForId() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Init all plugins of the given type and scope.
initRequest() - Method in class org.zenmagick.mvc.ZMRequestHandler
Request init processing.
initTools() - Method in class org.zenmagick.mvc.utils.ZMToolbox
Init all tools.
insertJSValidation() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Convenience method that will generate the JavaScript validation rules and include the generic validation code.
install() - Method in class org.zenmagick.store.services.plugins.Plugin
Install this plugin.
install() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Install this plugin.
instance() - Method in class org.zenmagick.mvc.ZMRequest
Get instance.
instance() - Method in class org.zenmagick.mvc.ZMSacsManager
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMCoupons
Get instance.
instance() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMEZPages
Get instance.
instance() - Method in class org.zenmagick.store.services.themes.ZMThemes
Get instance.
instance() - Method in class org.zenmagick.mvc.ZMUrlManager
Get instance.
instance() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMBanners
Get instance.
instance() - Method in class org.zenmagick.store.service.Plugins
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMConfig
Get instance.
instance() - Method in class org.zenmagick.store.services.checkout.ZMShipping
Get instance.
instance() - Method in class org.zenmagick.core.ZMLoader
Get the root loader.
instance() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Get instance.
instance() - Method in class org.zenmagick.store.services.account.ZMCountries
Get instance.
instance() - Method in class org.zenmagick.store.services.account.ZMAddresses
Get instance.
instance() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Get instance.
instance() - Method in class org.zenmagick.store.services.checkout.ZMPayments
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMTokens
Get instance.
instance() - Method in class org.zenmagick.store.services.account.ZMAccounts
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMAttributes
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Get instance.
instance() - Method in class org.zenmagick.core.services.cache.ZMCaches
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMGroupPricing
Get instance.
instance() - Method in class org.zenmagick.mvc.validation.ZMValidator
Get instance.
instance() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Get instance.
instance() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Get instance.
instance() - Method in class org.zenmagick.store.services.catalog.ZMSaleMaker
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMTaxRates
Get instance.
instance() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Get instance.
instance() - Method in class org.zenmagick.store.services.locale.ZMCurrencies
Get instance.
instance() - Method in class org.zenmagick.core.services.misc.ZMEvents
Get instance.
instance() - Method in class org.zenmagick.core.services.misc.ZMLogging
Get instance.
instance() - Method in class org.zenmagick.store.services.ZMReviews
Get instance.
instance() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Get instance.
instance() - Method in class org.zenmagick.store.services.checkout.ZMShippingProviders
Get instance.
instance() - Method in class org.zenmagick.store.services.locale.ZMLanguages
Get instance.
isActive() - Method in class org.zenmagick.mvc.resultlist.options.ZMFilterOption
Check if this option is active.
isActive() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMOrderSorter
Returns true if this sorter is currently active.
isActive() - Method in class org.zenmagick.store.model.layout.ZMBanner
Check if the banner is active.
isActive() - Method in class org.zenmagick.mvc.resultlist.options.ZMSortOption
Check if this option is active.
isActive() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMProductSorter
Returns true if this sorter is currently active.
isActive() - Method in class org.zenmagick.store.model.catalog.ZMReview
Check if this review is active.
isActive() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns true if this sorter is currently active.
isActive() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Checks if this category is active; ie.
isActive() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns true if this filter is currently active.
isActive() - Method in class org.zenmagick.store.model.ZMCoupon
Check if this coupon is active.
isAdmin() - Method in class org.zenmagick.store.mvc.Request
Check if we are running as admin.
isAllowed() - Method in class org.zenmagick.store.model.checkout.coupons.ZMCategoryCouponRestriction
Check if allowed.
isAllowed() - Method in class org.zenmagick.store.model.checkout.coupons.ZMProductCouponRestriction
Checks if this coupon restriction is allowed.
isAlwaysFreeShipping() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the product is always free shipping
isAnonymous() - Method in class org.zenmagick.store.mvc.Session
Returns true if the user is not logged in at all.
isAnonymous() - Method in class org.zenmagick.store.mvc.Request
Returns true if the user is not logged in at all.
isAttributePrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the price is affected by attribute prices.
isAttributePrice() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Checks if there are attribute prices that will affect the final price.
isAutoSearch() - Method in class org.zenmagick.store.mvc.controller.ZMSearchController
Get the auto search setting.
isAvailable() - Method in class org.zenmagick.core.services.cache.ZMCache
Check if this cache instance is available.
isAvailable() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
isAvailable() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
isAvailable() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
isAvailable() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
isAvailable() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns true if this filter is avaialble for usage.
isCached() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Check if cached mappings are used.
isCall() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the user needs to call for this product.
isCartEmpty() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Returns true if anything to calculate.
isCheckout() - Method in class org.zenmagick.store.mvc.Request
Checks, if the current page is a checkout page.
isCouponRedeemable() - Method in class org.zenmagick.store.services.ZMCoupons
Check if a given coupon code can be redeemed.
isCustomerNotified() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Has the customer been notified about this change.
isDecending() - Method in class org.zenmagick.mvc.resultlist.options.ZMSortOption
Check if the sorting is ascending or decending.
isDefault() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if this is the default value.
isDescending() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Returns true if the current sort order is descending.
isDiscounted() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if this value is discounted.
isDisplayOnly() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if the attribute is 'display only'.
isDownloadable() - Method in class org.zenmagick.store.model.order.ZMDownload
Check if downloadable.
isEmailDisabled() - Method in class org.zenmagick.store.model.account.ZMAccount
Check if email notification is disabled.
isEmpty() - Method in class org.zenmagick.store.utils.ZMTools
Check if a given value or array is empty.
isEmpty() - Method in class org.zenmagick.core.utils.ZMLangUtils
Check if a given value or array is empty.
isEmpty() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Check if the cart is empty.
isEnabled() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Check if this widget is enabled.
isEnabled() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Check if this plugin is enabled.
isEnabled() - Method in class org.zenmagick.store.services.plugins.Plugin
Check if the plugin is enabled.
isFinal() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
{@inheritDoc}
isFinal() - Method in class org.zenmagick.mvc.resultlist.ZMResultSource
Indicates whether the returned results are final or not.
isFinal() - Method in class org.zenmagick.store.mvc.resultlist.sources.ZMSearchResultSource
{@inheritDoc}
isFinal() - Method in class org.zenmagick.mvc.resultlist.sources.ZMArrayResultSource
{@inheritDoc}
isFixedAmount() - Method in class org.zenmagick.store.model.ZMCoupon
Check if this a fixed amount coupon.
isFooter() - Method in class org.zenmagick.store.model.ZMEZPage
isFormSubmit() - Method in class org.zenmagick.store.mvc.controller.ZMSearchController
{@inheritDoc}
isFormSubmit() - Method in class org.zenmagick.mvc.controller.ZMController
Check if this request is a form submit.
isFree() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if the attribute is free.
isFree() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the product is free.
isFreeShipping() - Method in class org.zenmagick.store.services.checkout.ZMShipping
isFreeShipping() - Method in class org.zenmagick.store.model.ZMCoupon
Check if this coupon qualifies for free shipping.
isGlobalProductSubscriber() - Method in class org.zenmagick.store.model.account.ZMAccount
Checks if the user is a global product subscriber.
isGlobalProductSubscriber() - Method in class org.zenmagick.store.services.account.ZMAccounts
Check for global product subscriber.
isGuest() - Method in class org.zenmagick.store.mvc.Session
Returns true if the user is a guest user.
isGuest() - Method in class org.zenmagick.store.mvc.Request
Returns true if the user is a guest user.
isGVOnly() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Checks if there are only gift vouchers in the cart.
isHeader() - Method in class org.zenmagick.store.model.ZMEZPage
isHtmlEmail() - Method in class org.zenmagick.store.model.account.ZMAccount
Check if the account is set up to receive HTML formatted emails.
isIncludeDescription() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the include description flag.
isIncludeInBasePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if the base price is included.
isIncludeSubcategories() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Get the include subcategories flag.
isIncludeTax() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Check if prices are tax inclusive.
isInstalled() - Method in class org.zenmagick.store.services.plugins.Plugin
Check if the plugin is installed.
isInstalled() - Method in class org.zenmagick.store.model.checkout.ZMShippingProviderWrapper
Flags whether this shipping provider is installed or not.
isLeftColEnabled() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Checks if the left column is active.
isLimited() - Method in class org.zenmagick.store.model.order.ZMDownload
Check if this download is limited.
isMultiSelection() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Returns true if this filter supports multiple values as filter value.
isMultiValue() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Check if this widget allows multiple values.
isMultiValue() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
{@inheritDoc}
isNestedTransactions() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
Does this instance allow nested transactions?
isNew() - Method in class org.zenmagick.mvc.ZMSession
Check if this is a new session or resumed.
isNewsletterSubscriber() - Method in class org.zenmagick.store.model.account.ZMAccount
Returns true if the account has subscribed to newsletter.
isNewWin() - Method in class org.zenmagick.store.model.ZMEZPage
isNewWin() - Method in class org.zenmagick.store.model.layout.ZMBanner
Check if the banner click should open a new window.
isOpen() - Method in class org.zenmagick.store.mvc.Session
Check if a proper session has been started yet.
isOpen() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Checks if this patch can still be applied.
isPercentage() - Method in class org.zenmagick.store.model.ZMCoupon
Check if this a percentage amount coupon.
isPricedByAttributes() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Check if the product is priced by attributes.
isPriceFactorOneTime() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Check if the price factor is one time.
isPrimary() - Method in class org.zenmagick.store.model.account.ZMAddress
Check if the address is the primary address.
isQtyMixed() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the product quantity is calculated across product variations or not.
isQuantityAvailable() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Check if a certain quantity of a given product is available.
isRedeemed() - Method in class org.zenmagick.store.model.ZMGVRedeem
Check if the coupon was redeemed succsessfully.
isRegistered() - Method in class org.zenmagick.store.mvc.Session
Returns true if the user is a registered user.
isRegistered() - Method in class org.zenmagick.store.mvc.Request
Returns true if the user is fully registered and logged in.
isReleased() - Method in class org.zenmagick.store.model.ZMCouponQueue
Check if this coupon has been released or not.
isResolved() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Decide whether a class dependencies are resolved or not.
isRightColEnabled() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Checks if the right column is active.
isSale() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Checks if a sale price is available.
isSecure() - Method in class org.zenmagick.mvc.ZMRequest
Checks if the current request is secure or note.
isShowKey() - Method in class org.zenmagick.store.mvc.widgets.ZMorderStatusSelectFormWidget
Check if the numeric key should be appended to the description.
isSidebox() - Method in class org.zenmagick.store.model.ZMEZPage
isSoldOut() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the product is sold out.
isSpecial() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Checks if a special price is available.
isSSL() - Method in class org.zenmagick.store.model.ZMEZPage
isStarted() - Method in class org.zenmagick.store.mvc.Session
isStarted() - Method in class org.zenmagick.mvc.ZMSession
Check if we have a session yet.
isStockAvailable() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Check stock availability for the current quantity.
isStorePickup() - Method in class org.zenmagick.store.model.order.ZMOrder
Check if the order it pickup.
isToc() - Method in class org.zenmagick.store.model.ZMEZPage
isValid() - Method in class org.zenmagick.mvc.view.ZMView
Check if this view is valid.
isValid() - Method in class org.zenmagick.mvc.view.ZMForwardView
{@inheritDoc}
isValid() - Method in class org.zenmagick.store.services.locale.ZMCurrencies
Checks if a currency exists for the given code.
isValid() - Method in class org.zenmagick.store.mvc.Session
Check if the current session is valid and open.
isValid() - Method in class org.zenmagick.store.mvc.views.ZMEmailView
{@inheritDoc}
isValidSID() - Method in class org.zenmagick.mvc.ZMSession
Check if the given sid is valid.
isVirtual() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Checks if the product is virtual.
isVirtual() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Check for virtual cart.
isVirtual() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Check for virtual cart.

J

jsBottom() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Add the given JS file to the end of the final contents (before the closing element).
jsFile() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Add the given JavaScript file to the final contents.
jsNow() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Add the given JS file now.
jsTop() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxUtils
Add the given JS file to the header section of the final contents.

L

lastModified() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
lastModified() - Method in class org.zenmagick.core.services.cache.ZMCache
Return the caches last modification time
lastModified() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
lastModified() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
lastModified() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
load() - Method in class org.zenmagick.core.ZMSettings
Load mappings from a YAML style string.
load() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Load all categories.
load() - Method in class org.zenmagick.mvc.ZMUrlManager
Load mappings from a YAML style string.
load() - Method in class org.zenmagick.mvc.ZMSacsManager
Load mappings from a YAML style string.
loadCartForAccountId() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Load and populate a cart.
loadCategory() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Load category info.
loadCrumbtrail() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Load category crumbtrail.
loadLocale() - Method in class org.zenmagick.store.services.themes.ZMTheme
Load locale settings (l10n/i18n).
loadMappingFile() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Load mappings from file.
loadModel() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
loadModel() - Method in class org.zenmagick.core.services.database.ZMDatabase
Load a single row using the given model and mapping.
loadModel() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
loadModel() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
loadProduct() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Load product info.
loadStatic() - Method in class org.zenmagick.core.ZMLoader
Load all available static code.
loadStatus() - Method in class org.zenmagick.store.service.Plugins
{@inheritDoc}
loadStatus() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Load the plugin status data.
loadTopCategories() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMetaTags
Load top categories.
log() - Method in class org.zenmagick.core.services.misc.ZMLogging
Simple logging function.
logError() - Method in class org.zenmagick.core.services.misc.ZMLogging
A callback function that can be overriden to implement custom logging.
lookup() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
lookup() - Method in class org.zenmagick.core.services.cache.ZMCache
Test if a valid cache entry exists and, if it does, return it
lookup() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
lookup() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
lookup() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}

M

make() - Method in class org.zenmagick.core.ZMLoader
Shortcut for creating new class instances.
makeClass() - Method in class org.zenmagick.core.ZMLoader
Resolve, load and instantiate a new instance of the given class.
makeClassname() - Method in class org.zenmagick.core.ZMLoader
Normalize class names based on the filename

This is pretty much following Java conventions.

map2obj() - Method in class org.zenmagick.core.utils.ZMBeanUtils
Create a new instance of the given class and populate with the provided data.
markSticky() - Method in class org.zenmagick.mvc.ZMRequest
Mark this request as the actually requested URL.
markSticky() - Method in class org.zenmagick.store.mvc.Request
{@inheritDoc}
Messages() - Class in package org.zenmagick.store.services
Messages to be displayed to the user.
mkdir() - Method in class org.zenmagick.store.utils.ZMTools
Make directory.
mkdir() - Method in class org.zenmagick.core.utils.ZMFileUtils
Make directory.
mkItemId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Create unique cart item/sku id, based on the base product id and attribute information.
mkPassword() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Generate a new random password.
mkPath() - Method in class org.zenmagick.core.utils.ZMFileUtils
Create a file system path using the given bits.
mkRelativePath() - Method in class org.zenmagick.core.utils.ZMFileUtils
Make the given absolute filename relative to the installation path.
mkRssDate() - Method in class org.zenmagick.store.utils.ZMTools
Convert date to RSS date format.
mkUnique() - Method in class org.zenmagick.core.utils.ZMLangUtils
Create a unique key from all given parameters.
mkUnique() - Method in class org.zenmagick.store.utils.ZMTools
Create a unique key from all given parameters.
more() - Method in class org.zenmagick.mvc.utils.ZMToolboxHtml
Truncate text.
more() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Truncate text.
move() - Method in class org.zenmagick.store.utils.ZMTools
Move files and folders.
move() - Method in class org.zenmagick.core.utils.ZMFileUtils
Move files and folders.
msg() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Add a default message.

N

needsInit() - Method in class org.zenmagick.core.services.plugins.ZMPlugins
Check if a plugin needs be initialized.
normalizeFilename() - Method in class org.zenmagick.core.utils.ZMFileUtils
Normalize filename.
normalizeFilename() - Method in class org.zenmagick.store.utils.ZMTools
Normalize filename.

O

obj2map() - Method in class org.zenmagick.core.utils.ZMBeanUtils
Convert an object into a map.
officeOnlyEmailFooter() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Format additional email content for internal copies.
onload() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Get optional onload handler attribute for the current page.
onNotifyCheckoutProcessAfterOrderCreateAddProducts() - Method in class org.zenmagick.store.utils.ZMEventFixes
Create ZenMagick order created event that contains the order id.
onNotifyHeaderEndCheckoutShipping() - Method in class org.zenmagick.store.utils.ZMEventFixes
Validate addresses for guest checkout.
onNotifyHeaderStartCheckoutPayment() - Method in class org.zenmagick.store.utils.ZMEventFixes
Validate addresses for guest checkout.
onZMAllDone() - Method in class org.zenmagick.store.utils.ZMEventFixes
Final cleanup.
onZMBootstrapDone() - Method in class org.zenmagick.store.utils.ZMEventFixes
More store startup code.
onZMDispatchStart() - Method in class org.zenmagick.store.utils.ZMEventFixes
Remove ajax requests from navigation history.
onZMFinaliseContents() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Event handler to inject JavaScript and CSS resources.
onZMGenerateEmail() - Method in class org.zenmagick.store.utils.ZMEventFixes
Fix email context for various emails.
onZMInitDone() - Method in class org.zenmagick.store.utils.ZMEventFixes
Fake theme resolved event if using zen-cart templates and handle persisted messages.
onZMInitDone() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Refresh cache if empty.
onZMInitPluginGroupDone() - Method in class org.zenmagick.store.utils.ZMEventFixes
Keep track of loaded plugins and make available to views - part I.
onZMViewDone() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutSuccessController
Event handler to logout guest users only *after* the view is done.
onZMViewStart() - Method in class org.zenmagick.store.utils.ZMEventFixes
Keep track of loaded plugins and make available to views - part II.
open() - Method in class org.zenmagick.mvc.ZMSessionHandler
Open session handling.
open() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxForm
Create a HTML form tag.

P

packFiles() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Pack all.
parse() - Method in class org.zenmagick.store.model.ZMCurrency
Parse a formatted currency amount.
parseDateString() - Method in class org.zenmagick.store.utils.ZMTools
Parse a date according to the given format.
parseMoney() - Method in class org.zenmagick.store.utils.ZMTools
Parse a money amount.
parseRange() - Method in class org.zenmagick.store.utils.ZMTools
Convert a numeric range definition into an array of single values.
parseRssDate() - Method in class org.zenmagick.store.utils.ZMTools
Parse RSS date.
parseTable() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Parse mapping for a single table.
patch() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Do patch.
path() - Method in class org.zenmagick.mvc.view.ZMSavant
Resolve the given resource filename to a fully qualified filename.
phpinfo() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
phpinfo wrapper.
Plugin() - Class in package org.zenmagick.store.services.plugins
Store plugin base class.
Plugins() - Class in package org.zenmagick.store.service
Plugins.
pluginURL() - Method in class org.zenmagick.store.services.plugins.Plugin
Resolve a plugin relative URI.
populate() - Method in class org.zenmagick.mvc.forms.ZMFormData
Populate this form.
populate() - Method in class org.zenmagick.store.mvc.FormData
Populate this form.
prepare() - Method in class org.zenmagick.store.utils.ZMShippingEstimator
Prepare .
prepare_uploads() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Prepare file uploads.
prepareFiles() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Prepare the original files to be processed by ZMPhpCompressor.
prepareStatement() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
Create a prepared statement.
prepareStatement() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
Create a prepared statement.
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNotificationsController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAccountEditController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNewslettersController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMCategoryController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsWriteController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMDiscountCouponController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMCreateAccountController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMPasswordForgottenController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.mvc.controller.ZMController
Convenience method for request processing shared by request methods.
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendConfirmController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMGuestHistoryController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAccountPasswordController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMContactUsController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookEditController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookDeleteController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookAddController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMLoginController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMTellAFriendController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutGuestController
{@inheritDoc}
preProcess() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutShippingController
{@inheritDoc}
process() - Method in class org.zenmagick.mvc.controller.ZMController
Process a HTTP request.
process() - Method in class org.zenmagick.mvc.controller.ZMAjaxController
Process a HTTP request.
processGet() - Method in class org.zenmagick.mvc.controller.ZMAjaxController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.mvc.controller.ZMController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMLogoffController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMProductInfoController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsInfoController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsWriteController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMPageController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMLoginController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendConfirmController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMIndexController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMProductsNewController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMReviewsController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMTellAFriendController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMUnsubscribeController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMStaticController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMSpecialsController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMSearchController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMShoppingCartController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMGvRedeemController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMGvFaqController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookDeleteController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookEditController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNotificationsController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNewslettersController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountEditController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountHistoryController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountHistoryInfoController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAdvancedSearchController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCategoryController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMContactUsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMDefaultController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMFeaturedProductsController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutSuccessController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutShippingController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutConfirmationController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutPaymentController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMAccountController
{@inheritDoc}
processGet() - Method in class org.zenmagick.store.mvc.controller.ZMRedirectController
Process a HTTP GET request.
processPost() - Method in class org.zenmagick.mvc.controller.ZMController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMGuestHistoryController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMDiscountCouponController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMProductReviewsWriteController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendConfirmController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMTellAFriendController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMPasswordForgottenController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMUnsubscribeController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMLoginController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMCreateAccountController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAccountEditController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutShippingController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookAddController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookDeleteController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAddressBookEditController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutGuestController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNewslettersController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMContactUsController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAccountNotificationsController
{@inheritDoc}
processPost() - Method in class org.zenmagick.store.mvc.controller.ZMAccountPasswordController
{@inheritDoc}
product() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Convenience function to build a product URL.
productAttributes() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for product attributes.
productCheckboxAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a CHECKBOX attribute.
productImageLink() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Create a HTML <a> tag with the product image of the given product.
productPrice() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Format the product price incl.
productRadioAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a RADIO attribute.
productReadonlyAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a READONLY attribute.
PRODUCTS_OPTIONS_TYPE_SELECT() - Global in package org.zenmagick.misc
productSelectAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a SELECT attribute.
productTextAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a TEXT attribute.
productUploadAttribute() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Generate HTML for a FILE attribute.
putFileLines() - Method in class org.zenmagick.core.utils.ZMFileUtils
Write the given lines to file.
putLines() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Write the given lines.

Q

query() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
query() - Method in class org.zenmagick.core.services.database.ZMQueryDetails
Execute the query with either the original or alternative SQL.
query() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
query() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
query() - Method in class org.zenmagick.core.services.database.ZMDatabase
Execute a query.
querySingle() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
querySingle() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
querySingle() - Method in class org.zenmagick.core.services.database.ZMDatabase
Execute a query expecting a single result.
querySingle() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}

R

random() - Method in class org.zenmagick.core.utils.ZMSecurityUtils
Generate a random value.
random() - Method in class org.zenmagick.store.utils.ZMTools
Generate a random value.
read() - Method in class org.zenmagick.mvc.ZMSessionHandler
Read session.
readyForCheckout() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Check whether the cart is ready for checkout or not.
readyForCheckout() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Check whether the cart is ready for checkout or not.
recreate() - Method in class org.zenmagick.store.mvc.Session
Recreate session.
redeemCoupon() - Method in class org.zenmagick.store.services.ZMCoupons
Redeem a coupon.
redirect() - Method in class org.zenmagick.store.mvc.Request
Save messages in session before redirect.
redirect() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Create an redirect URL for the given action and id.
redirect() - Method in class org.zenmagick.mvc.ZMRequest
Redirect to the given url.
RedirectView() - Class in package org.zenmagick.store.mvc.views
Redirect view.
regenerate() - Method in class org.zenmagick.mvc.ZMSession
Regenerate session.
registerAccount() - Method in class org.zenmagick.store.mvc.Session
Register an account as user for this session.
registerClass() - Method in class org.zenmagick.core.ZMLoader
Manually register a class.
registerHandler() - Method in class org.zenmagick.store.services.catalog.associations.ZMProductAssociations
Register an association handler.
registerSessionHandler() - Method in class org.zenmagick.mvc.ZMSession
Register a session handler.
remove() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
remove() - Method in class org.zenmagick.store.services.plugins.Plugin
Remove this plugin.
remove() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
remove() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
remove() - Method in class org.zenmagick.core.services.cache.ZMCache
Remove the cache entry for the given id.
remove() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Remove this plugin.
remove() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
removeBoxes() - Method in class org.zenmagick.store.services.plugins.types.ZMBoxPlugin
Remove zen-cart dummy sideboxes plus default boxes for the default theme.
removeConfigValue() - Method in class org.zenmagick.store.services.ZMConfig
Remove config value.
removeConfigValues() - Method in class org.zenmagick.store.services.ZMConfig
Remove config value for the given key pattern.
removeModel() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
removeModel() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
removeModel() - Method in class org.zenmagick.core.services.database.ZMDatabase
Remove a single row using the given model and mapping.
removeModel() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
removeProduct() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Remove item from cart.
removeProductJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxShoppingCartController
Remove from cart.
removeRule() - Method in class org.zenmagick.mvc.validation.ZMRuleSet
Remove a rule.
removeValue() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Remove an attribute value.
removeValue() - Method in class org.zenmagick.store.mvc.Session
Remove a session value.
render() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Get the HTML to render this widget.
render() - Method in class org.zenmagick.mvc.widgets.form.ZMPasswordFormWidget
{@inheritDoc}
render() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
{@inheritDoc}
render() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
{@inheritDoc}
render() - Method in class org.zenmagick.store.mvc.widgets.ZMReservedQtyWidget
{@inheritDoc}
renderCheckbox() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
Render as checkbox.
renderRadio() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
Render as radiobox group.
renderSelect() - Method in class org.zenmagick.mvc.widgets.form.ZMBooleanFormWidget
Render as select box.
Request() - Class in package org.zenmagick.store.mvc
Store request wrapper.
requiresSecurity() - Method in class org.zenmagick.mvc.ZMSacsManager
Check if a request to the given page [name] is required to be secure.
reset() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
Reset.
resolve() - Method in class org.zenmagick.core.ZMLoader
Shortcut version of ZMLoader::instance()->resolveClass($name).
resolveAlias() - Method in class org.zenmagick.mvc.validation.ZMValidator
Resolve alias.
resolveClass() - Method in class org.zenmagick.core.ZMLoader
Resolve and load the class code for the given class name.
resolveSQLFilename() - Method in class org.zenmagick.store.utils.ZMDbUtils
Resolve a given SQL file name.
resolveTheme() - Method in class org.zenmagick.store.services.themes.ZMThemes
Resolve theme incl.
resolveThemeResource() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Resolve theme resource.
resolveZCClass() - Method in class org.zenmagick.store.utils.ZMTools
Resolve the given zen-cart class.
restockFromOrder() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Re-stock products from a given order.
restoreCart() - Method in class org.zenmagick.store.mvc.Session
Restore the shopping cart contents.
resultListBack() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Build a result list URL pointing to the previous page.
resultListNext() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Build a URL pointing to the next page.
revertPatch() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Revert the patch to the given lines.
rmdir() - Method in class org.zenmagick.store.utils.ZMTools
Remove a directory (tree).
rmdir() - Method in class org.zenmagick.core.utils.ZMFileUtils
Remove a directory (tree).
rollback() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
rollback() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
rollback() - Method in class org.zenmagick.core.services.database.ZMDatabase
Rollback changes in a transaction.
rollback() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
rs2model() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
Create model and populate using the given rs and field map.
rssFeed() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Build a RSS feed URL.
rssFooter() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Write RSS footer.
rssHeader() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Write RSS header.
rssItem() - Method in class org.zenmagick.store.mvc.controller.ZMRssController
Generate RSS item.
Runtime() - Class in package org.zenmagick.store
Store runtime.

S

sanitize() - Method in class org.zenmagick.core.utils.ZMSecurityUtils
Sanitize a given value.
sanitize() - Method in class org.zenmagick.store.utils.ZMTools
Sanitize the given value.
sanitize_attributes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Sanitize the given attributes and add default values if attributes/values invalid/missing.
sanitizeRequest() - Method in class org.zenmagick.store.utils.ZMEventFixes
Fix a number of things...
SavantView() - Class in package org.zenmagick.mvc.view
A Savant(3) view with theme support.
save() - Method in class org.zenmagick.core.services.cache.provider.ZMMemcacheCache
{@inheritDoc}
save() - Method in class org.zenmagick.core.services.cache.ZMCache
Save some data in a cache file
save() - Method in class org.zenmagick.core.services.cache.provider.ZMMemoryCache
{@inheritDoc}
save() - Method in class org.zenmagick.core.services.cache.provider.ZMXcacheCache
{@inheritDoc}
save() - Method in class org.zenmagick.core.services.cache.provider.ZMFileCache
{@inheritDoc}
saveCart() - Method in class org.zenmagick.store.services.checkout.ZMShoppingCarts
Save the cart content.
saveStaticPageContent() - Method in class org.zenmagick.store.services.themes.ZMTheme
Write the content of a static (define) page.
scan() - Method in class org.zenmagick.core.ZMLoader
Scan the given path for PHP files.
Session() - Class in package org.zenmagick.store.mvc
Simple wrapper around $_SESSION to centralise access.
set() - Method in class org.zenmagick.core.ZMSettings
Set configuration value.
set() - Method in class org.zenmagick.store.mvc.Session
Temp.
set() - Method in class org.zenmagick.store.services.plugins.Plugin
Support to set plugin config values by name.
set() - Method in class org.zenmagick.core.ZMObject
Support to set property values by name.
setAccount() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the account for this order.
setAccount() - Method in class org.zenmagick.store.mvc.Session
Set the account for the current session.
setAccountId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Set the cart owner's account id.
setAccountId() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the account id.
setAccountId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Set the account id.
setAccountId() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the account id.
setAccountPassword() - Method in class org.zenmagick.store.services.account.ZMAccounts
Set password for account
setActive() - Method in class org.zenmagick.store.model.ZMCoupon
Set the active flag.
setActive() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the active flag.
setActive() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner status.
setActive() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the reviews active state.
setAddressFormatId() - Method in class org.zenmagick.store.model.ZMCountry
Set the address format id.
setAddressLine1() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the address line.
setAll() - Method in class org.zenmagick.core.ZMSettings
Set a map of all settings.
setAll() - Method in class org.zenmagick.core.utils.ZMBeanUtils
Set a given map of key/value pairs on an object.
setAltUrl() - Method in class org.zenmagick.store.model.ZMEZPage
setAltUrlExternal() - Method in class org.zenmagick.store.model.ZMEZPage
setAlwaysFreeShipping() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Configure if the product is always free shipping
setAmount() - Method in class org.zenmagick.store.model.ZMGVReceiver
Set the amount.
setAmount() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Set the order total amount.
setAmount() - Method in class org.zenmagick.store.model.ZMGVRedeem
Set the amount.
setAmount() - Method in class org.zenmagick.store.model.ZMCoupon
Set the amount.
setAmount() - Method in class org.zenmagick.store.model.ZMCouponQueue
Set the amount.
setAttribute() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the parent attribute.
setAttributeNames() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Set the list of supported attributes.
setAttributes() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Set selected attributes for this cart item.
setAttributes() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set item attributes.
setAuthor() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review author.
setAuthor() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the theme author.
setAuthorization() - Method in class org.zenmagick.store.model.account.ZMAccount
Set authorization.
setAutoSearch() - Method in class org.zenmagick.store.mvc.controller.ZMSearchController
Set the auto search flag.
setBillingAddress() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the billing address.
setBillingAddressId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Set the selected billing address.
setCalculatedPrice() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the calculated price.
setCall() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Sets the flag to indicate that the user needs to call for this product.
setCategory() - Method in class org.zenmagick.store.model.rss.ZMRssItem
set the item category.
setCategoryPathArray() - Method in class org.zenmagick.store.mvc.Request
Set the category path arry.
setChannel() - Method in class org.zenmagick.store.model.rss.ZMRssFeed
Set the channel.
setCity() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the city.
setClassId() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the tax class id.
setClickCount() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the click counter.
setCode() - Method in class org.zenmagick.store.model.ZMLanguage
Set the language code.
setCode() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon code.
setCode() - Method in class org.zenmagick.store.model.account.ZMZone
Set the code.
setCode() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency code.
setComment() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the comment.
setComment() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Set the customer comment.
setComment() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the attribute comment.
setCompanyName() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the company name.
setConfig() - Method in class org.zenmagick.mvc.view.ZMSavantView
Set savant specific configuration options.
setContentType() - Method in class org.zenmagick.mvc.controller.ZMController
Set the response content type.
setContext() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the context flags.
setController() - Method in class org.zenmagick.mvc.ZMRequest
Set the current controller.
setCountry() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the country.
setCountryId() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the country id.
setCountryId() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the country id.
setCouponCode() - Method in class org.zenmagick.store.model.ZMGVRedeem
Set the coupon code.
setCreateDefaultAddress() - Method in class org.zenmagick.store.mvc.controller.ZMCreateAccountController
Set create default address flag.
setCriteria() - Method in class org.zenmagick.store.utils.ZMProductFinder
Set the search criteria.
setCurrencyCode() - Method in class org.zenmagick.store.mvc.Session
Set currency code.
setCustomerNotified() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set whether the customer been notified about this change.
setDateAdded() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the date it was added.
setDateAdded() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Set the date the group was added.
setDateAdded() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the date the review was added.
setDateFrom() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Set the from date.
setDateTo() - Method in class org.zenmagick.store.model.ZMSearchCriteria
Set the to date.
setDebug() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Set the debug flag.
setDecimalPlaces() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency decimal places.
setDecimalPoint() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency decimal point.
setDefault() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the default value flag.
setDefaultAddressId() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the default address id (primary address).
setDefaultImage() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product default image.
setDefaultLayout() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the default layout.
setDefaultMsg() - Method in class org.zenmagick.mvc.validation.ZMRule
Set the default error message.
setDefaultPageEventHandler() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the default page event handler.
setDescending() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Set the descending flag.
setDescending() - Method in class org.zenmagick.store.utils.ZMProductFinder
Set the descending flag.
setDescription() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the description.
setDescription() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Set the item description.
setDescription() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Set the description.
setDescription() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the description.
setDescription() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the theme description.
setDescription() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon description.
setDescription() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the tax description.
setDescription() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channel description.
setDescription() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Set the description.
setDescription() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the description.
setDescription() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the category description.
setDirectory() - Method in class org.zenmagick.store.model.ZMLanguage
Set the language directory name.
setDiscount() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Set the discount.
setDiscounted() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the is discounted flag.
setDiscountType() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the discount type.
setDiscountTypeFrom() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the discount type from.
setDisplayOnly() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute is 'display only' flag.
setDob() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the date of birth.
setDownloadCount() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the download count.
setEmail() - Method in class org.zenmagick.store.model.ZMContactInfo
Set the contact email address.
setEmail() - Method in class org.zenmagick.store.model.ZMGVReceiver
Set the receiver email.
setEmail() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the email address.
setEmailFormat() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the preferred email format.
setEnabled() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Enable/disable this plugin.
setEnabled() - Method in class org.zenmagick.store.services.plugins.Plugin
Set the status.
setEnabled() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Controls whether this widget is enabled or not.
setEncoding() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channel encoding.
setErrorPage() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the error page.
setExpiryDate() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon expiry date.
setFax() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the fax number.
setFilename() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the filename.
setFilePerms() - Method in class org.zenmagick.core.utils.ZMFileUtils
Apply user/group settings to file(s) that should allow ftp users to modify/delete them.
setFilePerms() - Method in class org.zenmagick.store.utils.ZMTools
Apply user/group settings to file(s) that should allow ftp users to modify/delete them.
setFirstName() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the first name.
setFirstName() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the first name.
setFooter() - Method in class org.zenmagick.store.model.ZMEZPage
setFooterSort() - Method in class org.zenmagick.store.model.ZMEZPage
setFormat() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the format.
setFree() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product is free flag.
setFree() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Sheck the attribute free flag.
setFromEmail() - Method in class org.zenmagick.store.model.ZMEmailMessage
Set the sender email address.
setFromName() - Method in class org.zenmagick.store.model.ZMEmailMessage
Set the sender name.
setFunction() - Method in class org.zenmagick.mvc.validation.rules.ZMWrapperRule
Set the validation function.
setGender() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the gender.
setGender() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the gender.
setGlobalProductSubscriber() - Method in class org.zenmagick.store.services.account.ZMAccounts
Set the global product subscriber flag
setGlobalProductSubscriber() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the global product subscriber status.
setGroup() - Method in class org.zenmagick.store.services.plugins.Plugin
{@inheritDoc}
setGroup() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the group.
setHeader() - Method in class org.zenmagick.store.model.ZMEZPage
setHeaderSort() - Method in class org.zenmagick.store.model.ZMEZPage
setHtmlText() - Method in class org.zenmagick.store.model.ZMEZPage
setId() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the attribute id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Set the discount id.
setId() - Method in class org.zenmagick.store.model.ZMLanguage
Set the language id.
setId() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute value id.
setId() - Method in class org.zenmagick.store.model.ZMCountry
Set the country id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product id.
setId() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the account id.
setId() - Method in class org.zenmagick.store.model.account.ZMZone
Set the id.
setId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the order status (history) id.
setId() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency id.
setId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Set the cart item id.
setId() - Method in class org.zenmagick.mvc.controller.ZMController
Set the controller id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the id.
setId() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Set the order total id.
setId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Set the filters unique form field name.
setId() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the order item id.
setId() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the download id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the manufacturer id.
setId() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Set the group id.
setId() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the order id.
setId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Set the sorters unique id.
setId() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the address id.
setId() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the id.
setId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Set the coupon queue id.
setId() - Method in class org.zenmagick.store.model.ZMToken
Set the id.
setId() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the id.
setId() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the tax rate idendtifier
setId() - Method in class org.zenmagick.store.model.ZMConfigGroup
Set the id.
setId() - Method in class org.zenmagick.store.model.ZMEZPage
setId() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner id.
setId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review id.
setImage() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner image.
setImage() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute value image (if any).
setImage() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the manufacturer image.
setImage() - Method in class org.zenmagick.store.model.ZMLanguage
Set the language image.
setImage() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product image.
setImage() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the category image (if any).
setImageHeight() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channels image height.
setImageLink() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
set the channels image link.
setImageTitle() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channels image title.
setImageWidth() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
set the channels image width.
setIncludeInBasePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the base price is included flag.
setIsoCode2() - Method in class org.zenmagick.store.model.ZMCountry
Set the country ISO code 2.
setIsoCode3() - Method in class org.zenmagick.store.model.ZMCountry
Set the country ISO code 3.
setItemPrice() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Set the item price.
setItems() - Method in class org.zenmagick.store.model.rss.ZMRssFeed
Set the feed items.
setItems() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Set the cart items.
setJavaScript() - Method in class org.zenmagick.mvc.validation.rules.ZMWrapperRule
Set the JavaScript validation code.
setJSONHeader() - Method in class org.zenmagick.mvc.controller.ZMAjaxController
Set JSON response header ('X-JSON').
setKey() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the key.
setKeywords() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Set the keywords.
setLanguage() - Method in class org.zenmagick.store.mvc.Session
Set the language.
setLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the lanugage id.
setLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the language id.
setLanguageId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the language id.
setLastBuildDate() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channels last build date.
setLastClick() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the date of the last click.
setLastModified() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Set the last modified date.
setLastName() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the last name.
setLastName() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the last name.
setLayout() - Method in class org.zenmagick.mvc.view.SavantView
Set the layout name.
setLayout() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the layout for the given page.
setLeftColBoxes() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Set the boxes for the left column.
setLeftColEnabled() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Enable/disable the left column.
setLink() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channel link.
setLink() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Set the item link.
setLoaderPolicy() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the loader policy for this plugin.
setManufacturerId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the manufacturer id.
setMapping() - Method in class org.zenmagick.mvc.ZMUrlManager
Set mapping details for a given request id.
setMapping() - Method in class org.zenmagick.mvc.ZMSacsManager
Set a mapping.
setMappingForTable() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Set the mapping for the given table.
setMasterCategoryId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the master category id.
setMax() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Set the maximum length.
setMaxDays() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the max number of days the download is available.
setMessage() - Method in class org.zenmagick.store.model.ZMGVReceiver
Set the message.
setMessage() - Method in class org.zenmagick.store.model.ZMEmailMessage
Set the message.
setMessage() - Method in class org.zenmagick.store.model.ZMContactInfo
Set the message.
setMessages() - Method in class org.zenmagick.store.mvc.Session
Save the given messages in the session.
setMethod() - Method in class org.zenmagick.mvc.ZMRequest
Set the request method.
setMin() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Set the minimum length.
setMinOrderAmount() - Method in class org.zenmagick.store.model.ZMCoupon
Set the minimum order amount.
setMode() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
Set mode.
setModel() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the model.
setModel() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the model.
setMsg() - Method in class org.zenmagick.mvc.validation.ZMRule
Set a custom error message.
setMultiple() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
Set the multiple flag.
setName() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the name.
setName() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute value name.
setName() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the name.
setName() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Set the name.
setName() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the category name.
setName() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon name.
setName() - Method in class org.zenmagick.mvc.validation.ZMRule
Set the parameter name this rule is validating.
setName() - Method in class org.zenmagick.store.model.ZMConfigGroup
Set the name.
setName() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Set the order total name.
setName() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the item name.
setName() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Set the filter name.
setName() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency name.
setName() - Method in class org.zenmagick.store.mvc.tools.ZMCrumb
Set the name.
setName() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Set the sorter name.
setName() - Method in class org.zenmagick.store.model.account.ZMPriceGroup
Set the name.
setName() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the manufacturer name.
setName() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the attribute name.
setName() - Method in class org.zenmagick.mvc.validation.rules.ZMRequiredRule
{@inheritDoc}
setName() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product name.
setName() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the order status name.
setName() - Method in class org.zenmagick.store.model.ZMGVReceiver
Set the receiver name.
setName() - Method in class org.zenmagick.store.model.ZMContactInfo
Set the contact name.
setName() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the theme name.
setName() - Method in class org.zenmagick.store.model.ZMCountry
Set the country name.
setName() - Method in class org.zenmagick.store.model.account.ZMZone
Set the name.
setName() - Method in class org.zenmagick.store.model.ZMLanguage
Set the language name.
setNewsletterSubscriber() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the newsletter subscription status.
setNewWin() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set if the banner click should open a new window.
setNewWin() - Method in class org.zenmagick.store.model.ZMEZPage
setNickName() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the nick name.
setOneTimeCharge() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Set optional one time charges for this item.
setOneTimePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the values one time price.
setOptions() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
Set the options map.
setOrderBy() - Method in class org.zenmagick.core.services.database.ZMQueryPager
Set order by clause(s).
setOrderDate() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the order date.
setOrderDate() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the order date.
setOrderId() - Method in class org.zenmagick.store.model.ZMCouponQueue
Set the order id.
setOrderId() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the order id.
setOrderId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the order id.
setOrderProductId() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the order item id.
setOrderStatusId() - Method in class org.zenmagick.store.model.order.ZMOrderStatus
Set the order status id.
setOrderStatusId() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the order status [id].
setOther() - Method in class org.zenmagick.mvc.validation.rules.ZMFieldMatchRule
Set the other field name.
setOut() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Set the output filename.
setPageEventHandler() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set an event handler for a particular page.
setPageNumber() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Set the page number (1-based).
setPagination() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Set the configured pagination.
setParameter() - Method in class org.zenmagick.mvc.ZMRequest
Allow programmatic manipulation of request parameters.
setParameter() - Method in class org.zenmagick.store.view.ZMRedirectView
Set additional parameter.
setParameter() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Set the parameter.
setParameterMap() - Method in class org.zenmagick.mvc.ZMRequest
Set the parameter map.
setParent() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set a parent theme info.
setParent() - Method in class org.zenmagick.core.ZMLoader
Set the parent loader.
setParentId() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the parent category id.
setPassword() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the password.
setPhone() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the phone number.
setPlugin() - Method in class org.zenmagick.store.services.plugins.ZMPluginAdminController
Set the plugin.
setPlugin() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
Set the plugin.
setPlugin() - Method in class org.zenmagick.store.mvc.views.ZMPluginView
Set the corresponding plugin.
setPluginDirectory() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the plugin directory.
setPostcode() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the postcode.
setPreferredSortOrder() - Method in class org.zenmagick.store.services.plugins.Plugin
Set the preferred sort order.
setPrice() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Set the calculated discount price.
setPricedByAttributes() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the priced by attributes flag.
setPriceFactorOneTime() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the price factor is one time flag.
setPriceGroupId() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the price group id.
setPricePrefix() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the price prefix.
setPrimary() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the primary address flag.
setProduct() - Method in class org.zenmagick.store.model.catalog.ZMOffers
Set the product.
setProductId() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review product id.
setProductId() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Set the product id.
setProductId() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the order item product id.
setProductId() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the product id.
setProductId() - Method in class org.zenmagick.store.model.catalog.ZMProductAssociation
Set the (source) product id of this association.
setProductId() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the product id.
setProductImage() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review product image.
setProductName() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review product name.
setProductPrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product price.
setProperty() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Custom set method for properties that do not have a dedicated access method.
setProperty() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Custom set method for properties that do not have a dedicated access method.
setPubDate() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Set the item publish date.
setQty() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the quantity.
setQtyOrderUnits() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the quantity units.
setQuantity() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Set the upper quantity [excl.].
setQuantity() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the quantity.
setQuantity() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCartItem
Set the quantity for this item.
setRate() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency rate.
setRate() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the tax rate.
setRating() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the rating.
setRecipient() - Method in class org.zenmagick.store.model.ZMContactInfo
Set the recipient.
setRedeemed() - Method in class org.zenmagick.store.model.ZMGVRedeem
Set the redeem flag.
setRef() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Set the message reference.
setReferral() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the referral.
setRegexp() - Method in class org.zenmagick.mvc.validation.rules.ZMRegexpRule
Set the regular expression.
setReleased() - Method in class org.zenmagick.store.model.ZMCouponQueue
Set the release flag value.
setRequest() - Method in class org.zenmagick.toolbox.ZMToolboxTool
Set the request.
setRequestId() - Method in class org.zenmagick.store.view.ZMRedirectView
Set the request id.
setRequestId() - Method in class org.zenmagick.mvc.ZMRequest
Set the request id.
setRequestId() - Method in class org.zenmagick.store.mvc.Request
{@inheritDoc}
setResultList() - Method in class org.zenmagick.store.mvc.resultlist.sources.ZMSearchResultSource
{@inheritDoc}
setResultList() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Set the result list we belong to.
setResultList() - Method in class org.zenmagick.mvc.resultlist.sources.ZMObjectResultSource
{@inheritDoc}
setResultList() - Method in class org.zenmagick.mvc.resultlist.ZMResultSource
Set the corresponding result list.
setResultList() - Method in class org.zenmagick.mvc.resultlist.sources.ZMArrayResultSource
{@inheritDoc}
setResultSource() - Method in class org.zenmagick.mvc.resultlist.ZMResultList
Set a source for results.
setRightColBoxes() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Set the boxes for the right column.
setRightColEnabled() - Method in class org.zenmagick.store.services.themes.ZMTemplateManager
Enable/disable the right column.
setRoot() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Set the root folder(s).
setSecure() - Method in class org.zenmagick.store.view.ZMRedirectView
Set secure flag.
setSession() - Method in class org.zenmagick.mvc.ZMRequest
Set the current session instance.
setSetFunction() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the set function.
setShippingAddress() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the shipping address.
setShippingAddressId() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Set the current shipping address id.
setShowKey() - Method in class org.zenmagick.store.mvc.widgets.ZMorderStatusSelectFormWidget
Show/hide the numeric key.
setSidebarSort() - Method in class org.zenmagick.store.model.ZMEZPage
setSidebox() - Method in class org.zenmagick.store.model.ZMEZPage
setSortId() - Method in class org.zenmagick.store.utils.ZMProductFinder
Set the sort id.
setSortId() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Set the sorters sorter id.
setSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute value sort order.
setSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the sort order.
setSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the attribute sort order.
setSortOrder() - Method in class org.zenmagick.store.model.catalog.ZMCategory
Set the sort order.
setSortOrder() - Method in class org.zenmagick.store.services.plugins.Plugin
Set the sort order.
setSpecialPrice() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product special price.
setSSL() - Method in class org.zenmagick.store.model.ZMEZPage
setStartDate() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon start date.
setState() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the state.
setStatus() - Method in class org.zenmagick.store.model.order.ZMDownload
Set the status of the corresponding order.
setStatus() - Method in class org.zenmagick.store.view.ZMRedirectView
Set alternative status code.
setStatus() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product status.
setStripCode() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Configure whether or not to strip the compressed code.
setSubscribedProductIds() - Method in class org.zenmagick.store.services.account.ZMAccounts
Set subscribed product ids.
setSubscribedProducts() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the subscribed product ids.
setSubtotal() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Set the subtotal.
setSuburb() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the suburb.
setSymbolLeft() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency symbox (left).
setSymbolRight() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency symbox (right).
setTax() - Method in class org.zenmagick.store.model.checkout.ZMOrderTotalDetails
Set the tax.
setTaxClassId() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the tax class id.
setTaxRate() - Method in class org.zenmagick.store.model.order.ZMOrderItem
Set the tax rate.
setTaxRate() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the tax rate.
setTaxRate() - Method in class org.zenmagick.store.model.checkout.ZMShippingMethod
Set the tax rate.
setTemp() - Method in class org.zenmagick.core.utils.ZMPhpPackagePacker
Set the temp folder.
setTemp() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Set the temp folder.
setTemplate() - Method in class org.zenmagick.mvc.view.ZMView
Set the template name.
setTemplate() - Method in class org.zenmagick.store.mvc.views.RedirectView
{@inheritDoc}
setTemplatePath() - Method in class org.zenmagick.store.mvc.views.ZMAdminView
Set the template path.
setText() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner text.
setText() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Set the message text.
setText() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the review text.
setTheme() - Method in class org.zenmagick.store.Runtime
Set the current theme.
setThemeId() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the theme id.
setThemeId() - Method in class org.zenmagick.store.Runtime
Set the theme id.
setThousandsPoint() - Method in class org.zenmagick.store.model.ZMCurrency
Set the currency thousands point.
setTitle() - Method in class org.zenmagick.mvc.widgets.ZMWidget
Set the title.
setTitle() - Method in class org.zenmagick.store.model.ZMEZPage
setTitle() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner title.
setTitle() - Method in class org.zenmagick.store.model.rss.ZMRssChannel
Set the channel title.
setTitle() - Method in class org.zenmagick.store.model.catalog.ZMMetaTagDetails
Set the title.
setTitle() - Method in class org.zenmagick.store.model.rss.ZMRssItem
Set the item title.
setToc() - Method in class org.zenmagick.store.model.ZMEZPage
setTocChapter() - Method in class org.zenmagick.store.model.ZMEZPage
setTocSort() - Method in class org.zenmagick.store.model.ZMEZPage
setToEmail() - Method in class org.zenmagick.store.model.ZMEmailMessage
Set the recipient email address.
setToName() - Method in class org.zenmagick.store.model.ZMEmailMessage
Set the receiver name.
setToolbox() - Method in class org.zenmagick.toolbox.ZMToolboxTool
Set the toolbox itself.
setToolbox() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxCrumbtrail
{@inheritDoc}
setTotal() - Method in class org.zenmagick.store.model.order.ZMOrder
Set the order total.
setType() - Method in class org.zenmagick.store.model.ZMCoupon
Set the coupon type.
setType() - Method in class org.zenmagick.store.model.account.ZMAccount
Set the account type.
setType() - Method in class org.zenmagick.mvc.services.misc.ZMMessage
Set the message type.
setType() - Method in class org.zenmagick.store.model.catalog.ZMAttribute
Set the attribute type.
setType() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Set the order total type.
setUrl() - Method in class org.zenmagick.store.model.catalog.ZMManufacturer
Set the manufacturer url.
setURL() - Method in class org.zenmagick.store.mvc.tools.ZMCrumb
Set the url.
setUrl() - Method in class org.zenmagick.store.model.layout.ZMBanner
Set the banner URL.
setUrl() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product url.
setUrl() - Method in class org.zenmagick.store.view.ZMRedirectView
Set a url.
setUseFunction() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the use function.
setUsesPerCoupon() - Method in class org.zenmagick.store.model.ZMCoupon
Set the uses per coupon.
setUsesPerUser() - Method in class org.zenmagick.store.model.ZMCoupon
Set the uses per user.
setValue() - Method in class org.zenmagick.mvc.ZMSession
Set a session value.
setValue() - Method in class org.zenmagick.store.model.ZMConfigValue
Set the value.
setValue() - Method in class org.zenmagick.mvc.widgets.form.ZMSelectFormWidget
{@inheritDoc}
setValue() - Method in class org.zenmagick.mvc.widgets.form.ZMFormWidget
Set the value.
setValue() - Method in class org.zenmagick.mvc.resultlist.ZMResultListFilter
Set the filter value.
setValue() - Method in class org.zenmagick.store.model.order.ZMOrderTotal
Set the order total value.
setValue() - Method in class org.zenmagick.store.mvc.Session
Create a session value.
setValue() - Method in class org.zenmagick.store.model.catalog.ZMQuantityDiscount
Set the discount value (amount, percent, etc).
setValuePrice() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the value price.
setValues() - Method in class org.zenmagick.mvc.validation.rules.ZMListRule
Set values.
setVar() - Method in class org.zenmagick.mvc.view.ZMView
Make a variable (value) available under the given name.
setVars() - Method in class org.zenmagick.mvc.view.ZMView
Set multiple variables.
setVersion() - Method in class org.zenmagick.core.services.plugins.ZMPlugin
Set the version.
setVersion() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the theme version.
setView() - Method in class org.zenmagick.mvc.controller.ZMController
Set the current view.
setViewCount() - Method in class org.zenmagick.store.model.catalog.ZMReview
Set the view counter.
setViewDir() - Method in class org.zenmagick.mvc.view.SavantView
Set the views dir.
setViewId() - Method in class org.zenmagick.mvc.view.ZMView
Set the view id.
setViewsDir() - Method in class org.zenmagick.store.services.themes.ZMThemeInfo
Set the views directory.
setVirtual() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product is virtual flag.
setVoucherBalanceForAccountId() - Method in class org.zenmagick.store.services.ZMCoupons
Update the coupon/coucher balance for the given account id.
setWeight() - Method in class org.zenmagick.store.model.catalog.ZMProduct
Set the product weight.
setWeight() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the attribute weight.
setWeightPrefix() - Method in class org.zenmagick.store.model.catalog.ZMAttributeValue
Set the weight prefix.
setZoneId() - Method in class org.zenmagick.store.model.ZMTaxRate
Set the zone id.
setZoneId() - Method in class org.zenmagick.store.model.account.ZMAddress
Set the zone id.
shortDate() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxLocale
Format and display a date(time) using the configured ui date format (UI_DATE_FORMAT).
showBanner() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxMacro
Display the given banner.
singleton() - Method in class org.zenmagick.core.ZMObject
Get a singleton instance of the named class.
sort() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMProductSorter
Sort the given list according to this sorters criteria.
sort() - Method in class org.zenmagick.mvc.resultlist.ZMResultListSorter
Sort the given list according to this sorters criteria.
sort() - Method in class org.zenmagick.store.mvc.resultlist.sorter.ZMOrderSorter
Sort the given list according to this sorters criteria.
splitImageName() - Method in class org.zenmagick.store.model.catalog.ZMImageInfo
Split image name into components that we need to process it.
start() - Method in class org.zenmagick.mvc.ZMSession
Start session.
startsWith() - Method in class org.zenmagick.store.utils.ZMTools
Check if the given string starts with the provided string.
startsWith() - Method in class org.zenmagick.core.utils.ZMLangUtils
Check if the given string starts with the provided string.
staticPage() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Create a static page URL for the given static page name.
staticPageContent() - Method in class org.zenmagick.store.services.themes.ZMTheme
Get the content of a static (define) page.
strip() - Method in class org.zenmagick.store.mvc.toolbox.defaults.ToolboxHtml
Strip HTML tags from the given text.
stripPhpDir() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Recursivley strip a directory.
stripPhpFile() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Strip a PHP file.
stripPhpSource() - Method in class org.zenmagick.core.utils.ZMPhpCompressor
Strip the given PHP source text.
success() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Add a success message.

T

T_DOC_COMMENT() - Global in package org.zenmagick.misc
T_ML_COMMENT() - Global in package org.zenmagick.misc
text2html() - Method in class org.zenmagick.mvc.utils.ZMToolboxHtml
Convert text based user input into HTML.
themeFile() - Method in class org.zenmagick.store.services.themes.ZMTheme
Resolve a theme relative filename into a full path.
themeFileContents() - Method in class org.zenmagick.store.services.themes.ZMTheme
Load and eval a theme file.
themeFileExists() - Method in class org.zenmagick.store.services.themes.ZMTheme
Check if the given theme relative file exists.
themeURL() - Method in class org.zenmagick.store.services.themes.ZMTheme
Resolve a theme relative URI.
toArray() - Method in class org.zenmagick.core.utils.ZMLangUtils
Convert values to array where reasonable.
toArray() - Method in class org.zenmagick.store.utils.ZMTools
Convert values to array where reasonable.
toJSON() - Method in class org.zenmagick.mvc.controller.ZMAjaxController
Serialize object to JSON.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMDateRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.ZMValidator
Create JS validation rules for the given rule set.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMListRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMRegexpRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMUniqueEmailRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMStateOrZoneIdRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMFieldMatchRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMEmailRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMWrapperRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMRequiredRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.ZMRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMMinRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMMaxFieldLengthRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.store.mvc.validation.ZMGVAmountRule
Create JS validation call.
Toolbox() - Class in package org.zenmagick.store.mvc.tools
Container for store template utilities.
ToolboxHtml() - Class in package org.zenmagick.store.mvc.toolbox.defaults
HTML utilities.
ToolboxNet() - Class in package org.zenmagick.store.mvc.tools
Networking/URL related functions.
trace() - Method in class org.zenmagick.core.services.misc.ZMLogging
Create a simple stack trace.
translateDateString() - Method in class org.zenmagick.store.utils.ZMTools
Convert a (UI) date from one format to another.
translateRow() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
Translate a given raw database row with the given mapping.
translateRow() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
Translate a given raw database row with the given mapping.

U

undo() - Method in class org.zenmagick.core.utils.ZMFilePatcher
Undo.
unzip() - Method in class org.zenmagick.store.utils.ZMTools
Unzip a file into the given directory.
unzip() - Method in class org.zenmagick.core.utils.ZMFileUtils
Unzip a file into the given directory.
update() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
update() - Method in class org.zenmagick.store.utils.ZMEventFixes
Generic zen-cart event observer.
update() - Method in class org.zenmagick.store.services.Events
Generic zen-cart observer callback that delegates to internal methods...
update() - Method in class org.zenmagick.core.services.database.ZMDatabase
Update using the provided SQL and data and model.
update() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
update() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
updateAccount() - Method in class org.zenmagick.store.services.account.ZMAccounts
Update an existing account.
updateAccountLoginStats() - Method in class org.zenmagick.store.services.account.ZMAccounts
Update account login stats.
updateAddress() - Method in class org.zenmagick.store.services.account.ZMAddresses
Update the given address.
updateBannerClickCount() - Method in class org.zenmagick.store.services.ZMBanners
Update banner click statistics.
updateBannerDisplayCount() - Method in class org.zenmagick.store.services.ZMBanners
Update banner display count.
updateCache() - Method in class org.zenmagick.core.services.database.ZMDbTableMapper
Create/update cache.
updateCategory() - Method in class org.zenmagick.store.services.catalog.ZMCategories
Update an existing category.
updateConfigValue() - Method in class org.zenmagick.store.services.ZMConfig
Update config value.
updateManufacturer() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Update an existing manufacturer.
updateManufacturerClickCount() - Method in class org.zenmagick.store.services.catalog.ZMManufacturers
Update manufacturers click stats.
updateModel() - Method in class org.zenmagick.core.services.database.provider.ZMCreoleDatabase
{@inheritDoc}
updateModel() - Method in class org.zenmagick.core.services.database.ZMDatabase
Update a single row using the given model and mapping.
updateModel() - Method in class org.zenmagick.core.services.database.provider.ZMPdoDatabase
{@inheritDoc}
updateModel() - Method in class org.zenmagick.store.provider.ZMZenCartDatabase
{@inheritDoc}
updateOrder() - Method in class org.zenmagick.store.services.checkout.ZMOrders
Update an existing order.
updateProduct() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Update an existing product.
updateProduct() - Method in class org.zenmagick.store.model.checkout.ZMShoppingCart
Update item.
updateProductJSON() - Method in class org.zenmagick.store.mvc.controller.ajax.ZMAjaxShoppingCartController
Update cart product.
updateToken() - Method in class org.zenmagick.store.services.ZMTokens
Update a given token.
updateViewCount() - Method in class org.zenmagick.store.services.ZMReviews
Update the view count for the given review id.
updateViewCount() - Method in class org.zenmagick.store.services.catalog.ZMProducts
Update the view count for a product.
updateVoucherBalanceForAccountId() - Method in class org.zenmagick.store.services.ZMCoupons
Update the coupon/coucher balance for the given account id.
updateZCThemeId() - Method in class org.zenmagick.store.services.themes.ZMThemes
Update the configured zen-cart theme id.
url() - Method in class org.zenmagick.store.mvc.tools.ZMToolboxAdmin
Create a plugin admin page URL.
url() - Method in class org.zenmagick.store.mvc.tools.ToolboxNet
Create a ZenMagick URL.
url() - Method in class org.zenmagick.mvc.utils.ZMToolboxNet
Create a URL.

V

validate() - Method in class org.zenmagick.mvc.validation.rules.ZMListRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.ZMValidator
Validate the given request/object using the named (id) rule set.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMRegexpRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMRequiredRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMUniqueEmailRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMGVAmountRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMMinRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMDateRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMStateOrZoneIdRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMMinMaxRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMWrapperRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.controller.ZMController
Validate the current request using the given rule id.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMEmailRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.ZMRule
Validate the given request data.
validate() - Method in class org.zenmagick.store.mvc.validation.ZMMaxFieldLengthRule
Validate the given request data.
validate() - Method in class org.zenmagick.mvc.validation.rules.ZMFieldMatchRule
Validate the given request data.
validateCheckout() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Validate the current checkout request.
validateFormData() - Method in class org.zenmagick.mvc.controller.ZMController
Validate the given form bean.
validateFormData() - Method in class org.zenmagick.store.mvc.controller.ZMCheckoutAddressController
{@inheritDoc}
validateFormData() - Method in class org.zenmagick.store.mvc.controller.ZMGvSendConfirmController
{@inheritDoc}
validateHash() - Method in class org.zenmagick.store.services.ZMTokens
Check if hash is valid in context of the resource.
validatePassword() - Method in class org.zenmagick.core.services.authentication.ZMAuthentication
Validate the given clear text password against the encrypted one.
validatePassword() - Method in class org.zenmagick.core.services.authentication.provider.ZMPhPassAuthentication
{@inheritDoc}
validatePassword() - Method in class org.zenmagick.core.services.authentication.provider.ZMSha1Authentication
{@inheritDoc}
validatePassword() - Method in class org.zenmagick.core.services.authentication.ZMAuthenticationManager
Validate the given clear text password against the encrypted one.
validatePassword() - Method in class org.zenmagick.store.provider.ZMZenCartAuthentication
{@inheritDoc}
validateSession() - Method in class org.zenmagick.mvc.controller.ZMController
Validate session token.
validateSessionToken() - Method in class org.zenmagick.mvc.ZMRequest
Validate session token.
valueElement() - Method in class org.zenmagick.store.services.plugins.ZMSimplePluginFormView
Generate form element for the given config value.
virtualProductsCount() - Method in class org.zenmagick.store.utils.ZMCheckoutHelper
Checks for virtual products in the cart.

W

warn() - Method in class org.zenmagick.mvc.services.misc.ZMMessages
Add a warning message.
write() - Method in class org.zenmagick.mvc.ZMSessionHandler
Write session.

Y

yamlLoad() - Method in class org.zenmagick.core.ZMRuntime
Load mappings from a YAML style string.

Z

zcStaticPageContent() - Method in class org.zenmagick.store.services.themes.ZMTheme
Get the content of a static (define) page using the zen-cart location.
zen_date_raw() - Function in package org.zenmagick.store.locale
Convert UI date into a raw date format that zen-cart understands.
ZM_CACHE_BASE_DIR() - Global in package org.zenmagick.misc
ZM_DATE_FORMAT() - Global in package org.zenmagick.misc
ZM_DATETIME_FORMAT() - Global in package org.zenmagick.misc
ZM_DB_PREFIX() - Global in package org.zenmagick.misc
zm_email_formats() - Function in package org.zenmagick.store.email
Check in which format a given email template exists.
zm_get_default_settings() - Function in package org.zenmagick.store
Set up default setting.
zm_get_email_contents() - Function in package org.zenmagick.store.email
Create email contents based on the given parameter.
zm_i18n() - Function in package org.zenmagick.store.locale
Lookup and echo a i18n specific setting.
zm_i18n_add() - Function in package org.zenmagick.store.locale
Add i18n setting.
zm_i18n_finalise() - Function in package org.zenmagick.store.locale
Finalise i18n settings.
zm_l10n() - Function in package org.zenmagick.store.locale
Lookup and echo a language specific text.
zm_l10n_add() - Function in package org.zenmagick.store.locale
Add language mappings.
zm_l10n_chunk_get() - Function in package org.zenmagick.store.locale
Lookup a language specific chunk.
zm_l10n_get() - Function in package org.zenmagick.store.locale
Lookup a language specific text.
zm_mail() - Function in package org.zenmagick.store.email
Send email.
ZM_PAGE_KEY() - Global in package org.zenmagick.misc
ZM_ROOT() - Global in package org.zenmagick.misc
If you are changing ZM_ROOT, make sure to update ..\zen-cart\includes\init_includes\overrides\init_templates.php and ..\zen-cart\admin\includes\init_includes\overrides\init_templates.php The full order of action is: 1) Uninstall all ZenMagick patches (as some use this value to generate code) 2) Rename directory 3) Update ZM_ROOT 4) Update the files mentioned above 5) Re-install plugins
ZM_TABLE_TOKEN() - Global in package org.zenmagick.misc
ZMAccount() - Class in package org.zenmagick.store.model.account
A single user account.
ZMAccountController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account page.
ZMAccountEditController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account edit page.
ZMAccountForm() - Class in package org.zenmagick.store.model.forms
An account form (bean).
ZMAccountHistoryController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account history page.
ZMAccountHistoryInfoController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account history info page.
ZMAccountNewslettersController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account newsletter subscription page.
ZMAccountNotificationsController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account newsletter subscription page.
ZMAccountPasswordController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account password page.
ZMAccounts() - Class in package org.zenmagick.store.services.account
Accounts.
ZMAddress() - Class in package org.zenmagick.store.model.account
A single address.
ZMAddressBookAddController() - Class in package org.zenmagick.store.mvc.controller
Request controller for adding an address.
ZMAddressBookController() - Class in package org.zenmagick.store.mvc.controller
Request controller for addressbook page.
ZMAddressBookDeleteController() - Class in package org.zenmagick.store.mvc.controller
Request controller to delete addressbook entry (address).
ZMAddressBookEditController() - Class in package org.zenmagick.store.mvc.controller
Request controller for addressbook editing.
ZMAddresses() - Class in package org.zenmagick.store.services.account
Addresses.
ZMAdminView() - Class in package org.zenmagick.store.mvc.views
A view for admin pages.
ZMAdvancedSearchController() - Class in package org.zenmagick.store.mvc.controller
Advanced search controller.
ZMAjaxCatalogController() - Class in package org.zenmagick.store.mvc.controller.ajax
Ajax controller for JSON catalog data.
ZMAjaxCheckoutController() - Class in package org.zenmagick.store.mvc.controller.ajax
Ajax controller for JSON checkout.
ZMAjaxController() - Class in package org.zenmagick.mvc.controller
Request controller for ajax requests.
ZMAjaxCountryController() - Class in package org.zenmagick.store.mvc.controller.ajax
Ajax controller for JSON country data.
ZMAjaxShoppingCartController() - Class in package org.zenmagick.store.mvc.controller.ajax
Ajax controller for JSON shopping cart.
ZMArrayResultSource() - Class in package org.zenmagick.mvc.resultlist.sources
A result source wrapper for an array of results.
ZMAttribute() - Class in package org.zenmagick.store.model.catalog
A single attribute.
ZMAttributes() - Class in package org.zenmagick.store.services.catalog
Attribute service.
ZMAttributeValue() - Class in package org.zenmagick.store.model.catalog
A single attribute value.
ZMAuthentication() - Interface in package org.zenmagick.core.services.authentication
Provider of authentication service.
ZMAuthenticationManager() - Class in package org.zenmagick.core.services.authentication
Authentication service.
ZMBanner() - Class in package org.zenmagick.store.model.layout
A single banner.
ZMBanners() - Class in package org.zenmagick.store.services
Banner.
ZMBeanUtils() - Class in package org.zenmagick.core.utils
Bean utility.
ZMBooleanFormWidget() - Class in package org.zenmagick.mvc.widgets.form

A widget to make a boolean selection (true/false).

ZMBoxPlugin() - Class in package org.zenmagick.store.services.plugins.types
(Side-)box plugin.
ZMCache() - Interface in package org.zenmagick.core.services.cache
Generic cache interface.
ZMCaches() - Class in package org.zenmagick.core.services.cache
Caching service.
ZMCategories() - Class in package org.zenmagick.store.services.catalog
Category DAO.
ZMCategory() - Class in package org.zenmagick.store.model.catalog
A single category
ZMCategoryController() - Class in package org.zenmagick.store.mvc.controller
Request controller for categories.
ZMCategoryCouponRestriction() - Class in package org.zenmagick.store.model.checkout.coupons
Single coupon restriction.
ZMCategoryFilter() - Class in package org.zenmagick.store.mvc.resultlist.filter
Filter products by a single category.
ZMCheckoutAddressController() - Class in package org.zenmagick.store.mvc.controller
Request controller for checkout address change (shipping/billing).
ZMCheckoutConfirmationController() - Class in package org.zenmagick.store.mvc.controller
Request controller for checkout shipping page.
ZMCheckoutGuestController() - Class in package org.zenmagick.store.mvc.controller
Request controller for guest checkout.
ZMCheckoutHelper() - Class in package org.zenmagick.store.utils
Checkout helper.
ZMCheckoutPaymentController() - Class in package org.zenmagick.store.mvc.controller
Request controller for checkout shipping page.
ZMCheckoutShippingController() - Class in package org.zenmagick.store.mvc.controller
Request controller for checkout shipping page.
ZMCheckoutSuccessController() - Class in package org.zenmagick.store.mvc.controller
Request controller for checkout success page.
ZMConfig() - Class in package org.zenmagick.store.services
Configuration.
ZMConfigGroup() - Class in package org.zenmagick.store.model
Configuration group.
ZMConfigValue() - Class in package org.zenmagick.store.model
Configuration value.
ZMContactInfo() - Class in package org.zenmagick.store.model
Contact info.
ZMContactUsController() - Class in package org.zenmagick.store.mvc.controller
Controller for contact us age.
ZMController() - Class in package org.zenmagick.mvc.controller
Request controller base class.
ZMCountries() - Class in package org.zenmagick.store.services.account
Countries.
ZMCountry() - Class in package org.zenmagick.store.model
A single country.
ZMCountrySelectFormWidget() - Class in package org.zenmagick.store.mvc.widgets

A country select form widget.

ZMCoupon() - Class in package org.zenmagick.store.model
A single coupon.
ZMCouponQueue() - Class in package org.zenmagick.store.model
A single coupon queue entry.
ZMCouponRestrictions() - Class in package org.zenmagick.store.model.checkout.coupons
Collection of coupon restrictions.
ZMCoupons() - Class in package org.zenmagick.store.services
Coupons.
ZMCreateAccountController() - Class in package org.zenmagick.store.mvc.controller
Request controller for account creation page.
ZMCreoleDatabase() - Class in package org.zenmagick.core.services.database.provider
Implementation of the ZenMagick database layer using Creole.
ZMCrumb() - Class in package org.zenmagick.store.mvc.tools
A crumbtrail crumb.
ZMCurrencies() - Class in package org.zenmagick.store.services.locale
Currencies.
ZMCurrency() - Class in package org.zenmagick.store.model
A single currency.
ZMDatabase() - Interface in package org.zenmagick.core.services.database
ZenMagick database abstractation.
ZMDatabaseException() - Class in package org.zenmagick.core.services.database
Database exception.
ZMDateRule() - Class in package org.zenmagick.store.mvc.validation
Date validation rule.
ZMDbTableMapper() - Class in package org.zenmagick.core.services.database
Database table mapping *service*.
ZMDbUtils() - Class in package org.zenmagick.store.utils
SQL/database utils.
ZMDefaultController() - Class in package org.zenmagick.store.mvc.controller
Empty default controller.
ZMDiscountCouponController() - Class in package org.zenmagick.store.mvc.controller
Controller for coupon code lookup page.
ZMDispatcher() - Class in package org.zenmagick.mvc
ZenMagick MVC request dispatcher.
ZMDownload() - Class in package org.zenmagick.store.model.order
A single download.
ZMEmailMessage() - Class in package org.zenmagick.store.model
A generic email message container.
ZMEmailRule() - Class in package org.zenmagick.mvc.validation.rules
Email validation rules.
ZMEmailView() - Class in package org.zenmagick.store.mvc.views
Simple email view.
ZMEventFixes() - Class in package org.zenmagick.store.utils
Fixes and stuff that are (can be) event driven.
ZMEvents() - Class in package org.zenmagick.core.services.misc
Event service.
ZMException() - Exception in package org.zenmagick.core
Exception base class.
ZMEZPage() - Class in package org.zenmagick.store.model
EZ-page.
ZMEZPages() - Class in package org.zenmagick.store.services
EZ-pages.
ZMFeaturedProductsController() - Class in package org.zenmagick.store.mvc.controller
Request controller for featured products.
ZMFieldMatchRule() - Class in package org.zenmagick.mvc.validation.rules
Field match rule.
ZMFileCache() - Class in package org.zenmagick.core.services.cache.provider
File caching.
ZMFilePatcher() - Class in package org.zenmagick.core.utils
Handle patches for a single file.
ZMFileUtils() - Class in package org.zenmagick.core.utils
File utilities.
ZMFilterOption() - Class in package org.zenmagick.mvc.resultlist.options
A single filter option.
ZMFormData() - Class in package org.zenmagick.mvc.forms
Basic form data container.
ZMFormWidget() - Class in package org.zenmagick.mvc.widgets.form
Form widget base class.
ZMForwardView() - Class in package org.zenmagick.mvc.view
Forward view.
ZMFunctionView() - Class in package org.zenmagick.mvc.view
A view using a function to generate content.
ZMGroupPricing() - Class in package org.zenmagick.store.services.catalog
Group pricing.
ZMGuestHistoryController() - Class in package org.zenmagick.store.mvc.controller
Request controller for guest history lookup.
ZMGVAmountRule() - Class in package org.zenmagick.store.mvc.validation
Validate the amount against the current account's gv balance.
ZMGvFaqController() - Class in package org.zenmagick.store.mvc.controller
Request controller for gv faq.
ZMGVReceiver() - Class in package org.zenmagick.store.model
A gift voucher receiver.
ZMGVRedeem() - Class in package org.zenmagick.store.model
Gift voucher redeem info.
ZMGvRedeemController() - Class in package org.zenmagick.store.mvc.controller
Request controller for gv redeem page.
ZMGvSendConfirmController() - Class in package org.zenmagick.store.mvc.controller
Request controller for gv confirmation page.
ZMGvSendController() - Class in package org.zenmagick.store.mvc.controller
Request controller for gv send page.
ZMIdNamePair() - Class in package org.zenmagick.store.model
Simple id/name container.
ZMImageInfo() - Class in package org.zenmagick.store.model.catalog
Image information.
ZMIndexController() - Class in package org.zenmagick.store.mvc.controller
Request controller for index.
ZMLanguage() - Class in package org.zenmagick.store.model
A single language.
ZMLanguages() - Class in package org.zenmagick.store.services.locale
Languages service.
ZMLangUtils() - Class in package org.zenmagick.core.utils
Language utils.
ZMListRule() - Class in package org.zenmagick.mvc.validation.rules
List validation rules.
ZMLoader() - Class in package org.zenmagick.core
ZenMagick code/class loader.
ZMLogging() - Class in package org.zenmagick.core.services.misc
ZenMagick logging service.
ZMLoginController() - Class in package org.zenmagick.store.mvc.controller
Request controller for login.
ZMLogoffController() - Class in package org.zenmagick.store.mvc.controller
Request controller for logoff page.
ZMManufacturer() - Class in package org.zenmagick.store.model.catalog
Manufacturer.
ZMManufacturerFilter() - Class in package org.zenmagick.store.mvc.resultlist.filter
Filter products by manufacturer.
ZMManufacturers() - Class in package org.zenmagick.store.services.catalog
Manufacturers.
ZMManufacturerSelectFormWidget() - Class in package org.zenmagick.store.mvc.widgets

A manufacturer select form widget.

ZMMaxFieldLengthRule() - Class in package org.zenmagick.store.mvc.validation
Max field length validation rule based on the database column length.
ZMMemcacheCache() - Class in package org.zenmagick.core.services.cache.provider
Memcache caching.
ZMMemoryCache() - Class in package org.zenmagick.core.services.cache.provider
Memory caching.
ZMMessage() - Class in package org.zenmagick.mvc.services.misc
A single message.
ZMMessages() - Class in package org.zenmagick.mvc.services.misc
Messages to be displayed to the user.
ZMMetaTagDetails() - Class in package org.zenmagick.store.model.catalog
Meta tag details.
ZMMinMaxRule() - Class in package org.zenmagick.mvc.validation.rules
Min/max length validation rule.
ZMMinRule() - Class in package org.zenmagick.store.mvc.validation
Min max length validation rules.
ZMMVCConstants() - Interface in package org.zenmagick.mvc
ZenMagick MVC constants.
ZMObject() - Class in package org.zenmagick.core
ZenMagick base class.
ZMObjectResultSource() - Class in package org.zenmagick.mvc.resultlist.sources
A result source based on calling a method on an object.
ZMOffers() - Class in package org.zenmagick.store.model.catalog
All stuff related to product prices and offers.
ZMOrder() - Class in package org.zenmagick.store.model.order
A single order.
ZMOrderItem() - Class in package org.zenmagick.store.model.order
A single order item
ZMOrders() - Class in package org.zenmagick.store.services.checkout
Orders.
ZMOrderSorter() - Class in package org.zenmagick.store.mvc.resultlist.sorter
Order sorter.
ZMOrderStatus() - Class in package org.zenmagick.store.model.order
Order status.
ZMOrderStatusIdFilter() - Class in package org.zenmagick.store.mvc.resultlist.filter
Filter orders by status id.
ZMorderStatusSelectFormWidget() - Class in package org.zenmagick.store.mvc.widgets

A order status select form widget.

ZMOrderTotal() - Class in package org.zenmagick.store.model.order
A order total line.
ZMOrderTotalDetails() - Class in package org.zenmagick.store.model.checkout
Order total details as returned by an ZMOrderTotalPlugin.
ZMOrderTotalPlugin() - Class in package org.zenmagick.store.services.plugins.types
Order total plugin.
ZMPageController() - Class in package org.zenmagick.store.mvc.controller
Request controller for ez-pages.
ZMPasswordForgottenController() - Class in package org.zenmagick.store.mvc.controller
Request controller for forgotten passwords.
ZMPasswordFormWidget() - Class in package org.zenmagick.mvc.widgets.form

A password input form widget.

ZMPaymentField() - Class in package org.zenmagick.store.model.checkout
A form field for a payment type.
ZMPayments() - Class in package org.zenmagick.store.services.checkout
Payments.
ZMPaymentType() - Class in package org.zenmagick.store.model.checkout
A single payment type including all required information and settings.
ZMPdoDatabase() - Class in package org.zenmagick.core.services.database.provider
Implementation of the ZenMagick database layer using PDO.
ZMPhPassAuthentication() - Class in package org.zenmagick.core.services.authentication.provider
PhPass authentication provider.
ZMPhpCompressor() - Class in package org.zenmagick.core.utils
Generic PHP code compressor.
ZMPhpPackagePacker() - Class in package org.zenmagick.core.utils
Analyze dependencies of a given PHP package (folder tree), resolve and compress.
ZMPlugin() - Class in package org.zenmagick.core.services.plugins
Abstract base class for plugins.
ZMPluginAdminController() - Class in package org.zenmagick.store.services.plugins
Plugin admin controller base class.
ZMPlugins() - Class in package org.zenmagick.core.services.plugins
Basic plugin service.
ZMPluginView() - Class in package org.zenmagick.store.mvc.views
Simple plugin view.
ZMPriceGroup() - Class in package org.zenmagick.store.model.account
A price group.
ZMProduct() - Class in package org.zenmagick.store.model.catalog
A product.
ZMProductAssociation() - Class in package org.zenmagick.store.model.catalog
A product association base class.
ZMProductAssociationHandler() - Interface in package org.zenmagick.store.services.catalog.associations
Product association handler.
ZMProductAssociations() - Class in package org.zenmagick.store.services.catalog.associations
Manage pluggable product associations.
ZMProductCouponRestriction() - Class in package org.zenmagick.store.model.checkout.coupons
Single coupon restriction.
ZMProductFinder() - Class in package org.zenmagick.store.utils
Product search.
ZMProductInfoController() - Class in package org.zenmagick.store.mvc.controller
Request controller for product details.
ZMProductReviewsController() - Class in package org.zenmagick.store.mvc.controller
Request controller for product reviews pages.
ZMProductReviewsInfoController() - Class in package org.zenmagick.store.mvc.controller
Request controller for product review pages.
ZMProductReviewsWriteController() - Class in package org.zenmagick.store.mvc.controller
Request controller for write review page.
ZMProducts() - Class in package org.zenmagick.store.services.catalog
Product access.
ZMProductsNewController() - Class in package org.zenmagick.store.mvc.controller
Request controller for new products.
ZMProductSorter() - Class in package org.zenmagick.store.mvc.resultlist.sorter
Product sorter.
ZMQuantityDiscount() - Class in package org.zenmagick.store.model.catalog
A quantity discount.
ZMQueryDetails() - Class in package org.zenmagick.core.services.database
Query details as returned by the ZMSQLAware interface method.
ZMQueryPager() - Class in package org.zenmagick.core.services.database
Paginate a query.
ZMRedirectController() - Class in package org.zenmagick.store.mvc.controller
Redirect controller.
ZMRedirectView() - Class in package org.zenmagick.store.view
Redirect view.
ZMRegexpRule() - Class in package org.zenmagick.mvc.validation.rules
Regexp validation rules.
ZMRegistrationForm() - Class in package org.zenmagick.store.model.forms
A registration form (bean).
ZMRequest() - Class in package org.zenmagick.mvc
A request wrapper.
ZMRequestHandler() - Interface in package org.zenmagick.mvc
Request handler interface.
ZMRequiredRule() - Class in package org.zenmagick.mvc.validation.rules
Required validation rules.
ZMReservedQtyWidget() - Class in package org.zenmagick.store.mvc.widgets

Display reserved qty.

ZMResultList() - Class in package org.zenmagick.mvc.resultlist
A (result) list that handles lists spanning multiple pages.
ZMResultListFilter() - Class in package org.zenmagick.mvc.resultlist
Base result list filter.
ZMResultListSorter() - Class in package org.zenmagick.mvc.resultlist
Base result list sorter.
ZMResultSource() - Interface in package org.zenmagick.mvc.resultlist
A source of result list results.
ZMReview() - Class in package org.zenmagick.store.model.catalog
A single review.
ZMReviews() - Class in package org.zenmagick.store.services
Reviews.
ZMReviewsController() - Class in package org.zenmagick.store.mvc.controller
Request controller for reviews list.
ZMRss() - Class in package org.zenmagick.store.model.rss
A RSS feed.
ZMRssChannel() - Class in package org.zenmagick.store.model.rss
A RSS feed channel.
ZMRssController() - Class in package org.zenmagick.store.mvc.controller
Request controller for RSS feeds.
ZMRssFeed() - Class in package org.zenmagick.store.model.rss
A RSS feed.
ZMRssItem() - Class in package org.zenmagick.store.model.rss
A RSS feed item.
ZMRule() - Class in package org.zenmagick.mvc.validation
Base class for validation rules.
ZMRuleSet() - Class in package org.zenmagick.mvc.validation
A set of validation rules.
ZMRuntime() - Class in package org.zenmagick.core
Central place for runtime stuff.
ZMSacsHandler() - Interface in package org.zenmagick.mvc
Interface for Sacs handler.
ZMSacsManager() - Class in package org.zenmagick.mvc
Handle access control and security mappings.
ZMSaleMaker() - Class in package org.zenmagick.store.services.catalog
Sale maker.
ZMSavant() - Class in package org.zenmagick.mvc.view
Custom Savant(3).
ZMSavantView() - Class in package org.zenmagick.mvc.view
A Savant(3) view.
ZMSearchController() - Class in package org.zenmagick.store.mvc.controller
Search controller.
ZMSearchCriteria() - Class in package org.zenmagick.store.model
Search criteria.
ZMSearchResultSource() - Class in package org.zenmagick.store.mvc.resultlist.sources
A product search source.
ZMSecurityUtils() - Class in package org.zenmagick.core.utils
Security utils..
ZMSelectFormWidget() - Class in package org.zenmagick.mvc.widgets.form

A select form widget.

ZMSession() - Class in package org.zenmagick.mvc
A basic, cookies only, session class.
ZMSessionHandler() - Interface in package org.zenmagick.mvc
Simple session handler interface.
ZMSettings() - Class in package org.zenmagick.core
Settings (ZenMagick's configuration).
ZMSha1Authentication() - Class in package org.zenmagick.core.services.authentication.provider
Sha1 authentication provider.
ZMShipping() - Class in package org.zenmagick.store.services.checkout
Access class for shipping options.
ZMShippingEstimator() - Class in package org.zenmagick.store.utils
Shipping estimator.
ZMShippingMethod() - Class in package org.zenmagick.store.model.checkout
Shipping method.
ZMShippingProvider() - Class in package org.zenmagick.store.model.checkout
Shipping provider.
ZMShippingProviders() - Class in package org.zenmagick.store.services.checkout
General access class for shipping provider.
ZMShippingProviderWrapper() - Class in package org.zenmagick.store.model.checkout
Shipping provider.
ZMShoppingCart() - Class in package org.zenmagick.store.model.checkout
Shopping cart.
ZMShoppingCartController() - Class in package org.zenmagick.store.mvc.controller
Request controller for shopping cart.
ZMShoppingCartItem() - Class in package org.zenmagick.store.model.checkout
A single shopping cart item.
ZMShoppingCarts() - Class in package org.zenmagick.store.services.checkout
Shopping cart service.
ZMSimilarOrderProductAssociationHandler() - Class in package org.zenmagick.store.provider
Product association handler for also purchased products.
ZMSimplePluginFormView() - Class in package org.zenmagick.store.services.plugins
Plugin view that generates a (view-less) simple form based on all plugin settings.
ZMSortOption() - Class in package org.zenmagick.mvc.resultlist.options
A single sort option.
ZMSpecialsController() - Class in package org.zenmagick.store.mvc.controller
Request controller for specials.
ZMSQLAware() - Interface in package org.zenmagick.core.services.database
Add support for querying the SQL parameters for a particular method on an object.
ZMStateOrZoneIdRule() - Class in package org.zenmagick.store.mvc.validation
Check for either state or zone.
ZMStaticController() - Class in package org.zenmagick.store.mvc.controller
Request controller for static pages.
ZMTaxRate() - Class in package org.zenmagick.store.model
Info for a single tax rate.
ZMTaxRates() - Class in package org.zenmagick.store.services
Tax rates.
ZMTellAFriendController() - Class in package org.zenmagick.store.mvc.controller
Request controller for tell a friend form.
ZMTemplateManager() - Class in package org.zenmagick.store.services.themes
Template stuff.
ZMTheme() - Class in package org.zenmagick.store.services.themes
A theme.
ZMThemeInfo() - Class in package org.zenmagick.store.services.themes
Theme info base class.
ZMThemes() - Class in package org.zenmagick.store.services.themes
Themes.
ZMToken() - Class in package org.zenmagick.store.model
Token model class.
ZMTokens() - Class in package org.zenmagick.store.services
Token service.
ZMToolbox() - Class in package org.zenmagick.mvc.utils
Container for template related utilities.
ZMToolboxAdmin() - Class in package org.zenmagick.store.mvc.tools
Admin related functions.
ZMToolboxCrumbtrail() - Class in package org.zenmagick.store.mvc.tools
Crumbtrail.
ZMToolboxForm() - Class in package org.zenmagick.store.mvc.tools
Form related functions.
ZMToolboxHtml() - Class in package org.zenmagick.mvc.utils
HTML utilities.
ZMToolboxLocale() - Class in package org.zenmagick.store.mvc.tools
Locale methods.
ZMToolboxMacro() - Class in package org.zenmagick.store.mvc.tools
Macro utilities.
ZMToolboxMetaTags() - Class in package org.zenmagick.store.mvc.tools
Page meta tag data generator.
ZMToolboxNet() - Class in package org.zenmagick.mvc.utils
Networking/URL related functions.
ZMToolboxTool() - Class in package org.zenmagick.toolbox
Toolbx tool base class.
ZMToolboxUtils() - Class in package org.zenmagick.store.mvc.tools
Generic utilities.
ZMTools() - Class in package org.zenmagick.store.utils
(System) Tools.
ZMUniqueEmailRule() - Class in package org.zenmagick.store.mvc.validation
Check for unique email address.
ZMUnsubscribeController() - Class in package org.zenmagick.store.mvc.controller
Request controller for unsubscribe page.
ZMUrlManager() - Class in package org.zenmagick.mvc
Central storage of url mappings.
ZMValidator() - Class in package org.zenmagick.mvc.validation
A validator framework.
ZMView() - Class in package org.zenmagick.mvc.view
Base implementation of the ZMView interface.
ZMWidget() - Class in package org.zenmagick.mvc.widgets
Widget base class.
ZMWrapperRule() - Class in package org.zenmagick.mvc.validation.rules
Empty validation rules that can be used to wrap custom logic.
ZMXcacheCache() - Class in package org.zenmagick.core.services.cache.provider
xcache caching.
ZMZenCartAuthentication() - Class in package org.zenmagick.store.provider
zen-cart authentication provider.
ZMZenCartDatabase() - Class in package org.zenmagick.store.provider
Implementation of the ZenMagick database layer using zen-cart's $db.
ZMZenCartUserSacsHandler() - Class in package org.zenmagick.store.mvc
Handle access control and security mappings.
ZMZone() - Class in package org.zenmagick.store.model.account
A address zone.

ZenMagick 0.9.8