/** * executeAsyncInsert * executes Insert Query asynchronously * @param yearmonthday * @param airportcode * @param seqid * @param userid * @param lastactiveyearmonthday * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object yearmonthday, Object airportcode, Object seqid, Object userid, Object lastactiveyearmonthday) throws Exception { return this.getQuery(kInsertName).executeAsync( yearmonthday, airportcode, seqid, userid, lastactiveyearmonthday); }
/** * executeAsyncInsertWithoutLocation * executes InsertWithoutLocation Query asynchronously * @param postid * @param posttime * @param photoid * @param caption * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsertWithoutLocation ( Object postid, Object posttime, Object photoid, Object caption, Object userid) throws Exception { return this.getQuery(kInsertWithoutLocationName).executeAsync( postid, posttime, photoid, caption, userid); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param yearmonthdayuserid * @param logtime * @param requestid * @param controllername * @param request * @param responsestatuscode * @param response * @param runtimemilliseconds * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object yearmonthdayuserid, Object logtime, Object requestid, Object controllername, Object request, Object responsestatuscode, Object response, Object runtimemilliseconds) throws Exception { return this.getQuery(kInsertName).executeAsync( yearmonthdayuserid, logtime, requestid, controllername, request, responsestatuscode, response, runtimemilliseconds); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param userid * @param messagetime * @param senderuserid * @param receiveruserid * @param messageid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object userid, Object messagetime, Object senderuserid, Object receiveruserid, Object messageid) throws Exception { return this.getQuery(kInsertName).executeAsync( userid, messagetime, senderuserid, receiveruserid, messageid); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param airportcode * @param latitude * @param longitude * @param continent * @param continentcode * @param country * @param countrycode * @param city * @param populationinmillions * @param addedyearmonthday * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object airportcode, Object latitude, Object longitude, Object continent, Object continentcode, Object country, Object countrycode, Object city, Object populationinmillions, Object addedyearmonthday) throws Exception { return this.getQuery(kInsertName).executeAsync( airportcode, latitude, longitude, continent, continentcode, country, countrycode, city, populationinmillions, addedyearmonthday); }
/** * executeAsyncIncrement * executes Increment Query asynchronously * @param yearmonthaction * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncIncrement ( Object yearmonthaction) throws Exception { return this.getQuery(kIncrementName).executeAsync( yearmonthaction); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param postid * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object postid, Object userid) throws Exception { return this.getQuery(kSelectName).executeAsync( postid, userid); }
/** * executeAsyncIncrement * executes Increment Query asynchronously * @param postid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncIncrement ( Object postid) throws Exception { return this.getQuery(kIncrementName).executeAsync( postid); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param yearaction * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object yearaction) throws Exception { return this.getQuery(kSelectName).executeAsync( yearaction); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param yearmonthdayairportcode * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object yearmonthdayairportcode) throws Exception { return this.getQuery(kSelectName).executeAsync( yearmonthdayairportcode); }
/** * executeAsyncDelete * executes Delete Query asynchronously * @param postid * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncDelete ( Object postid, Object userid) throws Exception { return this.getQuery(kDeleteName).executeAsync( postid, userid); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param devicetoken * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object devicetoken) throws Exception { return this.getQuery(kSelectName).executeAsync( devicetoken); }
/** * executeAsyncSelectAtOrAfterLimit * executes SelectAtOrAfterLimit Query asynchronously * @param yearmonthday * @param registrationtime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectAtOrAfterLimit ( Object yearmonthday, Object registrationtime) throws Exception { return this.getQuery(kSelectAtOrAfterLimitName).executeAsync( yearmonthday, registrationtime); }
/** * executeAsyncDecrement * executes Decrement Query asynchronously * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncDecrement ( Object userid) throws Exception { return this.getQuery(kDecrementName).executeAsync( userid); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param userid * @param devicetoken * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object userid, Object devicetoken) throws Exception { return this.getQuery(kSelectName).executeAsync( userid, devicetoken); }
/** * executeAsyncSelectUser * executes SelectUser Query asynchronously * @param yearmonthday * @param airportcode * @param seqid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectUser ( Object yearmonthday, Object airportcode, Object seqid) throws Exception { return this.getQuery(kSelectUserName).executeAsync( yearmonthday, airportcode, seqid); }
/** * executeAsyncSelectRecentLimit * executes SelectRecentLimit Query asynchronously * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectRecentLimit ( Object userid) throws Exception { return this.getQuery(kSelectRecentLimitName).executeAsync( userid); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param yearregion * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object yearregion) throws Exception { return this.getQuery(kSelectName).executeAsync( yearregion); }
/** * executeAsyncSetProfilePictureId * executes SetProfilePictureId Query asynchronously * @param profilepictureid * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSetProfilePictureId ( Object profilepictureid, Object userid) throws Exception { return this.getQuery(kSetProfilePictureIdName).executeAsync( profilepictureid, userid); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param yearmonthday * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object yearmonthday) throws Exception { return this.getQuery(kSelectName).executeAsync( yearmonthday); }
@Override public ListenableFuture<Boolean> deleteOutboundRelations(EntityId entity) { BoundStatement stmt = getDeleteAllByEntityStmt().bind() .setUUID(0, entity.getId()) .setString(1, entity.getEntityType().name()); ResultSetFuture future = executeAsyncWrite(stmt); return getBooleanListenableFuture(future); }
/** * executeAsyncSelectAtOrBeforeTimeLimit * executes SelectAtOrBeforeTimeLimit Query asynchronously * @param postid * @param commenttime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectAtOrBeforeTimeLimit ( Object postid, Object commenttime) throws Exception { return this.getQuery(kSelectAtOrBeforeTimeLimitName).executeAsync( postid, commenttime); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param yearmonthdayhourcontroller * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object yearmonthdayhourcontroller) throws Exception { return this.getQuery(kSelectName).executeAsync( yearmonthdayhourcontroller); }
/** * executeAsyncSelectRecent * executes SelectRecent Query asynchronously * @param userid * @param messagetime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectRecent ( Object userid, Object messagetime) throws Exception { return this.getQuery(kSelectRecentName).executeAsync( userid, messagetime); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param yearweek * @param rank * @param postid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object yearweek, Object rank, Object postid) throws Exception { return this.getQuery(kInsertName).executeAsync( yearweek, rank, postid); }
/** * executeAsyncSelectPhotoId * executes SelectPhotoId Query asynchronously * @param postid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectPhotoId ( Object postid) throws Exception { return this.getQuery(kSelectPhotoIdName).executeAsync( postid); }
/** * executeAsyncIncrementReceivedComments * executes IncrementReceivedComments Query asynchronously * @param yearmonthdayregion * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncIncrementReceivedComments ( Object yearmonthdayregion) throws Exception { return this.getQuery(kIncrementReceivedCommentsName).executeAsync( yearmonthdayregion); }
/** * executeAsyncUpdate * executes Update Query asynchronously * @param accesstoken * @param timestamp * @param userid * @param devicetoken * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncUpdate ( Object accesstoken, Object timestamp, Object userid, Object devicetoken) throws Exception { return this.getQuery(kUpdateName).executeAsync( accesstoken, timestamp, userid, devicetoken); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param postid * @param commenttime * @param userid * @param comment * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object postid, Object commenttime, Object userid, Object comment) throws Exception { return this.getQuery(kInsertName).executeAsync( postid, commenttime, userid, comment); }
/** * executeAsyncSelectEarliestLimit * executes SelectEarliestLimit Query asynchronously * @param yearmonthdayhour * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectEarliestLimit ( Object yearmonthdayhour) throws Exception { return this.getQuery(kSelectEarliestLimitName).executeAsync( yearmonthdayhour); }
/** * executeAsyncSelectAfterLimit * executes SelectAfterLimit Query asynchronously * @param yearmonthday * @param registrationtime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectAfterLimit ( Object yearmonthday, Object registrationtime) throws Exception { return this.getQuery(kSelectAfterLimitName).executeAsync( yearmonthday, registrationtime); }
/** * executeAsyncSelectAtOrBeforeTimeLimit * executes SelectAtOrBeforeTimeLimit Query asynchronously * @param userid * @param followingtime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectAtOrBeforeTimeLimit ( Object userid, Object followingtime) throws Exception { return this.getQuery(kSelectAtOrBeforeTimeLimitName).executeAsync( userid, followingtime); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param jobid * @param jobtime * @param job * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object jobid, Object jobtime, Object job) throws Exception { return this.getQuery(kInsertName).executeAsync( jobid, jobtime, job); }
/** * executeAsyncInsert * executes Insert Query asynchronously * @param postid * @param userid * @param liketime * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncInsert ( Object postid, Object userid, Object liketime) throws Exception { return this.getQuery(kInsertName).executeAsync( postid, userid, liketime); }
/** * executeAsyncSelectAll * executes SelectAll Query asynchronously * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectAll ( ) throws Exception { return this.getQuery(kSelectAllName).executeAsync(); }
/** * executeAsyncSelectTopEqual * executes SelectTopEqual Query asynchronously * @param yearweekgridid * @param rank * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectTopEqual ( Object yearweekgridid, Object rank) throws Exception { return this.getQuery(kSelectTopEqualName).executeAsync( yearweekgridid, rank); }
/** * executeAsyncSelect * executes Select Query asynchronously * @param userid * @param followinguserid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelect ( Object userid, Object followinguserid) throws Exception { return this.getQuery(kSelectName).executeAsync( userid, followinguserid); }
/** * executeAsyncSelectName * executes SelectName Query asynchronously * @param userid * @return ResultSetFuture * @throws Exception */ public ResultSetFuture executeAsyncSelectName ( Object userid) throws Exception { return this.getQuery(kSelectNameName).executeAsync( userid); }