
function CartService() { }
CartService._path = '/resource/dwr';

CartService.findCustomerNameStartsWith = function(p0, callback) {
    DWREngine._execute(CartService._path, 'CartService', 'findCustomerNameStartsWith', p0, callback);
}

CartService.findCountiesByState = function(p0, callback) {
    DWREngine._execute(CartService._path, 'CartService', 'findCountiesByState', p0, callback);
}

CartService.findColorPalettes = function(callback) {
    DWREngine._execute(CartService._path, 'CartService', 'findColorPalettes', callback);
}

CartService.findColorsByPalette = function(p0, callback) {
    DWREngine._execute(CartService._path, 'CartService', 'findColorsByPalette', p0, callback);
}

CartService.findDefaultClassification = function(p0, callback) {
    DWREngine._execute(CartService._path, 'CartService', 'findDefaultClassification', p0, callback);
}
