if (typeof LinkShareResult != "function") { var LinkShareResult = function() { this.errorId = null; this.pageNumber = null; this.linkShareItems = null; this.errorText = null; this.totalPages = null; this.totalMatches = null; } } if (typeof LinkShareItem != "function") { var LinkShareItem = function() { this.imageurl = null; this.merchantname = null; this.linkid = null; this.upccode = null; this.primaryCategory = null; this.shortDescription = null; this.price = null; this.mid = null; this.productname = null; this.linkurl = null; } } if (typeof RakutenItemSearch != "function") { var RakutenItemSearch = function() { this.last = 0; this.items = null; this.page = 0; this.first = 0; this.pageCount = 0; this.hits = 0; this.count = 0; } } if (typeof RakutenGenreSearch != "function") { var RakutenGenreSearch = function() { this.child = null; this.current = null; this.parent = null; } } if (typeof RakutenResponse != "function") { var RakutenResponse = function() { this.search = null; this.statusMsg = null; this.status = null; } } if (typeof RakutenItem != "function") { var RakutenItem = function() { this.genreId = null; this.creditCardFlag = null; this.reviewCount = null; this.shopName = null; this.itemName = null; this.itemCode = null; this.affiliateRate = null; this.reviewAverage = null; this.shopUrl = null; this.endTime = null; this.itemPrice = null; this.itemUrl = null; this.smallImageUrl = null; this.availability = null; this.mediumImageUrl = null; this.taxFlag = null; this.shopCode = null; this.imageFlag = null; this.itemCaption = null; this.startTime = null; this.shopOfTheYearFlag = null; this.affiliateUrl = null; this.postageFlag = null; } } if (typeof RakutenSearchForm != "function") { var RakutenSearchForm = function() { this.genreId = null; this.keyword = null; this.minPrice = null; this.sort = null; this.page = null; this.maxPrice = null; this.hits = null; this.affiliateId = null; } } if (typeof RakutenGenre != "function") { var RakutenGenre = function() { this.genreId = null; this.genreLevel = null; this.genreName = null; } } // 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 (LatestMovies == null) var LatestMovies = {}; LatestMovies._path = '/dwr'; LatestMovies.getComments = function(p0, p1, callback) { dwr.engine._execute(LatestMovies._path, 'LatestMovies', 'getComments', p0, p1, callback); } LatestMovies.getMovies = function(p0, p1, p2, callback) { dwr.engine._execute(LatestMovies._path, 'LatestMovies', 'getMovies', p0, p1, p2, callback); } LatestMovies.insertComments = function(p0, p1, p2, p3, callback) { dwr.engine._execute(LatestMovies._path, 'LatestMovies', 'insertComments', p0, p1, p2, p3, callback); }