
// 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 (Gift == null) var Gift = {};
Gift._path = '/dwr';
Gift.getLineNumber = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getLineNumber', callback);
}
Gift.getUserBusiness = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getUserBusiness', callback);
}
Gift.setUserBusiness = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setUserBusiness', p0, callback);
}
Gift.getPager = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getPager', callback);
}
Gift.setPager = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setPager', p0, callback);
}
Gift.getMessageBusiness = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getMessageBusiness', callback);
}
Gift.setMessageBusiness = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setMessageBusiness', p0, callback);
}
Gift.saleGift = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'saleGift', p0, callback);
}
Gift.putSession = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'putSession', p0, callback);
}
Gift.putSessionY = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'putSessionY', p0, false, callback);
}
Gift.updateOpenFlag = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'updateOpenFlag', p0, callback);
}
Gift.lineCj = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'lineCj', p0, callback);
}
Gift.payCount = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'payCount', callback);
}
Gift.updateMsgNumber = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'updateMsgNumber', p0, callback);
}
Gift.mediaList = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'mediaList', callback);
}
Gift.getUserGiftlibService = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getUserGiftlibService', callback);
}
Gift.setUserGiftlibService = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setUserGiftlibService', p0, callback);
}
Gift.getGiftPresentingService = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getGiftPresentingService', callback);
}
Gift.setGiftPresentingService = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setGiftPresentingService', p0, callback);
}
Gift.getChannelBusiness = function(callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'getChannelBusiness', callback);
}
Gift.setChannelBusiness = function(p0, callback) {
  dwr.engine._execute(Gift._path, 'Gift', 'setChannelBusiness', p0, callback);
}
