
if (typeof NotUniqueParticipantEmailException != "function") {
  function NotUniqueParticipantEmailException() {
    this.message = null;
    this.cause = null;
    this.javaClassName = null;
    this.stackTrace = [];
  }
}

if (typeof SessionExpiredException != "function") {
  function SessionExpiredException() {
    this.message = null;
    this.cause = null;
    this.javaClassName = null;
    this.stackTrace = [];
  }
}

if (typeof ObserverEmailCoincidesWithLeaderEmailException != "function") {
  function ObserverEmailCoincidesWithLeaderEmailException() {
    this.message = null;
    this.cause = null;
    this.javaClassName = null;
    this.stackTrace = [];
  }
}

if (typeof InvalidPinException != "function") {
  function InvalidPinException() {
    this.message = null;
    this.cause = null;
    this.javaClassName = null;
    this.stackTrace = [];
  }
}

if (typeof PersonNotEligibleForNewAssignmentForProductException != "function") {
  function PersonNotEligibleForNewAssignmentForProductException() {
    this.message = null;
    this.cause = null;
    this.javaClassName = null;
    this.stackTrace = [];
  }
}

// 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 (tokenMgmtBusiServ == null) var tokenMgmtBusiServ = {};
tokenMgmtBusiServ._path = '/adminmgmt/adminapp';
tokenMgmtBusiServ.getTransaction = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTransaction', p0, callback);
}
tokenMgmtBusiServ.getTransactionCount = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTransactionCount', p0, callback);
}
tokenMgmtBusiServ.searchesForAdminEligiblePlatformUser = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'searchesForAdminEligiblePlatformUser', p0, callback);
}
tokenMgmtBusiServ.getTokenJMS = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTokenJMS', callback);
}
tokenMgmtBusiServ.setTokenJMS = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'setTokenJMS', p0, callback);
}
tokenMgmtBusiServ.getTokenManagementBusinessService = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTokenManagementBusinessService', callback);
}
tokenMgmtBusiServ.setTokenManagementBusinessService = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'setTokenManagementBusinessService', p0, callback);
}
tokenMgmtBusiServ.acceptsTokensTransfer = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'acceptsTokensTransfer', p0, callback);
}
tokenMgmtBusiServ.acceptsTokensTransferFromReseller = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'acceptsTokensTransferFromReseller', p0, callback);
}
tokenMgmtBusiServ.updatesAccountWithTokenMgmtAcctInfo = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'updatesAccountWithTokenMgmtAcctInfo', p0, callback);
}
tokenMgmtBusiServ.cancelsTokens = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'cancelsTokens', p0, callback);
}
tokenMgmtBusiServ.rejectsTokens = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'rejectsTokens', p0, callback);
}
tokenMgmtBusiServ.startsTokensTransfer = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'startsTokensTransfer', p0, callback);
}
tokenMgmtBusiServ.getTransactions = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTransactions', p0, callback);
}
tokenMgmtBusiServ.retrievePurchasedTokens = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'retrievePurchasedTokens', p0, callback);
}
tokenMgmtBusiServ.getTokenSummary = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTokenSummary', p0, callback);
}
tokenMgmtBusiServ.getTokens = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTokens', p0, callback);
}
tokenMgmtBusiServ.getPersons = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getPersons', p0, callback);
}
tokenMgmtBusiServ.startsEscrowTokensTransfer = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'startsEscrowTokensTransfer', p0, callback);
}
tokenMgmtBusiServ.getTotalTokenCount = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTotalTokenCount', p0, callback);
}
tokenMgmtBusiServ.retrievesTokenDetails = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'retrievesTokenDetails', p0, callback);
}
tokenMgmtBusiServ.getProductList = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getProductList', callback);
}
tokenMgmtBusiServ.repairsPlatformUserTokenAccount = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'repairsPlatformUserTokenAccount', p0, callback);
}
tokenMgmtBusiServ.passiveAdminRoleUpdateAfterInitialTokenPurchase = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'passiveAdminRoleUpdateAfterInitialTokenPurchase', p0, callback);
}
tokenMgmtBusiServ.getTokensByCount = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getTokensByCount', p0, callback);
}
tokenMgmtBusiServ.checkContext = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'checkContext', p0, callback);
}
tokenMgmtBusiServ.getSharedContext = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getSharedContext', p0, callback);
}
tokenMgmtBusiServ.updateClientSession = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'updateClientSession', p0, callback);
}
tokenMgmtBusiServ.updateClientSessionProdMemberMap = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'updateClientSessionProdMemberMap', p0, callback);
}
tokenMgmtBusiServ.getContextManager = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getContextManager', callback);
}
tokenMgmtBusiServ.setContextManager = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'setContextManager', p0, callback);
}
tokenMgmtBusiServ.getUserManagementServiceInternal = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getUserManagementServiceInternal', callback);
}
tokenMgmtBusiServ.setUserManagementServiceInternal = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'setUserManagementServiceInternal', p0, callback);
}
tokenMgmtBusiServ.getMessageSource = function(callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'getMessageSource', callback);
}
tokenMgmtBusiServ.setMessageSource = function(p0, callback) {
  dwr.engine._execute(tokenMgmtBusiServ._path, 'tokenMgmtBusiServ', 'setMessageSource', p0, callback);
}

