ZenMagick 0.9.6

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

_

_zm_order() - Class in package org.zenmagick.misc
Dummie classes used for faking a zen-cart environment where required.

A

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

B

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

C

calculate() - Method in class org.zenmagick.plugins.types.ZMOrderTotalPlugin
Evaluate the given cart and return resulting order totals.
calculateAttributePrice() - Method in class org.zenmagick.service.ZMShoppingCarts
Calculate the attribute price for the given item.
calculateDiscount() - Method in class org.zenmagick.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.service.ZMShoppingCarts
Calculate optional one time charges.
calculatePrice() - Method in class org.zenmagick.model.catalog.ZMOffers
Calculate the (best) price.
calculateProductPrice() - Method in class org.zenmagick.service.ZMShoppingCarts
Calculate the product price for the given item.
calculateTax() - Method in class org.zenmagick.model.ZMTaxRate
Caclulate tax for the given amount.
callView() - Method in class org.zenmagick.rp.ZMView
Call the function that generates the view contents.
categoryTree() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Build a nested unordered list from the given categories.
checkCartStatus() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Check whether the cart is ready for checkout or not.
checked() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxForm
Makes a checkbox or radio button checked.
checkStock() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Check stock.
clear() - Method in class org.zenmagick.ZMSession
Clear the session.
clear() - Method in class org.zenmagick.cache.ZMCache
Clear the cache.
clear() - Method in class org.zenmagick.cache.provider.ZMFileCache
{@inheritDoc} /
clear() - Method in class org.zenmagick.cache.provider.ZMMemcacheCache
{@inheritDoc} /
clear() - Method in class org.zenmagick.cache.provider.ZMMemoryCache
{@inheritDoc} /
clear() - Method in class org.zenmagick.cache.provider.ZMXcacheCache
{@inheritDoc} /
clear() - Method in class org.zenmagick.service.ZMCrumbtrail
Clear all crumbs.
clearCart() - Method in class org.zenmagick.service.ZMShoppingCarts
Clear a cart.
clearMessages() - Method in class org.zenmagick.ZMSession
Clear all session messages.
clearValues() - Method in class org.zenmagick.model.catalog.ZMAttribute
Clear all values.
commit() - Method in class org.zenmagick.database.ZMDatabase
Commits statements in a transaction.
commit() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
{@inheritDoc} /
commit() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
{@inheritDoc} /
commit() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
{@inheritDoc} /
compare() - Method in class org.zenmagick.widgets.form.ZMFormWidget
Compare the given value with the widget value.
compare() - Method in class org.zenmagick.widgets.form.widget.ZMBooleanFormWidget
{@inheritDoc} /
compareStoreUrl() - Method in class org.zenmagick.misc.ZMTools
Compare URLs.
convertFrom() - Method in class org.zenmagick.model.ZMCurrency
Convert from this currency into default currency.
convertTo() - Method in class org.zenmagick.model.ZMCurrency
Convert from default currency into this currency.
createAccount() - Method in class org.zenmagick.service.ZMAccounts
Create a new account.
createAddress() - Method in class org.zenmagick.service.ZMAddresses
Create a new address.
createBoxes() - Method in class org.zenmagick.plugins.types.ZMBoxPlugin
Create zen-cart dummy sideboxes plus default boxes for the default theme.
createCategory() - Method in class org.zenmagick.service.ZMCategories
Create a new category.
createConfigValue() - Method in class org.zenmagick.service.ZMConfig
Create config value.
createCoupon() - Method in class org.zenmagick.service.ZMCoupons
Create a new coupon.
createCouponCode() - Method in class org.zenmagick.service.ZMCoupons
Create a new coupon code.
createCouponTracker() - Method in class org.zenmagick.service.ZMCoupons
Create a new coupon tracker record.
createModel() - Method in class org.zenmagick.database.ZMDatabase
Create a single row using the given model and mapping.
createModel() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
{@inheritDoc} /
createModel() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
{@inheritDoc} /
createModel() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
{@inheritDoc} /
createOrderStatusHistory() - Method in class org.zenmagick.service.ZMOrders
Create new order status history entry.
createReview() - Method in class org.zenmagick.service.ZMReviews
Create a new review.
creditCoupon() - Method in class org.zenmagick.service.ZMCoupons
Credit coupon for account.
cssFile() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxUtils
Add the given CSS file to the final contents.
cssFile() - Method in class org.zenmagick.service.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.rp.toolbox.defaults.ZMToolboxNet
Decode a HTML encoded URL.
deleteAddressForId() - Method in class org.zenmagick.service.ZMAddresses
Delte an address.
detach() - Method in class org.zenmagick.service.ZMEvents
Detach a subscriber.
dispatch() - Method in class org.zenmagick.ZMDispatcher
Dispatch a request.
doGetBasePrice() - Method in class org.zenmagick.model.catalog.ZMOffers
Calculate the base price.
doGetSalePrice() - Method in class org.zenmagick.model.catalog.ZMOffers
Calculate the discount price.
dump() - Method in class org.zenmagick.service.ZMLogging
Simple dump function.

E

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

F

fieldLength() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxForm
Create size and maxlength attributes for input fields.
fieldMessages() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxHtml
Show form field specific error messages.
filter() - Method in class org.zenmagick.rp.resultlist.ZMResultListFilter
Filter the given list using the filters exclude($obj) method.
finalizeCoupon() - Method in class org.zenmagick.service.ZMCoupons
Finalize a coupon.
findController() - Method in class org.zenmagick.rp.ZMUrlMapper
Find the controller (class) mapped to the given page.
findIncludes() - Method in class org.zenmagick.ZMLoader
Scan (recursively) for .php files.
findMapping() - Method in class org.zenmagick.rp.ZMUrlMapper
Find a URL mapping for the given controller (and viewId).
findView() - Method in class org.zenmagick.rp.ZMController
Lookup the appropriate view for the given name.
finish() - Method in class org.zenmagick.ZMRuntime
Finish execution.
fireEvent() - Method in class org.zenmagick.service.ZMEvents
Fire ZenMagick event.
flattenObject() - Method in class org.zenmagick.rp.ajax.ZMAjaxController
Flattens any given object.
fmod_round() - Method in class org.zenmagick.misc.ZMTools
fmod variant that can handle values < 1.
format() - Method in class org.zenmagick.model.ZMCurrency
Format the given amount according to this currency's rate and formatting rules.
formatAddress() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Format an address according to the countries address format.
formatLog() - Method in class org.zenmagick.service.ZMLogging
Format error handler log line.
formatMoney() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxUtils
Format the given amount according to the current currency.
freeProductsCount() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Checks for free products in the cart.
freeShippingCount() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Checks for free shipping.
furl() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
ZenMagick implementation of zen-cart's zen_href_link function.

G

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

H

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

I

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

J

jsBottom() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxUtils
Add the given JS file to the end of the final contents (before the closing element).
jsFile() - Method in class org.zenmagick.service.ZMTemplateManager
Add the given JavaScript file to the final contents.
jsNow() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxUtils
Add the given JS file now.
jsTop() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxUtils
Add the given JS file to the header section of the final contents.

L

lastModified() - Method in class org.zenmagick.cache.ZMCache
Return the caches last modification time
lastModified() - Method in class org.zenmagick.cache.provider.ZMFileCache
{@inheritDoc} /
lastModified() - Method in class org.zenmagick.cache.provider.ZMMemcacheCache
{@inheritDoc} /
lastModified() - Method in class org.zenmagick.cache.provider.ZMMemoryCache
{@inheritDoc} /
lastModified() - Method in class org.zenmagick.cache.provider.ZMXcacheCache
{@inheritDoc} /
load() - Method in class org.zenmagick.service.ZMCategories
Load all categories.
load() - Method in class org.zenmagick.service.ZMCurrencies
Load all currencies.
loadAccount() - Method in class org.zenmagick.model.forms.ZMAccountForm
Init with current account settings.
loadAddress() - Method in class org.zenmagick.model.order.ZMOrder
Load address details.
loadCartForAccountId() - Method in class org.zenmagick.service.ZMShoppingCarts
Load and populate a cart.
loadLocale() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Load locale settings (l10n/i18n).
loadMappingFile() - Method in class org.zenmagick.database.ZMDbTableMapper
Load mappings from file.
loadModel() - Method in class org.zenmagick.database.ZMDatabase
Load a single row using the given model and mapping.
loadModel() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
{@inheritDoc} /
loadModel() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
{@inheritDoc} /
loadModel() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
{@inheritDoc} /
loadStatic() - Method in class org.zenmagick.ZMLoader
Load all available static code.
log() - Method in class org.zenmagick.service.ZMLogging
Simple logging function.
logError() - Method in class org.zenmagick.service.ZMLogging
A callback function that can be overriden to implement custom logging.
lookup() - Method in class org.zenmagick.cache.ZMCache
Test if a valid cache entry exists and, if it does, return it
lookup() - Method in class org.zenmagick.cache.provider.ZMFileCache
{@inheritDoc} /
lookup() - Method in class org.zenmagick.cache.provider.ZMMemcacheCache
{@inheritDoc} /
lookup() - Method in class org.zenmagick.cache.provider.ZMMemoryCache
{@inheritDoc} /
lookup() - Method in class org.zenmagick.cache.provider.ZMXcacheCache
{@inheritDoc} /

M

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

This is pretty much following Java conventions.

map2obj() - Method in class org.zenmagick.misc.ZMBeanUtils
Create a new instance of the given class and populate with the provided data.
markRequestAsLoginFollowUp() - Method in class org.zenmagick.ZMSession
Mark current request for return after login.
mkAddress() - Method in class org.zenmagick.model.order.ZMOrder
Create address instance.
mkdir() - Method in class org.zenmagick.misc.ZMTools
Make directory.
mkItemId() - Method in class org.zenmagick.model.checkout.ZMShoppingCart
Create unique cart item/sku id, based on the base product id and attribute information.
mkPassword() - Method in class org.zenmagick.authentication.ZMAuthenticationManager
Generate a new random password.
mkRssDate() - Method in class org.zenmagick.misc.ZMTools
Convert date to RSS date format.
mkUnique() - Method in class org.zenmagick.misc.ZMTools
Create a unique key from all given parameters.
more() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxHtml
Truncate text.
move() - Method in class org.zenmagick.misc.ZMTools
Move files and folders.
msg() - Method in class org.zenmagick.service.ZMMessages
Add a default message.

N

normalizeFilename() - Method in class org.zenmagick.misc.ZMTools
Normalize filename.

O

obj2map() - Method in class org.zenmagick.misc.ZMBeanUtils
Convert an object into a map.
officeOnlyEmailFooter() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Format additional email content for internal copies.
onload() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxHtml
Get optional onload handler attribute for the current page.
onNotifyCheckoutProcessAfterOrderCreateAddProducts() - Method in class org.zenmagick.misc.ZMEventFixes
Create ZenMagick order created event that contains the order id.
onNotifyHeaderEndCheckoutShipping() - Method in class org.zenmagick.misc.ZMEventFixes
Validate addresses for guest checkout.
onNotifyHeaderStartCheckoutPayment() - Method in class org.zenmagick.misc.ZMEventFixes
Validate addresses for guest checkout.
onZMBootstrapDone() - Method in class org.zenmagick.misc.ZMEventFixes
More store startup code.
onZMDispatchStart() - Method in class org.zenmagick.misc.ZMEventFixes
Remove ajax requests from navigation history.
onZMFinaliseContents() - Method in class org.zenmagick.service.ZMTemplateManager
Event handler to inject JavaScript and CSS resources.
onZMGenerateEmail() - Method in class org.zenmagick.misc.ZMEventFixes
Fix email context for various emails.
onZMInitDone() - Method in class org.zenmagick.database.ZMDbTableMapper
Refresh cache if empty.
onZMInitDone() - Method in class org.zenmagick.misc.ZMEventFixes
Fake theme resolved event if using zen-cart templates and handle persisted messages.
onZMViewDone() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutSuccessController
Event handler to logout guest users only *after* the view is done.
open() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxForm
Create a HTML form tag.

P

parse() - Method in class org.zenmagick.model.ZMCurrency
Parse a formatted currency amount.
parseDateString() - Method in class org.zenmagick.misc.ZMTools
Parse a date according to the given format.
parseMoney() - Method in class org.zenmagick.misc.ZMTools
Parse a money amount.
parseRange() - Method in class org.zenmagick.misc.ZMTools
Convert a numeric range definition into an array of single values.
parseRssDate() - Method in class org.zenmagick.misc.ZMTools
Parse RSS date.
parseTable() - Method in class org.zenmagick.database.ZMDbTableMapper
Parse mapping for a single table.
phpinfo() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
phpinfo wrapper.
pluginURL() - Method in class org.zenmagick.plugins.ZMPlugin
Resolve a plugin relative URI.
populate() - Method in class org.zenmagick.rp.ZMFormBean
Populate this form.
populateAttributes() - Method in class org.zenmagick.model.checkout.ZMShoppingCartItem
Get selected attributes for this cart item.
prepare() - Method in class org.zenmagick.misc.ZMShippingEstimator
Prepare .
prepare_uploads() - Method in class org.zenmagick.model.checkout.ZMShoppingCart
Prepare file uploads.
prepareStatement() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
Create a prepared statement.
prepareStatement() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
Create a prepared statement.
process() - Method in class org.zenmagick.plugins.ZMPluginPageController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.ZMController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.ajax.ZMAjaxController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMAccountNewslettersController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMAccountNotificationsController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMAccountPasswordController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMCategoryController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutAddressController
{@inheritDoc} /
process() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutGuestController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMDiscountCouponController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMGuestHistoryController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMLoginController
Process a HTTP request.
process() - Method in class org.zenmagick.rp.uip.controller.ZMPasswordForgottenController
Process a HTTP request.
processGet() - Method in class org.zenmagick.plugins.ZMPluginPageController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.ZMController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.ajax.ZMAjaxController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAccountController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAccountEditController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAccountHistoryController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAccountHistoryInfoController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookDeleteController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookEditController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMAdvancedSearchController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMCategoryController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutConfirmationController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutPaymentController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutShippingController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutSuccessController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMContactUsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMDefaultController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMFeaturedProductsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMGvFaqController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMGvRedeemController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMGvSendConfirmController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMIndexController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMLoginController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMLogoffController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMPageController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMProductInfoController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMProductReviewsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMProductReviewsInfoController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMProductReviewsWriteController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMProductsNewController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMRedirectController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMReviewsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMRssController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMSearchController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMShoppingCartController
{@inheritDoc} /
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMSpecialsController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMStaticController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMTellAFriendController
Process a HTTP GET request.
processGet() - Method in class org.zenmagick.rp.uip.controller.ZMUnsubscribeController
{@inheritDoc} /
processPatchResults() - Method in class org.zenmagick.database.ZMDbUtils
Process SQL patch messages.
processPost() - Method in class org.zenmagick.plugins.ZMPluginPageController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.ZMController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAccountEditController
{@inheritDoc} /
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAccountNewslettersController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAccountNotificationsController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAccountPasswordController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookAddController
{@inheritDoc} /
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookDeleteController
{@inheritDoc} /
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMAddressBookEditController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutAddressController
{@inheritDoc} /
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutGuestController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutShippingController
{@inheritDoc} /
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMContactUsController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMCreateAccountController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMDiscountCouponController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMGuestHistoryController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMGvSendConfirmController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMGvSendController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMLoginController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMPasswordForgottenController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMProductReviewsWriteController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMTellAFriendController
Process a HTTP POST request.
processPost() - Method in class org.zenmagick.rp.uip.controller.ZMUnsubscribeController
{@inheritDoc} /
processRequest() - Method in class org.zenmagick.widgets.form.ZMWidgetForm
Process a request data array with respect to widget specific conversions etc.
product() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
Convenience function to build a product URL.
productAttributes() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for product attributes.
productCheckboxAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a CHECKBOX attribute.
productImageLink() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxHtml
Create a HTML <a> tag with the product image of the given product.
productPrice() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Format the product price incl.
productRadioAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a RADIO attribute.
productReadonlyAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a READONLY attribute.
PRODUCTS_OPTIONS_TYPE_SELECT() - Global in package org.zenmagick.misc
productSelectAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a SELECT attribute.
productTextAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a TEXT attribute.
productUploadAttribute() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxMacro
Generate HTML for a FILE attribute.

Q

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

R

random() - Method in class org.zenmagick.misc.ZMTools
Generate a random value.
readyForCheckout() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Check whether the cart is ready for checkout or not.
readyForCheckout() - Method in class org.zenmagick.model.checkout.ZMShoppingCart
Check whether the cart is ready for checkout or not.
recreate() - Method in class org.zenmagick.ZMSession
Recreate session.
redeemCoupon() - Method in class org.zenmagick.service.ZMCoupons
Redeem a coupon.
redirect() - Method in class org.zenmagick.rp.ZMRequest
Redirect to the given url.
redirect() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
Create an redirect URL for the given action and id.
registerAccount() - Method in class org.zenmagick.ZMSession
Register an account as user for this session.
registerClass() - Method in class org.zenmagick.ZMLoader
Manually register a class.
remove() - Method in class org.zenmagick.cache.ZMCache
Remove the cache entry for the given id.
remove() - Method in class org.zenmagick.cache.provider.ZMFileCache
{@inheritDoc} /
remove() - Method in class org.zenmagick.cache.provider.ZMMemcacheCache
{@inheritDoc} /
remove() - Method in class org.zenmagick.cache.provider.ZMMemoryCache
{@inheritDoc} /
remove() - Method in class org.zenmagick.cache.provider.ZMXcacheCache
{@inheritDoc} /
remove() - Method in class org.zenmagick.plugins.ZMPlugin
Remove this plugin.
remove() - Method in class org.zenmagick.plugins.types.ZMBoxPlugin
Remove this plugin.
removeBoxes() - Method in class org.zenmagick.plugins.types.ZMBoxPlugin
Remove zen-cart dummy sideboxes plus default boxes for the default theme.
removeConfigValue() - Method in class org.zenmagick.service.ZMConfig
Remove config value.
removeConfigValues() - Method in class org.zenmagick.service.ZMConfig
Remove config value for the given key pattern.
removeModel() - Method in class org.zenmagick.database.ZMDatabase
Remove a single row using the given model and mapping.
removeModel() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
{@inheritDoc} /
removeModel() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
{@inheritDoc} /
removeModel() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
{@inheritDoc} /
removeProduct() - Method in class org.zenmagick.model.checkout.ZMShoppingCart
Remove item from cart.
removeProductJSON() - Method in class org.zenmagick.rp.ajax.controller.ZMAjaxShoppingCartController
Remove from cart.
removeRule() - Method in class org.zenmagick.validation.ZMRuleSet
Remove a rule.
removeValue() - Method in class org.zenmagick.ZMSession
Remove a session value.
removeValue() - Method in class org.zenmagick.model.catalog.ZMAttribute
Remove an attribute value.
render() - Method in class org.zenmagick.widgets.ZMWidget
Get the HTML to render this widget.
render() - Method in class org.zenmagick.widgets.form.widget.ZMBooleanFormWidget
{@inheritDoc} /
renderCheckbox() - Method in class org.zenmagick.widgets.form.widget.ZMBooleanFormWidget
Render as checkbox.
renderRadio() - Method in class org.zenmagick.widgets.form.widget.ZMBooleanFormWidget
Render as radiobox group.
renderSelect() - Method in class org.zenmagick.widgets.form.widget.ZMBooleanFormWidget
Render as select box.
reset() - Method in class org.zenmagick.service.ZMCrumbtrail
Reset.
resolve() - Method in class org.zenmagick.ZMLoader
Shortcut version of ZMLoader::instance()->resolveClass($name).
resolveAlias() - Method in class org.zenmagick.validation.ZMValidator
Resolve alias.
resolveClass() - Method in class org.zenmagick.ZMLoader
Resolve and load the class code for the given class name.
resolveFromClassPath() - Method in class org.zenmagick.ZMLoader
Resolve and load the class given.
resolveSQLFilename() - Method in class org.zenmagick.database.ZMDbUtils
Resolve a given SQL file name.
resolveTheme() - Method in class org.zenmagick.service.ZMThemes
Resolve theme incl.
resolveZCClass() - Method in class org.zenmagick.misc.ZMTools
Resolve the given zen-cart class.
restoreCart() - Method in class org.zenmagick.ZMSession
Restore the shopping cart contents.
resultListBack() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
Build a result list URL pointing to the previous page.
resultListNext() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
Build a URL pointing to the next page.
rmdir() - Method in class org.zenmagick.misc.ZMTools
Remove a directory (tree).
rollback() - Method in class org.zenmagick.database.ZMDatabase
Rollback changes in a transaction.
rollback() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
{@inheritDoc} /
rollback() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
{@inheritDoc} /
rollback() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
{@inheritDoc} /
rs2model() - Method in class org.zenmagick.database.provider.ZMCreoleDatabase
Create model and populate using the given rs and field map.
rssFeed() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxNet
Build a RSS feed URL.
rssFooter() - Method in class org.zenmagick.rp.uip.controller.ZMRssController
Write RSS footer.
rssHeader() - Method in class org.zenmagick.rp.uip.controller.ZMRssController
Write RSS header.
rssItem() - Method in class org.zenmagick.rp.uip.controller.ZMRssController
Generate RSS item.

S

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

T

text2html() - Method in class org.zenmagick.rp.toolbox.defaults.ZMToolboxHtml
Convert text based user input into HTML.
themeFile() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Resolve a theme relative filename into a full path.
themeFileContents() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Load and eval a theme file.
themeFileExists() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Check if the given theme relative file exists.
themeURL() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Resolve a theme relative URI.
toArray() - Method in class org.zenmagick.misc.ZMTools
Convert values to array where reasonable.
toJSON() - Method in class org.zenmagick.rp.ajax.ZMAjaxController
Serialize object to JSON.
toJSString() - Method in class org.zenmagick.validation.ZMRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.ZMValidator
Create JS validation rules for the given rule set.
toJSString() - Method in class org.zenmagick.validation.rules.ZMDateRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMEmailRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMFieldMatchRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMListRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMMaxFieldLengthRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMMinRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMRegexpRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMRequiredRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.ZMWrapperRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.custom.ZMGVAmountRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.custom.ZMStateOrZoneIdRule
Create JS validation call.
toJSString() - Method in class org.zenmagick.validation.rules.custom.ZMUniqueEmailRule
Create JS validation call.
trace() - Method in class org.zenmagick.service.ZMLogging
Create a simple stack trace.
translateDateString() - Method in class org.zenmagick.misc.ZMTools
Convert a (UI) date from one format to another.
translateRow() - Method in class org.zenmagick.database.provider.ZMPdoDatabase
Translate a given raw database row with the given mapping.
translateRow() - Method in class org.zenmagick.database.provider.ZMZenCartDatabase
Translate a given raw database row with the given mapping.

U

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

V

validate() - Method in class org.zenmagick.rp.ZMController
Validate the current request using the given rule id.
validate() - Method in class org.zenmagick.validation.ZMRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.ZMValidator
Validate the given request/object using the named (id) rule set.
validate() - Method in class org.zenmagick.validation.rules.ZMDateRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMEmailRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMFieldMatchRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMListRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMMaxFieldLengthRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMMinRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMRegexpRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMRequiredRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.ZMWrapperRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.custom.ZMGVAmountRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.custom.ZMStateOrZoneIdRule
Validate the given request data.
validate() - Method in class org.zenmagick.validation.rules.custom.ZMUniqueEmailRule
Validate the given request data.
validateCheckout() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Validate the current checkout request.
validateFormBean() - Method in class org.zenmagick.rp.ZMController
Validate the given form bean.
validateFormBean() - Method in class org.zenmagick.rp.uip.controller.ZMCheckoutAddressController
{@inheritDoc} /
validateFormBean() - Method in class org.zenmagick.rp.uip.controller.ZMGvSendConfirmController
{@inheritDoc} /
validatePassword() - Method in class org.zenmagick.authentication.ZMAuthentication
Validate the given clear text password against the encrypted one.
validatePassword() - Method in class org.zenmagick.authentication.ZMAuthenticationManager
Validate the given clear text password against the encrypted one.
validatePassword() - Method in class org.zenmagick.authentication.provider.ZMPhPassAuthentication
{@inheritDoc} /
validatePassword() - Method in class org.zenmagick.authentication.provider.ZMSha1Authentication
{@inheritDoc} /
validatePassword() - Method in class org.zenmagick.authentication.provider.ZMZenCartAuthentication
{@inheritDoc} /
validateSession() - Method in class org.zenmagick.validation.ZMValidator
Validate session token.
virtualProductsCount() - Method in class org.zenmagick.misc.ZMCheckoutHelper
Checks for virtual products in the cart.

W

warn() - Method in class org.zenmagick.service.ZMMessages
Add a warning message.

Z

zcoSubscribe() - Method in class org.zenmagick.plugins.ZMPlugin
Register this plugin as zen-cart zco subscriber.
zcoUnsubscribe() - Method in class org.zenmagick.plugins.ZMPlugin
Un-register this plugin as zen-cart zco subscriber.
zcStaticPageContent() - Method in class org.zenmagick.rp.uip.themes.ZMTheme
Get the content of a static (define) page using the zen-cart location.
zen_date_raw() - Function in package org.zenmagick.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_DEFAULT_THEME() - Global in package org.zenmagick.misc
zm_email_formats() - Function in package org.zenmagick.email
Check in which format a given email template exists.
zm_get_default_settings() - Function in package org.zenmagick.settings
Set up default SACS mappings.
zm_get_email_contents() - Function in package org.zenmagick.email
Create email contents based on the given parameter.
zm_i18n() - Function in package org.zenmagick.locale
Lookup and echo a i18n specific setting.
zm_i18n_add() - Function in package org.zenmagick.locale
Add i18n setting.
zm_i18n_finalise() - Function in package org.zenmagick.locale
Finalise i18n settings.
zm_l10n() - Function in package org.zenmagick.locale
Lookup and echo a language specific text.
zm_l10n_add() - Function in package org.zenmagick.locale
Add language mappings.
zm_l10n_chunk_get() - Function in package org.zenmagick.locale
Lookup a language specific chunk.
zm_l10n_get() - Function in package org.zenmagick.locale
Lookup a language specific text.
zm_mail() - Function in package org.zenmagick.email
Send email.
ZM_PAGE_KEY() - Global in package org.zenmagick.misc
zm_plugin_admin_url() - Function in package org.zenmagick.plugins
Create a plugin admin page URL.
zm_plugin_url() - Function in package org.zenmagick.plugins
Create a plugin view/admin page URL.
zm_plugin_value_element() - Function in package org.zenmagick.plugins
Generate form element for the given config value.
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_set_default_sacs_mappings() - Function in package org.zenmagick.settings
Set up default SACS mappings.
zm_set_default_url_mappings() - Function in package org.zenmagick.settings
Set up default URL mappings.
zm_simple_config_form() - Function in package org.zenmagick.plugins
Create a simple plugin config form.
ZMAccount() - Class in package org.zenmagick.model.account
A single user account.
ZMAccountController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account page.
ZMAccountEditController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account edit page.
ZMAccountForm() - Class in package org.zenmagick.model.forms
An account form (bean).
ZMAccountHistoryController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account history page.
ZMAccountHistoryInfoController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account history info page.
ZMAccountNewslettersController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account newsletter subscription page.
ZMAccountNotificationsController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account newsletter subscription page.
ZMAccountPasswordController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account password page.
ZMAccounts() - Class in package org.zenmagick.service
Accounts.
ZMAddress() - Class in package org.zenmagick.model.account
A single address.
ZMAddressBookAddController() - Class in package org.zenmagick.rp.uip.controller
Request controller for adding an address.
ZMAddressBookController() - Class in package org.zenmagick.rp.uip.controller
Request controller for addressbook page.
ZMAddressBookDeleteController() - Class in package org.zenmagick.rp.uip.controller
Request controller to delete addressbook entry (address).
ZMAddressBookEditController() - Class in package org.zenmagick.rp.uip.controller
Request controller for addressbook editing.
ZMAddresses() - Class in package org.zenmagick.service
Addresses.
ZMAdvancedSearchController() - Class in package org.zenmagick.rp.uip.controller
Advanced search controller.
ZMAjaxCatalogController() - Class in package org.zenmagick.rp.ajax.controller
Ajax controller for JSON catalog data.
ZMAjaxCheckoutController() - Class in package org.zenmagick.rp.ajax.controller
Ajax controller for JSON checkout.
ZMAjaxController() - Class in package org.zenmagick.rp.ajax
Request controller for ajax requests.
ZMAjaxCountryController() - Class in package org.zenmagick.rp.ajax.controller
Ajax controller for JSON country data.
ZMAjaxShoppingCartController() - Class in package org.zenmagick.rp.ajax.controller
Ajax controller for JSON shopping cart.
ZMArrayResultSource() - Class in package org.zenmagick.rp.resultlist.sources
A result source wrapper for an array of results.
ZMAttribute() - Class in package org.zenmagick.model.catalog
A single attribute.
ZMAttributes() - Class in package org.zenmagick.service
Attribute service.
ZMAttributeValue() - Class in package org.zenmagick.model.catalog
A single attribute value.
ZMAuthentication() - Interface in package org.zenmagick.authentication
Provider of authentication service.
ZMAuthenticationManager() - Class in package org.zenmagick.authentication
Authentication service.
ZMBanner() - Class in package org.zenmagick.model.layout
A single banner.
ZMBanners() - Class in package org.zenmagick.service
Banner.
ZMBeanUtils() - Class in package org.zenmagick.misc
Bean/model utilities.
ZMBooleanFormWidget() - Class in package org.zenmagick.widgets.form.widget

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

ZMBoxPlugin() - Class in package org.zenmagick.plugins.types
(Side-)box plugin.
ZMCache() - Interface in package org.zenmagick.cache
Generic cache interface.
ZMCaches() - Class in package org.zenmagick.service
Caching service.
ZMCategories() - Class in package org.zenmagick.service
Category DAO.
ZMCategory() - Class in package org.zenmagick.model.catalog
A single category
ZMCategoryController() - Class in package org.zenmagick.rp.uip.controller
Request controller for categories.
ZMCategoryCouponRestriction() - Class in package org.zenmagick.model.checkout.coupons
Single coupon restriction.
ZMCategoryFilter() - Class in package org.zenmagick.rp.resultlist.filter
Filter products by a single category.
ZMCheckoutAddressController() - Class in package org.zenmagick.rp.uip.controller
Request controller for checkout address change (shipping/billing).
ZMCheckoutConfirmationController() - Class in package org.zenmagick.rp.uip.controller
Request controller for checkout shipping page.
ZMCheckoutGuestController() - Class in package org.zenmagick.rp.uip.controller
Request controller for guest checkout.
ZMCheckoutHelper() - Class in package org.zenmagick.misc
Checkout helper.
ZMCheckoutPaymentController() - Class in package org.zenmagick.rp.uip.controller
Request controller for checkout shipping page.
ZMCheckoutShippingController() - Class in package org.zenmagick.rp.uip.controller
Request controller for checkout shipping page.
ZMCheckoutSuccessController() - Class in package org.zenmagick.rp.uip.controller
Request controller for checkout success page.
ZMConfig() - Class in package org.zenmagick.service
Configuration.
ZMConfigGroup() - Class in package org.zenmagick.model
Configuration group.
ZMConfigValue() - Class in package org.zenmagick.model
Configuration value.
ZMContactInfo() - Class in package org.zenmagick.model
Contact info.
ZMContactUsController() - Class in package org.zenmagick.rp.uip.controller
Controller for contact us age.
ZMController() - Class in package org.zenmagick.rp
Request controller base class.
ZMCountries() - Class in package org.zenmagick.service
Countries.
ZMCountry() - Class in package org.zenmagick.model
A single country.
ZMCoupon() - Class in package org.zenmagick.model
A single coupon.
ZMCouponQueue() - Class in package org.zenmagick.model
A single coupon queue entry.
ZMCouponRestrictions() - Class in package org.zenmagick.model.checkout.coupons
Collection of coupon restrictions.
ZMCoupons() - Class in package org.zenmagick.service
Coupons.
ZMCreateAccountController() - Class in package org.zenmagick.rp.uip.controller
Request controller for account creation page.
ZMCreoleDatabase() - Class in package org.zenmagick.database.provider
Implementation of the ZenMagick database layer using Creole.
ZMCrumb() - Class in package org.zenmagick.model.layout
A crumbtrail crumb.
ZMCrumbtrail() - Class in package org.zenmagick.service
Crumbtrail.
ZMCurrencies() - Class in package org.zenmagick.service
Currencies.
ZMCurrency() - Class in package org.zenmagick.model
A single currency.
ZMDatabase() - Interface in package org.zenmagick.database
ZenMagick database abstractation.
ZMDatabaseException() - Class in package org.zenmagick.database
Database exception.
ZMDateRule() - Class in package org.zenmagick.validation.rules
Date validation rule.
ZMDbTableMapper() - Class in package org.zenmagick.database
Database table mapping *service*.
ZMDbUtils() - Class in package org.zenmagick.database
SQL/database utils.
ZMDefaultController() - Class in package org.zenmagick.rp.uip.controller
Empty default controller.
ZMDiscountCouponController() - Class in package org.zenmagick.rp.uip.controller
Controller for coupon code lookup page.
ZMDispatcher() - Class in package org.zenmagick
ZenMagick dispatcher.
ZMDownload() - Class in package org.zenmagick.model.order
A single download.
ZMEmailMessage() - Class in package org.zenmagick.model
A generic email message container.
ZMEmailRule() - Class in package org.zenmagick.validation.rules
Email validation rules.
ZMEmailView() - Class in package org.zenmagick.rp.uip.views
Simple email view.
ZMEventFixes() - Class in package org.zenmagick.misc
Fixes and stuff that are (can be) event driven.
ZMEvents() - Class in package org.zenmagick.service
Event service.
ZMException() - Exception in package org.zenmagick
Exception base class.
ZMEZPage() - Class in package org.zenmagick.model
EZ-page.
ZMEZPages() - Class in package org.zenmagick.service
EZ-pages.
ZMFeaturedProductsController() - Class in package org.zenmagick.rp.uip.controller
Request controller for featured products.
ZMFieldMatchRule() - Class in package org.zenmagick.validation.rules
Field match rule.
ZMFileCache() - Class in package org.zenmagick.cache.provider
File caching.
ZMFilterOption() - Class in package org.zenmagick.rp.resultlist.model
A single filter option.
ZMFormBean() - Class in package org.zenmagick.rp
Base class for form data container.
ZMFormWidget() - Class in package org.zenmagick.widgets.form
Form widget base class.
ZMForwardView() - Class in package org.zenmagick.rp.uip.views
Forward view.
ZMGroupPricing() - Class in package org.zenmagick.service
Group pricing.
ZMGuestHistoryController() - Class in package org.zenmagick.rp.uip.controller
Request controller for guest history lookup.
ZMGVAmountRule() - Class in package org.zenmagick.validation.rules.custom
Validate the amount against the current account's gv balance.
ZMGvFaqController() - Class in package org.zenmagick.rp.uip.controller
Request controller for gv faq.
ZMGVReceiver() - Class in package org.zenmagick.model
A gift voucher receiver.
ZMGVRedeem() - Class in package org.zenmagick.model
Gift voucher redeem info.
ZMGvRedeemController() - Class in package org.zenmagick.rp.uip.controller
Request controller for gv redeem page.
ZMGvSendConfirmController() - Class in package org.zenmagick.rp.uip.controller
Request controller for gv confirmation page.
ZMGvSendController() - Class in package org.zenmagick.rp.uip.controller
Request controller for gv send page.
ZMIdNamePair() - Class in package org.zenmagick.model
Simple id/name container.
ZMImageInfo() - Class in package org.zenmagick.model.catalog
Image information.
ZMIndexController() - Class in package org.zenmagick.rp.uip.controller
Request controller for index.
ZMLanguage() - Class in package org.zenmagick.model
A single language.
ZMLanguages() - Class in package org.zenmagick.service
Languages service.
ZMListRule() - Class in package org.zenmagick.validation.rules
List validation rules.
ZMLoader() - Class in package org.zenmagick
ZenMagick code/class loader.
ZMLogging() - Class in package org.zenmagick.service
ZenMagick logging service.
ZMLoginController() - Class in package org.zenmagick.rp.uip.controller
Request controller for login.
ZMLogoffController() - Class in package org.zenmagick.rp.uip.controller
Request controller for logoff page.
ZMMailer() - Class in package org.zenmagick
Email sender class.
ZMManufacturer() - Class in package org.zenmagick.model.catalog
Manufacturer.
ZMManufacturerFilter() - Class in package org.zenmagick.rp.resultlist.filter
Filter products by manufacturer.
ZMManufacturers() - Class in package org.zenmagick.service
Manufacturers.
ZMMaxFieldLengthRule() - Class in package org.zenmagick.validation.rules
Max field length validation rule based on the database column length.
ZMMemcacheCache() - Class in package org.zenmagick.cache.provider
Memcache caching.
ZMMemoryCache() - Class in package org.zenmagick.cache.provider
Memory caching.
ZMMessage() - Class in package org.zenmagick.model
A single message.
ZMMessages() - Class in package org.zenmagick.service
Messages to be displayed to the user.
ZMMetaTags() - Class in package org.zenmagick.service
Page meta tag data generator.
ZMMinRule() - Class in package org.zenmagick.validation.rules
Min max length validation rules.
ZMObject() - Class in package org.zenmagick
ZenMagick base class.
ZMObjectResultSource() - Class in package org.zenmagick.rp.resultlist.sources
A result source based on calling a method on an object.
ZMOffers() - Class in package org.zenmagick.model.catalog
All stuff related to product prices and offers.
ZMOrder() - Class in package org.zenmagick.model.order
A single order.
ZMOrderItem() - Class in package org.zenmagick.model.order
A single order item
ZMOrders() - Class in package org.zenmagick.service
Orders.
ZMOrderSorter() - Class in package org.zenmagick.rp.resultlist.sorter
Order sorter.
ZMOrderStatus() - Class in package org.zenmagick.model.order
Order status.
ZMOrderStatusIdFilter() - Class in package org.zenmagick.rp.resultlist.filter
Filter orders by status id.
ZMOrderTotal() - Class in package org.zenmagick.model.order
A order total line.
ZMOrderTotalDetails() - Class in package org.zenmagick.model.checkout
Order total details as returned by an ZMOrderTotalPlugin.
ZMOrderTotalPlugin() - Class in package org.zenmagick.plugins.types
Order total plugin.
ZMPageController() - Class in package org.zenmagick.rp.uip.controller
Request controller for ez-pages.
ZMPageView() - Class in package org.zenmagick.rp.uip
Simple theme view.
ZMPasswordForgottenController() - Class in package org.zenmagick.rp.uip.controller
Request controller for forgotten passwords.
ZMPaymentField() - Class in package org.zenmagick.model.checkout
A form field for a payment type.
ZMPayments() - Class in package org.zenmagick.service
Payments.
ZMPaymentType() - Class in package org.zenmagick.model.checkout
A single payment type including all required information and settings.
ZMPdoDatabase() - Class in package org.zenmagick.database.provider
Implementation of the ZenMagick database layer using PDO.
ZMPhPassAuthentication() - Class in package org.zenmagick.authentication.provider
PhPass authentication provider.
ZMPlugin() - Class in package org.zenmagick.plugins
Plugin base class.
ZMPluginPage() - Class in package org.zenmagick.plugins
Container for all data/information related to a plugin admin page.
ZMPluginPageController() - Class in package org.zenmagick.plugins
Plugin page controller base class.
ZMPlugins() - Class in package org.zenmagick.service
Plugins.
ZMPluginView() - Class in package org.zenmagick.rp.uip.views
Simple plugin view.
ZMPriceGroup() - Class in package org.zenmagick.model.account
A price group.
ZMPrincipal() - Interface in package org.zenmagick.rp
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
ZMProduct() - Class in package org.zenmagick.model.catalog
A product.
ZMProductCouponRestriction() - Class in package org.zenmagick.model.checkout.coupons
Single coupon restriction.
ZMProductFinder() - Class in package org.zenmagick.misc
Product search.
ZMProductInfoController() - Class in package org.zenmagick.rp.uip.controller
Request controller for product details.
ZMProductReviewsController() - Class in package org.zenmagick.rp.uip.controller
Request controller for product reviews pages.
ZMProductReviewsInfoController() - Class in package org.zenmagick.rp.uip.controller
Request controller for product review pages.
ZMProductReviewsWriteController() - Class in package org.zenmagick.rp.uip.controller
Request controller for write review page.
ZMProducts() - Class in package org.zenmagick.service
Product access.
ZMProductsNewController() - Class in package org.zenmagick.rp.uip.controller
Request controller for new products.
ZMProductSorter() - Class in package org.zenmagick.rp.resultlist.sorter
Product sorter.
ZMQuantityDiscount() - Class in package org.zenmagick.model.catalog
A quantity discount.
ZMQueryDetails() - Class in package org.zenmagick.database
Query details as returned by the ZMSQLAware interface method.
ZMQueryPager() - Class in package org.zenmagick.database
Paginate a query.
ZMRedirectController() - Class in package org.zenmagick.rp.uip.controller
Redirect controller.
ZMRedirectView() - Class in package org.zenmagick.rp.uip.views
Redirect view.
ZMRegexpRule() - Class in package org.zenmagick.validation.rules
Regexp validation rules.
ZMRegistrationForm() - Class in package org.zenmagick.model.forms
A registration form (bean).
ZMRequest() - Class in package org.zenmagick.rp
A central place for all request/session stuff.
ZMRequiredRule() - Class in package org.zenmagick.validation.rules
Required validation rules.
ZMResultList() - Class in package org.zenmagick.rp.resultlist
A result list base class that handles lists that might span multiple pages.
ZMResultListFilter() - Class in package org.zenmagick.rp.resultlist
Base result list filter.
ZMResultListSorter() - Class in package org.zenmagick.rp.resultlist
Base result list sorter.
ZMResultSource() - Interface in package org.zenmagick.rp.resultlist
A source of result list results.
ZMReview() - Class in package org.zenmagick.model.catalog
A single review.
ZMReviews() - Class in package org.zenmagick.service
Reviews.
ZMReviewsController() - Class in package org.zenmagick.rp.uip.controller
Request controller for reviews list.
ZMRss() - Class in package org.zenmagick.model.rss
A RSS feed.
ZMRssChannel() - Class in package org.zenmagick.model.rss
A RSS feed channel.
ZMRssController() - Class in package org.zenmagick.rp.uip.controller
Request controller for RSS feeds.
ZMRssFeed() - Class in package org.zenmagick.model.rss
A RSS feed.
ZMRssItem() - Class in package org.zenmagick.model.rss
A RSS feed item.
ZMRule() - Class in package org.zenmagick.validation
Base class for validation rules.
ZMRuleSet() - Class in package org.zenmagick.validation
A set of validation rules.
ZMRuntime() - Class in package org.zenmagick
A central place for all runtime stuff.
ZMSacsMapper() - Class in package org.zenmagick.rp
Handle access control and security mappings.
ZMSaleMaker() - Class in package org.zenmagick.service
Sale maker.
ZMSearchController() - Class in package org.zenmagick.rp.uip.controller
Search controller.
ZMSearchCriteria() - Class in package org.zenmagick.model
Search criteria.
ZMSearchResultSource() - Class in package org.zenmagick.rp.resultlist.sources
A product search source.
ZMSession() - Class in package org.zenmagick
Simple wrapper around $_SESSION to centralise access.
ZMSettings() - Class in package org.zenmagick
Settings (ZenMagick's configuration).
ZMSha1Authentication() - Class in package org.zenmagick.authentication.provider
Sha1 authentication provider.
ZMShipping() - Class in package org.zenmagick.service
Access class for shipping options.
ZMShippingEstimator() - Class in package org.zenmagick.misc
Shipping estimator.
ZMShippingMethod() - Class in package org.zenmagick.model.checkout
Shipping method.
ZMShippingProvider() - Class in package org.zenmagick.model.checkout
Shipping provider.
ZMShippingProviders() - Class in package org.zenmagick.service
General access class for shipping provider.
ZMShippingProviderWrapper() - Class in package org.zenmagick.model.checkout
Shipping provider.
ZMShoppingCart() - Class in package org.zenmagick.model.checkout
Shopping cart.
ZMShoppingCartController() - Class in package org.zenmagick.rp.uip.controller
Request controller for shopping cart.
ZMShoppingCartItem() - Class in package org.zenmagick.model.checkout
A single shopping cart item.
ZMShoppingCarts() - Class in package org.zenmagick.service
Shopping cart service.
ZMSortOption() - Class in package org.zenmagick.misc
A single sort option.
ZMSpecialsController() - Class in package org.zenmagick.rp.uip.controller
Request controller for specials.
ZMSQLAware() - Interface in package org.zenmagick.database
Add support for querying the SQL parameters for a particular method on an object.
ZMStateOrZoneIdRule() - Class in package org.zenmagick.validation.rules.custom
Check for either state or zone.
ZMStaticController() - Class in package org.zenmagick.rp.uip.controller
Request controller for static pages.
ZMTaxRate() - Class in package org.zenmagick.model
Info for a single tax rate.
ZMTaxRates() - Class in package org.zenmagick.service
Tax rates.
ZMTellAFriendController() - Class in package org.zenmagick.rp.uip.controller
Request controller for tell a friend form.
ZMTemplateManager() - Class in package org.zenmagick.service
Template stuff.
ZMTheme() - Class in package org.zenmagick.rp.uip.themes
A theme.
ZMThemeInfo() - Class in package org.zenmagick.rp.uip.themes
Theme info base class.
ZMThemes() - Class in package org.zenmagick.service
Themes.
ZMToolbox() - Class in package org.zenmagick.rp.toolbox
Container for template related utilities.
ZMToolboxAdmin() - Class in package org.zenmagick.rp.toolbox.defaults
Admin related functions.
ZMToolboxForm() - Class in package org.zenmagick.rp.toolbox.defaults
Form related functions.
ZMToolboxHtml() - Class in package org.zenmagick.rp.toolbox.defaults
HTML utilities.
ZMToolboxLocale() - Class in package org.zenmagick.rp.toolbox.defaults
Locale methods.
ZMToolboxMacro() - Class in package org.zenmagick.rp.toolbox.defaults
Macro utilities.
ZMToolboxNet() - Class in package org.zenmagick.rp.toolbox.defaults
Networking/URL related functions.
ZMToolboxUtils() - Class in package org.zenmagick.rp.toolbox.defaults
Generic utilities.
ZMTools() - Class in package org.zenmagick.misc
(System) Tools.
ZMUniqueEmailRule() - Class in package org.zenmagick.validation.rules.custom
Check for unique email address.
ZMUnsubscribeController() - Class in package org.zenmagick.rp.uip.controller
Request controller for unsubscribe page.
ZMUrlMapper() - Class in package org.zenmagick.rp
Handle URL mappings.
ZMValidator() - Class in package org.zenmagick.validation
A validator framework.
ZMView() - Class in package org.zenmagick.rp
A view.
ZMWidget() - Class in package org.zenmagick.widgets
Widget base class.
ZMWidgetForm() - Class in package org.zenmagick.widgets.form
Utility class for HTML forms that use widgets.
ZMWrapperRule() - Class in package org.zenmagick.validation.rules
Empty validation rules that can be used to wrap custom logic.
ZMXcacheCache() - Class in package org.zenmagick.cache.provider
xcache caching.
ZMZenCartAuthentication() - Class in package org.zenmagick.authentication.provider
zen-cart authentication provider.
ZMZenCartDatabase() - Class in package org.zenmagick.database.provider
Implementation of the ZenMagick database layer using zen-cart's $db.
ZMZone() - Class in package org.zenmagick.model.account
A address zone.

ZenMagick 0.9.6