// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.CollectionItemFetcher');

if (typeof this['CollectionItemFetcher'] == 'undefined') CollectionItemFetcher = {};

CollectionItemFetcher._path = '/dwr';

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setVelocityTemplate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setVelocityTemplate', arguments);
};

/**
 * @param {class org.apache.velocity.app.VelocityEngine} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setVelocityEngine = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setVelocityEngine', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getVelocityEngine = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getVelocityEngine', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getVelocityTemplate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getVelocityTemplate', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCollectionItemHtml = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCollectionItemHtml', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCollectionItemBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCollectionItemBean', arguments);
};

/**
 * @param {class au.com.banter.bean.CollectionItemBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCollectionItemBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCollectionItemBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.generateCollectionItemInfo = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'generateCollectionItemInfo', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setPreviousId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setPreviousId', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setNextId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setNextId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getNextId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getNextId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getPreviousId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getPreviousId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getId', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setId', arguments);
};

/**
 * @param {interface java.util.SortedMap} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setQuantities = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setQuantities', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getProductBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getProductBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getQuantities = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getQuantities', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getSizes = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getSizes', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCategoryBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCategoryBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCollectionBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCollectionBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getProductServiceDelegate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getProductServiceDelegate', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getOrderServiceDelegate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getOrderServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.delegate.OrderServiceDelegate} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setOrderServiceDelegate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setOrderServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.delegate.ProductServiceDelegate} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setProductServiceDelegate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setProductServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.bean.ProductBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setProductBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setProductBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getFabricServiceDelegate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getFabricServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.delegate.FabricServiceDelegate} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setFabricServiceDelegate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setFabricServiceDelegate', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCategoryServiceDelegate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCategoryServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.delegate.CategoryServiceDelegate} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCategoryServiceDelegate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCategoryServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.bean.CategoryBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCategoryBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCategoryBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCollectionServiceDelegate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCollectionServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.delegate.CollectionServiceDelegate} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCollectionServiceDelegate = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCollectionServiceDelegate', arguments);
};

/**
 * @param {class au.com.banter.bean.CollectionBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCollectionBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCollectionBean', arguments);
};

/**
 * @param {interface java.util.Map} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setSizes = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setSizes', arguments);
};

/**
 * @param {interface java.util.List} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setProductColours = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setProductColours', arguments);
};

/**
 * @param {interface java.util.List} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setActiveCategories = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setActiveCategories', arguments);
};

/**
 * @param {interface java.util.List} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setActiveCollections = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setActiveCollections', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getProductColours = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getProductColours', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getColourId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getColourId', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setColourId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setColourId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getSizeId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getSizeId', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setSizeId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setSizeId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getQuantityId = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getQuantityId', arguments);
};

/**
 * @param {class java.lang.Integer} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setQuantityId = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setQuantityId', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getActiveCategories = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getActiveCategories', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getActiveCollections = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getActiveCollections', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getCustomerBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getCustomerBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getOrderBean = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getOrderBean', arguments);
};

/**
 * @param {class au.com.banter.bean.CustomerBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setCustomerBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setCustomerBean', arguments);
};

/**
 * @param {class au.com.banter.bean.OrderBean} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setOrderBean = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setOrderBean', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getSiteCacheManager = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getSiteCacheManager', arguments);
};

/**
 * @param {class au.com.banter.cache.SiteCacheManager} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setSiteCacheManager = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setSiteCacheManager', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getServletContext = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getServletContext', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setServletContext = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setServletContext', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getServletRequest = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getServletRequest', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setServletRequest = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setServletRequest', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getActionName = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getActionName', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setActionName = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setActionName', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.clone = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'clone', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.execute = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'execute', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.validate = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'validate', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.pause = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'pause', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getLocale = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getLocale', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.input = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'input', arguments);
};

/**
 * @param {interface java.util.Collection} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setActionErrors = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setActionErrors', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getActionErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getActionErrors', arguments);
};

/**
 * @param {interface java.util.Collection} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setActionMessages = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setActionMessages', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getActionMessages = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getActionMessages', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getErrorMessages = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getErrorMessages', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getErrors', arguments);
};

/**
 * @param {interface java.util.Map} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.setFieldErrors = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'setFieldErrors', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getFieldErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getFieldErrors', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {class java.lang.String} p2 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, p2, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {interface java.util.List} p1 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class [Ljava.lang.String;} p1 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {interface java.util.List} p2 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, p2, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {class [Ljava.lang.String;} p2 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, p2, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {interface java.util.List} p2 a param
 * @param {interface com.opensymphony.xwork2.util.ValueStack} p3 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, p2, p3, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {class [Ljava.lang.String;} p2 a param
 * @param {interface com.opensymphony.xwork2.util.ValueStack} p3 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getText = function(p0, p1, p2, p3, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getText', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getTexts = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getTexts', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.getTexts = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'getTexts', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.addActionError = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'addActionError', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.addActionMessage = function(p0, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'addActionMessage', arguments);
};

/**
 * @param {class java.lang.String} p0 a param
 * @param {class java.lang.String} p1 a param
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.addFieldError = function(p0, p1, callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'addFieldError', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.doDefault = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'doDefault', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.hasActionErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'hasActionErrors', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.hasActionMessages = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'hasActionMessages', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.hasErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'hasErrors', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.hasFieldErrors = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'hasFieldErrors', arguments);
};

/**
 * @param {function|Object} callback callback function or options object
 */
CollectionItemFetcher.clearErrorsAndMessages = function(callback) {
  return dwr.engine._execute(CollectionItemFetcher._path, 'CollectionItemFetcher', 'clearErrorsAndMessages', arguments);
};


