
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (DWRClothingDetails == null) var DWRClothingDetails = {};
DWRClothingDetails._path = '/shop/dwr';
DWRClothingDetails.search = function(p0, p1, p2, callback) {
  dwr.engine._execute(DWRClothingDetails._path, 'DWRClothingDetails', 'search', p0, p1, p2, callback);
}
DWRClothingDetails.getSearchSelectors = function(callback) {
  dwr.engine._execute(DWRClothingDetails._path, 'DWRClothingDetails', 'getSearchSelectors', callback);
}
DWRClothingDetails.getNews = function(callback) {
  dwr.engine._execute(DWRClothingDetails._path, 'DWRClothingDetails', 'getNews', callback);
}
DWRClothingDetails.getSales = function(callback) {
  dwr.engine._execute(DWRClothingDetails._path, 'DWRClothingDetails', 'getSales', callback);
}
DWRClothingDetails.getClothingDetails = function(p0, callback) {
  dwr.engine._execute(DWRClothingDetails._path, 'DWRClothingDetails', 'getClothingDetails', p0, callback);
}

