
// 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 (Creation == null) var Creation = {};
Creation._path = '/dwr';
Creation.getName = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getName', callback);
}
Creation.init = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'init', callback);
}
Creation.getFileName = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFileName', callback);
}
Creation.getFile = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFile', callback);
}
Creation.getFile = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFile', p0, p1, callback);
}
Creation.getContent = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getContent', p0, callback);
}
Creation.getCreation = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCreation', p0, callback);
}
Creation.getFileStatic = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFileStatic', p0, callback);
}
Creation.isPublishedByAuthor = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'isPublishedByAuthor', callback);
}
Creation.isPublishedByModerator = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'isPublishedByModerator', callback);
}
Creation.getIdReferenceObjet = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getIdReferenceObjet', callback);
}
Creation.getIdTypeObjet = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getIdTypeObjet', callback);
}
Creation.getThumbnail = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getThumbnail', callback);
}
Creation.getThumbnail = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getThumbnail', p0, p1, callback);
}
Creation.getFileContentType = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFileContentType', callback);
}
Creation.getIdCreationType = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getIdCreationType', callback);
}
Creation.getFileSize = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getFileSize', callback);
}
Creation.setComments = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setComments', p0, callback);
}
Creation.setFromForm = function(p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFromForm', false, p1, callback);
}
Creation.setFromResultSet = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFromResultSet', p0, callback);
}
Creation.setPreparedStatement = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPreparedStatement', p0, callback);
}
Creation.toJSONObject = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'toJSONObject', callback);
}
Creation.getTopRatedFavorite = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getTopRatedFavorite', callback);
}
Creation.getTitle = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getTitle', callback);
}
Creation.getVoteFavorite = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getVoteFavorite', callback);
}
Creation.getAllStatic = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllStatic', callback);
}
Creation.getAllStatic = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllStatic', p0, callback);
}
Creation.getAllWithSqlQueryStatic = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQueryStatic', p0, callback);
}
Creation.getAllWithWhereAndOrderByClauseStatic = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithWhereAndOrderByClauseStatic', p0, p1, callback);
}
Creation.getJSONObject = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getJSONObject', p0, callback);
}
Creation.getJSONArray = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getJSONArray', callback);
}
Creation.setFromJSONObject = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFromJSONObject', p0, callback);
}
Creation.storeFromJSONString = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeFromJSONString', p0, callback);
}
Creation.storeFromJSONObject = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeFromJSONObject', p0, callback);
}
Creation.removeFromId = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeFromId', p0, callback);
}
Creation.getDuplicateCreation = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getDuplicateCreation', callback);
}
Creation.setIdCreationType = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setIdCreationType', p0, callback);
}
Creation.setIdTypeObjet = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setIdTypeObjet', p0, callback);
}
Creation.setIdReferenceObjet = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setIdReferenceObjet', p0, callback);
}
Creation.setTitle = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setTitle', p0, callback);
}
Creation.setFileContentType = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFileContentType', p0, callback);
}
Creation.setFileName = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFileName', p0, callback);
}
Creation.setFileSize = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFileSize', p0, callback);
}
Creation.setPublishedByAuthor = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPublishedByAuthor', p0, callback);
}
Creation.setPublishedByModerator = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPublishedByModerator', p0, callback);
}
Creation.setToSell = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setToSell', p0, callback);
}
Creation.setVoteFavorite = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setVoteFavorite', p0, callback);
}
Creation.setFileContent = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFileContent', p0, callback);
}
Creation.storeFile = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeFile', callback);
}
Creation.storeFile = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeFile', p0, callback);
}
Creation.setFileThumbnail = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setFileThumbnail', p0, callback);
}
Creation.storeThumbnail = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeThumbnail', callback);
}
Creation.storeThumbnail = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'storeThumbnail', p0, callback);
}
Creation.getCountFromObjectTypeAndReference = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCountFromObjectTypeAndReference', p0, p1, callback);
}
Creation.getComments = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getComments', callback);
}
Creation.isToSell = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'isToSell', callback);
}
Creation.removeWithAttached = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeWithAttached', callback);
}
Creation.getAllFromObjectTypeAndReference = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllFromObjectTypeAndReference', p0, p1, callback);
}
Creation.removeAllFromObjectTypeAndReference = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeAllFromObjectTypeAndReference', p0, p1, callback);
}
Creation.removeFromIdJSON = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeFromIdJSON', p0, callback);
}
Creation.setPublishedByModeratorFromIdJSON = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPublishedByModeratorFromIdJSON', p0, p1, callback);
}
Creation.setPublishedByModeratorFromIdArtistJSON = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPublishedByModeratorFromIdArtistJSON', p0, p1, callback);
}
Creation.createCroppedThumbnail = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'createCroppedThumbnail', callback);
}
Creation.createThumbnail = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'createThumbnail', callback);
}
Creation.store = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'store', p0, callback);
}
Creation.create = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'create', p0, callback);
}
Creation.getDateCreation = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getDateCreation', callback);
}
Creation.getDateModification = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getDateModification', callback);
}
Creation.setDateCreation = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setDateCreation', p0, callback);
}
Creation.setDateModification = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setDateModification', p0, callback);
}
Creation.load = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'load', callback);
}
Creation.load = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'load', p0, callback);
}
Creation.remove = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', p0, callback);
}
Creation.remove = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', p0, callback);
}
Creation.remove = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', p0, callback);
}
Creation.remove = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', p0, p1, callback);
}
Creation.remove = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', callback);
}
Creation.remove = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'remove', p0, callback);
}
Creation.getId = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getId', callback);
}
Creation.store = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'store', callback);
}
Creation.create = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'create', callback);
}
Creation.update = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'update', callback);
}
Creation.update = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'update', p0, callback);
}
Creation.getCount = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', callback);
}
Creation.getCount = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, p1, callback);
}
Creation.getCount = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, callback);
}
Creation.getCount = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, callback);
}
Creation.getCount = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, p1, p2, callback);
}
Creation.getCount = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, p1, p2, callback);
}
Creation.getCount = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, p1, p2, p3, callback);
}
Creation.getCount = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCount', p0, p1, callback);
}
Creation.getAll = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', p0, callback);
}
Creation.getAll = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', p0, callback);
}
Creation.getAll = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', p0, p1, callback);
}
Creation.getAll = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', p0, p1, callback);
}
Creation.getAll = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', p0, p1, p2, callback);
}
Creation.getAll = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAll', callback);
}
Creation.getConnection = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getConnection', callback);
}
Creation.setId = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setId', p0, callback);
}
Creation.setId = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setId', p0, callback);
}
Creation.setId = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setId', p0, callback);
}
Creation.getAllSelect = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllSelect', callback);
}
Creation.getAllSelect = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllSelect', p0, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, p2, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, p2, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, p2, p3, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, callback);
}
Creation.getAllWithSqlQuery = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, callback);
}
Creation.getAllWithSqlQuery = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithSqlQuery', p0, p1, callback);
}
Creation.preventLoad = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'preventLoad', p0, callback);
}
Creation.preventStore = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'preventStore', p0, callback);
}
Creation.getPrimaryKeyType = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getPrimaryKeyType', callback);
}
Creation.preventXml = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'preventXml', p0, callback);
}
Creation.traceQuery = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'traceQuery', p0, callback);
}
Creation.traceQueryStatic = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'traceQueryStatic', p0, callback);
}
Creation.traceQueryStatic = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'traceQueryStatic', p0, p1, callback);
}
Creation.getIdString = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getIdString', callback);
}
Creation.getSelectFieldsName = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSelectFieldsName', p0, callback);
}
Creation.getSelectFieldsName = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSelectFieldsName', p0, p1, callback);
}
Creation.setAutoIncrement = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setAutoIncrement', p0, callback);
}
Creation.releaseConnection = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'releaseConnection', p0, callback);
}
Creation.getSQLCreateRequest = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSQLCreateRequest', callback);
}
Creation.removeFromPK = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeFromPK', p0, callback);
}
Creation.removeFromPK = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'removeFromPK', p0, p1, callback);
}
Creation.getSQLStoreRequest = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSQLStoreRequest', callback);
}
Creation.setPreparedStatementPrimaryKey = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setPreparedStatementPrimaryKey', p0, p1, callback);
}
Creation.getSQLLoadRequest = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSQLLoadRequest', callback);
}
Creation.getAllSelectDistinct = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllSelectDistinct', p0, callback);
}
Creation.getOrNewAbstractBean = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getOrNewAbstractBean', p0, p1, callback);
}
Creation.getOrNewAbstractBean = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getOrNewAbstractBean', p0, p1, p2, callback);
}
Creation.setAllWithSqlQueryPreparedStatement = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setAllWithSqlQueryPreparedStatement', p0, p1, callback);
}
Creation.getSum = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSum', p0, p1, callback);
}
Creation.getSum = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSum', p0, callback);
}
Creation.getSum = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getSum', p0, p1, p2, callback);
}
Creation.closeEmbeddedConnection = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'closeEmbeddedConnection', p0, callback);
}
Creation.setEmbeddedConnection = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setEmbeddedConnection', p0, callback);
}
Creation.getConnEmbeddedConnection = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getConnEmbeddedConnection', callback);
}
Creation.setUseEmbeddedConnection = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'setUseEmbeddedConnection', p0, callback);
}
Creation.isUseEmbeddedConnection = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'isUseEmbeddedConnection', callback);
}
Creation.getAllWithWhereAndOrderByClause = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithWhereAndOrderByClause', p0, p1, callback);
}
Creation.getAllWithWhereAndOrderByClause = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithWhereAndOrderByClause', p0, p1, p2, callback);
}
Creation.getAllWithWhereAndOrderByClause = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllWithWhereAndOrderByClause', p0, p1, p2, callback);
}
Creation.getAbstractBean = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBean', p0, callback);
}
Creation.getAbstractBean = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBean', p0, p1, callback);
}
Creation.getAbstractBean = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBean', p0, p1, p2, callback);
}
Creation.getAbstractBean = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBean', p0, p1, p2, callback);
}
Creation.getAbstractBean = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBean', p0, p1, p2, p3, callback);
}
Creation.getAbstractBeanWithWhereAndOrderByClause = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBeanWithWhereAndOrderByClause', p0, p1, callback);
}
Creation.getAbstractBeanWithWhereAndOrderByClause = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBeanWithWhereAndOrderByClause', p0, p1, p2, callback);
}
Creation.getAbstractBeanWithWhereAndOrderByClause = function(p0, p1, p2, p3, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAbstractBeanWithWhereAndOrderByClause', p0, p1, p2, p3, callback);
}
Creation.getAllInHtmlSelect = function(callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', callback);
}
Creation.getAllInHtmlSelect = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, callback);
}
Creation.getAllInHtmlSelect = function(p0, p1, p2, p3, p4, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, p1, p2, p3, p4, callback);
}
Creation.getAllInHtmlSelect = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, p1, callback);
}
Creation.getAllInHtmlSelect = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, p1, p2, callback);
}
Creation.getAllInHtmlSelect = function(p0, p1, p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, p1, p2, p3, p4, p5, p6, callback);
}
Creation.getAllInHtmlSelect = function(p0, p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlSelect', p0, p1, p2, callback);
}
Creation.getAllInHtmlInputRadio = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlInputRadio', p0, callback);
}
Creation.getAllInHtmlInputCheckbox = function(p0, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getAllInHtmlInputCheckbox', p0, callback);
}
Creation.getCoinDatabaseAbstractBeanFromId = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCoinDatabaseAbstractBeanFromId', p0, p1, callback);
}
Creation.getCoinDatabaseAbstractBeanFromIdString = function(p0, p1, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getCoinDatabaseAbstractBeanFromIdString', p0, p1, callback);
}
Creation.getLongFromHtmlForm = function(p1, p2, callback) {
  dwr.engine._execute(Creation._path, 'Creation', 'getLongFromHtmlForm', false, p1, p2, callback);
}

